diff options
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/reproducible_create_meta_pkg_sets.sh | 2 | ||||
-rwxr-xr-x | bin/reproducible_html_pkg_sets.sh | 2 | ||||
-rwxr-xr-x | bin/reproducible_info.sh | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/bin/reproducible_create_meta_pkg_sets.sh b/bin/reproducible_create_meta_pkg_sets.sh index fe1f5f36..6719c7f1 100755 --- a/bin/reproducible_create_meta_pkg_sets.sh +++ b/bin/reproducible_create_meta_pkg_sets.sh @@ -1,6 +1,6 @@ #!/bin/bash -# Copyright 2015 Holger Levsen <holger@layer-acht.org> +# Copyright 2015-2016 Holger Levsen <holger@layer-acht.org> # released under the GPLv=2 DEBUG=false diff --git a/bin/reproducible_html_pkg_sets.sh b/bin/reproducible_html_pkg_sets.sh index 8a245476..ef4b3ad0 100755 --- a/bin/reproducible_html_pkg_sets.sh +++ b/bin/reproducible_html_pkg_sets.sh @@ -1,6 +1,6 @@ #!/bin/bash -# Copyright 2014-2015 Holger Levsen <holger@layer-acht.org> +# Copyright 2014-2016 Holger Levsen <holger@layer-acht.org> # © 2015 Mattia Rizzolo <mattia@mapreri.org> # released under the GPLv=2 diff --git a/bin/reproducible_info.sh b/bin/reproducible_info.sh index a01489d9..55b2f5f2 100755 --- a/bin/reproducible_info.sh +++ b/bin/reproducible_info.sh @@ -1,6 +1,6 @@ #!/bin/bash -# Copyright 2015 Holger Levsen <holger@layer-acht.org> +# Copyright 2015-2016 Holger Levsen <holger@layer-acht.org> # released under the GPLv=2 set -e |