diff options
author | Ulrich Müller <ulm@gentoo.org> | 2020-12-21 11:33:39 +0100 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2020-12-23 12:16:12 +0100 |
commit | cccda081740a2039c4af52e11f1afbf9bc1ecf59 (patch) | |
tree | d4cd6be7cad11b2cb485a641f66ce90b40ac7495 /eclass/tests | |
parent | profiles: Drop outdated mask for sci-visualization/gnuplot. (diff) | |
download | gentoo-cccda081740a2039c4af52e11f1afbf9bc1ecf59.tar.gz gentoo-cccda081740a2039c4af52e11f1afbf9bc1ecf59.tar.bz2 gentoo-cccda081740a2039c4af52e11f1afbf9bc1ecf59.zip |
*/*: Update copyright line for files touched in 2019 and 2020.
Signed-off-by: Ulrich Müller <ulm@gentoo.org>
Diffstat (limited to 'eclass/tests')
-rwxr-xr-x | eclass/tests/flag-o-matic.sh | 2 | ||||
-rw-r--r-- | eclass/tests/tests-common.sh | 2 | ||||
-rwxr-xr-x | eclass/tests/toolchain-funcs.sh | 2 | ||||
-rwxr-xr-x | eclass/tests/toolchain.sh | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/eclass/tests/flag-o-matic.sh b/eclass/tests/flag-o-matic.sh index 229dff52af94..676cc690c75c 100755 --- a/eclass/tests/flag-o-matic.sh +++ b/eclass/tests/flag-o-matic.sh @@ -1,5 +1,5 @@ #!/bin/bash -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 source tests-common.sh diff --git a/eclass/tests/tests-common.sh b/eclass/tests/tests-common.sh index 674eaa02cdc9..2fc849cb69a7 100644 --- a/eclass/tests/tests-common.sh +++ b/eclass/tests/tests-common.sh @@ -1,5 +1,5 @@ #!/bin/bash -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 if ! source /lib/gentoo/functions.sh ; then diff --git a/eclass/tests/toolchain-funcs.sh b/eclass/tests/toolchain-funcs.sh index 1cf124520c3c..a0a56fd9e5d9 100755 --- a/eclass/tests/toolchain-funcs.sh +++ b/eclass/tests/toolchain-funcs.sh @@ -1,5 +1,5 @@ #!/bin/bash -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 source tests-common.sh diff --git a/eclass/tests/toolchain.sh b/eclass/tests/toolchain.sh index e69e0c8f1dd2..118d68c63df4 100755 --- a/eclass/tests/toolchain.sh +++ b/eclass/tests/toolchain.sh @@ -1,5 +1,5 @@ #!/bin/bash -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 |