From a3d92f6c67b25c547e2f2099203321651b321f09 Mon Sep 17 00:00:00 2001 From: Holger Levsen Date: Wed, 6 Jan 2016 22:05:48 +0100 Subject: update copyright years --- bin/common-functions.sh | 2 +- bin/jenkins_node_wrapper.sh | 2 +- bin/reproducible_blacklist.sh | 2 +- bin/reproducible_build.sh | 4 ++-- bin/reproducible_cleanup_nodes.sh | 2 +- bin/reproducible_common.py | 2 +- bin/reproducible_common.sh | 5 +++-- bin/reproducible_html_dashboard.sh | 2 +- bin/reproducible_html_indexes.py | 1 + bin/reproducible_maintenance.sh | 2 +- bin/reproducible_scheduler.py | 2 +- bin/reproducible_setup_archlinux_schroot.sh | 2 +- bin/reproducible_slay.sh | 2 +- bin/test_torbrowser-launcher.sh | 2 +- 14 files changed, 17 insertions(+), 15 deletions(-) diff --git a/bin/common-functions.sh b/bin/common-functions.sh index cd357b1d..5ba2e962 100755 --- a/bin/common-functions.sh +++ b/bin/common-functions.sh @@ -1,6 +1,6 @@ #!/bin/bash -# Copyright 2014-2015 Holger Levsen +# Copyright 2014-2016 Holger Levsen # released under the GPLv=2 common_cleanup() { diff --git a/bin/jenkins_node_wrapper.sh b/bin/jenkins_node_wrapper.sh index 5820d933..0aa807fd 100755 --- a/bin/jenkins_node_wrapper.sh +++ b/bin/jenkins_node_wrapper.sh @@ -1,7 +1,7 @@ #!/usr/bin/env bash # Copyright (c) 2009, 2010, 2012, 2015 Peter Palfrader -# 2015 Holger Levsen +# 2015-2016 Holger Levsen # # Permission is hereby granted, free of charge, to any person obtaining # a copy of this software and associated documentation files (the diff --git a/bin/reproducible_blacklist.sh b/bin/reproducible_blacklist.sh index 0efa56dd..d0f1d7a1 100755 --- a/bin/reproducible_blacklist.sh +++ b/bin/reproducible_blacklist.sh @@ -1,6 +1,6 @@ #!/bin/bash -# Copyright 2014 Holger Levsen +# Copyright 2014-2016 Holger Levsen # © 2015 Mattia Rizzolo # released under the GPLv=2 diff --git a/bin/reproducible_build.sh b/bin/reproducible_build.sh index b06e5298..79eed106 100755 --- a/bin/reproducible_build.sh +++ b/bin/reproducible_build.sh @@ -1,7 +1,7 @@ #!/bin/bash -# Copyright 2014-2015 Holger Levsen -# © 2015 Mattia Rizzolo +# Copyright 2014-2016 Holger Levsen +# © 2015-2016 Mattia Rizzolo # released under the GPLv=2 DEBUG=false diff --git a/bin/reproducible_cleanup_nodes.sh b/bin/reproducible_cleanup_nodes.sh index a3efbcd8..8553128e 100755 --- a/bin/reproducible_cleanup_nodes.sh +++ b/bin/reproducible_cleanup_nodes.sh @@ -1,6 +1,6 @@ #!/bin/bash -# Copyright © 2015 Holger Levsen +# Copyright © 2015-2016 Holger Levsen # released under the GPLv=2 DEBUG=false diff --git a/bin/reproducible_common.py b/bin/reproducible_common.py index 2676e81e..52f6d09a 100755 --- a/bin/reproducible_common.py +++ b/bin/reproducible_common.py @@ -142,7 +142,7 @@ html_footer = Template(""" jenkins.debian.net and about reproducible builds of Debian available elsewhere. Last update: $date. - Copyright 2014-2015 Holger Levsen and others, + Copyright 2014-2016 Holger Levsen and others, GPL-2 licensed. The weather icons are public domain and have been taken from the Tango Icon Library. diff --git a/bin/reproducible_common.sh b/bin/reproducible_common.sh index 1ae9fc31..0a8352f1 100755 --- a/bin/reproducible_common.sh +++ b/bin/reproducible_common.sh @@ -1,6 +1,7 @@ #!/bin/bash -# Copyright 2014-2015 Holger Levsen + +# Copyright 2014-2016 Holger Levsen # © 2015 Mattia Rizzolo # released under the GPLv=2 # @@ -331,7 +332,7 @@ write_page_footer() { write_page "via this git repo." fi write_page "There is more information about jenkins.debian.net and about reproducible builds of Debian available elsewhere." - write_page "
Last update: $(date +'%Y-%m-%d %H:%M %Z'). Copyright 2014-2015 Holger Levsen and many others." + write_page "
Last update: $(date +'%Y-%m-%d %H:%M %Z'). Copyright 2014-2016 Holger Levsen and many others." write_page "The code of jenkins.debian.net.git is mostly GPL2 licensed. The weather icons are public domain and have been taken from the Tango Icon Library." write_page "
" if [ "$1" = "coreboot" ] ; then diff --git a/bin/reproducible_html_dashboard.sh b/bin/reproducible_html_dashboard.sh index 64fe8404..4a90aa4d 100755 --- a/bin/reproducible_html_dashboard.sh +++ b/bin/reproducible_html_dashboard.sh @@ -1,6 +1,6 @@ #!/bin/bash -# Copyright 2014-2015 Holger Levsen +# Copyright 2014-2016 Holger Levsen # © 2015 Mattia Rizzolo # released under the GPLv=2 diff --git a/bin/reproducible_html_indexes.py b/bin/reproducible_html_indexes.py index a6bd4424..56e736bf 100755 --- a/bin/reproducible_html_indexes.py +++ b/bin/reproducible_html_indexes.py @@ -2,6 +2,7 @@ # -*- coding: utf-8 -*- # # Copyright © 2015 Mattia Rizzolo +# Copyright © 2015-2016 Holger Levsen # Based on reproducible_html_indexes.sh © 2014 Holger Levsen # Licensed under GPL-2 # diff --git a/bin/reproducible_maintenance.sh b/bin/reproducible_maintenance.sh index fab9f67a..430b5d93 100755 --- a/bin/reproducible_maintenance.sh +++ b/bin/reproducible_maintenance.sh @@ -1,6 +1,6 @@ #!/bin/bash -# Copyright 2014-2015 Holger Levsen +# Copyright 2014-2016 Holger Levsen # © 2015 Mattia Rizzolo # released under the GPLv=2 diff --git a/bin/reproducible_scheduler.py b/bin/reproducible_scheduler.py index 0946eecc..a0094632 100755 --- a/bin/reproducible_scheduler.py +++ b/bin/reproducible_scheduler.py @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # # Copyright © 2015 Mattia Rizzolo -# Copyright © 2015 Holger Levsen +# Copyright © 2015-2016 Holger Levsen # Based on reproducible_scheduler.sh © 2014-2015 Holger Levsen # Licensed under GPL-2 # diff --git a/bin/reproducible_setup_archlinux_schroot.sh b/bin/reproducible_setup_archlinux_schroot.sh index 40c5c791..c1e3cf8a 100755 --- a/bin/reproducible_setup_archlinux_schroot.sh +++ b/bin/reproducible_setup_archlinux_schroot.sh @@ -1,6 +1,6 @@ #!/bin/bash -# Copyright 2015 Holger Levsen +# Copyright 2015-2016 Holger Levsen # released under the GPLv=2 # diff --git a/bin/reproducible_slay.sh b/bin/reproducible_slay.sh index a6fceae2..e775f931 100755 --- a/bin/reproducible_slay.sh +++ b/bin/reproducible_slay.sh @@ -1,6 +1,6 @@ #!/bin/bash -# Copyright 2015 Holger Levsen +# Copyright 2015-2016 Holger Levsen # released under the GPLv=2 set +e diff --git a/bin/test_torbrowser-launcher.sh b/bin/test_torbrowser-launcher.sh index 97e21f07..277cd95a 100755 --- a/bin/test_torbrowser-launcher.sh +++ b/bin/test_torbrowser-launcher.sh @@ -1,6 +1,6 @@ #!/bin/bash -# Copyright 2015 Holger Levsen +# Copyright 2015-2016 Holger Levsen # released under the GPLv=2 DEBUG=false -- cgit v1.2.3-54-g00ecf