shithub: freetype+ttf2subf

Download patch

ref: 35f8480b5a3f762b4323836102b9bda2593edbe0
parent: 2c7558ce40fbe164910e50eef25b9fbf498ec25e
author: David Turner <[email protected]>
date: Thu Apr 11 11:17:16 EDT 2002

* docs/FTL.txt: updated license text to provide a preffered disclaimer
          and adjust copyright dates/extents

git/fs: mount .git/fs: mount/attach disallowed
--- 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
 
 
@@ -41,6 +41,17 @@
   software, with  or without modifications,  in commercial products.
   We  disclaim  all warranties  covering  The  FreeType Project  and
   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
--- 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.                                                   */
-  /*                                                                       */
   /*************************************************************************/