Update Copyright date headers
authorfuzzyray <fuzzyray@gentoo.org>
Thu, 7 Jan 2010 22:28:36 +0000 (22:28 -0000)
committerfuzzyray <fuzzyray@gentoo.org>
Thu, 7 Jan 2010 22:28:36 +0000 (22:28 -0000)
svn path=/trunk/gentoolkit/; revision=731

35 files changed:
bin/eclean
bin/epkginfo
bin/equery
bin/euse
bin/revdep-rebuild
pym/gentoolkit/__init__.py
pym/gentoolkit/atom.py
pym/gentoolkit/cpv.py
pym/gentoolkit/dbapi.py
pym/gentoolkit/dependencies.py
pym/gentoolkit/deprecated/helpers.py
pym/gentoolkit/equery/__init__.py
pym/gentoolkit/equery/belongs.py
pym/gentoolkit/equery/changes.py
pym/gentoolkit/equery/check.py
pym/gentoolkit/equery/depends.py
pym/gentoolkit/equery/depgraph.py
pym/gentoolkit/equery/files.py
pym/gentoolkit/equery/hasuse.py
pym/gentoolkit/equery/list_.py
pym/gentoolkit/equery/meta.py
pym/gentoolkit/equery/size.py
pym/gentoolkit/equery/uses.py
pym/gentoolkit/equery/which.py
pym/gentoolkit/errors.py
pym/gentoolkit/helpers.py
pym/gentoolkit/metadata.py
pym/gentoolkit/package.py
pym/gentoolkit/pprinter.py
pym/gentoolkit/query.py
pym/gentoolkit/test/__init__.py
pym/gentoolkit/test/equery/__init__.py
pym/gentoolkit/test/test_atom.py
pym/gentoolkit/test/test_cpv.py
pym/gentoolkit/versionmatch.py

index 6fee381823c4805e44559bd91b81e46826cc2d52..158a953030b898e0d5896fb13071804d1be52750 100755 (executable)
@@ -1,5 +1,5 @@
 #!/usr/bin/python
-# Copyright 2003-2005 Gentoo Foundation
+# Copyright 2003-2010 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Header: $
 
@@ -44,7 +44,7 @@ def printVersion():
                        % (__productname__, __version__, __description__)
        print
        print "Author: %s <%s>" % (__author__,__email__)
-       print "Copyright 2003-2009 Gentoo Foundation"
+       print "Copyright 2003-2010 Gentoo Foundation"
        print "Distributed under the terms of the GNU General Public License v2"
 
 
index 650a870981f2ac9b298e05ca8fbc846b839e52fd..c1f457c38efe22abe8ee2c09e9891bd08549bfdc 100755 (executable)
@@ -1,6 +1,6 @@
 #!/usr/bin/python
 #
-# Copyright 2009 Gentoo Technologies, Inc.
+# Copyright 2009-2010 Gentoo Technologies, Inc.
 # Distributed under the terms of the GNU General Public License v2 or later
 #
 # $Header$
index e7bb6ce2e714059d7e7593115efdb263a9d043ee..d90495b59b565cbfbb5a7028d6cde7e6b7267155 100755 (executable)
@@ -1,6 +1,6 @@
 #!/usr/bin/python
 #
-# Copyright 2002-2009 Gentoo Technologies, Inc.
+# Copyright 2002-2010 Gentoo Technologies, Inc.
 # Distributed under the terms of the GNU General Public License v2 or later
 #
 # $Header$
index 595088894158f9349b9761407d8803a4e5feadce..80e488b430a4392fc8591fa546d8b0f4b44c205a 100755 (executable)
--- a/bin/euse
+++ b/bin/euse
@@ -116,7 +116,7 @@ cat << VER
 ${PROGRAM_NAME} (${VERSION})
 Written by Marius Mauch
 
-Copyright (C) 2004-2009 Gentoo Foundation, Inc.
+Copyright (C) 2004-2010 Gentoo Foundation, Inc.
 This is free software; see the source for copying conditions.
 VER
 }
