From 3c944746a67e9baa741cb6f968aeb7820366d6a8 Mon Sep 17 00:00:00 2001 From: Thomas Leonard Date: Sun, 22 Feb 2009 10:17:37 +0000 Subject: [PATCH] Update year to 2009 in various places --- 0alias | 2 +- 0alias.1 | 2 +- 0desktop.1 | 4 ++-- 0launch.1 | 4 ++-- 0store | 2 +- 0store-secure-add.1 | 2 +- 0store.1 | 2 +- zeroinstall/0launch-gui/0launch-gui | 2 +- zeroinstall/0launch-gui/browser.py | 2 +- zeroinstall/0launch-gui/bugs.py | 2 +- zeroinstall/0launch-gui/combo_compat.py | 2 +- zeroinstall/0launch-gui/compile.py | 2 +- zeroinstall/0launch-gui/dialog.py | 2 +- zeroinstall/0launch-gui/freshness.py | 2 +- zeroinstall/0launch-gui/gui.py | 2 +- zeroinstall/0launch-gui/iface_browser.py | 2 +- zeroinstall/0launch-gui/impl_list.py | 2 +- zeroinstall/0launch-gui/main.py | 2 +- zeroinstall/0launch-gui/mainwindow.py | 2 +- zeroinstall/0launch-gui/preferences.py | 2 +- zeroinstall/0launch-gui/properties.py | 2 +- zeroinstall/0launch-gui/trust_box.py | 2 +- zeroinstall/0launch-gui/utils.py | 2 +- zeroinstall/__init__.py | 2 +- zeroinstall/alias.py | 2 +- zeroinstall/gtkui/addbox.py | 2 +- zeroinstall/gtkui/applistbox.py | 2 +- zeroinstall/gtkui/cache.py | 2 +- zeroinstall/gtkui/desktop.py | 4 ++-- zeroinstall/gtkui/gtkutils.py | 2 +- zeroinstall/gtkui/help_box.py | 2 +- zeroinstall/gtkui/icon.py | 2 +- zeroinstall/gtkui/treetips.py | 2 +- zeroinstall/gtkui/xdgutils.py | 2 +- zeroinstall/helpers.py | 2 +- zeroinstall/injector/arch.py | 2 +- zeroinstall/injector/autopolicy.py | 2 +- zeroinstall/injector/background.py | 2 +- zeroinstall/injector/cli.py | 2 +- zeroinstall/injector/distro.py | 2 +- zeroinstall/injector/download.py | 2 +- zeroinstall/injector/fetch.py | 2 +- zeroinstall/injector/gpg.py | 2 +- zeroinstall/injector/handler.py | 2 +- zeroinstall/injector/iface_cache.py | 2 +- zeroinstall/injector/model.py | 2 +- zeroinstall/injector/namespaces.py | 2 +- zeroinstall/injector/policy.py | 2 +- zeroinstall/injector/qdom.py | 2 +- zeroinstall/injector/reader.py | 2 +- zeroinstall/injector/run.py | 2 +- zeroinstall/injector/selections.py | 2 +- zeroinstall/injector/solver.py | 2 +- zeroinstall/injector/trust.py | 2 +- zeroinstall/injector/writer.py | 2 +- zeroinstall/support/__init__.py | 2 +- zeroinstall/support/basedir.py | 2 +- zeroinstall/zerostore/__init__.py | 2 +- zeroinstall/zerostore/cli.py | 2 +- zeroinstall/zerostore/manifest.py | 2 +- zeroinstall/zerostore/unpack.py | 2 +- 61 files changed, 64 insertions(+), 64 deletions(-) diff --git a/0alias b/0alias index aa3ca30..1f3c648 100755 --- a/0alias +++ b/0alias @@ -49,7 +49,7 @@ parser.disable_interspersed_args() if options.version: import zeroinstall print "0alias (zero-install) " + zeroinstall.version - print "Copyright (C) 2007 Thomas Leonard" + print "Copyright (C) 2009 Thomas Leonard" print "This program comes with ABSOLUTELY NO WARRANTY," print "to the extent permitted by law." print "You may redistribute copies of this program" diff --git a/0alias.1 b/0alias.1 index 1cc2ac0..ed7d812 100644 --- a/0alias.1 +++ b/0alias.1 @@ -1,4 +1,4 @@ -.TH 0ALIAS 1 "2007" "Thomas Leonard" "" +.TH 0ALIAS 1 "2009" "Thomas Leonard" "" .SH NAME 0alias \- create quick scripts to run 0launch diff --git a/0desktop.1 b/0desktop.1 index 26f373b..f728bee 100644 --- a/0desktop.1 +++ b/0desktop.1 @@ -1,4 +1,4 @@ -.TH 0DESKTOP 1 "2008" "Thomas Leonard" "" +.TH 0DESKTOP 1 "2009" "Thomas Leonard" "" .SH NAME 0desktop \- add programs to the desktop environment @@ -28,7 +28,7 @@ Default directory in which the .desktop file for the new launcher is created. .SH LICENSE .PP -Copyright (C) 2008 Thomas Leonard. +Copyright (C) 2009 Thomas Leonard. .PP You may redistribute copies of this program under the terms of the GNU Lesser General Public License. diff --git a/0launch.1 b/0launch.1 index 0a8a9f8..d622b09 100644 --- a/0launch.1 +++ b/0launch.1 @@ -1,4 +1,4 @@ -.TH 0LAUNCH 1 "2006" "Thomas Leonard" "" +.TH 0LAUNCH 1 "2009" "Thomas Leonard" "" .SH NAME 0launch \- download and run programs by URL @@ -223,7 +223,7 @@ See the 0store(1) man page for more information. .SH LICENSE .PP -Copyright (C) 2007 Thomas Leonard. +Copyright (C) 2009 Thomas Leonard. .PP You may redistribute copies of this program under the terms of the GNU Lesser General Public License. diff --git a/0store b/0store index f63ea63..27aa4d1 100755 --- a/0store +++ b/0store @@ -28,7 +28,7 @@ if options.verbose: if options.version: import zeroinstall print "0store (zero-install) " + zeroinstall.version - print "Copyright (C) 2007 Thomas Leonard" + print "Copyright (C) 2009 Thomas Leonard" print "This program comes with ABSOLUTELY NO WARRANTY," print "to the extent permitted by law." print "You may redistribute copies of this program" diff --git a/0store-secure-add.1 b/0store-secure-add.1 index 5e9377d..e81fa62 100644 --- a/0store-secure-add.1 +++ b/0store-secure-add.1 @@ -1,4 +1,4 @@ -.TH 0STORE-SECURE-ADD 1 "2007" "Thomas Leonard" "" +.TH 0STORE-SECURE-ADD 1 "2009" "Thomas Leonard" "" .SH NAME 0store-secure-add \- add an implementation to the system cache diff --git a/0store.1 b/0store.1 index d05a914..a9a798d 100644 --- a/0store.1 +++ b/0store.1 @@ -1,4 +1,4 @@ -.TH 0STORE 1 "2007" "Thomas Leonard" "" +.TH 0STORE 1 "2009" "Thomas Leonard" "" .SH NAME 0store \- manage the implementation cache diff --git a/zeroinstall/0launch-gui/0launch-gui b/zeroinstall/0launch-gui/0launch-gui index da1e234..8ad8895 100755 --- a/zeroinstall/0launch-gui/0launch-gui +++ b/zeroinstall/0launch-gui/0launch-gui @@ -1,5 +1,5 @@ #!/usr/bin/env python -# Copyright (C) 2008, Thomas Leonard +# Copyright (C) 2009, Thomas Leonard # See the README file for details, or visit http://0install.net. import os, sys diff --git a/zeroinstall/0launch-gui/browser.py b/zeroinstall/0launch-gui/browser.py index 84678a4..fe27741 100644 --- a/zeroinstall/0launch-gui/browser.py +++ b/zeroinstall/0launch-gui/browser.py @@ -1,4 +1,4 @@ -# Copyright (C) 2008, Thomas Leonard +# Copyright (C) 2009, Thomas Leonard # See the README file for details, or visit http://0install.net. import os, sys diff --git a/zeroinstall/0launch-gui/bugs.py b/zeroinstall/0launch-gui/bugs.py index ace75ba..2b34e05 100644 --- a/zeroinstall/0launch-gui/bugs.py +++ b/zeroinstall/0launch-gui/bugs.py @@ -1,4 +1,4 @@ -# Copyright (C) 2007, Thomas Leonard +# Copyright (C) 2009, Thomas Leonard # See http://0install.net/0compile.html import sys, os diff --git a/zeroinstall/0launch-gui/combo_compat.py b/zeroinstall/0launch-gui/combo_compat.py index fdf7595..a01df04 100644 --- a/zeroinstall/0launch-gui/combo_compat.py +++ b/zeroinstall/0launch-gui/combo_compat.py @@ -1,4 +1,4 @@ -# Copyright (C) 2008, Thomas Leonard +# Copyright (C) 2009, Thomas Leonard # See the README file for details, or visit http://0install.net. import gtk, gobject diff --git a/zeroinstall/0launch-gui/compile.py b/zeroinstall/0launch-gui/compile.py index ea16e92..2399afd 100644 --- a/zeroinstall/0launch-gui/compile.py +++ b/zeroinstall/0launch-gui/compile.py @@ -1,4 +1,4 @@ -# Copyright (C) 2008, Thomas Leonard +# Copyright (C) 2009, Thomas Leonard # See the README file for details, or visit http://0install.net. import os, subprocess diff --git a/zeroinstall/0launch-gui/dialog.py b/zeroinstall/0launch-gui/dialog.py index c3545ff..e174e99 100644 --- a/zeroinstall/0launch-gui/dialog.py +++ b/zeroinstall/0launch-gui/dialog.py @@ -1,4 +1,4 @@ -# Copyright (C) 2008, Thomas Leonard +# Copyright (C) 2009, Thomas Leonard # See the README file for details, or visit http://0install.net. import gtk diff --git a/zeroinstall/0launch-gui/freshness.py b/zeroinstall/0launch-gui/freshness.py index a649607..159ecde 100644 --- a/zeroinstall/0launch-gui/freshness.py +++ b/zeroinstall/0launch-gui/freshness.py @@ -1,4 +1,4 @@ -# Copyright (C) 2008, Thomas Leonard +# Copyright (C) 2009, Thomas Leonard # See the README file for details, or visit http://0install.net. class Freshness(object): diff --git a/zeroinstall/0launch-gui/gui.py b/zeroinstall/0launch-gui/gui.py index bef9cbe..f542840 100644 --- a/zeroinstall/0launch-gui/gui.py +++ b/zeroinstall/0launch-gui/gui.py @@ -1,4 +1,4 @@ -# Copyright (C) 2008, Thomas Leonard +# Copyright (C) 2009, Thomas Leonard # See the README file for details, or visit http://0install.net. import gobject diff --git a/zeroinstall/0launch-gui/iface_browser.py b/zeroinstall/0launch-gui/iface_browser.py index 205a265..8cfe646 100644 --- a/zeroinstall/0launch-gui/iface_browser.py +++ b/zeroinstall/0launch-gui/iface_browser.py @@ -1,4 +1,4 @@ -# Copyright (C) 2008, Thomas Leonard +# Copyright (C) 2009, Thomas Leonard # See the README file for details, or visit http://0install.net. import gtk, gobject, pango diff --git a/zeroinstall/0launch-gui/impl_list.py b/zeroinstall/0launch-gui/impl_list.py index 922fe84..3f9ae17 100644 --- a/zeroinstall/0launch-gui/impl_list.py +++ b/zeroinstall/0launch-gui/impl_list.py @@ -1,4 +1,4 @@ -# Copyright (C) 2008, Thomas Leonard +# Copyright (C) 2009, Thomas Leonard # See the README file for details, or visit http://0install.net. import gtk, gobject, os diff --git a/zeroinstall/0launch-gui/main.py b/zeroinstall/0launch-gui/main.py index 8cea6be..f026fac 100644 --- a/zeroinstall/0launch-gui/main.py +++ b/zeroinstall/0launch-gui/main.py @@ -1,4 +1,4 @@ -# Copyright (C) 2008, Thomas Leonard +# Copyright (C) 2009, Thomas Leonard # See the README file for details, or visit http://0install.net. import os, sys diff --git a/zeroinstall/0launch-gui/mainwindow.py b/zeroinstall/0launch-gui/mainwindow.py index 62ff594..8bfd807 100644 --- a/zeroinstall/0launch-gui/mainwindow.py +++ b/zeroinstall/0launch-gui/mainwindow.py @@ -1,4 +1,4 @@ -# Copyright (C) 2008, Thomas Leonard +# Copyright (C) 2009, Thomas Leonard # See the README file for details, or visit http://0install.net. import gtk diff --git a/zeroinstall/0launch-gui/preferences.py b/zeroinstall/0launch-gui/preferences.py index ef454cb..6b48d8e 100644 --- a/zeroinstall/0launch-gui/preferences.py +++ b/zeroinstall/0launch-gui/preferences.py @@ -1,4 +1,4 @@ -# Copyright (C) 2008, Thomas Leonard +# Copyright (C) 2009, Thomas Leonard # See the README file for details, or visit http://0install.net. import gtk diff --git a/zeroinstall/0launch-gui/properties.py b/zeroinstall/0launch-gui/properties.py index ca9ca61..b9aa719 100644 --- a/zeroinstall/0launch-gui/properties.py +++ b/zeroinstall/0launch-gui/properties.py @@ -1,4 +1,4 @@ -# Copyright (C) 2008, Thomas Leonard +# Copyright (C) 2009, Thomas Leonard # See the README file for details, or visit http://0install.net. import zeroinstall diff --git a/zeroinstall/0launch-gui/trust_box.py b/zeroinstall/0launch-gui/trust_box.py index e1173d0..e7b582e 100644 --- a/zeroinstall/0launch-gui/trust_box.py +++ b/zeroinstall/0launch-gui/trust_box.py @@ -1,4 +1,4 @@ -# Copyright (C) 2008, Thomas Leonard +# Copyright (C) 2009, Thomas Leonard # -*- coding: utf-8 -*- # See the README file for details, or visit http://0install.net. diff --git a/zeroinstall/0launch-gui/utils.py b/zeroinstall/0launch-gui/utils.py index 3c19291..eeb4593 100644 --- a/zeroinstall/0launch-gui/utils.py +++ b/zeroinstall/0launch-gui/utils.py @@ -1,4 +1,4 @@ -# Copyright (C) 2008, Thomas Leonard +# Copyright (C) 2009, Thomas Leonard # See the README file for details, or visit http://0install.net. from zeroinstall import support diff --git a/zeroinstall/__init__.py b/zeroinstall/__init__.py index f980140..b3019ea 100644 --- a/zeroinstall/__init__.py +++ b/zeroinstall/__init__.py @@ -6,7 +6,7 @@ The Python implementation of the Zero Install injector is divided into four sub- - L{zeroinstall.gtkui} contains code for making GTK user-interfaces - L{zeroinstall.support} contains helper code (not really specific to Zero Install) -@copyright: (C) 2008, Thomas Leonard +@copyright: (C) 2009, Thomas Leonard @see: U{http://0install.net} """ diff --git a/zeroinstall/alias.py b/zeroinstall/alias.py index e2c8b73..3136811 100644 --- a/zeroinstall/alias.py +++ b/zeroinstall/alias.py @@ -3,7 +3,7 @@ Support code for 0alias scripts. @since: 0.28 """ -# Copyright (C) 2007, Thomas Leonard +# Copyright (C) 2009, Thomas Leonard # See the README file for details, or visit http://0install.net. _template = '''#!/bin/sh diff --git a/zeroinstall/gtkui/addbox.py b/zeroinstall/gtkui/addbox.py index e235bea..f6d2def 100644 --- a/zeroinstall/gtkui/addbox.py +++ b/zeroinstall/gtkui/addbox.py @@ -1,5 +1,5 @@ """A GTK dialog which lets the user add a new application to their desktop.""" -# Copyright (C) 2008, Thomas Leonard +# Copyright (C) 2009, Thomas Leonard # See the README file for details, or visit http://0install.net. import os, sys diff --git a/zeroinstall/gtkui/applistbox.py b/zeroinstall/gtkui/applistbox.py index 7e6f757..6c1bfd1 100644 --- a/zeroinstall/gtkui/applistbox.py +++ b/zeroinstall/gtkui/applistbox.py @@ -1,5 +1,5 @@ """A GTK dialog which displays a list of Zero Install applications in the menu.""" -# Copyright (C) 2008, Thomas Leonard +# Copyright (C) 2009, Thomas Leonard # See the README file for details, or visit http://0install.net. import os diff --git a/zeroinstall/gtkui/cache.py b/zeroinstall/gtkui/cache.py index e94af78..020c6ec 100644 --- a/zeroinstall/gtkui/cache.py +++ b/zeroinstall/gtkui/cache.py @@ -1,5 +1,5 @@ """Display the contents of the implementation cache.""" -# Copyright (C) 2008, Thomas Leonard +# Copyright (C) 2009, Thomas Leonard # See the README file for details, or visit http://0install.net. import os diff --git a/zeroinstall/gtkui/desktop.py b/zeroinstall/gtkui/desktop.py index 34e287e..6863bc5 100644 --- a/zeroinstall/gtkui/desktop.py +++ b/zeroinstall/gtkui/desktop.py @@ -1,6 +1,6 @@ """Code for the B{0desktop} command.""" -# Copyright (C) 2008, Thomas Leonard +# Copyright (C) 2009, Thomas Leonard # See the README file for details, or visit http://0install.net. import sys @@ -31,7 +31,7 @@ def main(command_args): if options.version: import zeroinstall print "0desktop (zero-install) " + zeroinstall.version - print "Copyright (C) 2008 Thomas Leonard" + print "Copyright (C) 2009 Thomas Leonard" print "This program comes with ABSOLUTELY NO WARRANTY," print "to the extent permitted by law." print "You may redistribute copies of this program" diff --git a/zeroinstall/gtkui/gtkutils.py b/zeroinstall/gtkui/gtkutils.py index 28475ef..887f3c7 100644 --- a/zeroinstall/gtkui/gtkutils.py +++ b/zeroinstall/gtkui/gtkutils.py @@ -1,5 +1,5 @@ """Useful utility methods for GTK.""" -# Copyright (C) 2008, Thomas Leonard +# Copyright (C) 2009, Thomas Leonard # See the README file for details, or visit http://0install.net. import gtk diff --git a/zeroinstall/gtkui/help_box.py b/zeroinstall/gtkui/help_box.py index dd6c219..0d6715c 100644 --- a/zeroinstall/gtkui/help_box.py +++ b/zeroinstall/gtkui/help_box.py @@ -1,5 +1,5 @@ """A dialog box for displaying help text.""" -# Copyright (C) 2008, Thomas Leonard +# Copyright (C) 2009, Thomas Leonard # See the README file for details, or visit http://0install.net. import gtk diff --git a/zeroinstall/gtkui/icon.py b/zeroinstall/gtkui/icon.py index 7363b98..f34b70f 100644 --- a/zeroinstall/gtkui/icon.py +++ b/zeroinstall/gtkui/icon.py @@ -1,5 +1,5 @@ """Loading icons.""" -# Copyright (C) 2008, Thomas Leonard +# Copyright (C) 2009, Thomas Leonard # See the README file for details, or visit http://0install.net. import gtk diff --git a/zeroinstall/gtkui/treetips.py b/zeroinstall/gtkui/treetips.py index 56fd16c..1ec0307 100644 --- a/zeroinstall/gtkui/treetips.py +++ b/zeroinstall/gtkui/treetips.py @@ -1,5 +1,5 @@ """Add tooltips to a TreeView.""" -# Copyright (C) 2008, Thomas Leonard +# Copyright (C) 2009, Thomas Leonard # See the README file for details, or visit http://0install.net. import time, gobject, gtk diff --git a/zeroinstall/gtkui/xdgutils.py b/zeroinstall/gtkui/xdgutils.py index d4d177a..8a66d57 100644 --- a/zeroinstall/gtkui/xdgutils.py +++ b/zeroinstall/gtkui/xdgutils.py @@ -1,7 +1,7 @@ """Adding icons and menu items using the freedesktop.org system. (xdg = X Desktop Group) """ -# Copyright (C) 2008, Thomas Leonard +# Copyright (C) 2009, Thomas Leonard # See the README file for details, or visit http://0install.net. import shutil, os, tempfile diff --git a/zeroinstall/helpers.py b/zeroinstall/helpers.py index 3eacfcc..4f952ef 100644 --- a/zeroinstall/helpers.py +++ b/zeroinstall/helpers.py @@ -3,7 +3,7 @@ Convenience routines for performing common operations. @since: 0.28 """ -# Copyright (C) 2007, Thomas Leonard +# Copyright (C) 2009, Thomas Leonard # See the README file for details, or visit http://0install.net. import os, sys, logging diff --git a/zeroinstall/injector/arch.py b/zeroinstall/injector/arch.py index 1245d77..57f56d9 100644 --- a/zeroinstall/injector/arch.py +++ b/zeroinstall/injector/arch.py @@ -14,7 +14,7 @@ Each dictionary maps from a supported architecture type to a preference level. L better, Unsupported architectures are not listed at all. """ -# Copyright (C) 2006, Thomas Leonard +# Copyright (C) 2009, Thomas Leonard # See the README file for details, or visit http://0install.net. import os diff --git a/zeroinstall/injector/autopolicy.py b/zeroinstall/injector/autopolicy.py index b29397a..592bdfe 100644 --- a/zeroinstall/injector/autopolicy.py +++ b/zeroinstall/injector/autopolicy.py @@ -8,7 +8,7 @@ is also the policy used to run the injector's GUI. @deprecated: The interesting functionality has moved into the L{policy.Policy} base-class. """ -# Copyright (C) 2006, Thomas Leonard +# Copyright (C) 2009, Thomas Leonard # See the README file for details, or visit http://0install.net. from logging import info diff --git a/zeroinstall/injector/background.py b/zeroinstall/injector/background.py index 89ce05f..6f8d75a 100644 --- a/zeroinstall/injector/background.py +++ b/zeroinstall/injector/background.py @@ -12,7 +12,7 @@ from zeroinstall.support import tasks from zeroinstall.injector.iface_cache import iface_cache from zeroinstall.injector import handler -# Copyright (C) 2007, Thomas Leonard +# Copyright (C) 2009, Thomas Leonard # See the README file for details, or visit http://0install.net. def _escape_xml(s): diff --git a/zeroinstall/injector/cli.py b/zeroinstall/injector/cli.py index 2acf075..67c0298 100644 --- a/zeroinstall/injector/cli.py +++ b/zeroinstall/injector/cli.py @@ -344,7 +344,7 @@ def main(command_args): elif options.version: import zeroinstall print "0launch (zero-install) " + zeroinstall.version - print "Copyright (C) 2007 Thomas Leonard" + print "Copyright (C) 2009 Thomas Leonard" print "This program comes with ABSOLUTELY NO WARRANTY," print "to the extent permitted by law." print "You may redistribute copies of this program" diff --git a/zeroinstall/injector/distro.py b/zeroinstall/injector/distro.py index bb936c9..245de34 100644 --- a/zeroinstall/injector/distro.py +++ b/zeroinstall/injector/distro.py @@ -3,7 +3,7 @@ Integration with native distribution package managers. @since: 0.28 """ -# Copyright (C) 2007, Thomas Leonard +# Copyright (C) 2009, Thomas Leonard # See the README file for details, or visit http://0install.net. import os, re diff --git a/zeroinstall/injector/download.py b/zeroinstall/injector/download.py index 7f0471f..5fb31b1 100644 --- a/zeroinstall/injector/download.py +++ b/zeroinstall/injector/download.py @@ -6,7 +6,7 @@ This is the low-level interface for downloading interfaces, implementations, ico @see: L{fetch} higher-level API for downloads that uses this module """ -# Copyright (C) 2006, Thomas Leonard +# Copyright (C) 2009, Thomas Leonard # See the README file for details, or visit http://0install.net. import tempfile, os, sys, subprocess diff --git a/zeroinstall/injector/fetch.py b/zeroinstall/injector/fetch.py index c067901..0fd99ab 100644 --- a/zeroinstall/injector/fetch.py +++ b/zeroinstall/injector/fetch.py @@ -2,7 +2,7 @@ Downloads feeds, keys, packages and icons. """ -# Copyright (C) 2008, Thomas Leonard +# Copyright (C) 2009, Thomas Leonard # See the README file for details, or visit http://0install.net. import os diff --git a/zeroinstall/injector/gpg.py b/zeroinstall/injector/gpg.py index c03f6d3..772959e 100644 --- a/zeroinstall/injector/gpg.py +++ b/zeroinstall/injector/gpg.py @@ -6,7 +6,7 @@ This module is used to invoke GnuPG to check the digital signatures on interface @see: L{iface_cache.PendingFeed} """ -# Copyright (C) 2006, Thomas Leonard +# Copyright (C) 2009, Thomas Leonard # See the README file for details, or visit http://0install.net. import subprocess diff --git a/zeroinstall/injector/handler.py b/zeroinstall/injector/handler.py index 91bc20f..916a8c2 100644 --- a/zeroinstall/injector/handler.py +++ b/zeroinstall/injector/handler.py @@ -7,7 +7,7 @@ Zero Install when they are complete. To do this, you supply a L{Handler} to the L{policy}. """ -# Copyright (C) 2006, Thomas Leonard +# Copyright (C) 2009, Thomas Leonard # See the README file for details, or visit http://0install.net. from logging import debug, warn diff --git a/zeroinstall/injector/iface_cache.py b/zeroinstall/injector/iface_cache.py index 62d2492..c6467af 100644 --- a/zeroinstall/injector/iface_cache.py +++ b/zeroinstall/injector/iface_cache.py @@ -4,7 +4,7 @@ Manages the feed cache. @var iface_cache: A singleton cache object. You should normally use this rather than creating new cache objects. """ -# Copyright (C) 2008, Thomas Leonard +# Copyright (C) 2009, Thomas Leonard # See the README file for details, or visit http://0install.net. # Note: diff --git a/zeroinstall/injector/model.py b/zeroinstall/injector/model.py index 96349c3..9d62f8f 100644 --- a/zeroinstall/injector/model.py +++ b/zeroinstall/injector/model.py @@ -10,7 +10,7 @@ file in memory. well-known variables. """ -# Copyright (C) 2006, Thomas Leonard +# Copyright (C) 2009, Thomas Leonard # See the README file for details, or visit http://0install.net. import os, re diff --git a/zeroinstall/injector/namespaces.py b/zeroinstall/injector/namespaces.py index 0b440f0..4abbc5c 100644 --- a/zeroinstall/injector/namespaces.py +++ b/zeroinstall/injector/namespaces.py @@ -8,7 +8,7 @@ @var injector_gui_uri: The URI of the graphical interface for the injector """ -# Copyright (C) 2006, Thomas Leonard +# Copyright (C) 2009, Thomas Leonard # See the README file for details, or visit http://0install.net. XMLNS_IFACE = 'http://zero-install.sourceforge.net/2004/injector/interface' diff --git a/zeroinstall/injector/policy.py b/zeroinstall/injector/policy.py index ef9f126..2d31933 100644 --- a/zeroinstall/injector/policy.py +++ b/zeroinstall/injector/policy.py @@ -4,7 +4,7 @@ L{fetch.Fetcher} to download additional components, and the user's configuration settings. """ -# Copyright (C) 2008, Thomas Leonard +# Copyright (C) 2009, Thomas Leonard # See the README file for details, or visit http://0install.net. import time diff --git a/zeroinstall/injector/qdom.py b/zeroinstall/injector/qdom.py index 331a63f..5962fef 100644 --- a/zeroinstall/injector/qdom.py +++ b/zeroinstall/injector/qdom.py @@ -4,7 +4,7 @@ Python's xml.dom is very slow. The xml.sax module is also slow (as it imports ur This is our light-weight version. """ -# Copyright (C) 2006, Thomas Leonard +# Copyright (C) 2009, Thomas Leonard # See the README file for details, or visit http://0install.net. from xml.parsers import expat diff --git a/zeroinstall/injector/reader.py b/zeroinstall/injector/reader.py index 2dfe983..c5f9c29 100644 --- a/zeroinstall/injector/reader.py +++ b/zeroinstall/injector/reader.py @@ -2,7 +2,7 @@ Parses an XML interface into a Python representation. """ -# Copyright (C) 2006, Thomas Leonard +# Copyright (C) 2009, Thomas Leonard # See the README file for details, or visit http://0install.net. import os diff --git a/zeroinstall/injector/run.py b/zeroinstall/injector/run.py index d3c0971..4a61c35 100644 --- a/zeroinstall/injector/run.py +++ b/zeroinstall/injector/run.py @@ -2,7 +2,7 @@ Executes a set of implementations as a program. """ -# Copyright (C) 2006, Thomas Leonard +# Copyright (C) 2009, Thomas Leonard # See the README file for details, or visit http://0install.net. import os, sys diff --git a/zeroinstall/injector/selections.py b/zeroinstall/injector/selections.py index 6979305..69cc30a 100644 --- a/zeroinstall/injector/selections.py +++ b/zeroinstall/injector/selections.py @@ -3,7 +3,7 @@ Load and save a set of chosen implementations. @since: 0.27 """ -# Copyright (C) 2007, Thomas Leonard +# Copyright (C) 2009, Thomas Leonard # See the README file for details, or visit http://0install.net. from zeroinstall.injector.policy import Policy diff --git a/zeroinstall/injector/solver.py b/zeroinstall/injector/solver.py index ce149f4..7e5c0fd 100644 --- a/zeroinstall/injector/solver.py +++ b/zeroinstall/injector/solver.py @@ -10,7 +10,7 @@ from zeroinstall.zerostore import BadDigest, NotStored from zeroinstall.injector.arch import machine_groups from zeroinstall.injector import model -# Copyright (C) 2008, Thomas Leonard +# Copyright (C) 2009, Thomas Leonard # See the README file for details, or visit http://0install.net. class Solver(object): diff --git a/zeroinstall/injector/trust.py b/zeroinstall/injector/trust.py index c211ee9..6c52655 100644 --- a/zeroinstall/injector/trust.py +++ b/zeroinstall/injector/trust.py @@ -7,7 +7,7 @@ in some cases and not others. @var trust_db: Singleton trust database instance. """ -# Copyright (C) 2006, Thomas Leonard +# Copyright (C) 2009, Thomas Leonard # See the README file for details, or visit http://0install.net. import os diff --git a/zeroinstall/injector/writer.py b/zeroinstall/injector/writer.py index 7e97efe..76bda4c 100644 --- a/zeroinstall/injector/writer.py +++ b/zeroinstall/injector/writer.py @@ -2,7 +2,7 @@ Save per-interface configuration information. """ -# Copyright (C) 2006, Thomas Leonard +# Copyright (C) 2009, Thomas Leonard # See the README file for details, or visit http://0install.net. import os diff --git a/zeroinstall/support/__init__.py b/zeroinstall/support/__init__.py index b1e1e39..d766a23 100644 --- a/zeroinstall/support/__init__.py +++ b/zeroinstall/support/__init__.py @@ -7,7 +7,7 @@ wish were in the standard library. @since: 0.27 """ -# Copyright (C) 2007, Thomas Leonard +# Copyright (C) 2009, Thomas Leonard # See the README file for details, or visit http://0install.net. import os, logging diff --git a/zeroinstall/support/basedir.py b/zeroinstall/support/basedir.py index 9d7ac90..53481f4 100644 --- a/zeroinstall/support/basedir.py +++ b/zeroinstall/support/basedir.py @@ -10,7 +10,7 @@ $HOME isn't owned by root, then this will be root's home from /etc/passwd instead. """ -# Copyright (C) 2006, Thomas Leonard +# Copyright (C) 2009, Thomas Leonard # See the README file for details, or visit http://0install.net. import os diff --git a/zeroinstall/zerostore/__init__.py b/zeroinstall/zerostore/__init__.py index 3cb56e6..adbef34 100644 --- a/zeroinstall/zerostore/__init__.py +++ b/zeroinstall/zerostore/__init__.py @@ -2,7 +2,7 @@ Code for managing the implementation cache. """ -# Copyright (C) 2006, Thomas Leonard +# Copyright (C) 2009, Thomas Leonard # See the README file for details, or visit http://0install.net. import os diff --git a/zeroinstall/zerostore/cli.py b/zeroinstall/zerostore/cli.py index 5f76315..abaa54d 100644 --- a/zeroinstall/zerostore/cli.py +++ b/zeroinstall/zerostore/cli.py @@ -1,6 +1,6 @@ """Code for the B{0store} command-line interface.""" -# Copyright (C) 2006, Thomas Leonard +# Copyright (C) 2009, Thomas Leonard # See the README file for details, or visit http://0install.net. import sys, os diff --git a/zeroinstall/zerostore/manifest.py b/zeroinstall/zerostore/manifest.py index 266ae75..db141e6 100644 --- a/zeroinstall/zerostore/manifest.py +++ b/zeroinstall/zerostore/manifest.py @@ -20,7 +20,7 @@ of the manifest. A top-level ".manifest" file is ignored. """ -# Copyright (C) 2006, Thomas Leonard +# Copyright (C) 2009, Thomas Leonard # See the README file for details, or visit http://0install.net. from __future__ import generators diff --git a/zeroinstall/zerostore/unpack.py b/zeroinstall/zerostore/unpack.py index cf6c0cd..92016b5 100644 --- a/zeroinstall/zerostore/unpack.py +++ b/zeroinstall/zerostore/unpack.py @@ -1,6 +1,6 @@ """Unpacking archives of various formats.""" -# Copyright (C) 2006, Thomas Leonard +# Copyright (C) 2009, Thomas Leonard # See the README file for details, or visit http://0install.net. import os, subprocess -- 2.11.4.GIT