From 0df2d522d93404fb3d80d86d7ec85067f1f15805 Mon Sep 17 00:00:00 2001 From: Darius Neatu Date: Wed, 21 Aug 2024 14:13:28 +0300 Subject: [PATCH] Tweaks for LICENSE --- LICENSE | 50 +++----------------------------------------------- 1 file changed, 3 insertions(+), 47 deletions(-) diff --git a/LICENSE b/LICENSE index 5715176..0873f35 100644 --- a/LICENSE +++ b/LICENSE @@ -1,5 +1,5 @@ ============================================================================== -The LLVM Project is under the Apache License v2.0 with LLVM Exceptions: +The Beman Project is under the Apache License v2.0 with LLVM Exceptions: ============================================================================== Apache License @@ -222,9 +222,9 @@ the License, but only in their entirety and only with respect to the Combined Software. ============================================================================== -Software from third parties included in the LLVM Project: +Software from third parties included in the Beman Project: ============================================================================== -The LLVM Project contains third party software which is under different license +The Beman Project contains third party software which is under different license terms. All such code will be identified clearly using at least one of two mechanisms: 1) It will be in a separate directory tree with its own `LICENSE.txt` or @@ -232,47 +232,3 @@ mechanisms: which apply to that software, or 2) It will contain specific license and restriction terms at the top of every file. - -============================================================================== -Legacy LLVM License (https://llvm.org/docs/DeveloperPolicy.html#legacy): -============================================================================== -University of Illinois/NCSA -Open Source License - -Copyright (c) 2003-2019 University of Illinois at Urbana-Champaign. -All rights reserved. - -Developed by: - - LLVM Team - - University of Illinois at Urbana-Champaign - - http://llvm.org - -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 the LLVM Team, University of Illinois at - Urbana-Champaign, 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.