diff options
author | Cédric Bonhomme <cedric@cedricbonhomme.org> | 2015-01-13 22:56:46 +0100 |
---|---|---|
committer | Cédric Bonhomme <cedric@cedricbonhomme.org> | 2015-01-13 22:56:46 +0100 |
commit | 3359df3e3f0a7d4b0e1e57d140a7bc82bbf0e9fd (patch) | |
tree | d5fca457753887029afe960553c238515e12025b | |
parent | Updated translations. (diff) | |
download | newspipe-3359df3e3f0a7d4b0e1e57d140a7bc82bbf0e9fd.tar.gz newspipe-3359df3e3f0a7d4b0e1e57d140a7bc82bbf0e9fd.tar.bz2 newspipe-3359df3e3f0a7d4b0e1e57d140a7bc82bbf0e9fd.zip |
Updated footer of HTML export.
-rw-r--r-- | pyaggr3g470r/export.py | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/pyaggr3g470r/export.py b/pyaggr3g470r/export.py index 0c61505f..ccad3005 100644 --- a/pyaggr3g470r/export.py +++ b/pyaggr3g470r/export.py @@ -57,10 +57,10 @@ def HTML_HEADER(title="pyAggr3g470r", css="./style.css"): HTML_FOOTER = """<hr /> <p>This archive has been generated with -<a href="https://bitbucket.org/cedricbonhomme/pyaggr3g470r/">pyAggr3g470r</a>. -A software under GPLv3 license. +<a href="https://bitbucket.org/cedricbonhomme/pyaggr3g470r">pyAggr3g470r</a>. +A software under AGPLv3 license. You are welcome to copy, modify or redistribute the source code according to the -<a href="http://www.gnu.org/licenses/gpl-3.0.txt">GPLv3</a> license.</p> +<a href="https://www.gnu.org/licenses/agpl-3.0.txt">AGPLv3</a> license.</p> </body> </html> """ |