[libclc] 05/291: Switch to BSD/MIT dual license.

Andreas Beckmann anbe at moszumanska.debian.org
Tue Sep 8 10:53:26 UTC 2015


This is an automated email from the git hooks/post-receive script.

anbe pushed a commit to branch master
in repository libclc.

commit c328076bc364f086139983a2ef9ea5a347020e33
Author: Peter Collingbourne <peter at pcc.me.uk>
Date:   Wed Feb 22 04:47:39 2012 +0000

    Switch to BSD/MIT dual license.
    
    git-svn-id: https://llvm.org/svn/llvm-project/libclc/trunk@151129 91177308-0d34-0410-b5e6-96231b3b80d8
---
 LICENSE.TXT    | 37 ++++++++++++++++++++++++++++++++++++-
 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

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-opencl/libclc.git



More information about the Pkg-opencl-commits mailing list