From cb4f3d54bc79c967116d67c6a077601154b50ac2 Mon Sep 17 00:00:00 2001 From: Alec Warner Date: Sat, 2 Jun 2007 01:35:45 +0000 Subject: copyrights.. id? what? svn path=/main/trunk/; revision=6724 --- pym/portage/dbapi/__init__.py | 5 +++++ pym/portage/dbapi/bintree.py | 4 ++++ pym/portage/dbapi/porttree.py | 4 ++++ pym/portage/dbapi/vartree.py | 4 ++++ pym/portage/dbapi/virtual.py | 5 +++++ 5 files changed, 22 insertions(+) (limited to 'pym') 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 -- cgit v1.2.3-1-g7c22