comparison build_website.py @ 60:6d861d881b96

Add license headers to all source files.
author Emmanuel Gil Peyrot <linkmauve@linkmauve.fr>
date Sun, 24 May 2020 13:09:16 +0200
parents d5cfc04b9718
children 46ca1aa08146
comparison
equal deleted inserted replaced
59:d5cfc04b9718 60:6d861d881b96
1 #!/usr/bin/env python3 1 #!/usr/bin/env python3
2 '''Locale build script for XAM''' 2 '''Locale build script for XAM'''
3
4 # SPDX-License-Identifier: AGPL-3.0-only
5
6 # Copyright © 2017-2018 Emmanuel Gil Peyrot <linkmauve@linkmauve.fr>
7 # Copyright © 2020 Mathieu Pasquet <mathieui@mathieui.net>
8 #
9 # Released under GNU AGPL v3 only, read the file 'LICENSE' for more information.
3 10
4 import sys 11 import sys
5 from os import makedirs, path 12 from os import makedirs, path
6 from django.conf import settings 13 from django.conf import settings
7 from shutil import copytree, copy 14 from shutil import copytree, copy