* docs/FTL.txt: updated license text to provide a preffered disclaimer and adjust copyright dates/extents
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53
diff --git a/docs/FTL.txt b/docs/FTL.txt
index 4dc0fb1..e9c0d9b 100644
--- a/docs/FTL.txt
+++ b/docs/FTL.txt
@@ -1,9 +1,9 @@
The FreeType Project LICENSE
----------------------------
- 2000-Feb-08
+ 2002-Apr-11
- Copyright 1996-2000 by
+ Copyright 1996-2002 by
David Turner, Robert Wilhelm, and Werner Lemberg
@@ -43,6 +43,17 @@ Introduction
assume no liability related to The FreeType Project.
+ Finally, many people asked us for a preffered form a credit/disclaimer
+ to use in compliance with this license. We thus encourage you to use the
+ following text:
+
+ """
+ Portions of this software are copyright © 1996-2002 The FreeType Project
+ (www.freetype.org). All Rights Reserved
+ """
+
+
+
Legal Terms
===========
diff --git a/include/freetype/cache/ftcglyph.h b/include/freetype/cache/ftcglyph.h
index ab88edb..3d14cf0 100644
--- a/include/freetype/cache/ftcglyph.h
+++ b/include/freetype/cache/ftcglyph.h
@@ -24,14 +24,6 @@
/* For example, see `ftcimage.h' and `ftcimage.c' which */
/* implement a FT_Glyph cache based on this code. */
/* */
- /* NOTE: For now, each glyph set is implemented as a static hash table. */
- /* It would be interesting to experiment with dynamic hashes to */
- /* see whether this improves performance or not (I don't know why */
- /* but something tells me it won't). */
- /* */
- /* In all cases, this change should not affect any derived glyph */
- /* cache class. */
- /* */
/*************************************************************************/