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 0DBCF138010 for ; Thu, 23 Aug 2012 05:56:11 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1023AE0790; Thu, 23 Aug 2012 05:55:33 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id D8D26E0790 for ; Thu, 23 Aug 2012 05:55:33 +0000 (UTC) Received: from hornbill.gentoo.org (hornbill.gentoo.org [94.100.119.163]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 4A26E33DF60 for ; Thu, 23 Aug 2012 05:55:33 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 0CAB9E5443 for ; Thu, 23 Aug 2012 05:55:32 +0000 (UTC) From: "Jorge Manuel B. S. Vicetto" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Jorge Manuel B. S. Vicetto" Message-ID: <1345200671.cd818a7bfed0d2cef22a81491c09f802cc0b9cbc.jmbsvicetto@gentoo> Subject: [gentoo-commits] proj/catalyst:master commit in: / X-VCS-Repository: proj/catalyst X-VCS-Files: catalyst X-VCS-Directories: / X-VCS-Committer: jmbsvicetto X-VCS-Committer-Name: Jorge Manuel B. S. Vicetto X-VCS-Revision: cd818a7bfed0d2cef22a81491c09f802cc0b9cbc X-VCS-Branch: master Date: Thu, 23 Aug 2012 05:55:32 +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: 780f2322-ecc8-41b1-88e2-69c2207f7b6b X-Archives-Hash: 2e5bb07e6dab7f378487643c58113807 commit: cd818a7bfed0d2cef22a81491c09f802cc0b9cbc Author: Jorge Manuel B. S. Vicetto (jmbsvicetto) gentoo org> AuthorDate: Fri Aug 17 10:51:11 2012 +0000 Commit: Jorge Manuel B. S. Vicetto gentoo org> CommitDate: Fri Aug 17 10:51:11 2012 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/catalyst.git;a=commit;h=cd818a7b Update maintainer and copyright dates --- catalyst | 7 ++++--- 1 files changed, 4 insertions(+), 3 deletions(-) diff --git a/catalyst b/catalyst index 7114097..118574a 100755 --- a/catalyst +++ b/catalyst @@ -1,9 +1,10 @@ #!/usr/bin/python -OO # Maintained in full by: +# Catalyst Team +# Release Engineering Team # Andrew Gaffney # Chris Gianelloni -# Release Engineering Team # $Id$ import os, sys, imp, string, getopt @@ -17,7 +18,7 @@ sys.path.append(__selfpath__ + "/modules") import catalyst.config import catalyst.util -__maintainer__="Chris Gianelloni " +__maintainer__="Catalyst " __version__="2.0.10.1" conf_values={} @@ -52,7 +53,7 @@ def usage(): def version(): print "Catalyst, version "+__version__ print "Copyright 2003-2008 Gentoo Foundation" - print "Copyright 2008-2011 various authors" + print "Copyright 2008-2012 various authors" print "Distributed under the GNU General Public License version 2.1\n" def parse_config(myconfig):