[python-dtcwt] 36/497: add notes on original licensing

Ghislain Vaillant ghisvail-guest at moszumanska.debian.org
Tue Jul 21 18:05:47 UTC 2015


This is an automated email from the git hooks/post-receive script.

ghisvail-guest pushed a commit to branch debian/sid
in repository python-dtcwt.

commit 3354f502e65a0c66d8a582c1de294aa7bad231e5
Author: Rich Wareham <rjw57 at cam.ac.uk>
Date:   Wed Aug 7 18:37:22 2013 +0100

    add notes on original licensing
---
 COPYING.txt    | 31 +++++++++++++++++++++++++++++++
 docs/index.rst | 14 ++++++++++++++
 2 files changed, 45 insertions(+)

diff --git a/COPYING.txt b/COPYING.txt
new file mode 100644
index 0000000..0508642
--- /dev/null
+++ b/COPYING.txt
@@ -0,0 +1,31 @@
+This licence applies to any parts of this library which are novel in comparison
+to the original DTCWT MATLAB toolbox written by Nick Kingsbury and Cian
+Shaffrey. See the ORIGINAL_README.txt file for details on any further
+restrictions of use.
+
+Copyright (c) 2013, Rich Wareham <rjw57 at cantab.net>
+All rights reserved.
+
+Redistribution and use in source and binary forms, with or without
+modification, are permitted provided that the following conditions are met: 
+
+1. Redistributions of source code must retain the above copyright notice, this
+   list of conditions and the following disclaimer. 
+2. Redistributions in binary form must reproduce the above copyright notice,
+   this list of conditions and the following disclaimer in the documentation
+   and/or other materials provided with the distribution. 
+
+THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
+ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
+WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
+DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR
+ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
+(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
+LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
+ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
+(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
+SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+
+The views and conclusions contained in the software and documentation are those
+of the authors and should not be interpreted as representing official policies, 
+either expressed or implied, of the FreeBSD Project.
diff --git a/docs/index.rst b/docs/index.rst
index 3d07591..2dc006f 100644
--- a/docs/index.rst
+++ b/docs/index.rst
@@ -4,6 +4,20 @@ The dtcwt library
 This library provides support for computing 1D and 2D dual-tree complex wavelet
 transforms and their inverse in Python.
 
+The interface is intentionally similar to the existing MATLAB dual-tree complex
+wavelet transform toolbox provided by `Prof. Nick Kingsbury
+<http://www-sigproc.eng.cam.ac.uk/~ngk/>`_. This library is intended to ease
+the porting of algorithms written in using this toolbox from MATLAB to Python.
+
+The original toolbox is copyrighted and there are some restrictions on use
+which are outlined in the file
+:download:`ORIGINAL_README.txt<../ORIGINAL_README.txt>`.
+
+Aside from portions directly derived from the original MATLAB toolbox, any
+additions in this library and this documentation are licensed under the
+2-clause BSD licence as documented in the file
+:download:`COPYING.txt<../COPYING.txt>`.
+
 Table of Contents
 `````````````````
 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/python-dtcwt.git



More information about the debian-science-commits mailing list