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 85C61139694 for ; Thu, 23 Mar 2017 01:44:13 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9EE8E21C184; Thu, 23 Mar 2017 01:44:12 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 6D2FA21C184 for ; Thu, 23 Mar 2017 01:44:12 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id E884833BE19 for ; Thu, 23 Mar 2017 01:44:10 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5F2F771A5 for ; Thu, 23 Mar 2017 01:44:09 +0000 (UTC) From: "Mike Frysinger" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mike Frysinger" Message-ID: <1490233433.67eaed1c893985c0156beecd1263a4059497494c.vapier@gentoo> Subject: [gentoo-commits] proj/gentoolkit:master commit in: pym/gentoolkit/ekeyword/, bin/ X-VCS-Repository: proj/gentoolkit X-VCS-Files: bin/ekeyword bin/enalyze bin/epkginfo bin/equery bin/imlate bin/revdep-rebuild pym/gentoolkit/ekeyword/Makefile X-VCS-Directories: bin/ pym/gentoolkit/ekeyword/ X-VCS-Committer: vapier X-VCS-Committer-Name: Mike Frysinger X-VCS-Revision: 67eaed1c893985c0156beecd1263a4059497494c X-VCS-Branch: master Date: Thu, 23 Mar 2017 01:44:09 +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: aeaad97b-8b2b-47ff-ac29-59dee836d10d X-Archives-Hash: fa156653e40ffe846d8526b19c793654 commit: 67eaed1c893985c0156beecd1263a4059497494c Author: Mike Frysinger gentoo org> AuthorDate: Thu Mar 23 01:43:53 2017 +0000 Commit: Mike Frysinger gentoo org> CommitDate: Thu Mar 23 01:43:53 2017 +0000 URL: https://gitweb.gentoo.org/proj/gentoolkit.git/commit/?id=67eaed1c update old Gentoo project name bin/ekeyword | 2 +- bin/enalyze | 2 +- bin/epkginfo | 2 +- bin/equery | 2 +- bin/imlate | 2 +- bin/revdep-rebuild | 2 +- pym/gentoolkit/ekeyword/Makefile | 2 +- 7 files changed, 7 insertions(+), 7 deletions(-) diff --git a/bin/ekeyword b/bin/ekeyword index 6fb3036..72b3f95 100755 --- a/bin/ekeyword +++ b/bin/ekeyword @@ -1,6 +1,6 @@ #!/usr/bin/python # -# Copyright 2002-2017 Gentoo Technologies, Inc. +# Copyright 2002-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 or later # # $Header$ diff --git a/bin/enalyze b/bin/enalyze index e48c5b4..5991f60 100755 --- a/bin/enalyze +++ b/bin/enalyze @@ -1,7 +1,7 @@ #!/usr/bin/python # # Copyright 2010 Brian Dolbec -# Copyright 2002-2010 Gentoo Technologies, Inc. +# Copyright 2002-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 or later # # $Header$ diff --git a/bin/epkginfo b/bin/epkginfo index 953b4a4..75a2f3f 100755 --- a/bin/epkginfo +++ b/bin/epkginfo @@ -1,6 +1,6 @@ #!/usr/bin/python # -# Copyright 2009 Gentoo Technologies, Inc. +# Copyright 2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 or later # # $Header$ diff --git a/bin/equery b/bin/equery index 35e9d7d..292321e 100755 --- a/bin/equery +++ b/bin/equery @@ -1,6 +1,6 @@ #!/usr/bin/python # -# Copyright 2002-2009 Gentoo Technologies, Inc. +# Copyright 2002-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 or later # # $Header$ diff --git a/bin/imlate b/bin/imlate index ecbc680..d186f0d 100755 --- a/bin/imlate +++ b/bin/imlate @@ -1,6 +1,6 @@ #!/usr/bin/python # -# Copyright 2002-2017 Gentoo Technologies, Inc. +# Copyright 2002-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 or later # # $Header$ diff --git a/bin/revdep-rebuild b/bin/revdep-rebuild index cd7be0b..b77ebe9 100755 --- a/bin/revdep-rebuild +++ b/bin/revdep-rebuild @@ -1,7 +1,7 @@ #!/usr/bin/python # # Copyright 2010 Brian Dolbec -# Copyright 2002-2010 Gentoo Technologies, Inc. +# Copyright 2002-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 or later # # $Header$ diff --git a/pym/gentoolkit/ekeyword/Makefile b/pym/gentoolkit/ekeyword/Makefile index cfa1a06..0021c7a 100644 --- a/pym/gentoolkit/ekeyword/Makefile +++ b/pym/gentoolkit/ekeyword/Makefile @@ -1,5 +1,5 @@ # Copyright 2004 Karl Trygve Kalleberg -# Copyright 2004 Gentoo Technologies, Inc. +# Copyright 2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # # $Header$