diff options
author | Ulrich Müller <ulm@gentoo.org> | 2017-02-28 21:39:46 +0100 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2017-02-28 21:43:13 +0100 |
commit | 22fd7b2d4764535bd3afc37728df1015b0294467 (patch) | |
tree | 308db1ade2168db9280b6c460c478e9183a8372f /gnustep-base/gnustep-make | |
parent | dev-lang/spidermonkey:{38,45} drop more static libs (diff) | |
download | gentoo-22fd7b2d4764535bd3afc37728df1015b0294467.tar.gz gentoo-22fd7b2d4764535bd3afc37728df1015b0294467.tar.bz2 gentoo-22fd7b2d4764535bd3afc37728df1015b0294467.zip |
Drop remaining $Id$ and $Header$ from files.
Bug: 611234
Diffstat (limited to 'gnustep-base/gnustep-make')
-rw-r--r-- | gnustep-base/gnustep-make/files/gnustep-4.csh | 1 | ||||
-rw-r--r-- | gnustep-base/gnustep-make/files/gnustep-4.sh | 1 | ||||
-rw-r--r-- | gnustep-base/gnustep-make/files/gnustep-5.csh | 1 | ||||
-rw-r--r-- | gnustep-base/gnustep-make/files/gnustep-5.sh | 1 |
4 files changed, 0 insertions, 4 deletions
diff --git a/gnustep-base/gnustep-make/files/gnustep-4.csh b/gnustep-base/gnustep-make/files/gnustep-4.csh index e784f842e27f..cb5d3c030b2e 100644 --- a/gnustep-base/gnustep-make/files/gnustep-4.csh +++ b/gnustep-base/gnustep-make/files/gnustep-4.csh @@ -1,7 +1,6 @@ #!/usr/bin/env csh # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Id$ # Test for an interactive shell if ( $?prompt ) then diff --git a/gnustep-base/gnustep-make/files/gnustep-4.sh b/gnustep-base/gnustep-make/files/gnustep-4.sh index c5d2ff89dc8e..04ae66157a3c 100644 --- a/gnustep-base/gnustep-make/files/gnustep-4.sh +++ b/gnustep-base/gnustep-make/files/gnustep-4.sh @@ -1,7 +1,6 @@ #!/usr/bin/env sh # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Id$ # Test for an interactive shell case $- in diff --git a/gnustep-base/gnustep-make/files/gnustep-5.csh b/gnustep-base/gnustep-make/files/gnustep-5.csh index c2afa910c9a7..4b7102094187 100644 --- a/gnustep-base/gnustep-make/files/gnustep-5.csh +++ b/gnustep-base/gnustep-make/files/gnustep-5.csh @@ -1,7 +1,6 @@ #!/usr/bin/env csh # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Id$ # Test for an interactive shell if ( $?prompt ) then diff --git a/gnustep-base/gnustep-make/files/gnustep-5.sh b/gnustep-base/gnustep-make/files/gnustep-5.sh index 7fa5e105d5ff..f5e07549cff8 100644 --- a/gnustep-base/gnustep-make/files/gnustep-5.sh +++ b/gnustep-base/gnustep-make/files/gnustep-5.sh @@ -1,7 +1,6 @@ #!/usr/bin/env sh # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Id$ # Test for an interactive shell case $- in |