]> git.parisson.com Git - timeside.git/commitdiff
update copyrights, go to 0.3
authoryomguy <yomguy@parisson.com>
Tue, 17 May 2011 08:14:15 +0000 (08:14 +0000)
committeryomguy <yomguy@parisson.com>
Tue, 17 May 2011 08:14:15 +0000 (08:14 +0000)
setup.py
timeside/decoder/core.py

index 280ce1812693a705ca12fdf21dcce0a5990e8fd9..6c2c9d596fc076de6bf240596285b94df477b052 100644 (file)
--- a/setup.py
+++ b/setup.py
@@ -4,7 +4,7 @@
 '''The setup and build script for the python-twitter library.'''
 
 __author__ = 'yomguy@parisson.com'
-__version__ = '0.2'
+__version__ = '0.3'
 
 
 # The base package metadata to be used by both distutils and setuptools
index ef84c7d9b63a0a2325db26913e5c2c14aaf56099..c258f8fafb2dc9e5bc3e6ac50478dbc6d47a3831 100644 (file)
@@ -1,9 +1,10 @@
 #!/usr/bin/python
 # -*- coding: utf-8 -*-
 
-# Copyright (C) 2007-2009 Parisson
+# Copyright (c) 2007-2011 Parisson
 # Copyright (c) 2007 Olivier Guilyardi <olivier@samalyse.com>
-# Copyright (c) 2007-2009 Guillaume Pellerin <pellerin@parisson.com>
+# Copyright (c) 2007-2011 Guillaume Pellerin <pellerin@parisson.com>
+# Copyright (c) 2010-2011 Paul Brossier <piem@piem.org> 
 #
 # This file is part of TimeSide.
 
@@ -20,7 +21,8 @@
 # You should have received a copy of the GNU General Public License
 # along with TimeSide.  If not, see <http://www.gnu.org/licenses/>.
 
-# Author: Paul Brossier <piem@piem.org>
+# Authors: Paul Brossier <piem@piem.org>
+#          Guilaume Pellerin <yomguy@parisson.com>
 
 from timeside.core import Processor, implements, interfacedoc
 from timeside.api import IDecoder