diff options
-rwxr-xr-x | bin/reproducible_blacklist.sh | 1 | ||||
-rwxr-xr-x | bin/reproducible_build.sh | 1 | ||||
-rwxr-xr-x | bin/reproducible_common.sh | 1 | ||||
-rwxr-xr-x | bin/reproducible_html_dd_list.sh | 1 | ||||
-rwxr-xr-x | bin/reproducible_html_graphs.sh | 1 | ||||
-rwxr-xr-x | bin/reproducible_schedule_on_demand.sh | 1 |
6 files changed, 6 insertions, 0 deletions
diff --git a/bin/reproducible_blacklist.sh b/bin/reproducible_blacklist.sh index 1727ad85..779e886e 100755 --- a/bin/reproducible_blacklist.sh +++ b/bin/reproducible_blacklist.sh @@ -1,6 +1,7 @@ #!/bin/bash # Copyright 2014 Holger Levsen <holger@layer-acht.org> +# © 2015 Mattia Rizzolo <mattia@mapreri.org> # released under the GPLv=2 DEBUG=false diff --git a/bin/reproducible_build.sh b/bin/reproducible_build.sh index b56a6418..7546294e 100755 --- a/bin/reproducible_build.sh +++ b/bin/reproducible_build.sh @@ -1,6 +1,7 @@ #!/bin/bash # Copyright 2014-2015 Holger Levsen <holger@layer-acht.org> +# © 2015 Mattia Rizzolo <mattia@mapreri.org> # released under the GPLv=2 DEBUG=false diff --git a/bin/reproducible_common.sh b/bin/reproducible_common.sh index 0ab2bcdd..36c51289 100755 --- a/bin/reproducible_common.sh +++ b/bin/reproducible_common.sh @@ -1,6 +1,7 @@ #!/bin/bash # Copyright 2014-2015 Holger Levsen <holger@layer-acht.org> +# © 2015 Mattia Rizzolo <mattia@mapreri.org> # released under the GPLv=2 # # included by all reproducible_*.sh scripts diff --git a/bin/reproducible_html_dd_list.sh b/bin/reproducible_html_dd_list.sh index 9084d204..2ae21bc4 100755 --- a/bin/reproducible_html_dd_list.sh +++ b/bin/reproducible_html_dd_list.sh @@ -1,6 +1,7 @@ #!/bin/bash # Copyright 2014 Holger Levsen <holger@layer-acht.org> +# © 2015 Mattia Rizzolo <mattia@mapreri.org> # released under the GPLv=2 DEBUG=false diff --git a/bin/reproducible_html_graphs.sh b/bin/reproducible_html_graphs.sh index 977a7ae0..1631e46e 100755 --- a/bin/reproducible_html_graphs.sh +++ b/bin/reproducible_html_graphs.sh @@ -1,6 +1,7 @@ #!/bin/bash # Copyright 2014-2015 Holger Levsen <holger@layer-acht.org> +# © 2015 Mattia Rizzolo <mattia@mapreri.org> # released under the GPLv=2 DEBUG=false diff --git a/bin/reproducible_schedule_on_demand.sh b/bin/reproducible_schedule_on_demand.sh index d85ee266..551f4d06 100755 --- a/bin/reproducible_schedule_on_demand.sh +++ b/bin/reproducible_schedule_on_demand.sh @@ -1,6 +1,7 @@ #!/bin/bash # Copyright 2014 Holger Levsen <holger@layer-acht.org> +# © 2015 Mattia Rizzolo <mattia@mapreri.org> # released under the GPLv=2 DEBUG=false |