summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLei Zhang <thestig@google.com>2014-12-19 18:26:28 -0800
committerLei Zhang <thestig@google.com>2014-12-19 18:26:28 -0800
commitb3a323016ab64d3f3ff044a5d7084c272327692e (patch)
tree5a0c98609644a638b0b69c19af06aa66337013db
parenta09d50d09259bd90c865e92026a69f5434678e71 (diff)
downloadpdfium-b3a323016ab64d3f3ff044a5d7084c272327692e.tar.xz
Add the license back to ftmodule.h after the freetype 2.5.4 upgrade.
Review URL: https://codereview.chromium.org/815333002
-rw-r--r--third_party/freetype/include/config/ftmodule.h17
1 files changed, 17 insertions, 0 deletions
diff --git a/third_party/freetype/include/config/ftmodule.h b/third_party/freetype/include/config/ftmodule.h
index 0d31ce6932..fb255743a7 100644
--- a/third_party/freetype/include/config/ftmodule.h
+++ b/third_party/freetype/include/config/ftmodule.h
@@ -1,3 +1,20 @@
+/***************************************************************************/
+/* */
+/* ftmodule.h */
+/* */
+/* FreeType modules public interface (specification). */
+/* */
+/* Copyright 1996-2001, 2002, 2003 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. */
+/* */
+/***************************************************************************/
+
/*
* This file registers the FreeType modules compiled into the library.
*