[Qa-jenkins-scm] [jenkins.debian.net] 01/01: update copyright years

Holger Levsen holger at moszumanska.debian.org
Wed Jan 6 21:06:03 UTC 2016


This is an automated email from the git hooks/post-receive script.

holger pushed a commit to branch master
in repository jenkins.debian.net.

commit a3d92f6c67b25c547e2f2099203321651b321f09
Author: Holger Levsen <holger at layer-acht.org>
Date:   Wed Jan 6 22:05:48 2016 +0100

    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 cd357b1..5ba2e96 100755
--- a/bin/common-functions.sh
+++ b/bin/common-functions.sh
@@ -1,6 +1,6 @@
 #!/bin/bash
 
-# Copyright 2014-2015 Holger Levsen <holger at layer-acht.org>
+# Copyright 2014-2016 Holger Levsen <holger at layer-acht.org>
 # released under the GPLv=2
 
 common_cleanup() {
diff --git a/bin/jenkins_node_wrapper.sh b/bin/jenkins_node_wrapper.sh
index 5820d93..0aa807f 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 0efa56d..d0f1d7a 100755
--- a/bin/reproducible_blacklist.sh
+++ b/bin/reproducible_blacklist.sh
@@ -1,6 +1,6 @@
 #!/bin/bash
 
-# Copyright 2014 Holger Levsen <holger at layer-acht.org>
+# Copyright 2014-2016 Holger Levsen <holger at layer-acht.org>
 #         © 2015 Mattia Rizzolo <mattia at mapreri.org>
 # released under the GPLv=2
 
diff --git a/bin/reproducible_build.sh b/bin/reproducible_build.sh
index b06e529..79eed10 100755
--- a/bin/reproducible_build.sh
+++ b/bin/reproducible_build.sh
@@ -1,7 +1,7 @@
 #!/bin/bash
 
-# Copyright 2014-2015 Holger Levsen <holger at layer-acht.org>
-#         © 2015 Mattia Rizzolo <mattia at mapreri.org>
+# Copyright 2014-2016 Holger Levsen <holger at layer-acht.org>
+#         © 2015-2016 Mattia Rizzolo <mattia at mapreri.org>
 # released under the GPLv=2
 
 DEBUG=false
diff --git a/bin/reproducible_cleanup_nodes.sh b/bin/reproducible_cleanup_nodes.sh
index a3efbcd..8553128 100755
--- a/bin/reproducible_cleanup_nodes.sh
+++ b/bin/reproducible_cleanup_nodes.sh
@@ -1,6 +1,6 @@
 #!/bin/bash
 
-# Copyright © 2015 Holger Levsen <holger at layer-acht.org>
+# Copyright © 2015-2016 Holger Levsen <holger at layer-acht.org>
 # released under the GPLv=2
 
 DEBUG=false
diff --git a/bin/reproducible_common.py b/bin/reproducible_common.py
index 2676e81..52f6d09 100755
--- a/bin/reproducible_common.py
+++ b/bin/reproducible_common.py
@@ -142,7 +142,7 @@ html_footer = Template("""
       jenkins.debian.net</a> and about
       <a href="https://wiki.debian.org/ReproducibleBuilds"> reproducible builds
       of Debian</a> available elsewhere. Last update: $date.
-      Copyright 2014-2015 <a href="mailto:holger at layer-acht.org">Holger Levsen</a> and others,
+      Copyright 2014-2016 <a href="mailto:holger at layer-acht.org">Holger Levsen</a> and others,
       GPL-2 licensed. The weather icons are public domain and have been taken
       from the <a href=http://tango.freedesktop.org/Tango_Icon_Library target=_blank>
       Tango Icon Library</a>.
diff --git a/bin/reproducible_common.sh b/bin/reproducible_common.sh
index 1ae9fc3..0a8352f 100755
--- a/bin/reproducible_common.sh
+++ b/bin/reproducible_common.sh
@@ -1,6 +1,7 @@
 #!/bin/bash
 
-# Copyright 2014-2015 Holger Levsen <holger at layer-acht.org>
+
+# Copyright 2014-2016 Holger Levsen <holger at layer-acht.org>
 #              © 2015 Mattia Rizzolo <mattia at mapreri.org>
 # released under the GPLv=2
 #
@@ -331,7 +332,7 @@ write_page_footer() {
 		write_page "via this <a href=\"http://anonscm.debian.org/cgit/qa/jenkins.debian.net.git/\">git repo</a>."
 	fi
 	write_page "There is more information <a href=\"https://jenkins.debian.net/userContent/about.html\">about jenkins.debian.net</a> and about <a href=\"https://wiki.debian.org/ReproducibleBuilds\"> reproducible builds of Debian</a> available elsewhere."
-	write_page "<br /> Last update: $(date +'%Y-%m-%d %H:%M %Z'). Copyright 2014-2015 <a href=\"mailto:holger at layer-acht.org\">Holger Levsen</a> and <a href=\"https://jenkins.debian.net//userContent/thanks.html\">many others</a>."
+	write_page "<br /> Last update: $(date +'%Y-%m-%d %H:%M %Z'). Copyright 2014-2016 <a href=\"mailto:holger at layer-acht.org\">Holger Levsen</a> and <a href=\"https://jenkins.debian.net//userContent/thanks.html\">many others</a>."
 	write_page "The code of <a href=\"http://anonscm.debian.org/cgit/qa/jenkins.debian.net.git/\">jenkins.debian.net.git</a> is mostly GPL2 licensed. The weather icons are public domain and have been taken from the <a href=\"http://tango.freedesktop.org/Tango_Icon_Library\" target=\"_blank\">Tango Icon Library</a>."
 	write_page "<br />"
 	if [ "$1" = "coreboot" ] ; then
diff --git a/bin/reproducible_html_dashboard.sh b/bin/reproducible_html_dashboard.sh
index 64fe840..4a90aa4 100755
--- a/bin/reproducible_html_dashboard.sh
+++ b/bin/reproducible_html_dashboard.sh
@@ -1,6 +1,6 @@
 #!/bin/bash
 
-# Copyright 2014-2015 Holger Levsen <holger at layer-acht.org>
+# Copyright 2014-2016 Holger Levsen <holger at layer-acht.org>
 #         © 2015 Mattia Rizzolo <mattia at mapreri.org>
 # released under the GPLv=2
 
diff --git a/bin/reproducible_html_indexes.py b/bin/reproducible_html_indexes.py
index a6bd442..56e736b 100755
--- a/bin/reproducible_html_indexes.py
+++ b/bin/reproducible_html_indexes.py
@@ -2,6 +2,7 @@
 # -*- coding: utf-8 -*-
 #
 # Copyright © 2015 Mattia Rizzolo <mattia at mapreri.org>
+# Copyright © 2015-2016 Holger Levsen <holger at layer-acht.org>
 # Based on reproducible_html_indexes.sh © 2014 Holger Levsen <holger at layer-acht.org>
 # Licensed under GPL-2
 #
diff --git a/bin/reproducible_maintenance.sh b/bin/reproducible_maintenance.sh
index fab9f67..430b5d9 100755
--- a/bin/reproducible_maintenance.sh
+++ b/bin/reproducible_maintenance.sh
@@ -1,6 +1,6 @@
 #!/bin/bash
 
-# Copyright 2014-2015 Holger Levsen <holger at layer-acht.org>
+# Copyright 2014-2016 Holger Levsen <holger at layer-acht.org>
 #         © 2015 Mattia Rizzolo <mattia at mapreri.org>
 # released under the GPLv=2
 
diff --git a/bin/reproducible_scheduler.py b/bin/reproducible_scheduler.py
index 0946eec..a009463 100755
--- a/bin/reproducible_scheduler.py
+++ b/bin/reproducible_scheduler.py
@@ -2,7 +2,7 @@
 # -*- coding: utf-8 -*-
 #
 # Copyright © 2015 Mattia Rizzolo <mattia at mapreri.org>
-# Copyright © 2015 Holger Levsen <holger at layer-acht.org>
+# Copyright © 2015-2016 Holger Levsen <holger at layer-acht.org>
 # Based on reproducible_scheduler.sh © 2014-2015 Holger Levsen <holger at layer-acht.org>
 # Licensed under GPL-2
 #
diff --git a/bin/reproducible_setup_archlinux_schroot.sh b/bin/reproducible_setup_archlinux_schroot.sh
index 40c5c79..c1e3cf8 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 <holger at layer-acht.org>
+# Copyright 2015-2016 Holger Levsen <holger at layer-acht.org>
 # released under the GPLv=2
 
 #
diff --git a/bin/reproducible_slay.sh b/bin/reproducible_slay.sh
index a6fceae..e775f93 100755
--- a/bin/reproducible_slay.sh
+++ b/bin/reproducible_slay.sh
@@ -1,6 +1,6 @@
 #!/bin/bash
 
-# Copyright 2015 Holger Levsen <holger at layer-acht.org>
+# Copyright 2015-2016 Holger Levsen <holger at layer-acht.org>
 # released under the GPLv=2
 
 set +e
diff --git a/bin/test_torbrowser-launcher.sh b/bin/test_torbrowser-launcher.sh
index 97e21f0..277cd95 100755
--- a/bin/test_torbrowser-launcher.sh
+++ b/bin/test_torbrowser-launcher.sh
@@ -1,6 +1,6 @@
 #!/bin/bash
 
-# Copyright 2015 Holger Levsen <holger at layer-acht.org>
+# Copyright 2015-2016 Holger Levsen <holger at layer-acht.org>
 # released under the GPLv=2
 
 DEBUG=false

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/qa/jenkins.debian.net.git



More information about the Qa-jenkins-scm mailing list