Fix headers that contain $Header instead of $Id. (trunk r12701)
authorZac Medico <zmedico@gentoo.org>
Wed, 11 Mar 2009 06:16:25 +0000 (06:16 -0000)
committerZac Medico <zmedico@gentoo.org>
Wed, 11 Mar 2009 06:16:25 +0000 (06:16 -0000)
svn path=/main/branches/2.1.6/; revision=12956

bin/ebuild
bin/misc-functions.sh
pym/portage/_selinux.py
pym/portage/cache/metadata_overlay.py
pym/portage/cache/sqlite.py
pym/portage/cache/volatile.py
pym/portage/debug.py
pym/portage/manifest.py
pym/portage/update.py

index ccd1fc9d43791a28d9ade472cab92e88c5a5a307..a18f257a76d2b66926665b35295c22efa9cb4289 100755 (executable)
@@ -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.
index 82f44fb7d4189e2aaee96d9665a824be8601391c..472beb274ccea68d33c42407b41ca74777c4a8e3 100755 (executable)
@@ -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.
index e4d80fa1e42640645124873627eb0b2d23b04681..b5afd9233de9c7266e28779786eee2047d70c253 100644 (file)
@@ -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
index e25759c4a33a4ffc224400681ef65908d239162c..a12ffd7ba32bb09196d4045df2a91f2540617ce4 100644 (file)
@@ -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
index a3d313c47e2d19e50f350588a876e46c014f8b6d..f6e8c103cf5ba0f3c6534c75706bfc8d53fe06a4 100644 (file)
@@ -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
index eb4f1eb9b9210bc7b0ccdb3f30c8ff0d72bd4376..108393185ba9c599caf39c93e3930c12531ddb96 100644 (file)
@@ -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
index b9e56ed003ebd690e37286058569e272cc53b8ff..343f8ab6e4150ffc62ee9131885c1c163a787b8e 100644 (file)
@@ -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
 
index 1244e42322a39be0ac1394262c01701e6d4eb82c..02836e7ece8009f11711423538cc0b2f9a4e7909 100644 (file)
@@ -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
 
index fffdc26eb22c6f4555546c760b5eeb0844fffeac..70ff686643f57404e64bb39a3c765d483e86b28e 100644 (file)
@@ -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