Mercurial > hg > python-tutorial-skeleton
changeset 5:ea2387fd1b90 tip
Add CC0 disclaimers
author | Chris Cannam |
---|---|
date | Thu, 04 Oct 2012 22:12:02 +0100 |
parents | 3df0742b4c82 |
children | |
files | audiofile.py signal_processing.py test_audiofile.py test_signal_processing.py |
diffstat | 4 files changed, 16 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- 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
--- 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
--- 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
--- 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