summaryrefslogtreecommitdiff
path: root/packages/tests
diff options
context:
space:
mode:
authorAlberto Ruiz <aruiz@um.es>2014-06-28 14:49:19 +0200
committerAlberto Ruiz <aruiz@um.es>2014-06-28 14:49:19 +0200
commitb16a9e8214832205537bec18a77ead03d3e05f51 (patch)
treebfbe5cfe3ba29fb5b3ea0ad21b14a97315486db2 /packages/tests
parentec16cdaced2ba1ee19b12d602b9e2ca1b188c64e (diff)
add full GPL license files and link to examples
Diffstat (limited to 'packages/tests')
-rw-r--r--packages/tests/LICENSE28
-rw-r--r--packages/tests/hmatrix-tests.cabal2
2 files changed, 27 insertions, 3 deletions
diff --git a/packages/tests/LICENSE b/packages/tests/LICENSE
index f2125ec..c1cafe1 100644
--- a/packages/tests/LICENSE
+++ b/packages/tests/LICENSE
@@ -1,2 +1,26 @@
1Copyright Alberto Ruiz 2010 1Copyright (c) 2006-2014 Alberto Ruiz and other contributors
2GPL license 2
3All rights reserved.
4
5Redistribution and use in source and binary forms, with or without
6modification, are permitted provided that the following conditions are met:
7 * Redistributions of source code must retain the above copyright
8 notice, this list of conditions and the following disclaimer.
9 * Redistributions in binary form must reproduce the above copyright
10 notice, this list of conditions and the following disclaimer in the
11 documentation and/or other materials provided with the distribution.
12 * Neither the name of Alberto Ruiz nor the names of other contributors may
13 be used to endorse or promote products derived from this software
14 without specific prior written permission.
15
16THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
17ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
18WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
19DISCLAIMED. IN NO EVENT SHALL THE AUTHORS OR CONTRIBUTORS BE LIABLE FOR ANY
20DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
21(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
22LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
23ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
24(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
25SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
26
diff --git a/packages/tests/hmatrix-tests.cabal b/packages/tests/hmatrix-tests.cabal
index d48a9c4..a417096 100644
--- a/packages/tests/hmatrix-tests.cabal
+++ b/packages/tests/hmatrix-tests.cabal
@@ -1,5 +1,5 @@
1Name: hmatrix-tests 1Name: hmatrix-tests
2Version: 0.4 2Version: 0.4.0.1
3License: BSD3 3License: BSD3
4License-file: LICENSE 4License-file: LICENSE
5Author: Alberto Ruiz 5Author: Alberto Ruiz