diff options
author | Ulrich Müller <ulm@gentoo.org> | 2015-05-11 17:34:39 +0000 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2015-05-11 17:34:39 +0000 |
commit | 3208d0c4e587ccf53ff2fe30416e1718e3927de0 (patch) | |
tree | e84826b37c774eb5ee4e448f4338bc1723cebd02 | |
parent | Future-update dep on libxfce4ui to [gtk3(+)]. (diff) | |
download | historical-3208d0c4e587ccf53ff2fe30416e1718e3927de0.tar.gz historical-3208d0c4e587ccf53ff2fe30416e1718e3927de0.tar.bz2 historical-3208d0c4e587ccf53ff2fe30416e1718e3927de0.zip |
Add standard header, acknowledged by vapier and mgorny in bug 548984.
-rw-r--r-- | eclass/tests/tests-common.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/eclass/tests/tests-common.sh b/eclass/tests/tests-common.sh index 26ebcacdcd43..364c0b4eedc0 100644 --- a/eclass/tests/tests-common.sh +++ b/eclass/tests/tests-common.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/tests-common.sh,v 1.15 2015/05/11 17:34:39 ulm Exp $ if ! source /lib/gentoo/functions.sh ; then echo "Missing functions.sh. Please install sys-apps/gentoo-functions!" 1>&2 |