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 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) (limited to 'bin') 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. -- cgit v1.2.3-1-g7c22