aboutsummaryrefslogtreecommitdiff
path: root/LICENSE
diff options
context:
space:
mode:
authorChristoph Lohmann <20h@r-36.net>2012-11-05 04:02:20 +0100
committerChristoph Lohmann <20h@r-36.net>2012-11-05 04:02:20 +0100
commit9df1e56142527de1b8917434093d25212dd9da1e (patch)
tree1527d828f75da20a02f1032639c11b33ce97cc42 /LICENSE
parent0fbe1559c8a62a87ea3af19366220bd790179f4c (diff)
downloadst-patched-9df1e56142527de1b8917434093d25212dd9da1e.tar.bz2
st-patched-9df1e56142527de1b8917434093d25212dd9da1e.tar.xz
st-patched-9df1e56142527de1b8917434093d25212dd9da1e.zip
Changing the license to MIT/X.
Diffstat (limited to 'LICENSE')
-rw-r--r--LICENSE47
1 files changed, 22 insertions, 25 deletions
diff --git a/LICENSE b/LICENSE
index 1b91f2a..66f4b1b 100644
--- a/LICENSE
+++ b/LICENSE
@@ -1,27 +1,24 @@
1Copyright (c) 2009-2012, Aurélien APTEL <aurelien dot aptel at gmail dot com> 1MIT/X Consortium License
2Copyright (c) 2012, Roberto E. Vargas Caballero <k0ga at shike2 dot com>
3Copyright (c) 2012, Christoph Lohmann <20h at r-36 dot net>
4Copyright (c) 2009, Anselm R Garbe <garbeam at gmail dot com>
5 2
6Redistribution and use in source and binary forms, with or without 3© 2009-2012 Aurélien APTEL <aurelien dot aptel at gmail dot com>
7modification, are permitted provided that the following conditions are met: 4© 2012 Roberto E. Vargas Caballero <k0ga at shike2 dot com>
8 * Redistributions of source code must retain the above copyright 5© 2012 Christoph Lohmann <20h at r-36 dot net>
9 notice, this list of conditions and the following disclaimer. 6© 2009 Anselm R Garbe <garbeam at gmail dot com>
10 * Redistributions in binary form must reproduce the above copyright
11 notice, this list of conditions and the following disclaimer in the
12 documentation and/or other materials provided with the distribution.
13 * Neither the name of the copyright holder nor the names of its
14 contributors may be used to endorse or promote products derived
15 from this software without specific prior written permission.
16 7
17THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 8Permission is hereby granted, free of charge, to any person obtaining a
18"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT 9copy of this software and associated documentation files (the "Software"),
19LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR 10to deal in the Software without restriction, including without limitation
20A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT 11the rights to use, copy, modify, merge, publish, distribute, sublicense,
21HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, 12and/or sell copies of the Software, and to permit persons to whom the
22SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT 13Software is furnished to do so, subject to the following conditions:
23LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, 14
24DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY 15The above copyright notice and this permission notice shall be included in
25THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT 16all copies or substantial portions of the Software.
26(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE 17
27OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 18THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
19IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
20FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
21THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
22LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
23FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
24DEALINGS IN THE SOFTWARE.