summaryrefslogtreecommitdiffstats
path: root/pym
diff options
context:
space:
mode:
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