Put update_locale_files.py under CC0
This commit is contained in:
parent
0d1a6136f3
commit
0187aa4040
@ -112,7 +112,7 @@ See `mods/rp_music` for details.
|
||||
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.
|
||||
|
||||
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).
|
||||
|
||||
### Full text
|
||||
|
@ -1,6 +1,12 @@
|
||||
#!/usr/bin/env python3
|
||||
# -*- 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 ##################################################
|
||||
# This script updates the translation template files (*.pot) or
|
||||
|
Loading…
x
Reference in New Issue
Block a user