X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/0d3a9ed9cb47ce3b89ea9eaffbb589f9a9ff6d22..0d11ad741589de384df3f57d1333e3ed699a7a8e:/lib/osm.rb?ds=inline 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