summaryrefslogtreecommitdiff
path: root/torrent-types/LICENSE
diff options
context:
space:
mode:
authorJames Crayne <jim.crayne@gmail.com>2019-09-28 15:33:33 -0400
committerJoe Crayne <joe@jerkface.net>2020-01-01 19:33:39 -0500
commit51d24d17974235a4c2a0d8a913bbbdc7f4d2c001 (patch)
tree7fdb092ddcc7d857988feb93ee3ec0d7a27acb25 /torrent-types/LICENSE
parent11987749fc6e6d3e53ea737d46d5ab13a16faeb8 (diff)
Move Data.Torrent to torrent-types library
Diffstat (limited to 'torrent-types/LICENSE')
-rw-r--r--torrent-types/LICENSE30
1 files changed, 30 insertions, 0 deletions
diff --git a/torrent-types/LICENSE b/torrent-types/LICENSE
new file mode 100644
index 00000000..e8eaef49
--- /dev/null
+++ b/torrent-types/LICENSE
@@ -0,0 +1,30 @@
1Copyright (c) 2019, James Crayne
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
8 * Redistributions of source code must retain the above copyright
9 notice, this list of conditions and the following disclaimer.
10
11 * Redistributions in binary form must reproduce the above
12 copyright notice, this list of conditions and the following
13 disclaimer in the documentation and/or other materials provided
14 with the distribution.
15
16 * Neither the name of James Crayne nor the names of other
17 contributors may be used to endorse or promote products derived
18 from this software without specific prior written permission.
19
20THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
21"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
22LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
23A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
24OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
25SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
26LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
27DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
28THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
29(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
30OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.