| Newsgroups |
gmane.comp.emulators.winex.cvs |
| Message-ID |
<[email protected]> |
Subject: winex LICENSE,1.22,1.23Update of /var/lib/cvsd/cvsroot/winex
In directory agravaine:/tmp/cvs-serv5285
Modified Files:
LICENSE
Log Message:
Incorporate iniParser license into main license file.
Index: LICENSE
===================================================================
RCS file: /var/lib/cvsd/cvsroot/winex/LICENSE,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -d -r1.22 -r1.23
--- LICENSE 18 Mar 2007 23:51:28 -0000 1.22
+++ LICENSE 30 Mar 2007 18:41:58 -0000 1.23
@@ -6,6 +6,10 @@
Portions Copyright (c) 2002-2006 the ReWind project authors (see the file
AUTHORS for a complete list)
+iniParser Portions Copyright (c) 2000 by Nicolas Devillard, used
+under the MIT License below.
+
+
Source code and other software components that include portions
Copyright TransGaming Technologies Inc. are covered by the Aladdin
Free Public Licese, (AFPL) the terms of which are listed below. In
@@ -295,3 +299,28 @@
pursuant to FAR Section 12.212, the Government is acquiring the
Program and its documentation in accordance with the terms of this
License.
+
+==============================================================================
+iniParser components Licence. IniParser components (dictionary.c dictionary.h
+iniparser.c iniparser.h strlib.c strlib.h) can be found in the miscemu
+directory.
+
+iniParser is Copyright (c) 2000 by Nicolas Devillard.
+
+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.