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 | 335aa2a987eea85a48d51a728f5e9825c32ef85c (patch) | |
tree | 597b69c3444a176718cd182c29458026f7cca9aa /eclass | |
parent | Future-update dep on libxfce4ui to [gtk3(+)]. (diff) | |
download | gentoo-2-335aa2a987eea85a48d51a728f5e9825c32ef85c.tar.gz gentoo-2-335aa2a987eea85a48d51a728f5e9825c32ef85c.tar.bz2 gentoo-2-335aa2a987eea85a48d51a728f5e9825c32ef85c.zip |
Add standard header, acknowledged by vapier and mgorny in bug 548984.
Diffstat (limited to 'eclass')
-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 |