summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlec Warner <antarus@gentoo.org>2007-06-02 01:35:45 +0000
committerAlec Warner <antarus@gentoo.org>2007-06-02 01:35:45 +0000
commitcb4f3d54bc79c967116d67c6a077601154b50ac2 (patch)
tree8210f7ea50aa75356295a7e0c9490dd171d8def9
parent82828ec32242cbb0b9f5f5d921e65e5c239ffe19 (diff)
downloadportage-cb4f3d54bc79c967116d67c6a077601154b50ac2.tar.gz
portage-cb4f3d54bc79c967116d67c6a077601154b50ac2.tar.bz2
portage-cb4f3d54bc79c967116d67c6a077601154b50ac2.zip
copyrights.. id? what?
svn path=/main/trunk/; revision=6724
-rw-r--r--pym/portage/dbapi/__init__.py5
-rw-r--r--pym/portage/dbapi/bintree.py4
-rw-r--r--pym/portage/dbapi/porttree.py4
-rw-r--r--pym/portage/dbapi/vartree.py4
-rw-r--r--pym/portage/dbapi/virtual.py5
5 files changed, 22 insertions, 0 deletions
diff --git a/pym/portage/dbapi/__init__.py b/pym/portage/dbapi/__init__.py
index ef91d4de1..f76878ebb 100644
--- a/pym/portage/dbapi/__init__.py
+++ b/pym/portage/dbapi/__init__.py
@@ -1,3 +1,8 @@
+# Copyright 1998-2007 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+
from portage.dep import dep_getslot, dep_getkey, match_from_list
from portage.locks import unlockfile
from portage.output import red
diff --git a/pym/portage/dbapi/bintree.py b/pym/portage/dbapi/bintree.py
index 89253a11f..51bef5769 100644
--- a/pym/portage/dbapi/bintree.py
+++ b/pym/portage/dbapi/bintree.py
@@ -1,3 +1,7 @@
+# Copyright 1998-2007 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
from portage.dep import isvalidatom, isjustname, dep_getkey, match_from_list
from portage.dbapi.virtual import fakedbapi
from portage.exception import InvalidPackageName, InvalidAtom
diff --git a/pym/portage/dbapi/porttree.py b/pym/portage/dbapi/porttree.py
index 6130dd49d..9a26e038e 100644
--- a/pym/portage/dbapi/porttree.py
+++ b/pym/portage/dbapi/porttree.py
@@ -1,3 +1,7 @@
+# Copyright 1998-2007 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
from portage.cache.cache_errors import CacheError
from portage.const import REPO_NAME_LOC
from portage.data import portage_gid, secpass
diff --git a/pym/portage/dbapi/vartree.py b/pym/portage/dbapi/vartree.py
index 165e04f1e..19b54d6c2 100644
--- a/pym/portage/dbapi/vartree.py
+++ b/pym/portage/dbapi/vartree.py
@@ -1,3 +1,7 @@
+# Copyright 1998-2007 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
from portage.checksum import perform_md5
from portage.const import CACHE_PATH, CONFIG_MEMORY_FILE, PORTAGE_BIN_PATH, \
PRIVATE_PATH, VDB_PATH
diff --git a/pym/portage/dbapi/virtual.py b/pym/portage/dbapi/virtual.py
index 760bf81a0..055503ab8 100644
--- a/pym/portage/dbapi/virtual.py
+++ b/pym/portage/dbapi/virtual.py
@@ -1,3 +1,8 @@
+# Copyright 1998-2007 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+
from portage.dbapi import dbapi
from portage import cpv_getkey