Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1)

Unified Diff: third_party/freetype/include/freetype/config/ftmodule.h

Issue 1413673003: Update bundled freetype to 2.6.1 (Closed) Base URL: https://pdfium.googlesource.com/pdfium.git@master
Patch Set: Created 5 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: third_party/freetype/include/freetype/config/ftmodule.h
diff --git a/third_party/freetype/include/config/ftmodule.h b/third_party/freetype/include/freetype/config/ftmodule.h
similarity index 53%
rename from third_party/freetype/include/config/ftmodule.h
rename to third_party/freetype/include/freetype/config/ftmodule.h
index fb255743a7d7f2a1061b28887bfe1793d943f2f4..0d31ce6932c47e6120d34fae72cb9414f4e01d47 100644
--- a/third_party/freetype/include/config/ftmodule.h
+++ b/third_party/freetype/include/freetype/config/ftmodule.h
@@ -1,20 +1,3 @@
-/***************************************************************************/
Lei Zhang 2015/11/05 18:29:56 Upstream removed the copyright notice?
Oliver Chang 2015/11/05 18:45:26 Yeah, it's gone in upstream.
Lei Zhang 2015/11/05 18:50:23 That's weird. I'm worried this will make Chromium'
Oliver Chang 2015/11/05 18:52:14 I'll give it a try.
-/* */
-/* 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.
*

Powered by Google App Engine
This is Rietveld 408576698