summaryrefslogtreecommitdiff
path: root/src/sfnt/sfnt.c
diff options
context:
space:
mode:
authorWerner Lemberg <wl@gnu.org>2000-06-05 05:26:15 +0000
committerWerner Lemberg <wl@gnu.org>2000-06-05 05:26:15 +0000
commit4e6dd8587e07137d24a3641f69b0654b0fd72e97 (patch)
tree45db3c8dd146422bf57bbe15eb09a09a8013b28a /src/sfnt/sfnt.c
parent56177261080a288a05fd305e31268c3644777d74 (diff)
downloadfreetype2-4e6dd8587e07137d24a3641f69b0654b0fd72e97.tar.gz
freetype.h: Adding ft_encoding_xxx values for some CJK encodings.
Fixing copyright notice on many files. Changed some tracing levels. A lot of formatting, fixing documentation etc. as usual.
Diffstat (limited to 'src/sfnt/sfnt.c')
-rw-r--r--src/sfnt/sfnt.c19
1 files changed, 19 insertions, 0 deletions
diff --git a/src/sfnt/sfnt.c b/src/sfnt/sfnt.c
index 445cd6cae..a9aa1826a 100644
--- a/src/sfnt/sfnt.c
+++ b/src/sfnt/sfnt.c
@@ -1,3 +1,21 @@
+/***************************************************************************/
+/* */
+/* sfnt.c */
+/* */
+/* Single object library component. */
+/* */
+/* Copyright 1996-2000 by */
+/* David Turner, Robert Wilhelm, and Werner Lemberg. */
+/* */
+/* This file is part of the FreeType project, and may only be used, */
+/* modified, and distributed under the terms of the FreeType project */
+/* license, LICENSE.TXT. By continuing to use, modify, or distribute */
+/* this file you indicate that you have read the license and */
+/* understand and accept it fully. */
+/* */
+/***************************************************************************/
+
+
#define FT_MAKE_OPTION_SINGLE_OBJECT
#include <ttload.c>
@@ -15,3 +33,4 @@
#include <sfdriver.c>
+/* END */