diff options
author | Mattia Rizzolo <mattia@mapreri.org> | 2015-02-09 02:27:58 +0100 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2015-02-09 09:23:13 +0100 |
commit | 7d1dbc7f7b951e69215082a96a316bdf39114f72 (patch) | |
tree | 0ec701f45cce9471325d5d6c5f7f1d936d3cd892 /bin | |
parent | 8f64f792cb07b0e88fa6ffa7686401c1ae5870a8 (diff) | |
download | jenkins.debian.net-7d1dbc7f7b951e69215082a96a316bdf39114f72.tar.xz |
reproducible: credit Holger in *py scripts, as they are based on his work. + change license GPL-2+ → GPL-2
Diffstat (limited to 'bin')
-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 # |