diff options
author | Peter Collingbourne <peter@pcc.me.uk> | 2012-02-22 04:47:39 +0000 |
---|---|---|
committer | Peter Collingbourne <peter@pcc.me.uk> | 2012-02-22 04:47:39 +0000 |
commit | c328076bc364f086139983a2ef9ea5a347020e33 (patch) | |
tree | 87bb10a4d4fdec372836b32de21e89ffa2089eb3 | |
parent | 4600f26731d32dc71ccb8954a822edba3e3b6365 (diff) |
Switch to BSD/MIT dual license.
git-svn-id: https://llvm.org/svn/llvm-project/libclc/trunk@151129 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | LICENSE.TXT | 37 | ||||
-rw-r--r-- | www/index.html | 2 |
2 files changed, 37 insertions, 2 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. diff --git a/www/index.html b/www/index.html index 5836953..bbd0dc8 100644 --- a/www/index.html +++ b/www/index.html @@ -5,7 +5,7 @@ <body> <h1>libclc</h1> <p> -libclc is an open source, BSD licensed +libclc is an open source, BSD/MIT dual licensed implementation of the library requirements of the OpenCL C programming language, as specified by the <a href="http://www.khronos.org/registry/cl/specs/opencl-1.1.pdf">OpenCL |