diff options
Diffstat (limited to 'bin')
-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 |