diff options
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/reproducible_build.sh | 2 | ||||
-rwxr-xr-x | bin/reproducible_common.sh | 2 | ||||
-rwxr-xr-x | bin/reproducible_html_breakages.py | 2 | ||||
-rwxr-xr-x | bin/reproducible_html_dashboard.sh | 2 | ||||
-rwxr-xr-x | bin/reproducible_html_packages.py | 1 | ||||
-rwxr-xr-x | bin/reproducible_maintenance.sh | 2 | ||||
-rwxr-xr-x | bin/reproducible_scheduler.py | 2 |
7 files changed, 8 insertions, 5 deletions
diff --git a/bin/reproducible_build.sh b/bin/reproducible_build.sh index 43b36ee2..52765151 100755 --- a/bin/reproducible_build.sh +++ b/bin/reproducible_build.sh @@ -1,6 +1,6 @@ #!/bin/bash -# Copyright 2014-2016 Holger Levsen <holger@layer-acht.org> +# Copyright 2014-2017 Holger Levsen <holger@layer-acht.org> # © 2015-2016 Mattia Rizzolo <mattia@mapreri.org> # released under the GPLv=2 diff --git a/bin/reproducible_common.sh b/bin/reproducible_common.sh index b5478d25..024dc6f9 100755 --- a/bin/reproducible_common.sh +++ b/bin/reproducible_common.sh @@ -1,6 +1,6 @@ #!/bin/bash -# Copyright 2014-2016 Holger Levsen <holger@layer-acht.org> +# Copyright 2014-2017 Holger Levsen <holger@layer-acht.org> # © 2015 Mattia Rizzolo <mattia@mapreri.org> # released under the GPLv=2 # diff --git a/bin/reproducible_html_breakages.py b/bin/reproducible_html_breakages.py index f18c98eb..a604ac07 100755 --- a/bin/reproducible_html_breakages.py +++ b/bin/reproducible_html_breakages.py @@ -2,6 +2,8 @@ # -*- coding: utf-8 -*- # # Copyright © 2015-2016 Mattia Rizzolo <mattia@mapreri.org> +# Copyright © 2016-2017 Holger Levsen <holger@layer-acht.org> +# # Licensed under GPL-2 # # Depends: python3 diff --git a/bin/reproducible_html_dashboard.sh b/bin/reproducible_html_dashboard.sh index 0502c64a..57fa09c0 100755 --- a/bin/reproducible_html_dashboard.sh +++ b/bin/reproducible_html_dashboard.sh @@ -1,6 +1,6 @@ #!/bin/bash -# Copyright 2014-2016 Holger Levsen <holger@layer-acht.org> +# Copyright 2014-2017 Holger Levsen <holger@layer-acht.org> # © 2015 Mattia Rizzolo <mattia@mapreri.org> # released under the GPLv=2 diff --git a/bin/reproducible_html_packages.py b/bin/reproducible_html_packages.py index 832bb2df..30ff423f 100755 --- a/bin/reproducible_html_packages.py +++ b/bin/reproducible_html_packages.py @@ -2,6 +2,7 @@ # -*- coding: utf-8 -*- # # Copyright © 2015 Mattia Rizzolo <mattia@mapreri.org> +# Copyright © 2016-2017 Valerie R Young <spectranaut@riseup.net> # Based on reproducible_html_packages.sh © 2014 Holger Levsen <holger@layer-acht.org> # Licensed under GPL-2 # diff --git a/bin/reproducible_maintenance.sh b/bin/reproducible_maintenance.sh index 1284a47e..ad014f24 100755 --- a/bin/reproducible_maintenance.sh +++ b/bin/reproducible_maintenance.sh @@ -1,6 +1,6 @@ #!/bin/bash -# Copyright 2014-2016 Holger Levsen <holger@layer-acht.org> +# Copyright 2014-2017 Holger Levsen <holger@layer-acht.org> # © 2015 Mattia Rizzolo <mattia@mapreri.org> # released under the GPLv=2 diff --git a/bin/reproducible_scheduler.py b/bin/reproducible_scheduler.py index 3df2d0e7..51879a80 100755 --- a/bin/reproducible_scheduler.py +++ b/bin/reproducible_scheduler.py @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # # Copyright © 2015 Mattia Rizzolo <mattia@mapreri.org> -# Copyright © 2015-2016 Holger Levsen <holger@layer-acht.org> +# Copyright © 2015-2017 Holger Levsen <holger@layer-acht.org> # Based on reproducible_scheduler.sh © 2014-2015 Holger Levsen <holger@layer-acht.org> # Licensed under GPL-2 # |