summaryrefslogtreecommitdiffstats
path: root/bin/misc-functions.sh
diff options
context:
space:
mode:
authorZac Medico <zmedico@gentoo.org>2009-02-23 21:05:22 +0000
committerZac Medico <zmedico@gentoo.org>2009-02-23 21:05:22 +0000
commit7c4755fa45fe81341a652b1a0af93fd672dc460d (patch)
tree37daeeffe49870f5e7fcf6014a79aabb6c02aa25 /bin/misc-functions.sh
parent2e8cfd62fcbab112a5aa53b85c9e1db732df650c (diff)
downloadportage-7c4755fa45fe81341a652b1a0af93fd672dc460d.tar.gz
portage-7c4755fa45fe81341a652b1a0af93fd672dc460d.tar.bz2
portage-7c4755fa45fe81341a652b1a0af93fd672dc460d.zip
Fix headers that contain $Header instead of $Id.
svn path=/main/trunk/; revision=12701
Diffstat (limited to 'bin/misc-functions.sh')
-rwxr-xr-xbin/misc-functions.sh4
1 files changed, 2 insertions, 2 deletions
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.