From 713b9b602042b9a3e38b14025ba5432454bbc12c Mon Sep 17 00:00:00 2001 From: Naren Dasan Date: Thu, 23 Mar 2017 18:41:20 -0700 Subject: [PATCH] Adding NCSA License --- _licenses/ncsa.txt | 68 ++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 68 insertions(+) create mode 100644 _licenses/ncsa.txt diff --git a/_licenses/ncsa.txt b/_licenses/ncsa.txt new file mode 100644 index 0000000..ea687d4 --- /dev/null +++ b/_licenses/ncsa.txt @@ -0,0 +1,68 @@ +--- +title: University of Illinois/NCSA Open Source License +spdx-id: NCSA +nickname: UIUC/NCSA +source: https://opensource.org/licenses/NCSA +hidden: false +featured: false + +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. + +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 + +permissions: + - commercial-use + - modifications + - distribute + - private-use + +conditions: + - include-copyright + +limitations: + - trademark-use + - liability + - warranty + +--- + +University of Illinois/NCSA Open Source License + +Copyright (c) [year], [fullname] +All rights reserved. + +Developed by: [fullname] + [project] + [email] + +Permission is hereby granted, free of charge, to any person +obtaining a copy of this software and associated documentation files +(the "Software"), to deal with 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: + +* Redistributions of source code must retain the above copyright notice, + this list of conditions and the following disclaimers. + +* Redistributions in binary form must reproduce the above copyright + notice, this list of conditions and the following disclaimers in the + documentation and/or other materials provided with the distribution. + +* Neither the names of [fullname], [project] nor the names of its + contributors may be used to endorse or promote products derived from + this Software without specific prior written permission. + +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 +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.