aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2004-10-04 14:08:46 +0000
committerMike Frysinger <vapier@gentoo.org>2004-10-04 14:08:46 +0000
commit5d4045ef2414b44ff78674a7a8e0c7edc954b960 (patch)
tree55403e5da5cb9d20253af1eb8e25f432799f4400
parentcopyright updates (diff)
downloadportage-cvs-5d4045ef2414b44ff78674a7a8e0c7edc954b960.tar.gz
portage-cvs-5d4045ef2414b44ff78674a7a8e0c7edc954b960.tar.bz2
portage-cvs-5d4045ef2414b44ff78674a7a8e0c7edc954b960.zip
copyright updates
-rw-r--r--pym/cvstree.py6
-rw-r--r--pym/dispatch_conf.py5
-rw-r--r--pym/emergehelp.py4
-rw-r--r--pym/getbinpkg.py6
-rw-r--r--pym/output.py6
-rw-r--r--pym/portage.py6
-rw-r--r--pym/portage_checksum.py4
-rw-r--r--pym/portage_const.py6
-rw-r--r--pym/portage_contents.py6
-rw-r--r--pym/portage_data.py6
-rw-r--r--pym/portage_db_anydbm.py4
-rw-r--r--pym/portage_db_cpickle.py4
-rw-r--r--pym/portage_db_flat.py4
-rw-r--r--pym/portage_db_template.py4
-rw-r--r--pym/portage_db_test.py4
-rw-r--r--pym/portage_dep.py4
-rw-r--r--pym/portage_exception.py4
-rw-r--r--pym/portage_exec.py6
-rw-r--r--pym/portage_file.py8
-rw-r--r--pym/portage_gpg.py6
-rw-r--r--pym/portage_localization.py6
-rw-r--r--pym/portage_locks.py6
-rw-r--r--pym/portage_util.py4
-rw-r--r--pym/xpak.py7
-rw-r--r--src/sandbox-1.1/ChangeLog4
-rw-r--r--src/sandbox-dev/ChangeLog4
26 files changed, 75 insertions, 59 deletions
diff --git a/pym/cvstree.py b/pym/cvstree.py
index a0536dd..608d987 100644
--- a/pym/cvstree.py
+++ b/pym/cvstree.py
@@ -1,7 +1,7 @@
# cvstree.py -- cvs tree utilities
-# Copyright 1998-2004 Gentoo Technologies, Inc.
-# Distributed under the GNU Public License v2
-# $Header: /local/data/ulm/cvs/history/var/cvsroot/gentoo-src/portage/pym/cvstree.py,v 1.10 2004/08/16 06:47:24 ferringb Exp $
+# Copyright 1998-2004 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /local/data/ulm/cvs/history/var/cvsroot/gentoo-src/portage/pym/cvstree.py,v 1.11 2004/10/04 14:07:40 vapier Exp $
import string,os,time,sys,re
from stat import *
diff --git a/pym/dispatch_conf.py b/pym/dispatch_conf.py
index 5fd3c41..17146de 100644
--- a/pym/dispatch_conf.py
+++ b/pym/dispatch_conf.py
@@ -1,6 +1,7 @@
# archive_conf.py -- functionality common to archive-conf and dispatch-conf
-# Copyright 2003 Gentoo Technologies, Inc.
-# Distributed under the GNU Public License v2
+# Copyright 2003-2004 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /local/data/ulm/cvs/history/var/cvsroot/gentoo-src/portage/pym/dispatch_conf.py,v 1.3 2004/10/04 14:07:40 vapier Exp $
# Library by Wayne Davison <gentoo@blorf.net>, derived from code
# written by Jeremy Wohl (http://igmus.org)
diff --git a/pym/emergehelp.py b/pym/emergehelp.py
index 1bfc3f0..278f7a3 100644
--- a/pym/emergehelp.py
+++ b/pym/emergehelp.py
@@ -1,6 +1,6 @@
-# Copyright 1999-2003 Gentoo Technologies, Inc.
+# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /local/data/ulm/cvs/history/var/cvsroot/gentoo-src/portage/pym/emergehelp.py,v 1.7 2004/10/03 20:35:55 genone Exp $
+# $Header: /local/data/ulm/cvs/history/var/cvsroot/gentoo-src/portage/pym/emergehelp.py,v 1.8 2004/10/04 14:07:40 vapier Exp $
import os,sys
from output import *
diff --git a/pym/getbinpkg.py b/pym/getbinpkg.py
index 1ad517a..7c2838e 100644
--- a/pym/getbinpkg.py
+++ b/pym/getbinpkg.py
@@ -1,7 +1,7 @@
# getbinpkg.py -- Portage binary-package helper functions
-# Copyright 2003 Gentoo Technologies, Inc.
-# Distributed under the GNU Public License v2
-# $Id: getbinpkg.py,v 1.8 2004/09/25 13:07:54 carpaski Exp $
+# Copyright 2003-2004 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /local/data/ulm/cvs/history/var/cvsroot/gentoo-src/portage/pym/getbinpkg.py,v 1.9 2004/10/04 14:07:40 vapier Exp $
from output import *
import htmllib,HTMLParser,string,formatter,sys,os,xpak,time,tempfile,cPickle,base64
diff --git a/pym/output.py b/pym/output.py
index 90124b6..0cad4bb 100644
--- a/pym/output.py
+++ b/pym/output.py
@@ -1,6 +1,6 @@
-# Copyright 1998-2004 Gentoo Technologies, Inc.
-# Distributed under the GNU Public License v2
-# $Header: /local/data/ulm/cvs/history/var/cvsroot/gentoo-src/portage/pym/output.py,v 1.23 2004/09/29 13:54:51 jstubbs Exp $
+# Copyright 1998-2004 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /local/data/ulm/cvs/history/var/cvsroot/gentoo-src/portage/pym/output.py,v 1.24 2004/10/04 14:07:40 vapier Exp $
import os,sys,re
diff --git a/pym/portage.py b/pym/portage.py
index 5095bbb..6968855 100644
--- a/pym/portage.py
+++ b/pym/portage.py
@@ -1,7 +1,7 @@
# portage.py -- core Portage functionality
-# Copyright 1998-2003 Daniel Robbins, Gentoo Technologies, Inc.
-# Distributed under the GNU Public License v2
-# $Header: /local/data/ulm/cvs/history/var/cvsroot/gentoo-src/portage/pym/portage.py,v 1.514 2004/09/30 03:04:35 carpaski Exp $
+# Copyright 1998-2004 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /local/data/ulm/cvs/history/var/cvsroot/gentoo-src/portage/pym/portage.py,v 1.515 2004/10/04 14:07:40 vapier Exp $
# ===========================================================================
# START OF CONSTANTS -- START OF CONSTANTS -- START OF CONSTANTS -- START OF
diff --git a/pym/portage_checksum.py b/pym/portage_checksum.py
index c39e49f..3024b0c 100644
--- a/pym/portage_checksum.py
+++ b/pym/portage_checksum.py
@@ -1,7 +1,7 @@
# portage_checksum.py -- core Portage functionality
# Copyright 1998-2004 Gentoo Foundation
-# Distributed under the GNU Public License v2
-# $Header: /local/data/ulm/cvs/history/var/cvsroot/gentoo-src/portage/pym/portage_checksum.py,v 1.5 2004/09/21 01:08:06 carpaski Exp $
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /local/data/ulm/cvs/history/var/cvsroot/gentoo-src/portage/pym/portage_checksum.py,v 1.6 2004/10/04 14:07:40 vapier Exp $
from portage_const import PRIVATE_PATH,PRELINK_BINARY
import os
diff --git a/pym/portage_const.py b/pym/portage_const.py
index db20699..57cb2d2 100644
--- a/pym/portage_const.py
+++ b/pym/portage_const.py
@@ -1,7 +1,7 @@
# portage: Constants
-# Copyright 2004-2004 Gentoo Foundation
-# Distributed under the GNU Public License v2
-# $Header: /local/data/ulm/cvs/history/var/cvsroot/gentoo-src/portage/pym/portage_const.py,v 1.2 2004/09/05 02:22:16 carpaski Exp $
+# Copyright 1998-2004 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /local/data/ulm/cvs/history/var/cvsroot/gentoo-src/portage/pym/portage_const.py,v 1.3 2004/10/04 14:07:40 vapier Exp $
# ===========================================================================
# START OF CONSTANTS -- START OF CONSTANTS -- START OF CONSTANTS -- START OF
diff --git a/pym/portage_contents.py b/pym/portage_contents.py
index aeb5a4b..1ec72cb 100644
--- a/pym/portage_contents.py
+++ b/pym/portage_contents.py
@@ -1,7 +1,7 @@
# portage_contents.py -- (Persistent) Contents File Management
-# Copyright 2004-2004 Gentoo Foundation
-# Distributed under the GNU Public License v2
-# $Id: portage_contents.py,v 1.2 2004/09/09 08:02:53 carpaski Exp $
+# Copyright 1998-2004 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /local/data/ulm/cvs/history/var/cvsroot/gentoo-src/portage/pym/portage_contents.py,v 1.3 2004/10/04 14:07:40 vapier Exp $
import os,string,types,sys,copy
import portage_exception
diff --git a/pym/portage_data.py b/pym/portage_data.py
index 6f9e893..9477b4f 100644
--- a/pym/portage_data.py
+++ b/pym/portage_data.py
@@ -1,7 +1,7 @@
# portage_data.py -- Calculated/Discovered Data Values
-# Copyright 2004-2004 Gentoo Foundation
-# Distributed under the GNU Public License v2
-# $Header: /local/data/ulm/cvs/history/var/cvsroot/gentoo-src/portage/pym/portage_data.py,v 1.4 2004/09/27 01:59:19 carpaski Exp $
+# Copyright 1998-2004 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /local/data/ulm/cvs/history/var/cvsroot/gentoo-src/portage/pym/portage_data.py,v 1.5 2004/10/04 14:07:40 vapier Exp $
import os,pwd,grp
from portage_util import writemsg
diff --git a/pym/portage_db_anydbm.py b/pym/portage_db_anydbm.py
index 1995909..8e4102f 100644
--- a/pym/portage_db_anydbm.py
+++ b/pym/portage_db_anydbm.py
@@ -1,4 +1,6 @@
-# $Header: /local/data/ulm/cvs/history/var/cvsroot/gentoo-src/portage/pym/Attic/portage_db_anydbm.py,v 1.8 2004/05/17 04:21:21 carpaski Exp $
+# Copyright 2004 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /local/data/ulm/cvs/history/var/cvsroot/gentoo-src/portage/pym/Attic/portage_db_anydbm.py,v 1.9 2004/10/04 14:07:40 vapier Exp $
import anydbm,cPickle,types,os
diff --git a/pym/portage_db_cpickle.py b/pym/portage_db_cpickle.py
index b0a19ad..17795c1 100644
--- a/pym/portage_db_cpickle.py
+++ b/pym/portage_db_cpickle.py
@@ -1,4 +1,6 @@
-# $Header: /local/data/ulm/cvs/history/var/cvsroot/gentoo-src/portage/pym/Attic/portage_db_cpickle.py,v 1.6 2004/05/23 02:42:19 carpaski Exp $
+# Copyright 2004 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /local/data/ulm/cvs/history/var/cvsroot/gentoo-src/portage/pym/Attic/portage_db_cpickle.py,v 1.7 2004/10/04 14:07:40 vapier Exp $
import anydbm,cPickle,types
from os import chown,access,R_OK,unlink
diff --git a/pym/portage_db_flat.py b/pym/portage_db_flat.py
index 2ef1b8c..bd71274 100644
--- a/pym/portage_db_flat.py
+++ b/pym/portage_db_flat.py
@@ -1,4 +1,6 @@
-# $Header: /local/data/ulm/cvs/history/var/cvsroot/gentoo-src/portage/pym/Attic/portage_db_flat.py,v 1.11 2004/09/26 01:36:57 carpaski Exp $
+# Copyright 2004 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /local/data/ulm/cvs/history/var/cvsroot/gentoo-src/portage/pym/Attic/portage_db_flat.py,v 1.12 2004/10/04 14:07:40 vapier Exp $
import types
import os
diff --git a/pym/portage_db_template.py b/pym/portage_db_template.py
index 0d5bce6..9422f55 100644
--- a/pym/portage_db_template.py
+++ b/pym/portage_db_template.py
@@ -1,4 +1,6 @@
-# $Header: /local/data/ulm/cvs/history/var/cvsroot/gentoo-src/portage/pym/Attic/portage_db_template.py,v 1.9 2004/09/30 03:04:35 carpaski Exp $
+# Copyright 2004 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /local/data/ulm/cvs/history/var/cvsroot/gentoo-src/portage/pym/Attic/portage_db_template.py,v 1.10 2004/10/04 14:07:40 vapier Exp $
import os.path,string
from portage_util import getconfig, ReadOnlyConfig
diff --git a/pym/portage_db_test.py b/pym/portage_db_test.py
index 3929397..678a298 100644
--- a/pym/portage_db_test.py
+++ b/pym/portage_db_test.py
@@ -1,5 +1,7 @@
#!/usr/bin/python -O
-# $Header: /local/data/ulm/cvs/history/var/cvsroot/gentoo-src/portage/pym/Attic/portage_db_test.py,v 1.2 2004/03/22 01:40:58 carpaski Exp $
+# Copyright 2004 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /local/data/ulm/cvs/history/var/cvsroot/gentoo-src/portage/pym/Attic/portage_db_test.py,v 1.3 2004/10/04 14:07:40 vapier Exp $
import portage
import portage_db_template
diff --git a/pym/portage_dep.py b/pym/portage_dep.py
index 77068a5..be7bca3 100644
--- a/pym/portage_dep.py
+++ b/pym/portage_dep.py
@@ -1,7 +1,7 @@
# deps.py -- Portage dependency resolution functions
# Copyright 2003-2004 Gentoo Foundation
-# Distributed under the GNU Public License v2
-# $Id: portage_dep.py,v 1.14 2004/08/14 19:49:47 carpaski Exp $
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /local/data/ulm/cvs/history/var/cvsroot/gentoo-src/portage/pym/portage_dep.py,v 1.15 2004/10/04 14:07:40 vapier Exp $
# DEPEND SYNTAX:
#
diff --git a/pym/portage_exception.py b/pym/portage_exception.py
index 60d4094..9bb2644 100644
--- a/pym/portage_exception.py
+++ b/pym/portage_exception.py
@@ -1,4 +1,6 @@
-# $Header: /local/data/ulm/cvs/history/var/cvsroot/gentoo-src/portage/pym/portage_exception.py,v 1.5 2004/09/14 19:48:40 carpaski Exp $
+# Copyright 1998-2004 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /local/data/ulm/cvs/history/var/cvsroot/gentoo-src/portage/pym/portage_exception.py,v 1.6 2004/10/04 14:07:40 vapier Exp $
class PortageException(Exception):
"""General superclass for portage exceptions"""
diff --git a/pym/portage_exec.py b/pym/portage_exec.py
index a66d799..523e739 100644
--- a/pym/portage_exec.py
+++ b/pym/portage_exec.py
@@ -1,7 +1,7 @@
# portage.py -- core Portage functionality
-# Copyright 1998-2003 Daniel Robbins, Gentoo Technologies, Inc.
-# Distributed under the GNU Public License v2
-# $Header: /local/data/ulm/cvs/history/var/cvsroot/gentoo-src/portage/pym/portage_exec.py,v 1.6 2004/09/21 01:08:06 carpaski Exp $
+# Copyright 1998-2004 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /local/data/ulm/cvs/history/var/cvsroot/gentoo-src/portage/pym/portage_exec.py,v 1.7 2004/10/04 14:07:40 vapier Exp $
import os,types
import signal
diff --git a/pym/portage_file.py b/pym/portage_file.py
index 4d3a247..153b9ae 100644
--- a/pym/portage_file.py
+++ b/pym/portage_file.py
@@ -1,7 +1,7 @@
# portage_data.py -- Calculated/Discovered Data Values
-# Copyright 2004-2004 Gentoo Foundation
-# Distributed under the GNU Public License v2
-# $Header: /local/data/ulm/cvs/history/var/cvsroot/gentoo-src/portage/pym/portage_file.py,v 1.1 2004/09/25 13:07:55 carpaski Exp $
+# Copyright 1998-2004 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /local/data/ulm/cvs/history/var/cvsroot/gentoo-src/portage/pym/portage_file.py,v 1.2 2004/10/04 14:07:40 vapier Exp $
import os
import portage_data
@@ -56,4 +56,4 @@ def makedirs(path, perms=0755, uid=None, gid=None, must_chown=False):
- \ No newline at end of file
+
diff --git a/pym/portage_gpg.py b/pym/portage_gpg.py
index 90bd18b..ac9724e 100644
--- a/pym/portage_gpg.py
+++ b/pym/portage_gpg.py
@@ -1,7 +1,7 @@
# portage_gpg.py -- core Portage functionality
-# Copyright 2004-2004 Gentoo Foundation
-# Distributed under the GNU Public License v2
-# $Header: /local/data/ulm/cvs/history/var/cvsroot/gentoo-src/portage/pym/portage_gpg.py,v 1.5 2004/08/25 05:25:08 genone Exp $
+# Copyright 2004 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /local/data/ulm/cvs/history/var/cvsroot/gentoo-src/portage/pym/portage_gpg.py,v 1.6 2004/10/04 14:07:40 vapier Exp $
import os
import copy
diff --git a/pym/portage_localization.py b/pym/portage_localization.py
index 16d49f0..f851f96 100644
--- a/pym/portage_localization.py
+++ b/pym/portage_localization.py
@@ -1,7 +1,7 @@
# portage_localization.py -- Code to manage/help portage localization.
-# Copyright 2004-2004 Gentoo Foundation
-# Distributed under the GNU Public License v2
-# $Header: /local/data/ulm/cvs/history/var/cvsroot/gentoo-src/portage/pym/portage_localization.py,v 1.1 2004/09/25 13:07:55 carpaski Exp $
+# Copyright 2004 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /local/data/ulm/cvs/history/var/cvsroot/gentoo-src/portage/pym/portage_localization.py,v 1.2 2004/10/04 14:07:40 vapier Exp $
# We define this to make the transition easier for us.
diff --git a/pym/portage_locks.py b/pym/portage_locks.py
index bf7220d..1480054 100644
--- a/pym/portage_locks.py
+++ b/pym/portage_locks.py
@@ -1,7 +1,7 @@
# portage: Lock management code
-# Copyright 2004-2004 Gentoo Foundation
-# Distributed under the GNU Public License v2
-# $Header: /local/data/ulm/cvs/history/var/cvsroot/gentoo-src/portage/pym/portage_locks.py,v 1.8 2004/09/27 05:44:05 carpaski Exp $
+# Copyright 2004 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /local/data/ulm/cvs/history/var/cvsroot/gentoo-src/portage/pym/portage_locks.py,v 1.9 2004/10/04 14:07:40 vapier Exp $
import atexit
import errno
diff --git a/pym/portage_util.py b/pym/portage_util.py
index ccbdcaa..a5f2ceb 100644
--- a/pym/portage_util.py
+++ b/pym/portage_util.py
@@ -1,3 +1,7 @@
+# Copyright 2004 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /local/data/ulm/cvs/history/var/cvsroot/gentoo-src/portage/pym/portage_util.py,v 1.8 2004/10/04 14:07:40 vapier Exp $
+
import sys,string,shlex,os.path
noiselimit = 0
diff --git a/pym/xpak.py b/pym/xpak.py
index b84fc74..45dbd98 100644
--- a/pym/xpak.py
+++ b/pym/xpak.py
@@ -1,7 +1,6 @@
-#
-#
-#
-# $Header: /local/data/ulm/cvs/history/var/cvsroot/gentoo-src/portage/pym/xpak.py,v 1.11 2003/12/25 03:06:09 carpaski Exp $
+# Copyright 2001-2004 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /local/data/ulm/cvs/history/var/cvsroot/gentoo-src/portage/pym/xpak.py,v 1.12 2004/10/04 14:07:41 vapier Exp $
# The format for a tbz2/xpak:
#
diff --git a/src/sandbox-1.1/ChangeLog b/src/sandbox-1.1/ChangeLog
index dd33423..c59cdd3 100644
--- a/src/sandbox-1.1/ChangeLog
+++ b/src/sandbox-1.1/ChangeLog
@@ -1,6 +1,6 @@
# ChangeLog for Path Sandbox
-# Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /local/data/ulm/cvs/history/var/cvsroot/gentoo-src/portage/src/sandbox-1.1/Attic/ChangeLog,v 1.36 2004/08/02 18:49:31 carpaski Exp $
+# Copyright 1999-2004 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /local/data/ulm/cvs/history/var/cvsroot/gentoo-src/portage/src/sandbox-1.1/Attic/ChangeLog,v 1.37 2004/10/04 14:08:46 vapier Exp $
02 Aug 2004; Nicholas Jones <carpaski@gentoo.org> libsandbox.c: Code from
Seth Robertson that tracked down all adjuct flags for read operations that
diff --git a/src/sandbox-dev/ChangeLog b/src/sandbox-dev/ChangeLog
index 2076036..9bd194d 100644
--- a/src/sandbox-dev/ChangeLog
+++ b/src/sandbox-dev/ChangeLog
@@ -1,6 +1,6 @@
# ChangeLog for Path Sandbox
-# Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /local/data/ulm/cvs/history/var/cvsroot/gentoo-src/portage/src/sandbox-dev/Attic/ChangeLog,v 1.8 2002/12/16 22:28:05 jrray Exp $
+# Copyright 1999-2004 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /local/data/ulm/cvs/history/var/cvsroot/gentoo-src/portage/src/sandbox-dev/Attic/ChangeLog,v 1.9 2004/10/04 14:08:46 vapier Exp $
16 Dec 2002; J Robert Ray <jrray@gentoo.org> Makefile libsandbox.c :