From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id CD34A1384B4 for ; Sat, 21 Nov 2015 19:58:49 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 23BFA21C007; Sat, 21 Nov 2015 19:58:49 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id B6B1D21C007 for ; Sat, 21 Nov 2015 19:58:48 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 91B30340A1E for ; Sat, 21 Nov 2015 19:58:47 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id BA4C3706 for ; Sat, 21 Nov 2015 19:58:45 +0000 (UTC) From: "Ulrich Müller" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ulrich Müller" Message-ID: <1448135818.31969ba303b5aec66b74c1beec197289db10c2e2.ulm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: eclass/tests/ X-VCS-Repository: repo/gentoo X-VCS-Files: eclass/tests/eutils_eshopts.sh X-VCS-Directories: eclass/tests/ X-VCS-Committer: ulm X-VCS-Committer-Name: Ulrich Müller X-VCS-Revision: 31969ba303b5aec66b74c1beec197289db10c2e2 X-VCS-Branch: master Date: Sat, 21 Nov 2015 19:58:45 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 7f3320a8-5a3f-430a-8b03-f63bc8c0cee2 X-Archives-Hash: aa72a4b6f3c74d14e549c9b5ad952573 commit: 31969ba303b5aec66b74c1beec197289db10c2e2 Author: Ulrich Müller gentoo org> AuthorDate: Sat Nov 21 19:56:58 2015 +0000 Commit: Ulrich Müller gentoo 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