From: yomguy Date: Tue, 17 May 2011 08:14:15 +0000 (+0000) Subject: update copyrights, go to 0.3 X-Git-Tag: 0.3.2~30 X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=77c082f6b350c935c2a2a9012e9dac1ba39348b5;p=timeside.git update copyrights, go to 0.3 --- diff --git a/setup.py b/setup.py index 280ce18..6c2c9d5 100644 --- 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 diff --git a/timeside/decoder/core.py b/timeside/decoder/core.py index ef84c7d..c258f8f 100644 --- a/timeside/decoder/core.py +++ b/timeside/decoder/core.py @@ -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 -# Copyright (c) 2007-2009 Guillaume Pellerin +# Copyright (c) 2007-2011 Guillaume Pellerin +# Copyright (c) 2010-2011 Paul Brossier # # 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 . -# Author: Paul Brossier +# Authors: Paul Brossier +# Guilaume Pellerin from timeside.core import Processor, implements, interfacedoc from timeside.api import IDecoder