From 7c4755fa45fe81341a652b1a0af93fd672dc460d Mon Sep 17 00:00:00 2001 From: Zac Medico Date: Mon, 23 Feb 2009 21:05:22 +0000 Subject: Fix headers that contain $Header instead of $Id. svn path=/main/trunk/; revision=12701 --- pym/portage/_selinux.py | 4 ++-- pym/portage/cache/metadata_overlay.py | 4 ++-- pym/portage/cache/sqlite.py | 4 ++-- pym/portage/cache/volatile.py | 4 ++-- pym/portage/debug.py | 4 ++-- pym/portage/manifest.py | 2 +- pym/portage/update.py | 2 +- 7 files changed, 12 insertions(+), 12 deletions(-) (limited to 'pym') 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 -- cgit v1.2.3-1-g7c22