diff options
author | Holger Levsen <holger@layer-acht.org> | 2015-08-10 10:56:02 +0200 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2015-08-10 10:56:02 +0200 |
commit | fab8635287b9a5869b3a9ced70e0399c35c9d4f4 (patch) | |
tree | 82e5f8087c5726b9b89fd53b40af48cb3c00955a | |
parent | 93d9c2fffb001a51cdeac6b5387df65f21eb1872 (diff) | |
download | jenkins.debian.net-fab8635287b9a5869b3a9ced70e0399c35c9d4f4.tar.xz |
reproducible: correct copyright
-rwxr-xr-x | bin/reproducible_coreboot.sh | 1 | ||||
-rwxr-xr-x | bin/reproducible_freebsd.sh | 1 | ||||
-rwxr-xr-x | bin/reproducible_netbsd.sh | 1 | ||||
-rwxr-xr-x | bin/reproducible_openwrt.sh | 2 |
4 files changed, 1 insertions, 4 deletions
diff --git a/bin/reproducible_coreboot.sh b/bin/reproducible_coreboot.sh index 038dd579..cb368803 100755 --- a/bin/reproducible_coreboot.sh +++ b/bin/reproducible_coreboot.sh @@ -1,7 +1,6 @@ #!/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_freebsd.sh b/bin/reproducible_freebsd.sh index 29318425..9e31cb81 100755 --- a/bin/reproducible_freebsd.sh +++ b/bin/reproducible_freebsd.sh @@ -1,7 +1,6 @@ #!/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_netbsd.sh b/bin/reproducible_netbsd.sh index ff43d40a..2ad6d6a0 100755 --- a/bin/reproducible_netbsd.sh +++ b/bin/reproducible_netbsd.sh @@ -1,7 +1,6 @@ #!/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_openwrt.sh b/bin/reproducible_openwrt.sh index 8397af9a..cf73f03f 100755 --- a/bin/reproducible_openwrt.sh +++ b/bin/reproducible_openwrt.sh @@ -1,7 +1,7 @@ #!/bin/bash # Copyright 2014-2015 Holger Levsen <holger@layer-acht.org> -# © 2015 Mattia Rizzolo <mattia@mapreri.org> +# © 2015 Reiner Herrmann <reiner@reiner-h.de> # released under the GPLv=2 DEBUG=false |