[Reportbug-commits] [reportbug] 11/12: extend copyright years

Sandro Tosi morph at moszumanska.debian.org
Fri Jan 1 18:37:12 UTC 2016


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

morph pushed a commit to branch master
in repository reportbug.

commit 6392d7b73f89d5ec4105b336636e927d071f85e7
Author: Sandro Tosi <morph at debian.org>
Date:   Fri Jan 1 18:36:15 2016 +0000

    extend copyright years
---
 bin/querybts               | 2 +-
 bin/reportbug              | 2 +-
 debian/copyright           | 2 +-
 reportbug/__init__.py      | 4 ++--
 reportbug/bugreport.py     | 2 +-
 reportbug/checkbuildd.py   | 2 +-
 reportbug/checkversions.py | 2 +-
 reportbug/debbugs.py       | 2 +-
 reportbug/exceptions.py    | 2 +-
 reportbug/hiermatch.py     | 2 +-
 reportbug/submit.py        | 2 +-
 reportbug/tempfiles.py     | 2 +-
 reportbug/ui/__init__.py   | 2 +-
 reportbug/ui/text_ui.py    | 2 +-
 reportbug/ui/urwid_ui.py   | 2 +-
 reportbug/urlutils.py      | 2 +-
 reportbug/utils.py         | 2 +-
 17 files changed, 18 insertions(+), 18 deletions(-)

diff --git a/bin/querybts b/bin/querybts
index 8804354..17d5328 100755
--- a/bin/querybts
+++ b/bin/querybts
@@ -3,7 +3,7 @@
 # querybts - Examine the state of a debbugs server
 #   Written by Chris Lawrence <lawrencc at debian.org>
 #   (C) 1999-2008 Chris Lawrence
-#   Copyright (C) 2008-2015 Sandro Tosi <morph at debian.org>
+#   Copyright (C) 2008-2016 Sandro Tosi <morph at debian.org>
 #
 # This program is freely distributable per the following license:
 #
diff --git a/bin/reportbug b/bin/reportbug
index 31fcd5a..9b85860 100755
--- a/bin/reportbug
+++ b/bin/reportbug
@@ -3,7 +3,7 @@
 # reportbug - Report a bug in the Debian distribution.
 #   Written by Chris Lawrence <lawrencc at debian.org>
 #   Copyright (C) 1999-2008 Chris Lawrence
-#   Copyright (C) 2008-2015 Sandro Tosi <morph at debian.org>
+#   Copyright (C) 2008-2016 Sandro Tosi <morph at debian.org>
 #
 # This program is freely distributable per the following license:
 #
diff --git a/debian/copyright b/debian/copyright
index a7773a8..c3da717 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -8,7 +8,7 @@ Packaged-Date: Fri, 14 May 1999 01:07:35 -0500
 Files: *
 Copyright:
     © 1999-2006 Chris Lawrence
-    Copyright (C) 2008-2015 Sandro Tosi <morph at debian.org>
+    Copyright (C) 2008-2016 Sandro Tosi <morph at debian.org>
 License: other
     # This program is freely distributable per the following license:
     #
diff --git a/reportbug/__init__.py b/reportbug/__init__.py
index 968783a..8fa1888 100644
--- a/reportbug/__init__.py
+++ b/reportbug/__init__.py
@@ -3,7 +3,7 @@
 # reportbug - Report a bug in the Debian distribution.
 #   Written by Chris Lawrence <lawrencc at debian.org>
 #   Copyright (C) 1999-2008 Chris Lawrence
-#   Copyright (C) 2008-2015 Sandro Tosi <morph at debian.org>
+#   Copyright (C) 2008-2016 Sandro Tosi <morph at debian.org>
 #
 # This program is freely distributable per the following license:
 #
@@ -29,4 +29,4 @@ VERSION_NUMBER = "6.6.5"
 
 VERSION = "reportbug " + VERSION_NUMBER
 COPYRIGHT = VERSION + '\nCopyright (C) 1999-2008 Chris Lawrence <lawrencc at debian.org>' + \
