Add auto-generation warning to files.

This commit is contained in:
Dan Albert 2021-07-31 13:39:49 -07:00
parent ac088ea692
commit db51384b63
8 changed files with 16 additions and 0 deletions

View File

@ -1,3 +1,5 @@
# DO NOT EDIT:
# This file is generated by resources/tools/export_coordinates.py.
from game.theater.projections import TransverseMercator
PARAMETERS = TransverseMercator(

View File

@ -1,3 +1,5 @@
# DO NOT EDIT:
# This file is generated by resources/tools/export_coordinates.py.
from game.theater.projections import TransverseMercator
PARAMETERS = TransverseMercator(

View File

@ -1,3 +1,5 @@
# DO NOT EDIT:
# This file is generated by resources/tools/export_coordinates.py.
from game.theater.projections import TransverseMercator
PARAMETERS = TransverseMercator(

View File

@ -1,3 +1,5 @@
# DO NOT EDIT:
# This file is generated by resources/tools/export_coordinates.py.
from game.theater.projections import TransverseMercator
PARAMETERS = TransverseMercator(

View File

@ -1,3 +1,5 @@
# DO NOT EDIT:
# This file is generated by resources/tools/export_coordinates.py.
from game.theater.projections import TransverseMercator
PARAMETERS = TransverseMercator(

View File

@ -1,3 +1,5 @@
# DO NOT EDIT:
# This file is generated by resources/tools/export_coordinates.py.
from game.theater.projections import TransverseMercator
PARAMETERS = TransverseMercator(

View File

@ -1,3 +1,5 @@
# DO NOT EDIT:
# This file is generated by resources/tools/export_coordinates.py.
from game.theater.projections import TransverseMercator
PARAMETERS = TransverseMercator(

View File

@ -241,6 +241,8 @@ def main() -> None:
out_file.write_text(
textwrap.dedent(
f"""\
# DO NOT EDIT:
# This file is generated by resources/tools/export_coordinates.py.
from game.theater.projections import TransverseMercator
PARAMETERS = TransverseMercator(