Imported Upstream version 2.13.2
[platform/upstream/freetype2.git] / src / otvalid / otvalid.c
index 932a974..3b1e23a 100644 (file)
@@ -1,23 +1,22 @@
-/***************************************************************************/
-/*                                                                         */
-/*  otvalid.c                                                              */
-/*                                                                         */
-/*    FreeType validator for OpenType tables (body only).                  */
-/*                                                                         */
-/*  Copyright 2004-2016 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.                                        */
-/*                                                                         */
-/***************************************************************************/
+/****************************************************************************
+ *
+ * otvalid.c
+ *
+ *   FreeType validator for OpenType tables (body only).
+ *
+ * Copyright (C) 2004-2023 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 <ft2build.h>
+#define FT_MAKE_OPTION_SINGLE_OBJECT
 
 #include "otvbase.c"
 #include "otvcommn.c"
@@ -28,4 +27,5 @@
 #include "otvmath.c"
 #include "otvmod.c"
 
+
 /* END */