summaryrefslogtreecommitdiff
path: root/LICENSE
diff options
context:
space:
mode:
authorClint Adams <clint@softwarefreedom.org>2012-04-25 16:38:48 -0400
committerClint Adams <clint@softwarefreedom.org>2012-04-25 16:38:48 -0400
commit5ed645493e10190f7cddd753bb058e8487037549 (patch)
tree7b80971ad747ff0d1e5e6651e1efe7fe29ec6db6 /LICENSE
parentf907d986330ac5f88f9e921bdd6c0572d4691003 (diff)
Separate ASCII armor codec into its own package, change license to ISC, and change API toward Stephen Paul Weber's proposal.
Diffstat (limited to 'LICENSE')
-rw-r--r--LICENSE30
1 files changed, 13 insertions, 17 deletions
diff --git a/LICENSE b/LICENSE
index 02691d7..db7a166 100644
--- a/LICENSE
+++ b/LICENSE
@@ -1,19 +1,15 @@
1Copyright Ⓒ 2012 Clint Adams 1Copyright Ⓒ 2012 Clint Adams <clint@debian.org>
2 2
3Permission is hereby granted, free of charge, to any person obtaining a copy of 3Permission to use, copy, modify, and/or distribute this software
4this software and associated documentation files (the "Software"), to deal in 4for any purpose with or without fee is hereby granted, provided
5the Software without restriction, including without limitation the rights to 5that the above copyright notice and this permission notice appear
6use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies 6in all copies.
7of the Software, and to permit persons to whom the Software is furnished to do
8so, subject to the following conditions:
9 7
10The above copyright notice and this permission notice shall be included in all 8THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL
11copies or substantial portions of the Software. 9WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED
12 10WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE
13THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 11AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR
14IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 12CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
15FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 13LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT,
16AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 14NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN
17LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, 15CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
18OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
19SOFTWARE.