[elephant-cvs] CVS update: elephant/src/libsleepycat.c
blee at common-lisp.net
blee at common-lisp.net
Sun Sep 19 17:50:23 UTC 2004
Update of /project/elephant/cvsroot/elephant/src
In directory common-lisp.net:/tmp/cvs-serv28064/src
Modified Files:
libsleepycat.c
Log Message:
ICU license stuff
Date: Sun Sep 19 19:50:22 2004
Author: blee
Index: elephant/src/libsleepycat.c
diff -u elephant/src/libsleepycat.c:1.8 elephant/src/libsleepycat.c:1.9
--- elephant/src/libsleepycat.c:1.8 Thu Sep 16 06:18:27 2004
+++ elephant/src/libsleepycat.c Sun Sep 19 19:50:22 2004
@@ -39,6 +39,20 @@
;;; to the Free Software Foundation, Inc., 59 Temple Place,
;;; Suite 330, Boston, MA 02111-1307 USA
;;;
+;;; Portions of this program (namely the C unicode string
+;;; sorter) are derived from IBM's ICU:
+;;;
+;;; http://oss.software.ibm.com/icu/
+;;;
+;;; Copyright (c) 1995-2003 International Business Machines
+;;; Corporation and others All rights reserved.
+;;;
+;;; ICU's copyright, license and warranty can be found at
+;;;
+;;; http://oss.software.ibm.com/cvs/icu/~checkout~/icu/license.html
+;;;
+;;; or in the file LICENSE.
+;;;
*/
/* Pointer arithmetic utility functions */
@@ -369,7 +383,8 @@
if (diff == 0) return sizediff;
return diff;
}
-/* The following is copied from
+
+/* The following is derived from
http://oss.software.ibm.com/cvs/icu/~checkout~/icu/source/common/ustring.c
*/
typedef uint16_t UChar;
More information about the Elephant-cvs
mailing list