diff options
author | rh <rh@pkgsrc.org> | 2009-04-18 02:19:23 +0000 |
---|---|---|
committer | rh <rh@pkgsrc.org> | 2009-04-18 02:19:23 +0000 |
commit | 3f610bd600e9cb8494c80af5a0d0cb633196d9df (patch) | |
tree | 225420e025b9a3dcc363b51841a502bda8683c45 /licenses | |
parent | cea2662567eb755fd3aaa6195fe83f8f77576ba8 (diff) | |
download | pkgsrc-3f610bd600e9cb8494c80af5a0d0cb633196d9df.tar.gz |
Update libFoundation to 1.1.7.168. This makes libFoundation play nice with
the new gnustep-make directory structure. Other notable changes include:
* bugfixes and stability improvements
* Support for some new Cocoa classes, like NSURL
* Improved compatibility with gstep-base
* more and fixed timezone files
* support for read-only strings in UTF-8 and UTF-16
* some fixes for warnings thrown in new gcc (gcc3+) compilers
Diffstat (limited to 'licenses')
-rw-r--r-- | licenses/libFoundation-license | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/licenses/libFoundation-license b/licenses/libFoundation-license new file mode 100644 index 00000000000..ea95187162f --- /dev/null +++ b/licenses/libFoundation-license @@ -0,0 +1,18 @@ + +Copyright (C) 1995, 1996, 1997, 1998 Ovidiu Predescu and Mircea Oancea. +All rights reserved. + +Permission to use, copy, modify, and distribute this software and its +documentation for ANY purpose and without fee is hereby granted, provided +that the above copyright notice appear in all copies and that both that +copyright notice and this permission notice appear in supporting +documentation. This software may be included in any commercial product +provided that its distribution contain the libFoundation copyright notice +and this permission notice. + +We disclaim all warranties with regard to this software, including all +implied warranties of merchantability and fitness, in no event shall +we be liable for any special, indirect or consequential damages or any +damages whatsoever resulting from loss of use, data or profits, whether in +an action of contract, negligence or other tortious action, arising out of +or in connection with the use or performance of this software. |