X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/0d3a9ed9cb47ce3b89ea9eaffbb589f9a9ff6d22..4d91fe3dd95c1058cb8d24fd4c900223e30b9059:/lib/osm.rb diff --git a/lib/osm.rb b/lib/osm.rb index 8902e6c9e..3da9671c1 100644 --- a/lib/osm.rb +++ b/lib/osm.rb @@ -460,6 +460,9 @@ module OSM root = XML::Node.new 'osm' root['version'] = API_VERSION.to_s root['generator'] = GENERATOR + root['copyright'] = COPYRIGHT_OWNER + root['attribution'] = ATTRIBUTION_URL + root['license'] = LICENSE_URL doc.root = root return doc end