commit: 31969ba303b5aec66b74c1beec197289db10c2e2 Author: Ulrich Müller <ulm <AT> gentoo <DOT> org> AuthorDate: Sat Nov 21 19:56:58 2015 +0000 Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org> CommitDate: Sat Nov 21 19:56:58 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=31969ba3
eclass/tests: Add standard header to eutils_eshopts.sh. Acknowledged by vapier in bug 548984. eclass/tests/eutils_eshopts.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/eclass/tests/eutils_eshopts.sh b/eclass/tests/eutils_eshopts.sh index 65dc89c..6d07094 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
