[Reportbug-commits] [reportbug] 10/11: update copyright also in the source files

Sandro Tosi morph at moszumanska.debian.org
Sun Jan 26 19:45:35 UTC 2014


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

morph pushed a commit to branch master
in repository reportbug.

commit a7d150d66b8835554daca54f569ae13439590aea
Author: Sandro Tosi <morph at debian.org>
Date:   Sun Jan 26 20:40:41 2014 +0100

    update copyright also in the source files
---
 bin/querybts               | 2 +-
 bin/reportbug              | 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 +-
 16 files changed, 17 insertions(+), 17 deletions(-)

diff --git a/bin/querybts b/bin/querybts
index a70c498..40ab698 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-2012 Sandro Tosi <morph at debian.org>
+#   Copyright (C) 2008-2014 Sandro Tosi <morph at debian.org>
 #
 # This program is freely distributable per the following license:
 #
diff --git a/bin/reportbug b/bin/reportbug
index 7b04657..72dc827 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-2012 Sandro Tosi <morph at debian.org>
+#   Copyright (C) 2008-2014 Sandro Tosi <morph at debian.org>
 #
 # This program is freely distributable per the following license:
 #
diff --git a/reportbug/__init__.py b/reportbug/__init__.py
index 2755960..6353c5e 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-2012 Sandro Tosi <morph at debian.org>
+#   Copyright (C) 2008-2014 Sandro Tosi <morph at debian.org>
 #
 # This program is freely distributable per the following license:
 #
@@ -29,4 +29,4 @@ VERSION_NUMBER = "6.4.4"
 
 VERSION = "reportbug "+VERSION_NUMBER
 COPYRIGHT = VERSION + '\nCopyright (C) 1999-2008 Chris Lawrence <lawrencc at debian.org>' + \
-                      '\nCopyright (C) 2008-2012 Sandro Tosi <morph at debian.org>'
+                      '\nCopyright (C) 2008-2014 Sandro Tosi <morph at debian.org>'
diff --git a/reportbug/bugreport.py b/reportbug/bugreport.py
index 1500590..2062c52 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-2012 Sandro Tosi <morph at debian.org>
+#   Copyright (C) 2008-2014 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 f2a378c..b157ee6 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-2012 Sandro Tosi <morph at debian.org>
+#   Copyright (C) 2008-2014 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 4fb2ba1..0f3cae7 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-2012 Sandro Tosi <morph at debian.org>
+#   Copyright (C) 2008-2014 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 a79f029..e21f4fd 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-2012 Sandro Tosi <morph at debian.org>
+#   Copyright (C) 2008-2014 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 fb76375..763b910 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-2012 Sandro Tosi <morph at debian.org>
+#   Copyright (C) 2008-2014 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 2d8afd3..2dee84d 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-2012 Sandro Tosi <morph at debian.org>
+#   Copyright (C) 2008-2014 Sandro Tosi <morph at debian.org>
 
 import re
 import exceptions
diff --git a/reportbug/submit.py b/reportbug/submit.py
index 605a9d4..aeb030c 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-2012 Sandro Tosi <morph at debian.org>
+#   Copyright (C) 2008-2014 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 65ceaf2..bbab49c 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-2012 Sandro Tosi <morph at debian.org>
+#   Copyright (C) 2008-2014 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 34404b8..2cb4e2c 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-2012 Sandro Tosi <morph at debian.org>
+#   Copyright (C) 2008-2014 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 64525aa..544a75f 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-2012 Sandro Tosi <morph at debian.org>
+#   Copyright (C) 2008-2014 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 e85f8ae..4ddb542 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-2012 Sandro Tosi <morph at debian.org>
+#   Copyright (C) 2008-2014 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 8e99747..3e25724 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-2012 Sandro Tosi <morph at debian.org>
+#   Copyright (C) 2008-2014 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 b7e5656..af8d752 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-2012 Sandro Tosi <morph at debian.org>
+#   Copyright (C) 2008-2014 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