diff options
author | Holger Levsen <holger@layer-acht.org> | 2015-08-27 21:16:41 +0200 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2015-08-27 21:22:12 +0200 |
commit | 8e8ee3c32edf3c7e689c36b0c7b472559b4e14e5 (patch) | |
tree | 1d1a86ba546e8055f55d2655eca159de82001195 /bin | |
parent | 2bc317ac1695ee80b21c7b57ac8b3ee8804d2d3b (diff) | |
download | jenkins.debian.net-8e8ee3c32edf3c7e689c36b0c7b472559b4e14e5.tar.xz |
reproducible freebsd: add FreeBSD logo and use it as described in http://www.freebsd.org/logo.html
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/reproducible_common.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/bin/reproducible_common.sh b/bin/reproducible_common.sh index 1d48ab65..61219d4d 100755 --- a/bin/reproducible_common.sh +++ b/bin/reproducible_common.sh @@ -274,6 +274,8 @@ write_page_footer() { write_page "The <a href=\"http://www.coreboot.org\">Coreboot</a> logo is Copyright © 2008 by Konsult Stuge and coresystems GmbH and can be freely used to refer to the Coreboot project." elif [ "$1" = "NetBSD" ] ; then write_page "NetBSD® is a registered trademark of The NetBSD Foundation, Inc." + elif [ "$1" = "FreeBSD" ] ; then + write_page "FreeBSD is a registered trademark of The FreeBSD Foundation. The FreeBSD logo and The Power to Serve are trademarks of The FreeBSD Foundation." fi write_page "</p></body></html>" } |