index 9027a58dba5aa4a75c7c5266894fdbd146415226..b6d80e6d983b0943c5f5bd4fbf9994e89a6b56f1 100755 (executable)
@@ -1,5 +1,5 @@
 #!/bin/bash
-# Copyright 1999-2008 Gentoo Foundation
+# Copyright 1999-2010 Gentoo Foundation
 
 # revdep-rebuild: Reverse dependency rebuilder.
 # Original Author: Stanislav Brabec
@@ -167,7 +167,7 @@ print_usage() {
 cat << EOF
 ${APP_NAME}: (${VERSION})
 
-Copyright (C) 2003-2009 Gentoo Foundation, Inc.
+Copyright (C) 2003-2010 Gentoo Foundation, Inc.
 This is free software; see the source for copying conditions.
 
 Usage: $APP_NAME [OPTIONS] [--] [EMERGE_OPTIONS]
index 03382b78d2c9967f4c7fe9281ccb3cdf19b3dade..37d609b61b1c9230d29430abfe1c78fcf5d046d3 100644 (file)
@@ -1,7 +1,7 @@
 #!/usr/bin/python
 #
 # Copyright 2003-2004 Karl Trygve Kalleberg
-# Copyright 2003-2009 Gentoo Foundation
+# Copyright 2003-2010 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 #
 # $Header$
index 3523d606aa2f0a4ef2ad6c2df752f1f37fd85dde..8c299602da6fa4968f5b8325d31e51d579e1b30b 100644 (file)
@@ -1,6 +1,6 @@
 #!/usr/bin/python
 #
-# Copyright(c) 2009, Gentoo Foundation
+# Copyright(c) 2009-2010, Gentoo Foundation
 #
 # Licensed under the GNU General Public License, v2
 #
index 9b3c2d77fcb01c386d3cff59c9adc42765bb99ae..31a9a9fe277ebc213d2c4b5b4d03f411b5a33851 100644 (file)
@@ -1,6 +1,6 @@
 #!/usr/bin/python
 #
-# Copyright(c) 2009, Gentoo Foundation
+# Copyright(c) 2009-2010, Gentoo Foundation
 #
 # Licensed under the GNU General Public License, v2
 #
index 2866214c385d8b53bbab5aa78df3c39d4074c824..fae1b6f5f8f30c5dd9db630e8311fe6408e4f131 100644 (file)
@@ -1,6 +1,6 @@
 #!/usr/bin/python
 #
-# Copyright 2009 Gentoo Foundation
+# Copyright 2009-2010 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 #
 # $Header$
index 9ff7f905cd2e2a5d9f28391a45fff6bc0a739f9b..001483e49b668c6dcad22fe531e93c0058cc8462 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright(c) 2009, Gentoo Foundation
+# Copyright(c) 2009-2010, Gentoo Foundation
 #
 # Licensed under the GNU General Public License, v2
 #
index d0fb99318049b1bbe15450af4c6d3516b63c683b..68514d607959ad11284ce6999b005d53bf8a65e8 100644 (file)
@@ -1,7 +1,7 @@
 #!/usr/bin/python2
 #
 # Copyright(c) 2004, Karl Trygve Kalleberg <karltk@gentoo.org>
-# Copyright(c) 2009, Gentoo Foundation
+# Copyright(c) 2009-2010, Gentoo Foundation
 #
 # Licensed under the GNU General Public License, v2
 #
index 84e8ced75495acc74d8a2827e264633681530ead..5833f2930cb25cdd5a3d7a26a51761fd20b65e9f 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright(c) 2009, Gentoo Foundation
+# Copyright(c) 2009-2010, Gentoo Foundation
 #
 # Licensed under the GNU General Public License, v2
 #
index fcf58ab8629ae7b5813228028edf7f377fdb1f24..3845b9da9c350f1bb09e83653cee41093dd3f208 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright(c) 2009, Gentoo Foundation
+# Copyright(c) 2009-2010, Gentoo Foundation
 #
 # Licensed under the GNU General Public License, v2
 #
index 28611f9e7c8e9558818ed2101356c0eb1a71d8ba..8adf2461f7f6bb2cd0bcd34272adbdd6177f20dd 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright(c) 2009, Gentoo Foundation
+# Copyright(c) 2009-2010, Gentoo Foundation
 #
 # Licensed under the GNU General Public License, v2 or higher
 #
index 6ce288c6145585a6400fa8cd743064e932d84289..596980425cb983d24710944ec58cf1a60ae3c407 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright(c) 2009, Gentoo Foundation
+# Copyright(c) 2009-2010, Gentoo Foundation
 #
 # Licensed under the GNU General Public License, v2
 #
index 759ecba983ceb4673e0db94354dac938ccb800fe..a1061fc4b326209ade42bdc06626a25a16417079 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright(c) 2009, Gentoo Foundation
+# Copyright(c) 2009-2010, Gentoo Foundation
 #
 # Licensed under the GNU General Public License, v2
 #
index 18d19ba22df61385dcd956f8f9ded1510a11a8dc..9c7e3466342b135d8dbe7fbf8ffd30f60bb88d6c 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright(c) 2009, Gentoo Foundation
+# Copyright(c) 2009-2010, Gentoo Foundation
 #
 # Licensed under the GNU General Public License, v2
 #
index 400e4b1c9a98831ec73a146a749563892656c05b..f0c40ee879d7c74f972b19ed8a38923f93c1451e 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright(c) 2009, Gentoo Foundation
+# Copyright(c) 2009-2010, Gentoo Foundation
 #
 # Licensed under the GNU General Public License, v2
 #
index bc4bb6386020ebafbfc8cf3a8e0aa87bb55751f0..8d51013003f474e3e8c3b461245283d135b5803f 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright(c) 2009, Gentoo Foundation
+# Copyright(c) 2009-2010, Gentoo Foundation
 #
 # Licensed under the GNU General Public License, v2 or higher
 #
index c727590f679e3e77d7025f8a34cdbee3c180246f..3de835543b260e82eb9654563a117bab08c414b7 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright(c) 2009, Gentoo Foundation
+# Copyright(c) 2009-2010, Gentoo Foundation
 #
 # Licensed under the GNU General Public License, v2 or higher
 #
index 1fc896429f47b7c6ccb7f070158c5d323a3ffbf5..c0a6c4c7aedea53921a924d949276391a734ec0e 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright(c) 2009, Gentoo Foundation
+# Copyright(c) 2009-2010, Gentoo Foundation
 #
 # Licensed under the GNU General Public License, v2 or higher
 #
index f7b88882841c9d3a18c3cdc7563f830ecc550765..4d2a6864b115c174155a2f6acc342b4485ed4f33 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright(c) 2009, Gentoo Foundation
+# Copyright(c) 2009-2010, Gentoo Foundation
 #
 # Licensed under the GNU General Public License, v2
 #
index d38dfe58291c85c98a746e6576d489a90d98a884..8358d4916611de369688fe21ee2d03f25a4802dd 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright(c) 2009, Gentoo Foundation
+# Copyright(c) 2009-2010, Gentoo Foundation
 #
 # Licensed under the GNU General Public License, v2
 #
index 38a8c6b0b38c523b0b73905d5981710e92ac3f16..be4f5e81122cadd3269d6aa81327fe4b5f08cd5d 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright(c) 2009, Gentoo Foundation
+# Copyright(c) 2009-2010, Gentoo Foundation
 #
 # Licensed under the GNU General Public License, v2
 #
index 988d91c10008f545a9228a5d96721925ef95bcec..9bcc5f9e7a685ec366c371ba6118eac69e21d981 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright(c) 2004-2009, Gentoo Foundation
+# Copyright(c) 2004-2010, Gentoo Foundation
 #
 # Licensed under the GNU General Public License, v2 or later
 
index 6956f9788ebca2a22f07fc0cca9ccf14f4ffb657..ee3e5bf51aae1fa797aa683f30e19a9fc4a960c6 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright(c) 2009, Gentoo Foundation
+# Copyright(c) 2009-2010, Gentoo Foundation
 #
 # Licensed under the GNU General Public License, v2 or higher
 #
index 792e65fcac8c44b6c3585ddfa29b0751c280a283..02fe03fb8d2d185f0988dc6019c590090960353c 100644 (file)
@@ -1,6 +1,6 @@
 #!/usr/bin/python
 #
-# Copyright(c) 2009, Gentoo Foundation
+# Copyright(c) 2009-2010, Gentoo Foundation
 #
 # Licensed under the GNU General Public License, v2
 #
index c020f63be881e880746928b0cf5212855927d357..7054470e3a3600c8dfd846d84a0075a6c0b7532c 100644 (file)
@@ -1,7 +1,7 @@
 #!/usr/bin/python
 #
 # Copyright(c) 2004, Karl Trygve Kalleberg <karltk@gentoo.org>
-# Copyright(c) 2004-2009, Gentoo Foundation
+# Copyright(c) 2004-2010, Gentoo Foundation
 #
 # Licensed under the GNU General Public License, v2
 #
index bd5e6cb4ba6d0f18866a1b34566a7914c9fcc406..c070a0feb107a9aaacaf450ab6a8ceb61b40b147 100644 (file)
@@ -1,7 +1,7 @@
 #!/usr/bin/python
 #
 # Copyright 2004 Karl Trygve Kalleberg <karltk@gentoo.org>
-# Copyright 2004-2009 Gentoo Foundation
+# Copyright 2004-2010 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 #
 # $Header$
index 24f8c18effc13b34af8a83f0fda58db985ab1cbc..4802bc18f0db58bead9be8451a7d4a0d8003698d 100644 (file)
@@ -1,6 +1,6 @@
 #!/usr/bin/python
 #
-# Copyright(c) 2004-2009, Gentoo Foundation
+# Copyright 2004-2010, Gentoo Foundation
 #
 # Licensed under the GNU General Public License, v2
 #
index 94423e922436b39a65e4c7268c23e4219b9c5747..901e478e7c5accdbdadfb79c31561bb6d3a689a1 100644 (file)
@@ -1,5 +1,5 @@
 #!/usr/bin/python
-# Copyright 2009 Gentoo Foundation
+# Copyright 2009-2010 Gentoo Foundation
 #
 # Distributed under the terms of the GNU General Public License v2
 #
index 94423e922436b39a65e4c7268c23e4219b9c5747..901e478e7c5accdbdadfb79c31561bb6d3a689a1 100644 (file)
@@ -1,5 +1,5 @@
 #!/usr/bin/python
-# Copyright 2009 Gentoo Foundation
+# Copyright 2009-2010 Gentoo Foundation
 #
 # Distributed under the terms of the GNU General Public License v2
 #
index 4a1568b81cd74f90f9446914d02cb4394a2fe573..0c5a786407b5941e2d4be9ab349d9d8fea56e1b5 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright(c) 2009, Gentoo Foundation
+# Copyright(c) 2009-2010, Gentoo Foundation, Inc.
 # Copyright: 2006-2008 Brian Harring <ferringb@gmail.com>
 #
 # License: GPL2/BSD
index 9b36cc360b98b813c5eb8bc387553d7ab9efb6b7..833fd4978321f6f470ee4b54a5e1ac1efa31bda2 100644 (file)
@@ -1,6 +1,6 @@
 #!/usr/bin/python
 #
-# Copyright(c) 2009, Gentoo Foundation
+# Copyright(c) 2009-2010, Gentoo Foundation
 #
 # Licensed under the GNU General Public License, v2
 #
index a11cc9aee8f24c2ec21a8806b00e1931874b9228..e3afe69363542887a92ad141a6e5f50904ff78d3 100644 (file)
@@ -1,9 +1,9 @@
 #! /usr/bin/python
 #
-# Copyright(c) 2009 Gentoo Foundation
+# Copyright(c) 2009-2010 Gentoo Foundation
 # Licensed under the GNU General Public License, v2
 #
-# Copyright: 2005-2007 Brian Harring <ferringb@gmail.com>
+# Copyright(c): 2005-2007 Brian Harring <ferringb@gmail.com>
 # License: GPL2/BSD
 #
 # $Header$