-                      '\nCopyright (C) 2008-2015 Sandro Tosi <morph at debian.org>'
+                      '\nCopyright (C) 2008-2016 Sandro Tosi <morph at debian.org>'
diff --git a/reportbug/bugreport.py b/reportbug/bugreport.py
index 556b3f8..f8a33bc 100644
--- a/reportbug/bugreport.py
+++ b/reportbug/bugreport.py
@@ -2,7 +2,7 @@
 # bugreport module - object containing bug stuff for reporting
 #   Written by Chris Lawrence <lawrencc at debian.org>
 #   Copyright (C) 1999-2008 Chris Lawrence
-#   Copyright (C) 2008-2015 Sandro Tosi <morph at debian.org>
+#   Copyright (C) 2008-2016 Sandro Tosi <morph at debian.org>
 #
 # This program is freely distributable per the following license:
 #
diff --git a/reportbug/checkbuildd.py b/reportbug/checkbuildd.py
index 19c944d..f9c1720 100644
--- a/reportbug/checkbuildd.py
+++ b/reportbug/checkbuildd.py
@@ -3,7 +3,7 @@
 #
 #   Written by Chris Lawrence <lawrencc at debian.org>
 #   (C) 2002-08 Chris Lawrence
-#   Copyright (C) 2008-2015 Sandro Tosi <morph at debian.org>
+#   Copyright (C) 2008-2016 Sandro Tosi <morph at debian.org>
 #
 # This program is freely distributable per the following license:
 #
diff --git a/reportbug/checkversions.py b/reportbug/checkversions.py
index b04f46b..bff189f 100644
--- a/reportbug/checkversions.py
+++ b/reportbug/checkversions.py
@@ -3,7 +3,7 @@
 #
 #   Written by Chris Lawrence <lawrencc at debian.org>
 #   (C) 2002-08 Chris Lawrence
-#   Copyright (C) 2008-2015 Sandro Tosi <morph at debian.org>
+#   Copyright (C) 2008-2016 Sandro Tosi <morph at debian.org>
 #
 # This program is freely distributable per the following license:
 #
diff --git a/reportbug/debbugs.py b/reportbug/debbugs.py
index 11831cf..523bf06 100644
--- a/reportbug/debbugs.py
+++ b/reportbug/debbugs.py
@@ -3,7 +3,7 @@
 #
 #   Written by Chris Lawrence <lawrencc at debian.org>
 #   (C) 1999-2008 Chris Lawrence
-#   Copyright (C) 2008-2015 Sandro Tosi <morph at debian.org>
+#   Copyright (C) 2008-2016 Sandro Tosi <morph at debian.org>
 #
 # This program is freely distributable per the following license:
 #
diff --git a/reportbug/exceptions.py b/reportbug/exceptions.py
index 39261b9..0a0e467 100644
--- a/reportbug/exceptions.py
+++ b/reportbug/exceptions.py
@@ -1,7 +1,7 @@
 # Exceptions for reportbug
 #   Written by Chris Lawrence <lawrencc at debian.org>
 #   (C) 2002-04 Chris Lawrence
-#   Copyright (C) 2008-2015 Sandro Tosi <morph at debian.org>
+#   Copyright (C) 2008-2016 Sandro Tosi <morph at debian.org>
 #
 # This program is freely distributable per the following license:
 #
diff --git a/reportbug/hiermatch.py b/reportbug/hiermatch.py
index 4551ee5..07d3a40 100644
--- a/reportbug/hiermatch.py
+++ b/reportbug/hiermatch.py
@@ -1,7 +1,7 @@
 # hiermatch - Doing match on a list of string or a hierarchy.
 #   Written by Chris Lawrence <lawrencc at debian.org>
 #   Copyright (C) 1999-2008 Chris Lawrence
-#   Copyright (C) 2008-2015 Sandro Tosi <morph at debian.org>
+#   Copyright (C) 2008-2016 Sandro Tosi <morph at debian.org>
 
 import re
 import exceptions
diff --git a/reportbug/submit.py b/reportbug/submit.py
index 16ddd94..52bc66b 100644
--- a/reportbug/submit.py
+++ b/reportbug/submit.py
@@ -1,7 +1,7 @@
 # reportbug_submit module - email and GnuPG functions
 #   Written by Chris Lawrence <lawrencc at debian.org>
 #   Copyright (C) 1999-2006 Chris Lawrence
