Mercurial > xmpp-account-manager
diff 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 |
line wrap: on
line diff
--- a/build_website.py +++ b/build_website.py @@ -1,6 +1,13 @@ #!/usr/bin/env python3 '''Locale build script for XAM''' +# SPDX-License-Identifier: AGPL-3.0-only + +# Copyright © 2017-2018 Emmanuel Gil Peyrot <linkmauve@linkmauve.fr> +# Copyright © 2020 Mathieu Pasquet <mathieui@mathieui.net> +# +# Released under GNU AGPL v3 only, read the file 'LICENSE' for more information. + import sys from os import makedirs, path from django.conf import settings