diff options
author | Ulrich Müller <ulm@gentoo.org> | 2015-11-21 20:56:58 +0100 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2015-11-21 20:56:58 +0100 |
commit | 31969ba303b5aec66b74c1beec197289db10c2e2 (patch) | |
tree | 307e3431c167bd139479612e8f4d7884fd44a039 /eclass/tests | |
parent | dev-lang/go: remove old version (diff) | |
download | gentoo-31969ba303b5aec66b74c1beec197289db10c2e2.tar.gz gentoo-31969ba303b5aec66b74c1beec197289db10c2e2.tar.bz2 gentoo-31969ba303b5aec66b74c1beec197289db10c2e2.zip |
eclass/tests: Add standard header to eutils_eshopts.sh.
Acknowledged by vapier in bug 548984.
Diffstat (limited to 'eclass/tests')
-rwxr-xr-x | eclass/tests/eutils_eshopts.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/eclass/tests/eutils_eshopts.sh b/eclass/tests/eutils_eshopts.sh index 65dc89c9f258..6d070942a0b7 100755 --- a/eclass/tests/eutils_eshopts.sh +++ b/eclass/tests/eutils_eshopts.sh @@ -1,4 +1,7 @@ #!/bin/bash +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ source tests-common.sh |