Put update_locale_files.py under CC0

This commit is contained in:
Wuzzy 2024-12-17 19:12:02 +01:00
parent 0d1a6136f3
commit 0187aa4040
2 changed files with 7 additions and 1 deletions

View File

@ -112,7 +112,7 @@ See `mods/rp_music` for details.
The game is free software, released under the AGPLv3 (or later). The game is free software, released under the AGPLv3 (or later).
Media files are released under CC BY-SA 4.0 or CC0, with one exception. Media files are released under CC BY-SA 4.0 or CC0, with one exception.
Note that individual mods are also licensed additionally under Note that individual files may *also* licensed additionally under
more permissive licenses (LGPLv2.1 in most cases, see below). more permissive licenses (LGPLv2.1 in most cases, see below).
### Full text ### Full text

View File

@ -1,6 +1,12 @@
#!/usr/bin/env python3 #!/usr/bin/env python3
# -*- coding: utf-8 -*- # -*- coding: utf-8 -*-
##########################################################################
##### PUBLIC DOMAIN ######################################################
# This script is released into the public domain via the CC0 dedication.
# See <https://creativecommons.org/publicdomain/zero/1.0/> for details.
##########################################################################
########################################################################## ##########################################################################
##### ABOUT THIS SCRIPT ################################################## ##### ABOUT THIS SCRIPT ##################################################
# This script updates the translation template files (*.pot) or # This script updates the translation template files (*.pot) or