From 7d1dbc7f7b951e69215082a96a316bdf39114f72 Mon Sep 17 00:00:00 2001 From: Mattia Rizzolo Date: Mon, 9 Feb 2015 02:27:58 +0100 Subject: reproducible: credit Holger in *py scripts, as they are based on his work. + change license GPL-2+ → GPL-2 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- bin/reproducible_common.py | 3 ++- bin/reproducible_html_notes.py | 3 ++- bin/reproducible_html_packages.py | 3 ++- 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 -# Licensed under GPL-2+ +# Based on the reproducible_common.sh by © 2014 Holger Levsen +# 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 -# Licensed under GPL-2+ +# Based on reproducible_html_notes.sh © 2014 Holger Levsen +# 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 -# Licensed under GPL-2+ +# Based on reproducible_html_packages.sh © 2014 Holger Levsen +# 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 -# Licensed under GPL-2+ +# Based on reproducible_json.sh © 2014 Holger Levsen +# Licensed under GPL-2 # # Depends: python3 # -- cgit v1.2.3-54-g00ecf