From f1d58ace511e1a788f08a8d7f3da71724ac48350 Mon Sep 17 00:00:00 2001 From: John Glover Date: Fri, 19 Aug 2011 15:59:50 +0100 Subject: Update copyright info --- simpl/__init__.py | 2 +- simpl/audio.py | 2 +- simpl/basetypes.py | 2 +- simpl/fx.py | 4 ++-- simpl/lp.py | 2 +- simpl/mq.py | 2 +- simpl/sms.py | 2 +- simpl/sndobj.py | 2 +- 8 files changed, 9 insertions(+), 9 deletions(-) diff --git a/simpl/__init__.py b/simpl/__init__.py index c1100f5..a58b248 100644 --- a/simpl/__init__.py +++ b/simpl/__init__.py @@ -1,4 +1,4 @@ -# Copyright (c) 2009 John Glover, National University of Ireland, Maynooth +# Copyright (c) 2009-2011 John Glover, National University of Ireland, Maynooth # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/simpl/audio.py b/simpl/audio.py index f35210b..63f2200 100644 --- a/simpl/audio.py +++ b/simpl/audio.py @@ -1,4 +1,4 @@ -# Copyright (c) 2010 John Glover, National University of Ireland, Maynooth +# Copyright (c) 2009-2011 John Glover, National University of Ireland, Maynooth # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/simpl/basetypes.py b/simpl/basetypes.py index c12091d..aa837f1 100644 --- a/simpl/basetypes.py +++ b/simpl/basetypes.py @@ -1,4 +1,4 @@ -# Copyright (c) 2009 John Glover, National University of Ireland, Maynooth +# Copyright (c) 2009-2011 John Glover, National University of Ireland, Maynooth # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/simpl/fx.py b/simpl/fx.py index 53f7476..069ce2c 100644 --- a/simpl/fx.py +++ b/simpl/fx.py @@ -1,4 +1,4 @@ -# Copyright (c) 2009 John Glover, National University of Ireland, Maynooth +# Copyright (c) 2009-2011 John Glover, National University of Ireland, Maynooth # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -33,4 +33,4 @@ def time_stretch(partials, factor): stretched_partial.add_peak(current_peak) current_step += step_size stretched_partials.append(stretched_partial) - return stretched_partials \ No newline at end of file + return stretched_partials diff --git a/simpl/lp.py b/simpl/lp.py index 740ca97..1f7720f 100644 --- a/simpl/lp.py +++ b/simpl/lp.py @@ -1,4 +1,4 @@ -# Copyright (c) 2009 John Glover, National University of Ireland, Maynooth +# Copyright (c) 2009-2011 John Glover, National University of Ireland, Maynooth # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/simpl/mq.py b/simpl/mq.py index 340d011..f904c03 100644 --- a/simpl/mq.py +++ b/simpl/mq.py @@ -1,4 +1,4 @@ -# Copyright (c) 2009 John Glover, National University of Ireland, Maynooth +# Copyright (c) 2009-2011 John Glover, National University of Ireland, Maynooth # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/simpl/sms.py b/simpl/sms.py index 7f205ed..6d3fcae 100644 --- a/simpl/sms.py +++ b/simpl/sms.py @@ -1,4 +1,4 @@ -# Copyright (c) 2009 John Glover, National University of Ireland, Maynooth +# Copyright (c) 2009-2011 John Glover, National University of Ireland, Maynooth # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/simpl/sndobj.py b/simpl/sndobj.py index b04060a..6b9ecd9 100644 --- a/simpl/sndobj.py +++ b/simpl/sndobj.py @@ -1,4 +1,4 @@ -# Copyright (c) 2009 John Glover, National University of Ireland, Maynooth +# Copyright (c) 2009-2011 John Glover, National University of Ireland, Maynooth # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by -- cgit v1.2.3