summaryrefslogtreecommitdiff
path: root/LICENSE.TXT
diff options
context:
space:
mode:
authorPeter Collingbourne <peter@pcc.me.uk>2012-02-22 04:47:39 +0000
committerPeter Collingbourne <peter@pcc.me.uk>2012-02-22 04:47:39 +0000
commitc328076bc364f086139983a2ef9ea5a347020e33 (patch)
tree87bb10a4d4fdec372836b32de21e89ffa2089eb3 /LICENSE.TXT
parent4600f26731d32dc71ccb8954a822edba3e3b6365 (diff)
Switch to BSD/MIT dual license.
git-svn-id: https://llvm.org/svn/llvm-project/libclc/trunk@151129 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'LICENSE.TXT')
-rw-r--r--LICENSE.TXT37
1 files changed, 36 insertions, 1 deletions
diff --git a/LICENSE.TXT b/LICENSE.TXT
index 97b5858..e4df97b 100644
--- a/LICENSE.TXT
+++ b/LICENSE.TXT
@@ -1,4 +1,17 @@
-Copyright (c) 2011 by the contributors listed in CREDITS.TXT
+==============================================================================
+libclc License
+==============================================================================
+
+The libclc library is dual licensed under both the University of Illinois
+"BSD-Like" license and the MIT license. As a user of this code you may choose
+to use it under either license. As a contributor, you agree to allow your code
+to be used under both.
+
+Full text of the relevant licenses is included below.
+
+==============================================================================
+
+Copyright (c) 2011-2012 by the contributors listed in CREDITS.TXT
All rights reserved.
@@ -27,3 +40,25 @@ CONTRIBUTORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS WITH THE
SOFTWARE.
+
+==============================================================================
+
+Copyright (c) 2011-2012 by the contributors listed in CREDITS.TXT
+
+Permission is hereby granted, free of charge, to any person obtaining a copy
+of this software and associated documentation files (the "Software"), to deal
+in the Software without restriction, including without limitation the rights
+to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
+copies of the Software, and to permit persons to whom the Software is
+furnished to do so, subject to the following conditions:
+
+The above copyright notice and this permission notice shall be included in
+all copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
+OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
+THE SOFTWARE.