From 27570c5e3f66feeed2e14143c32f6122adeec83c Mon Sep 17 00:00:00 2001 From: Naren Dasan Date: Fri, 24 Mar 2017 12:39:36 -0700 Subject: [PATCH] Added different projects and typo --- _licenses/ncsa.txt | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/_licenses/ncsa.txt b/_licenses/ncsa.txt index d40c0fe..37b42b4 100644 --- a/_licenses/ncsa.txt +++ b/_licenses/ncsa.txt @@ -4,14 +4,15 @@ spdx-id: NCSA nickname: UIUC/NCSA source: https://opensource.org/licenses/NCSA -description: The University of Illinois/NCSA Open Source License, or UIUC license, is a permissive free software license, based on the MIT/X11 license and the BSD 3-clause License. By combining parts of these two licenses, it attempts to be clearer and more concise than either. It's conditions include requiring the preservation of copyright and license notices both in source and in binary distributions and the prohibtion of using the names of the authors or the project organization to promote or endorse derived products. +description: The University of Illinois/NCSA Open Source License, or UIUC license, is a permissive free software license, based on the MIT/X11 license and the BSD 3-clause License. By combining parts of these two licenses, it attempts to be clearer and more concise than either. Its conditions include requiring the preservation of copyright and license notices both in source and in binary distributions and the prohibtion of using the names of the authors or the project organization to promote or endorse derived products. how: Create a text file (typically named LICENSE or LICENSE.txt) in the root of your source code and copy the text of the license into the file. Replace [year] with the current year and [fullname] with the name (or names) of the copyright holders. Replace [project] with the project organization, if any, that sponsors this work. using: - - Clang: https://github.com/llvm-mirror/clang/blob/master/LICENSE.TXT - - LLVM: https://github.com/llvm-mirror/llvm/blob/master/LICENSE.TXT - LLDB: https://github.com/llvm-mirror/lldb/blob/master/LICENSE.TXT + - ROCR-Runtime: https://github.com/RadeonOpenCompute/ROCR-Runtime/blob/master/LICENSE.txt + - RLTK: https://github.com/chriswailes/RLTK/blob/master/LICENSE + permissions: - commercial-use