diff options
author | Ulrich Müller <ulm@gentoo.org> | 2015-05-10 16:38:08 +0000 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2015-05-10 16:38:08 +0000 |
commit | 7464ded009536fc57cb27cdb8696b99e78cff35a (patch) | |
tree | c84fbd2cecefe221236e8b3d5cd38ad4deefc3d3 | |
parent | Block older attr that installed attr(5) man page #548900 by Albert W. Hopkins. (diff) | |
download | gentoo-2-7464ded009536fc57cb27cdb8696b99e78cff35a.tar.gz gentoo-2-7464ded009536fc57cb27cdb8696b99e78cff35a.tar.bz2 gentoo-2-7464ded009536fc57cb27cdb8696b99e78cff35a.zip |
Add standard header, acknowledged by vapier in bug 548984.
-rwxr-xr-x | eclass/tests/autotools_eaclocal_amflags.sh | 3 | ||||
-rwxr-xr-x | eclass/tests/eutils_estack.sh | 3 | ||||
-rwxr-xr-x | eclass/tests/eutils_evar.sh | 3 | ||||
-rwxr-xr-x | eclass/tests/eutils_path_exists.sh | 3 | ||||
-rwxr-xr-x | eclass/tests/flag-o-matic.sh | 3 | ||||
-rwxr-xr-x | eclass/tests/linux-info_get_running_version.sh | 3 | ||||
-rwxr-xr-x | eclass/tests/multiprocessing.sh | 3 | ||||
-rwxr-xr-x | eclass/tests/multiprocessing_makeopts_jobs.sh | 3 | ||||
-rwxr-xr-x | eclass/tests/savedconfig.sh | 3 | ||||
-rwxr-xr-x | eclass/tests/toolchain-funcs.sh | 3 | ||||
-rwxr-xr-x | eclass/tests/versionator_version_compare.sh | 3 |
11 files changed, 33 insertions, 0 deletions
diff --git a/eclass/tests/autotools_eaclocal_amflags.sh b/eclass/tests/autotools_eaclocal_amflags.sh index 186565629051..811bf6e784e7 100755 --- a/eclass/tests/autotools_eaclocal_amflags.sh +++ b/eclass/tests/autotools_eaclocal_amflags.sh @@ -1,4 +1,7 @@ #!/bin/bash +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/eclass/tests/autotools_eaclocal_amflags.sh,v 1.2 2015/05/10 16:38:08 ulm Exp $ source tests-common.sh diff --git a/eclass/tests/eutils_estack.sh b/eclass/tests/eutils_estack.sh index 89a443667cd9..88963f36fdcc 100755 --- a/eclass/tests/eutils_estack.sh +++ b/eclass/tests/eutils_estack.sh @@ -1,4 +1,7 @@ #!/bin/bash +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/eclass/tests/eutils_estack.sh,v 1.2 2015/05/10 16:38:08 ulm Exp $ source tests-common.sh diff --git a/eclass/tests/eutils_evar.sh b/eclass/tests/eutils_evar.sh index 837818de6730..c07b6b1f12b8 100755 --- a/eclass/tests/eutils_evar.sh +++ b/eclass/tests/eutils_evar.sh @@ -1,4 +1,7 @@ #!/bin/bash +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/eclass/tests/eutils_evar.sh,v 1.2 2015/05/10 16:38:08 ulm Exp $ source tests-common.sh diff --git a/eclass/tests/eutils_path_exists.sh b/eclass/tests/eutils_path_exists.sh index 9d1ddfc2f1d6..3f94f2fdd22f 100755 --- a/eclass/tests/eutils_path_exists.sh +++ b/eclass/tests/eutils_path_exists.sh @@ -1,4 +1,7 @@ #!/bin/bash +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/eclass/tests/eutils_path_exists.sh,v 1.2 2015/05/10 16:38:08 ulm Exp $ source tests-common.sh diff --git a/eclass/tests/flag-o-matic.sh b/eclass/tests/flag-o-matic.sh index 5132c319f401..caa1422d26f3 100755 --- a/eclass/tests/flag-o-matic.sh +++ b/eclass/tests/flag-o-matic.sh @@ -1,4 +1,7 @@ #!/bin/bash +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/eclass/tests/flag-o-matic.sh,v 1.9 2015/05/10 16:38:08 ulm Exp $ source tests-common.sh diff --git a/eclass/tests/linux-info_get_running_version.sh b/eclass/tests/linux-info_get_running_version.sh index 1ce1f5138c35..ac23eae52b92 100755 --- a/eclass/tests/linux-info_get_running_version.sh +++ b/eclass/tests/linux-info_get_running_version.sh @@ -1,4 +1,7 @@ #!/bin/bash +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/eclass/tests/linux-info_get_running_version.sh,v 1.2 2015/05/10 16:38:08 ulm Exp $ source tests-common.sh diff --git a/eclass/tests/multiprocessing.sh b/eclass/tests/multiprocessing.sh index bfbf30eb500b..819e910027a6 100755 --- a/eclass/tests/multiprocessing.sh +++ b/eclass/tests/multiprocessing.sh @@ -1,4 +1,7 @@ #!/bin/bash +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/eclass/tests/multiprocessing.sh,v 1.2 2015/05/10 16:38:08 ulm Exp $ source tests-common.sh diff --git a/eclass/tests/multiprocessing_makeopts_jobs.sh b/eclass/tests/multiprocessing_makeopts_jobs.sh index 4641e08b5143..725beece6609 100755 --- a/eclass/tests/multiprocessing_makeopts_jobs.sh +++ b/eclass/tests/multiprocessing_makeopts_jobs.sh @@ -1,4 +1,7 @@ #!/bin/bash +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/eclass/tests/multiprocessing_makeopts_jobs.sh,v 1.2 2015/05/10 16:38:08 ulm Exp $ source tests-common.sh diff --git a/eclass/tests/savedconfig.sh b/eclass/tests/savedconfig.sh index 8149cd33c1ca..2932ae88fe52 100755 --- a/eclass/tests/savedconfig.sh +++ b/eclass/tests/savedconfig.sh @@ -1,4 +1,7 @@ #!/bin/bash +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/eclass/tests/savedconfig.sh,v 1.3 2015/05/10 16:38:08 ulm Exp $ source tests-common.sh diff --git a/eclass/tests/toolchain-funcs.sh b/eclass/tests/toolchain-funcs.sh index af440325990d..ba38c9f1836c 100755 --- a/eclass/tests/toolchain-funcs.sh +++ b/eclass/tests/toolchain-funcs.sh @@ -1,4 +1,7 @@ #!/bin/bash +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/eclass/tests/toolchain-funcs.sh,v 1.5 2015/05/10 16:38:08 ulm Exp $ source tests-common.sh diff --git a/eclass/tests/versionator_version_compare.sh b/eclass/tests/versionator_version_compare.sh index 26f4e0a46aaa..52f4363202bf 100755 --- a/eclass/tests/versionator_version_compare.sh +++ b/eclass/tests/versionator_version_compare.sh @@ -1,4 +1,7 @@ #!/bin/bash +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/eclass/tests/versionator_version_compare.sh,v 1.2 2015/05/10 16:38:08 ulm Exp $ source tests-common.sh |