[Reportbug-commits] [SCM] Reportbug - reports bugs in the Debian distribution branch, master, updated. 4.9-42-g57398cf

Sandro Tosi morph at debian.org
Thu Jan 7 10:55:20 UTC 2010


The following commit has been merged in the master branch:
commit 7b55aa7749c8b7abff6789228c079b709e786458
Author: Sandro Tosi <morph at debian.org>
Date:   Thu Jan 7 11:22:10 2010 +0100

    extending my copyright notices to 2010

diff --git a/bin/querybts b/bin/querybts
index 3c87cfb..477e174 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-2009 Sandro Tosi <morph at debian.org>
+#   Copyright (C) 2008-2010 Sandro Tosi <morph at debian.org>
 #
 # This program is freely distributable per the following license:
 #
diff --git a/bin/reportbug b/bin/reportbug
index a9bc41b..e64cb42 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-2009 Sandro Tosi <morph at debian.org>
+#   Copyright (C) 2008-2010 Sandro Tosi <morph at debian.org>
 #
 # This program is freely distributable per the following license:
 #
diff --git a/debian/changelog b/debian/changelog
index 7a75c59..675140c 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -80,8 +80,10 @@ reportbug (4.10~WIP) UNRELEASED; urgency=low
       and manpages updated of CLI options were needed
   * debian/copyright
     - update location of `handle_bugscript`
+  * debian/control, *
+    - extending my copyright notices to 2010
 
- -- Sandro Tosi <morph at debian.org>  Thu, 07 Jan 2010 11:14:16 +0100
+ -- Sandro Tosi <morph at debian.org>  Thu, 07 Jan 2010 11:21:25 +0100
 
 reportbug (4.9) unstable; urgency=low
 
diff --git a/debian/copyright b/debian/copyright
index 3a34ccf..9c88499 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-2009 Sandro Tosi <morph at debian.org>
+    Copyright (C) 2008-2010 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 9faedb6..ecddc79 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-2009 Sandro Tosi <morph at debian.org>
+#   Copyright (C) 2008-2010 Sandro Tosi <morph at debian.org>
 #
 # This program is freely distributable per the following license:
 #
@@ -29,4 +29,4 @@ VERSION_NUMBER = "4.9"
 
 VERSION = "reportbug "+VERSION_NUMBER
 COPYRIGHT = VERSION + '\nCopyright (C) 1999-2008 Chris Lawrence <lawrencc at debian.org>' + \
-                      '\nCopyright (C) 2008-2009 Sandro Tosi <morph at debian.org>'
+                      '\nCopyright (C) 2008-2010 Sandro Tosi <morph at debian.org>'
diff --git a/reportbug/bugreport.py b/reportbug/bugreport.py
index 40968e3..243f8fa 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-2009 Sandro Tosi <morph at debian.org>
+#   Copyright (C) 2008-2010 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 9e7df00..08af795 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-2009 Sandro Tosi <morph at debian.org>
+#   Copyright (C) 2008-2010 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 19f3267..883b1a0 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-2009 Sandro Tosi <morph at debian.org>
+#   Copyright (C) 2008-2010 Sandro Tosi <morph at debian.org>
 #
 # This program is freely distributable per the following license:
 #
diff --git a/reportbug/debianbts.py b/reportbug/debianbts.py
index 116cacd..30a491e 100644
--- a/reportbug/debianbts.py
+++ b/reportbug/debianbts.py
@@ -3,7 +3,7 @@
 #
 #   Written by Chris Lawrence <lawrencc at debian.org>
 #   (C) 1999-2008 Chris Lawrence
-#   Copyright (C) 2008-2009 Sandro Tosi <morph at debian.org>
+#   Copyright (C) 2008-2010 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 0d0d2ed..a68d33f 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-2009 Sandro Tosi <morph at debian.org>
+#   Copyright (C) 2008-2010 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 a2b6433..dd8fd5d 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-2009 Sandro Tosi <morph at debian.org>
+#   Copyright (C) 2008-2010 Sandro Tosi <morph at debian.org>
 
 import re
 import exceptions
diff --git a/reportbug/submit.py b/reportbug/submit.py
index e47ed22..15a5753 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-2009 Sandro Tosi <morph at debian.org>
+#   Copyright (C) 2008-2010 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 314cab6..02d844d 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-2009 Sandro Tosi <morph at debian.org>
+#   Copyright (C) 2008-2010 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 563d9ff..953839b 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-2009 Sandro Tosi <morph at debian.org>
+#   Copyright (C) 2008-2010 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 8c2ab71..a6a246d 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-2009 Sandro Tosi <morph at debian.org>
+#   Copyright (C) 2008-2010 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 ae3a77a..239cc9b 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-2009 Sandro Tosi <morph at debian.org>
+#   Copyright (C) 2008-2010 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 6df74d3..29b7538 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-2009 Sandro Tosi <morph at debian.org>
+#   Copyright (C) 2008-2010 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 92c99ba..e6f861f 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-2009 Sandro Tosi <morph at debian.org>
+#   Copyright (C) 2008-2010 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