diff options
-rw-r--r-- | copyright | 48 |
1 files changed, 48 insertions, 0 deletions
@@ -7,6 +7,12 @@ In General CMake - Cross Platform Makefile Generator Copyright 2000-2014 Kitware, Inc. Copyright 2000-2011 Insight Software Consortium +Copyright 2004, 2011, 2013 Alexander Neundorf (neundorf@kde.org) +Copyright 2007 Miguel A. Figueroa-Villanueva +Copyright 2011 Peter Collingbourne <peter@pcc.me.uk> +Copyright 2011, 2012 Nicolas Despres <nicolas.despres@gmail.com> +Copyright 2012, 2013 Stephen Kelly <steveire@gmail.com> +Copyright 2013 Eran Ifrah (eran.ifrah@gmail.com) All rights reserved. Distributed under the OSI-approved BSD License (the "License"); @@ -218,6 +224,48 @@ freely, subject to the following restrictions: L. Peter Deutsch ghost@aladdin.com +Source/kwsys/RegularExpression.cxx +---------------------------------- + +KWSys - Kitware System Library +Copyright 2000-2009 Kitware, Inc., Insight Software Consortium + +Distributed under the OSI-approved BSD License (the "License"); +see the "CMake License" section below for details. + +This software is distributed WITHOUT ANY WARRANTY; without even the +implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. +See the License for more information. + +Copyright (C) 1991 Texas Instruments Incorporated. + +Permission is granted to any individual or institution to use, copy, modify +and distribute this software, provided that this complete copyright and +permission notice is maintained, intact, in all copies and supporting +documentation. + +Texas Instruments Incorporated provides this software "as is" without +express or implied warranty. + +compile and find + + Copyright (c) 1986 by University of Toronto. + Written by Henry Spencer. Not derived from licensed software. + + Permission is granted to anyone to use this software for any + purpose on any computer system, and to redistribute it freely, + subject to the following restrictions: + + 1. The author is not responsible for the consequences of use of + this software, no matter how awful, even if they arise + from defects in it. + + 2. The origin of this software must not be misrepresented, either + by explicit claim or by omission. + + 3. Altered versions must be plainly marked as such, and must not + be misrepresented as being the original software. + Source/CursesDialog/form/ ------------------------- |