-#   Copyright (C) 2008-2015 Sandro Tosi <morph at debian.org>
+#   Copyright (C) 2008-2016 Sandro Tosi <morph at debian.org>
 #
 # This program is freely distributable per the following license:
 #
diff --git a/reportbug/tempfiles.py b/reportbug/tempfiles.py
index 2f1b63f..89fc94f 100644
--- a/reportbug/tempfiles.py
+++ b/reportbug/tempfiles.py
@@ -2,7 +2,7 @@
 # tempfiles module - Temporary file handling for reportbug
 #   Written by Chris Lawrence <lawrencc at debian.org>
 #   (C) 1999-2008 Chris Lawrence
-#   Copyright (C) 2008-2015 Sandro Tosi <morph at debian.org>
+#   Copyright (C) 2008-2016 Sandro Tosi <morph at debian.org>
 #
 # This program is freely distributable per the following license:
 #
diff --git a/reportbug/ui/__init__.py b/reportbug/ui/__init__.py
index 11ad80a..f3c2c97 100644
--- a/reportbug/ui/__init__.py
+++ b/reportbug/ui/__init__.py
@@ -3,7 +3,7 @@
 # reportbug - Report a bug in the Debian distribution.
 #   Written by Chris Lawrence <lawrencc at debian.org>
 #   Copyright (C) 1999-2008 Chris Lawrence
-#   Copyright (C) 2008-2015 Sandro Tosi <morph at debian.org>
+#   Copyright (C) 2008-2016 Sandro Tosi <morph at debian.org>
 #
 # This program is freely distributable per the following license:
 #
diff --git a/reportbug/ui/text_ui.py b/reportbug/ui/text_ui.py
index 3c98a32..afa8b62 100644
--- a/reportbug/ui/text_ui.py
+++ b/reportbug/ui/text_ui.py
@@ -1,7 +1,7 @@
 # Text user interface for reportbug
 #   Written by Chris Lawrence <lawrencc at debian.org>
 #   (C) 2001-08 Chris Lawrence
-#   Copyright (C) 2008-2015 Sandro Tosi <morph at debian.org>
+#   Copyright (C) 2008-2016 Sandro Tosi <morph at debian.org>
 #
 # This program is freely distributable per the following license:
 #
diff --git a/reportbug/ui/urwid_ui.py b/reportbug/ui/urwid_ui.py
index 53fd502..beb4638 100644
--- a/reportbug/ui/urwid_ui.py
+++ b/reportbug/ui/urwid_ui.py
@@ -1,7 +1,7 @@
 # urwid user interface for reportbug
 #   Written by Chris Lawrence <lawrencc at debian.org>
 #   (C) 2006-08 Chris Lawrence
-#   Copyright (C) 2008-2015 Sandro Tosi <morph at debian.org>
+#   Copyright (C) 2008-2016 Sandro Tosi <morph at debian.org>
 #
 # This program is freely distributable per the following license:
 #
diff --git a/reportbug/urlutils.py b/reportbug/urlutils.py
index 47716e8..eaa1235 100644
--- a/reportbug/urlutils.py
+++ b/reportbug/urlutils.py
@@ -3,7 +3,7 @@
 #
 #   Written by Chris Lawrence <lawrencc at debian.org>
 #   (C) 1999-2008 Chris Lawrence
-#   Copyright (C) 2008-2015 Sandro Tosi <morph at debian.org>
+#   Copyright (C) 2008-2016 Sandro Tosi <morph at debian.org>
 #
 # This program is freely distributable per the following license:
 #
diff --git a/reportbug/utils.py b/reportbug/utils.py
index a16b545..165e2a4 100644
--- a/reportbug/utils.py
+++ b/reportbug/utils.py
@@ -2,7 +2,7 @@
 # utils module - common functions for reportbug UIs
 #   Written by Chris Lawrence <lawrencc at debian.org>
 #   Copyright (C) 1999-2008 Chris Lawrence
-#   Copyright (C) 2008-2015 Sandro Tosi <morph at debian.org>
+#   Copyright (C) 2008-2016 Sandro Tosi <morph at debian.org>
 #
 # This program is freely distributable per the following license:
 #

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



More information about the Reportbug-commits mailing list