[Reportbug-commits] [SCM] Reportbug - reports bugs in the Debian distribution branch, master, updated. 6.0-114-g15bc1c6

Sandro Tosi morph at debian.org
Sun Jul 29 09:15:18 UTC 2012


The following commit has been merged in the master branch:
commit 2ccba1750df62df0dc27f1aec57f361503151e09
Author: Sandro Tosi <morph at debian.org>
Date:   Wed Jun 6 22:06:59 2012 +0200

    Extend my copyright years to include 2012

diff --git a/bin/querybts b/bin/querybts
index 4e372bf..a70c498 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-2011 Sandro Tosi <morph at debian.org>
+#   Copyright (C) 2008-2012 Sandro Tosi <morph at debian.org>
 #
 # This program is freely distributable per the following license:
 #
diff --git a/bin/reportbug b/bin/reportbug
index fd919ee..c25cf9b 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-2011 Sandro Tosi <morph at debian.org>
+#   Copyright (C) 2008-2012 Sandro Tosi <morph at debian.org>
 #
 # This program is freely distributable per the following license:
 #
diff --git a/debian/changelog b/debian/changelog
index af3c505..f15ef1b 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -40,8 +40,9 @@ reportbug (6.3.2) UNRELEASED; urgency=low
   * bin/reportbug, reportbug/utils.py
     - initial support for multi-arch: keep arch-qualifier and remove it just
       before preparing the report body; Closes: #666469
+  * Extend my copyright years to include 2012
 
- -- Sandro Tosi <morph at debian.org>  Wed, 06 Jun 2012 22:03:24 +0200
+ -- Sandro Tosi <morph at debian.org>  Wed, 06 Jun 2012 22:06:46 +0200
 
 reportbug (6.3.1) unstable; urgency=low
 
diff --git a/debian/copyright b/debian/copyright
index c79e60c..a1e441a 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-2011 Sandro Tosi <morph at debian.org>
+    Copyright (C) 2008-2012 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 42dbcca..7049158 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-2011 Sandro Tosi <morph at debian.org>
+#   Copyright (C) 2008-2012 Sandro Tosi <morph at debian.org>
 #
 # This program is freely distributable per the following license:
 #
@@ -29,4 +29,4 @@ VERSION_NUMBER = "6.3.1"
 
 VERSION = "reportbug "+VERSION_NUMBER
 COPYRIGHT = VERSION + '\nCopyright (C) 1999-2008 Chris Lawrence <lawrencc at debian.org>' + \
-                      '\nCopyright (C) 2008-2011 Sandro Tosi <morph at debian.org>'
+                      '\nCopyright (C) 2008-2012 Sandro Tosi <morph at debian.org>'
diff --git a/reportbug/bugreport.py b/reportbug/bugreport.py
index 2603087..1500590 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-2011 Sandro Tosi <morph at debian.org>
+#   Copyright (C) 2008-2012 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 8c35a44..f2a378c 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-2011 Sandro Tosi <morph at debian.org>
+#   Copyright (C) 2008-2012 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 5f86de3..5ce2802 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-2011 Sandro Tosi <morph at debian.org>
+#   Copyright (C) 2008-2012 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 002412c..4b9e4d3 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-2011 Sandro Tosi <morph at debian.org>
+#   Copyright (C) 2008-2012 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 e35dce1..fb76375 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-2011 Sandro Tosi <morph at debian.org>
+#   Copyright (C) 2008-2012 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 e52c200..2d8afd3 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-2011 Sandro Tosi <morph at debian.org>
+#   Copyright (C) 2008-2012 Sandro Tosi <morph at debian.org>
 
 import re
 import exceptions
diff --git a/reportbug/submit.py b/reportbug/submit.py
index ca6cd70..605a9d4 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-2011 Sandro Tosi <morph at debian.org>
+#   Copyright (C) 2008-2012 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 8a6b04b..65ceaf2 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-2011 Sandro Tosi <morph at debian.org>
+#   Copyright (C) 2008-2012 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 e2a4b0f..34404b8 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-2011 Sandro Tosi <morph at debian.org>
+#   Copyright (C) 2008-2012 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 0a07dca..64525aa 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-2011 Sandro Tosi <morph at debian.org>
+#   Copyright (C) 2008-2012 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 2079a62..4c33a7f 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-2011 Sandro Tosi <morph at debian.org>
+#   Copyright (C) 2008-2012 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 434b165..8e99747 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-2011 Sandro Tosi <morph at debian.org>
+#   Copyright (C) 2008-2012 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 1d72ca4..94ff1cd 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-2011 Sandro Tosi <morph at debian.org>
+#   Copyright (C) 2008-2012 Sandro Tosi <morph at debian.org>
 #
 # This program is freely distributable per the following license:
 #

-- 
Reportbug - reports bugs in the Debian distribution



More information about the Reportbug-commits mailing list