X-Git-Url: https://git.openstreetmap.org./chef.git/blobdiff_plain/171a02b73b085bf5f48fde3aa419732aab0e6204..4589a679fa265bef069b237b0ff6d7c59dacd9a8:/cookbooks/planet/files/default/ccbysa_history_cgi/HEADER.cgi diff --git a/cookbooks/planet/files/default/ccbysa_history_cgi/HEADER.cgi b/cookbooks/planet/files/default/ccbysa_history_cgi/HEADER.cgi index 252473797..b4a46ba9f 100644 --- a/cookbooks/planet/files/default/ccbysa_history_cgi/HEADER.cgi +++ b/cookbooks/planet/files/default/ccbysa_history_cgi/HEADER.cgi @@ -1,16 +1,16 @@ -#!/usr/bin/env python +#!/usr/bin/python3 -print """ +print("""
These files are the last experimental history files produced under the CC BY-SA license. More recent data under the ODbL license is available here.
The full-planet-120401-final.osm.bz2 file is the last dump of data before redactions were run to remove data which could not be released under ODbL. The full-planet-120601-1150.osm.bz2 is the last dump of data available under CC BY-SA, but after the redactions were run. This means it may have less data in some areas, although many redactions were quickly re-mapped.
Licensed under the CC BY-SA 2.0
-""" +""")