Hello Guttorm, 2013/1/10 Guttorm Flatabø <[email protected]>: > --- a/ocitysmap/indexlib/indexer.py > +++ b/ocitysmap/indexlib/indexer.py > @@ -129,8 +129,9 @@ class StreetIndex: > return writer.writerow(_r) > > copyright_notice = (u'© %(year)d MapOSMatic/ocitysmap authors. ' > - u'Map data © %(year)d OpenStreetMap.org ' > - u'and contributors (CC-BY-SA)' % > + u'Map data © OpenStreetMap contributors, ' > + u'under ODbL, ' > + u'see http://opendatacommons.org/licenses/odbl/' > % > {'year': datetime.date.today().year}) > if title is not None: > csv_writerow(['# (UTF-8)', title, copyright_notice])
Why have you used above a link to OdBL instead of the http://www.openstreetmap.org/copyright used elswhere? Otherwise, patch OK for me. Best regards, david
