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 --- bin/ebuild | 2 +- bin/glsa-check | 6 +++--- bin/misc-functions.sh | 4 ++-- 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 +- 10 files changed, 18 insertions(+), 18 deletions(-) diff --git a/bin/ebuild b/bin/ebuild index ccd1fc9d4..a18f257a7 100755 --- a/bin/ebuild +++ b/bin/ebuild @@ -1,7 +1,7 @@ #!/usr/bin/python -O # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-src/portage/bin/ebuild,v 1.18.2.3 2005/05/07 04:32:59 ferringb Exp $ +# $Id$ import sys # This block ensures that ^C interrupts are handled quietly. diff --git a/bin/glsa-check b/bin/glsa-check index 3c72f6a53..74a9ee7d0 100644 --- a/bin/glsa-check +++ b/bin/glsa-check @@ -1,7 +1,7 @@ #!/usr/bin/python - -# $Header: $ -# This program is licensed under the GPL, version 2 +# Copyright 2008-2009 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ import os import sys diff --git a/bin/misc-functions.sh b/bin/misc-functions.sh index 82f44fb7d..472beb274 100755 --- a/bin/misc-functions.sh +++ b/bin/misc-functions.sh @@ -1,7 +1,7 @@ #!/bin/bash -# Copyright 1999-2006 Gentoo Foundation +# Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header$ +# $Id$ # # Miscellaneous shell functions that make use of the ebuild env but don't need # to be included directly in ebuild.sh. 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