From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id CA0E4138334 for ; Thu, 12 Jul 2018 06:25:41 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B5E0AE0875; Thu, 12 Jul 2018 06:25:39 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 85730E0875 for ; Thu, 12 Jul 2018 06:25:39 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 18DC9335CA0 for ; Thu, 12 Jul 2018 06:25:38 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B8A20365 for ; Thu, 12 Jul 2018 06:25:36 +0000 (UTC) From: "Robin H. Johnson" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Robin H. Johnson" Message-ID: <1531376676.86911bfd4ee00041273ee8439978e64a2163f3e2.robbat2@OpenRC> Subject: [gentoo-commits] proj/netifrc:master commit in: net/ X-VCS-Repository: proj/netifrc X-VCS-Files: net/wireguard.sh X-VCS-Directories: net/ X-VCS-Committer: robbat2 X-VCS-Committer-Name: Robin H. Johnson X-VCS-Revision: 86911bfd4ee00041273ee8439978e64a2163f3e2 X-VCS-Branch: master Date: Thu, 12 Jul 2018 06:25:36 +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: 2652d28d-334e-4acf-b68d-5ca7ca34bd47 X-Archives-Hash: b2125a4efbc8e38cf9b750b19da5d731 commit: 86911bfd4ee00041273ee8439978e64a2163f3e2 Author: Robin H. Johnson gentoo org> AuthorDate: Thu Jul 12 06:24:36 2018 +0000 Commit: Robin H. Johnson gentoo org> CommitDate: Thu Jul 12 06:24:36 2018 +0000 URL: https://gitweb.gentoo.org/proj/netifrc.git/commit/?id=86911bfd net/wireguard: import from ebuild This improves non-maintainer commit 66af4525ff3a4530a165443f459134f1f60283f8 to include correct author attribution for net/wireguard.sh, as traced & discussed with the upstream author. Original-Author: Joakim Sindholt zhasha.com> Signed-off-by: Jason A. Donenfeld gentoo.org> Signed-off-by: Robin H. Johnson gentoo.org> net/wireguard.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/net/wireguard.sh b/net/wireguard.sh index efa45b0..8af76ca 100644 --- a/net/wireguard.sh +++ b/net/wireguard.sh @@ -1,4 +1,5 @@ -# Copyright (c) 2016 Gentoo Foundation +# Copyright (c) 2016 Joakim Sindholt (zhasha) +# Copyright (c) 2018 Jason A. Donenfeld, # Released under the 2-clause BSD license. wireguard_depend()