aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xcrossdev3
-rwxr-xr-xwrappers/cross-emerge1
-rwxr-xr-xwrappers/cross-fix-root1
-rwxr-xr-xwrappers/cross-pkg-config3
-rwxr-xr-xwrappers/emerge-wrapper1
5 files changed, 2 insertions, 7 deletions
diff --git a/crossdev b/crossdev
index cd35c80..e3d9b29 100755
--- a/crossdev
+++ b/crossdev
@@ -1,7 +1,6 @@
#!/bin/bash
-# Copyright 1999-2008 Gentoo Foundation
+# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: $
cd /
umask 0022 #159111
diff --git a/wrappers/cross-emerge b/wrappers/cross-emerge
index d7fc912..7f0722b 100755
--- a/wrappers/cross-emerge
+++ b/wrappers/cross-emerge
@@ -1,7 +1,6 @@
#!/bin/sh
# Copyright 2008-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: $
if [ -z "${CHOST}" ] ; then
CHOST=${0##*/}
diff --git a/wrappers/cross-fix-root b/wrappers/cross-fix-root
index f0ee3d9..b836810 100755
--- a/wrappers/cross-fix-root
+++ b/wrappers/cross-fix-root
@@ -1,7 +1,6 @@
#!/bin/sh
# Copyright 2008-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: $
#
# fix library perms, mung paths in pkg-config files, libtool linker scripts,
diff --git a/wrappers/cross-pkg-config b/wrappers/cross-pkg-config
index 63e2dbc..a6ffa8f 100755
--- a/wrappers/cross-pkg-config
+++ b/wrappers/cross-pkg-config
@@ -1,7 +1,6 @@
#!/bin/sh
-# Copyright 2008 Gentoo Foundation
+# Copyright 2008-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: $
#
# This creates a pkg-config frontend that has the form TARGET-pkg-config
diff --git a/wrappers/emerge-wrapper b/wrappers/emerge-wrapper
index 004bce7..4779b12 100755
--- a/wrappers/emerge-wrapper
+++ b/wrappers/emerge-wrapper
@@ -1,7 +1,6 @@
#!/bin/bash
# Copyright 2008-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: $
# - solar