]> git.openstreetmap.org Git - rails.git/blobdiff - lib/osm.rb
Localisation updates from http://translatewiki.net.
[rails.git] / lib / osm.rb
index 8902e6c9e25f7ecd97f50ca6c782b1ad3baf6f66..3da9671c13840ccca0e61de2df5ca00626d14d36 100644 (file)
@@ -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