copyrights.. id? what?
authorAlec Warner <antarus@gentoo.org>
Sat, 2 Jun 2007 01:35:45 +0000 (01:35 -0000)
committerAlec Warner <antarus@gentoo.org>
Sat, 2 Jun 2007 01:35:45 +0000 (01:35 -0000)
svn path=/main/trunk/; revision=6724

pym/portage/dbapi/__init__.py
pym/portage/dbapi/bintree.py
pym/portage/dbapi/porttree.py
pym/portage/dbapi/vartree.py
pym/portage/dbapi/virtual.py

index ef91d4de1cd553399a2f90b8a99782e4e34fa5d2..f76878ebb026f2c4d2a25cf5b90517dabc0c9151 100644 (file)
@@ -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
index 89253a11f4e67f26522c85601be94955cd6add97..51bef5769ac9617806556a60fe1bb7c9b8c92de2 100644 (file)
@@ -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
index 6130dd49dfb6853b63c773534ee338a24e66c121..9a26e038e6ff3c0512929f4bedd8710dbaabce10 100644 (file)
@@ -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
index 165e04f1e7419f26de74aa3c9e1f90fb7a3b51a3..19b54d6c28e62d5f800df47250882e5805657a1c 100644 (file)
@@ -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
index 760bf81a0921a4e0ee1b053d601e5c3080bd5689..055503ab8102a004db6fbc632db052aaafb31b36 100644 (file)
@@ -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