summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--simpl/__init__.py2
-rw-r--r--simpl/audio.py2
-rw-r--r--simpl/basetypes.py2
-rw-r--r--simpl/fx.py4
-rw-r--r--simpl/lp.py2
-rw-r--r--simpl/mq.py2
-rw-r--r--simpl/sms.py2
-rw-r--r--simpl/sndobj.py2
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