# HG changeset patch
# User Chris Cannam
# Date 1349385122 -3600
# Node ID ea2387fd1b90d2e73f1735655e52d655874577b9
# Parent  3df0742b4c823fabede23c2ceebd72f08241af51
Add CC0 disclaimers

diff -r 3df0742b4c82 -r ea2387fd1b90 audiofile.py
--- a/audiofile.py	Thu Oct 04 17:14:13 2012 +0100
+++ b/audiofile.py	Thu Oct 04 22:12:02 2012 +0100
@@ -1,3 +1,7 @@
+
+# To the extent possible under law, Chris Cannam and QMUL have waived
+# all copyright and related or neighboring rights to this file
+# (http://creativecommons.org/about/cc0)
 
 import wave
 import numpy as np
diff -r 3df0742b4c82 -r ea2387fd1b90 signal_processing.py
--- a/signal_processing.py	Thu Oct 04 17:14:13 2012 +0100
+++ b/signal_processing.py	Thu Oct 04 22:12:02 2012 +0100
@@ -1,3 +1,7 @@
+
+# To the extent possible under law, Chris Cannam and QMUL have waived
+# all copyright and related or neighboring rights to this file
+# (http://creativecommons.org/about/cc0)
 
 import numpy as np
 
diff -r 3df0742b4c82 -r ea2387fd1b90 test_audiofile.py
--- a/test_audiofile.py	Thu Oct 04 17:14:13 2012 +0100
+++ b/test_audiofile.py	Thu Oct 04 22:12:02 2012 +0100
@@ -1,3 +1,7 @@
+
+# To the extent possible under law, Chris Cannam and QMUL have waived
+# all copyright and related or neighboring rights to this file
+# (http://creativecommons.org/about/cc0)
 
 import audiofile as af
 
diff -r 3df0742b4c82 -r ea2387fd1b90 test_signal_processing.py
--- a/test_signal_processing.py	Thu Oct 04 17:14:13 2012 +0100
+++ b/test_signal_processing.py	Thu Oct 04 22:12:02 2012 +0100
@@ -1,3 +1,7 @@
+
+# To the extent possible under law, Chris Cannam and QMUL have waived
+# all copyright and related or neighboring rights to this file
+# (http://creativecommons.org/about/cc0)
 
 import signal_processing as sp
 import numpy as np