diff options
author | 2007-10-11 23:59:41 +0000 | |
---|---|---|
committer | 2007-10-11 23:59:41 +0000 | |
commit | 2903cf9b066c187e39e8c23b83831e51b34dd46b (patch) | |
tree | f9b9a50a2da96f7463da9f050b5f3a9338301aec /catalyst | |
parent | Adding a slightly modified version of Andrew Gaffney's <agaffney@gentoo.org> ... (diff) | |
download | catalyst-2903cf9b066c187e39e8c23b83831e51b34dd46b.tar.gz catalyst-2903cf9b066c187e39e8c23b83831e51b34dd46b.tar.bz2 catalyst-2903cf9b066c187e39e8c23b83831e51b34dd46b.zip |
Added Andrew Gaffney to maintainer list, fixed a typo, updated copyright information, and added a small fix for FreeBSD for bug #169041. This is catalyst 2.0.5_pre4 for testing.
git-svn-id: svn+ssh://svn.gentoo.org/var/svnroot/catalyst/trunk@1249 d1e1f19c-881f-0410-ab34-b69fee027534
Diffstat (limited to 'catalyst')
-rwxr-xr-x | catalyst | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -2,13 +2,14 @@ # Maintained in full by: # Eric Edgar <rocket@gentoo.org> +# Andrew Gaffney <agaffney@gentoo.org> # Chris Gianelloni <wolf31o2@gentoo.org> import os,sys,imp,string,getopt import pdb __maintainer__="Chris Gianelloni <wolf31o2@gentoo.org>" -__version__="2.0.5_pre3" +__version__="2.0.5_pre4" conf_values={} @@ -39,7 +40,7 @@ def usage(): def version(): print "Gentoo Catalyst, version "+__version__ - print "Copyright 2003-2006 The Gentoo Foundation" + print "Copyright 2003-2007 Gentoo Foundation" print "Distributed under the GNU General Public License version 2\n" def parse_config(myconfig): |