diff options
author | Ulrich Müller <ulm@gentoo.org> | 2015-05-11 17:35:52 +0000 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2015-05-11 17:35:52 +0000 |
commit | 133e2e504ad1cbbd971f8db26aae6312a7534726 (patch) | |
tree | 4d397380f04a3f15d1112e75544c128071cc23f5 /eclass | |
parent | Add standard header, acknowledged by vapier and mgorny in bug 548984. (diff) | |
download | historical-133e2e504ad1cbbd971f8db26aae6312a7534726.tar.gz historical-133e2e504ad1cbbd971f8db26aae6312a7534726.tar.bz2 historical-133e2e504ad1cbbd971f8db26aae6312a7534726.zip |
Add standard header, acknowledged by mgorny in bug 548984.
Diffstat (limited to 'eclass')
-rwxr-xr-x | eclass/tests/distutils-r1.sh | 3 | ||||
-rwxr-xr-x | eclass/tests/git-r3.sh | 3 | ||||
-rwxr-xr-x | eclass/tests/git-r3_GIT_DIR.sh | 3 | ||||
-rwxr-xr-x | eclass/tests/git-r3_subrepos.sh | 3 | ||||
-rwxr-xr-x | eclass/tests/python-utils-r1.sh | 3 | ||||
-rwxr-xr-x | eclass/tests/scons-utils.sh | 3 |
6 files changed, 18 insertions, 0 deletions
diff --git a/eclass/tests/distutils-r1.sh b/eclass/tests/distutils-r1.sh index 24aee6610972..8b5ea5acad2d 100755 --- a/eclass/tests/distutils-r1.sh +++ b/eclass/tests/distutils-r1.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/distutils-r1.sh,v 1.3 2015/05/11 17:35:52 ulm Exp $ EAPI=5 PYTHON_COMPAT=( python2_7 ) diff --git a/eclass/tests/git-r3.sh b/eclass/tests/git-r3.sh index 794f34140941..e6ec504e1c42 100755 --- a/eclass/tests/git-r3.sh +++ b/eclass/tests/git-r3.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/git-r3.sh,v 1.6 2015/05/11 17:35:52 ulm Exp $ source tests-common.sh diff --git a/eclass/tests/git-r3_GIT_DIR.sh b/eclass/tests/git-r3_GIT_DIR.sh index 13b566dd7e85..c1fb149a1370 100755 --- a/eclass/tests/git-r3_GIT_DIR.sh +++ b/eclass/tests/git-r3_GIT_DIR.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/git-r3_GIT_DIR.sh,v 1.2 2015/05/11 17:35:52 ulm Exp $ source tests-common.sh diff --git a/eclass/tests/git-r3_subrepos.sh b/eclass/tests/git-r3_subrepos.sh index 0fa0fb13e11d..1db0f3e671e4 100755 --- a/eclass/tests/git-r3_subrepos.sh +++ b/eclass/tests/git-r3_subrepos.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/git-r3_subrepos.sh,v 1.2 2015/05/11 17:35:52 ulm Exp $ source tests-common.sh diff --git a/eclass/tests/python-utils-r1.sh b/eclass/tests/python-utils-r1.sh index b0f2654af705..94852b7d05b6 100755 --- a/eclass/tests/python-utils-r1.sh +++ b/eclass/tests/python-utils-r1.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/python-utils-r1.sh,v 1.13 2015/05/11 17:35:52 ulm Exp $ EAPI=5 source tests-common.sh diff --git a/eclass/tests/scons-utils.sh b/eclass/tests/scons-utils.sh index 345f0a401c23..33afc069c418 100755 --- a/eclass/tests/scons-utils.sh +++ b/eclass/tests/scons-utils.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/scons-utils.sh,v 1.5 2015/05/11 17:35:52 ulm Exp $ source tests-common.sh |