summaryrefslogtreecommitdiffstats
path: root/pym
diff options
context:
space:
mode:
authorZac Medico <zmedico@gentoo.org>2009-03-11 06:16:25 +0000
committerZac Medico <zmedico@gentoo.org>2009-03-11 06:16:25 +0000
commit3fdc7db6d828f7ad3485648343e09db494c0cb3b (patch)
tree75f5082f9c08581f61a5d2738ba5c31e5946d4bb /pym
parent1bc7e057f9271445000a5b78dc900ea1669dfbff (diff)
downloadportage-3fdc7db6d828f7ad3485648343e09db494c0cb3b.tar.gz
portage-3fdc7db6d828f7ad3485648343e09db494c0cb3b.tar.bz2
portage-3fdc7db6d828f7ad3485648343e09db494c0cb3b.zip
Fix headers that contain $Header instead of $Id. (trunk r12701)
svn path=/main/branches/2.1.6/; revision=12956
Diffstat (limited to 'pym')
-rw-r--r--pym/portage/_selinux.py4
-rw-r--r--pym/portage/cache/metadata_overlay.py4
-rw-r--r--pym/portage/cache/sqlite.py4
-rw-r--r--pym/portage/cache/volatile.py4
-rw-r--r--pym/portage/debug.py4
-rw-r--r--pym/portage/manifest.py2
-rw-r--r--pym/portage/update.py2
7 files changed, 12 insertions, 12 deletions
diff --git a/pym/portage/_selinux.py b/pym/portage/_selinux.py
index e4d80fa1e..b5afd9233 100644
--- a/pym/portage/_selinux.py
+++ b/pym/portage/_selinux.py
@@ -1,6 +1,6 @@
-# Copyright 1999-2006 Gentoo Foundation
+# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: $
+# $Id$
import selinux
from selinux import is_selinux_enabled
diff --git a/pym/portage/cache/metadata_overlay.py b/pym/portage/cache/metadata_overlay.py
index e25759c4a..a12ffd7ba 100644
--- a/pym/portage/cache/metadata_overlay.py
+++ b/pym/portage/cache/metadata_overlay.py
@@ -1,6 +1,6 @@
-# Copyright 1999-2006 Gentoo Foundation
+# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: $
+# $Id$
import time
from portage.cache import template
diff --git a/pym/portage/cache/sqlite.py b/pym/portage/cache/sqlite.py
index a3d313c47..f6e8c103c 100644
--- a/pym/portage/cache/sqlite.py
+++ b/pym/portage/cache/sqlite.py
@@ -1,6 +1,6 @@
-# Copyright 1999-2006 Gentoo Foundation
+# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: $
+# $Id$
from portage.cache import fs_template
from portage.cache import cache_errors
diff --git a/pym/portage/cache/volatile.py b/pym/portage/cache/volatile.py
index eb4f1eb9b..108393185 100644
--- a/pym/portage/cache/volatile.py
+++ b/pym/portage/cache/volatile.py
@@ -1,6 +1,6 @@
-# Copyright 1999-2006 Gentoo Foundation
+# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: $
+# $Id$
import copy
from portage.cache import template
diff --git a/pym/portage/debug.py b/pym/portage/debug.py
index b9e56ed00..343f8ab6e 100644
--- a/pym/portage/debug.py
+++ b/pym/portage/debug.py
@@ -1,6 +1,6 @@
-# Copyright 1999-2006 Gentoo Foundation
+# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: $
+# $Id$
import os, sys, threading
diff --git a/pym/portage/manifest.py b/pym/portage/manifest.py
index 1244e4232..02836e7ec 100644
--- a/pym/portage/manifest.py
+++ b/pym/portage/manifest.py
@@ -1,6 +1,6 @@
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: $
+# $Id$
import errno, os
diff --git a/pym/portage/update.py b/pym/portage/update.py
index fffdc26eb..70ff68664 100644
--- a/pym/portage/update.py
+++ b/pym/portage/update.py
@@ -1,6 +1,6 @@
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: $
+# $Id$
import errno, os, re, sys