diff options
-rwxr-xr-x | bin/reproducible_common.py | 3 | ||||
-rwxr-xr-x | bin/reproducible_html_notes.py | 3 | ||||
-rwxr-xr-x | bin/reproducible_html_packages.py | 3 | ||||
-rwxr-xr-x | bin/reproducible_json.py | 3 |
4 files changed, 8 insertions, 4 deletions
diff --git a/bin/reproducible_common.py b/bin/reproducible_common.py index dbc52ca7..c81de947 100755 --- a/bin/reproducible_common.py +++ b/bin/reproducible_common.py @@ -2,7 +2,8 @@ # -*- coding: utf-8 -*- # # Copyright © 2015 Mattia Rizzolo <mattia@mapreri.org> -# Licensed under GPL-2+ +# Based on the reproducible_common.sh by © 2014 Holger Levsen <holger@layer-acht.org> +# Licensed under GPL-2 # # Depends: python3 python3-psycopg2 # diff --git a/bin/reproducible_html_notes.py b/bin/reproducible_html_notes.py index 4d3ed333..7fb03917 100755 --- a/bin/reproducible_html_notes.py +++ b/bin/reproducible_html_notes.py @@ -2,7 +2,8 @@ # -*- coding: utf-8 -*- # # Copyright © 2015 Mattia Rizzolo <mattia@mapreri.org> -# Licensed under GPL-2+ +# Based on reproducible_html_notes.sh © 2014 Holger Levsen <holger@layer-acht.org> +# Licensed under GPL-2 # # Depends: python3 python3-yaml # diff --git a/bin/reproducible_html_packages.py b/bin/reproducible_html_packages.py index 242c44a9..5ddf82c1 100755 --- a/bin/reproducible_html_packages.py +++ b/bin/reproducible_html_packages.py @@ -2,7 +2,8 @@ # -*- coding: utf-8 -*- # # Copyright © 2015 Mattia Rizzolo <mattia@mapreri.org> -# Licensed under GPL-2+ +# Based on reproducible_html_packages.sh © 2014 Holger Levsen <holger@layer-acht.org> +# Licensed under GPL-2 # # Depends: python3 # diff --git a/bin/reproducible_json.py b/bin/reproducible_json.py index 2d119acb..f8dff814 100755 --- a/bin/reproducible_json.py +++ b/bin/reproducible_json.py @@ -2,7 +2,8 @@ # -*- coding: utf-8 -*- # # Copyright © 2015 Mattia Rizzolo <mattia@mapreri.org> -# Licensed under GPL-2+ +# Based on reproducible_json.sh © 2014 Holger Levsen <holger@layer-acht.org> +# Licensed under GPL-2 # # Depends: python3 # |