[Reportbug-commits] r689 - in trunk (19 files)

morph at users.alioth.debian.org morph at users.alioth.debian.org
Fri Jan 16 09:48:10 UTC 2009


    Date: Friday, January 16, 2009 @ 09:48:04
  Author: morph
Revision: 689

bin/*, reportbug/*, reportbug/ui/*, debian/copyright

* bin/*, reportbug/*, reportbug/ui/*, debian/copyright
  - updated copyright information, in particular adding me

Modified:
  trunk/bin/querybts
  trunk/bin/reportbug
  trunk/checks/compare_pseudo-pkgs_lists.py
  trunk/debian/changelog
  trunk/debian/copyright
  trunk/reportbug/__init__.py
  trunk/reportbug/bugreport.py
  trunk/reportbug/checkbuildd.py
  trunk/reportbug/checkversions.py
  trunk/reportbug/debianbts.py
  trunk/reportbug/exceptions.py
  trunk/reportbug/hiermatch.py
  trunk/reportbug/submit.py
  trunk/reportbug/tempfiles.py
  trunk/reportbug/ui/__init__.py
  trunk/reportbug/ui/text_ui.py
  trunk/reportbug/ui/urwid_ui.py
  trunk/reportbug/urlutils.py
  trunk/reportbug/utils.py

Modified: trunk/bin/querybts
===================================================================
--- trunk/bin/querybts	2009-01-16 09:05:03 UTC (rev 688)
+++ trunk/bin/querybts	2009-01-16 09:48:04 UTC (rev 689)
@@ -3,6 +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>
 #
 # This program is freely distributable per the following license:
 #

Modified: trunk/bin/reportbug
===================================================================
--- trunk/bin/reportbug	2009-01-16 09:05:03 UTC (rev 688)
+++ trunk/bin/reportbug	2009-01-16 09:48:04 UTC (rev 689)
@@ -3,6 +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>
 #
 # This program is freely distributable per the following license:
 #

Modified: trunk/checks/compare_pseudo-pkgs_lists.py
===================================================================
--- trunk/checks/compare_pseudo-pkgs_lists.py	2009-01-16 09:05:03 UTC (rev 688)
+++ trunk/checks/compare_pseudo-pkgs_lists.py	2009-01-16 09:48:04 UTC (rev 689)
@@ -1,4 +1,4 @@
-# Author: Sandro Tosi
+# Author: Sandro Tosi <morph at debian.org>
 # Date: 2008-05-16
 # License: Public domain
 #

Modified: trunk/debian/changelog
===================================================================
--- trunk/debian/changelog	2009-01-16 09:05:03 UTC (rev 688)
+++ trunk/debian/changelog	2009-01-16 09:48:04 UTC (rev 689)
@@ -10,8 +10,10 @@
   * reportbug/test_hiermatch.py, test/test_hiermatch.py
     - removed reportbug/test_hiermatch.py, partially merget into
       test/test_hiermatch.py
+  * bin/*, reportbug/*, reportbug/ui/*, debian/copyright
+    - updated copyright information, in particular adding me 
 
- -- Sandro Tosi <morph at debian.org>  Fri, 16 Jan 2009 10:01:29 +0100
+ -- Sandro Tosi <morph at debian.org>  Fri, 16 Jan 2009 10:40:29 +0100
 
 reportbug (3.99.1) experimental; urgency=low
 

Modified: trunk/debian/copyright
===================================================================
--- trunk/debian/copyright	2009-01-16 09:05:03 UTC (rev 688)
+++ trunk/debian/copyright	2009-01-16 09:48:04 UTC (rev 689)
@@ -1,11 +1,14 @@
 Format-Specification: http://wiki.debian.org/Proposals/CopyrightFormat
 Upstream-Author: Chris Lawrence <lawrencc at debian.org>
+Upstream-Author: Sandro Tosi <morph at debian.org>
 Packaged-By: Chris Lawrence <lawrencc at debian.org>
+Packaged-By: Sandro Tosi <morph at debian.org>
 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>
 License: other
     # This program is freely distributable per the following license:
     #
@@ -59,10 +62,10 @@
 
 Files: checks/compare_pseudo-pkgs_lists.py
 Copyright:
-    © 2008 Sandro Tosi <matrixhasu at gmail.com>
+    © 2008 Sandro Tosi <morph at debian.org>
 License: PD
     checks/compare_pseudo-pkgs_lists.py was placed in public domain by Sandro
-    Tosi <matrixhasu at gmail.com>
+    Tosi <morph at debian.org>
 
 Files: reportbug/ui/gtk2_ui.py
 Copyright:

Modified: trunk/reportbug/__init__.py
===================================================================
--- trunk/reportbug/__init__.py	2009-01-16 09:05:03 UTC (rev 688)
+++ trunk/reportbug/__init__.py	2009-01-16 09:48:04 UTC (rev 689)
@@ -3,6 +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>
 #
 # This program is freely distributable per the following license:
 #
@@ -27,4 +28,5 @@
 VERSION_NUMBER = "3.99.2"
 
 VERSION = "reportbug "+VERSION_NUMBER
-COPYRIGHT = VERSION + '\nCopyright (C) 1999-2008 Chris Lawrence <lawrencc at debian.org>'
+COPYRIGHT = VERSION + '\nCopyright (C) 1999-2008 Chris Lawrence <lawrencc at debian.org>' +
+                      '\nCopyright (C) 2008-2009 Sandro Tosi <morph at debian.org>'

Modified: trunk/reportbug/bugreport.py
===================================================================
--- trunk/reportbug/bugreport.py	2009-01-16 09:05:03 UTC (rev 688)
+++ trunk/reportbug/bugreport.py	2009-01-16 09:48:04 UTC (rev 689)
@@ -2,6 +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>
 #
 # This program is freely distributable per the following license:
 #

Modified: trunk/reportbug/checkbuildd.py
===================================================================
--- trunk/reportbug/checkbuildd.py	2009-01-16 09:05:03 UTC (rev 688)
+++ trunk/reportbug/checkbuildd.py	2009-01-16 09:48:04 UTC (rev 689)
@@ -3,6 +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>
 #
 # This program is freely distributable per the following license:
 #

Modified: trunk/reportbug/checkversions.py
===================================================================
--- trunk/reportbug/checkversions.py	2009-01-16 09:05:03 UTC (rev 688)
+++ trunk/reportbug/checkversions.py	2009-01-16 09:48:04 UTC (rev 689)
@@ -3,6 +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>
 #
 # This program is freely distributable per the following license:
 #

Modified: trunk/reportbug/debianbts.py
===================================================================
--- trunk/reportbug/debianbts.py	2009-01-16 09:05:03 UTC (rev 688)
+++ trunk/reportbug/debianbts.py	2009-01-16 09:48:04 UTC (rev 689)
@@ -3,6 +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>
 #
 # This program is freely distributable per the following license:
 #

Modified: trunk/reportbug/exceptions.py
===================================================================
--- trunk/reportbug/exceptions.py	2009-01-16 09:05:03 UTC (rev 688)
+++ trunk/reportbug/exceptions.py	2009-01-16 09:48:04 UTC (rev 689)
@@ -1,6 +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>
 #
 # This program is freely distributable per the following license:
 #

Modified: trunk/reportbug/hiermatch.py
===================================================================
--- trunk/reportbug/hiermatch.py	2009-01-16 09:05:03 UTC (rev 688)
+++ trunk/reportbug/hiermatch.py	2009-01-16 09:48:04 UTC (rev 689)
@@ -1,4 +1,7 @@
-# Doing match on a list of string or a hierarchy.
+# 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>
 
 import re
 import exceptions

Modified: trunk/reportbug/submit.py
===================================================================
--- trunk/reportbug/submit.py	2009-01-16 09:05:03 UTC (rev 688)
+++ trunk/reportbug/submit.py	2009-01-16 09:48:04 UTC (rev 689)
@@ -1,6 +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>
 #
 # This program is freely distributable per the following license:
 #

Modified: trunk/reportbug/tempfiles.py
===================================================================
--- trunk/reportbug/tempfiles.py	2009-01-16 09:05:03 UTC (rev 688)
+++ trunk/reportbug/tempfiles.py	2009-01-16 09:48:04 UTC (rev 689)
@@ -2,6 +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>
 #
 # This program is freely distributable per the following license:
 #

Modified: trunk/reportbug/ui/__init__.py
===================================================================
--- trunk/reportbug/ui/__init__.py	2009-01-16 09:05:03 UTC (rev 688)
+++ trunk/reportbug/ui/__init__.py	2009-01-16 09:48:04 UTC (rev 689)
@@ -3,6 +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>
 #
 # This program is freely distributable per the following license:
 #

Modified: trunk/reportbug/ui/text_ui.py
===================================================================
--- trunk/reportbug/ui/text_ui.py	2009-01-16 09:05:03 UTC (rev 688)
+++ trunk/reportbug/ui/text_ui.py	2009-01-16 09:48:04 UTC (rev 689)
@@ -1,6 +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>
 #
 # This program is freely distributable per the following license:
 #

Modified: trunk/reportbug/ui/urwid_ui.py
===================================================================
--- trunk/reportbug/ui/urwid_ui.py	2009-01-16 09:05:03 UTC (rev 688)
+++ trunk/reportbug/ui/urwid_ui.py	2009-01-16 09:48:04 UTC (rev 689)
@@ -1,6 +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>
 #
 # This program is freely distributable per the following license:
 #

Modified: trunk/reportbug/urlutils.py
===================================================================
--- trunk/reportbug/urlutils.py	2009-01-16 09:05:03 UTC (rev 688)
+++ trunk/reportbug/urlutils.py	2009-01-16 09:48:04 UTC (rev 689)
@@ -3,6 +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>
 #
 # This program is freely distributable per the following license:
 #

Modified: trunk/reportbug/utils.py
===================================================================
--- trunk/reportbug/utils.py	2009-01-16 09:05:03 UTC (rev 688)
+++ trunk/reportbug/utils.py	2009-01-16 09:48:04 UTC (rev 689)
@@ -2,6 +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>
 #
 # This program is freely distributable per the following license:
 #




More information about the Reportbug-commits mailing list