aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorfuzzyray <fuzzyray@gentoo.org>2009-06-04 00:14:38 +0000
committerfuzzyray <fuzzyray@gentoo.org>2009-06-04 00:14:38 +0000
commit18f324fda4d8cbda81367b53e005846269cf5eb7 (patch)
tree21a0b1a4eb2af022686ea368c2b5425e16e7e6ee /pym/gentoolkit
parentApply updates from genscripts repo (diff)
downloadgentoolkit-18f324fda4d8cbda81367b53e005846269cf5eb7.tar.gz
gentoolkit-18f324fda4d8cbda81367b53e005846269cf5eb7.tar.bz2
gentoolkit-18f324fda4d8cbda81367b53e005846269cf5eb7.zip
Add copyright information from original pkgcore.ebuild.atom_restricts package
svn path=/trunk/gentoolkit/; revision=660
Diffstat (limited to 'pym/gentoolkit')
-rw-r--r--pym/gentoolkit/versionmatch.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/pym/gentoolkit/versionmatch.py b/pym/gentoolkit/versionmatch.py
index 0048882..4cafa00 100644
--- a/pym/gentoolkit/versionmatch.py
+++ b/pym/gentoolkit/versionmatch.py
@@ -3,6 +3,9 @@
# Copyright(c) 2009, Gentoo Foundation
# Licensed under the GNU General Public License, v2
#
+# Copyright: 2005-2007 Brian Harring <ferringb@gmail.com>
+# License: GPL2/BSD
+#
# $Header$
"""Gentoo package version comparison object from pkgcore.ebuild.atom_restricts.