diff options
author | John Glover <glover.john@gmail.com> | 2011-08-19 15:59:50 +0100 |
---|---|---|
committer | John Glover <glover.john@gmail.com> | 2011-08-19 15:59:50 +0100 |
commit | f1d58ace511e1a788f08a8d7f3da71724ac48350 (patch) | |
tree | d604ec15715de35c550b11c97ff2835b808db067 | |
parent | 6faa5e41620fdfb15f22de219daf9d0804666904 (diff) | |
download | simpl-f1d58ace511e1a788f08a8d7f3da71724ac48350.tar.gz simpl-f1d58ace511e1a788f08a8d7f3da71724ac48350.tar.bz2 simpl-f1d58ace511e1a788f08a8d7f3da71724ac48350.zip |
Update copyright info
-rw-r--r-- | simpl/__init__.py | 2 | ||||
-rw-r--r-- | simpl/audio.py | 2 | ||||
-rw-r--r-- | simpl/basetypes.py | 2 | ||||
-rw-r--r-- | simpl/fx.py | 4 | ||||
-rw-r--r-- | simpl/lp.py | 2 | ||||
-rw-r--r-- | simpl/mq.py | 2 | ||||
-rw-r--r-- | simpl/sms.py | 2 | ||||
-rw-r--r-- | 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 |