summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRaúl Porcel <armin76@gentoo.org>2010-09-05 18:47:24 +0000
committerRaúl Porcel <armin76@gentoo.org>2010-09-05 18:47:24 +0000
commit21adf4df5ebda918fe666fc4989a97b92ab97b36 (patch)
tree3e4e6777129a82185aae012c539766adc79e8e66
parentThis is catalyst-2.0.6.908 (diff)
downloadcatalyst-21adf4df5ebda918fe666fc4989a97b92ab97b36.tar.gz
catalyst-21adf4df5ebda918fe666fc4989a97b92ab97b36.tar.bz2
catalyst-21adf4df5ebda918fe666fc4989a97b92ab97b36.zip
Update copyrights, add me to AUTHORS
-rw-r--r--AUTHORS2
-rw-r--r--ChangeLog5
-rwxr-xr-xcatalyst2
3 files changed, 6 insertions, 3 deletions
diff --git a/AUTHORS b/AUTHORS
index e09dd73e..2ad8512a 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -31,7 +31,7 @@ Diego Pettenò <flameeyes@gentoo.org>
Matsuu Takuto <matsuu@gentoo.org>
Lars Weiler <pylon@gentoo.org>
Gustavo Zacarias <gustavoz@gentoo.org>
-
+Raúl Porcel <armin76@gentoo.org>
Copyright authors:
------
diff --git a/ChangeLog b/ChangeLog
index ab672290..834aa911 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,8 +1,11 @@
# ChangeLog for catalyst
-# Copyright 1999-2010 Gentoo Foundation; 2008-2009 Various authors (see AUTHORS)
+# Copyright 1999-2010 Gentoo Foundation; 2008-2010 Various authors (see AUTHORS)
# Distributed under the GPL v2
# $Id$
+ 05 Sep 2010; Raúl Porcel <armin76@gentoo.org> AUTHORS, catalyst:
+ Update copyrights, add me to AUTHORS
+
05 Sep 2010; Raúl Porcel <armin76@gentoo.org> catalyst:
This is catalyst-2.0.6.908
diff --git a/catalyst b/catalyst
index b2a72d3e..6534adce 100755
--- a/catalyst
+++ b/catalyst
@@ -50,7 +50,7 @@ def usage():
def version():
print "Catalyst, version "+__version__
print "Copyright 2003-2008 Gentoo Foundation"
- print "Copyright 2008-2009 various authors"
+ print "Copyright 2008-2010 various authors"
print "Distributed under the GNU General Public License version 2.1\n"
def parse_config(myconfig):