diff --git a/docs/FTL.txt b/docs/FTL.txt index 4dc0fb168..e9c0d9b67 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 ab88edbb6..3d14cf024 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. */ - /* */ /*************************************************************************/