summaryrefslogtreecommitdiff
path: root/modules/arabic
diff options
context:
space:
mode:
authorOwen Taylor <otaylor@redhat.com>2005-07-21 18:15:45 +0000
committerOwen Taylor <otaylor@src.gnome.org>2005-07-21 18:15:45 +0000
commit79bd22a212421749deeeb45b429c898118e96016 (patch)
tree8764ecf30bcfa13d9302f0691304b227e8c0b480 /modules/arabic
parentcab0aee74051a0a2a83091f594216f906d37ce0b (diff)
downloadpango-79bd22a212421749deeeb45b429c898118e96016.tar.gz
Fix up places where there is missing or incomplete Copyright and License
2005-07-21 Owen Taylor <otaylor@redhat.com> Fix up places where there is missing or incomplete Copyright and License information (Reported by William N. Ray) * pango/opentype/fterrcompat.h: Mark as FreeType/GPL licensed. * pango/opentype/FT-license.txt: Make this the dual-licensing description that covers the FreeType code (FreeType's LICENSE.TXT) rather than the FTL. * pango/opentype/FTL.TXT: Move the FTL (referenced from FT-license.txt) to here. * modules/basic/basic-common.h modules/hebrew/hebrew-shaper.h modules/thai/thai-charprop.c modules/thai/thai-shaper.h tools/gen-script-for-lang.c tests/testcolor.c: Add LGPL header and copyright information. * modules/indic/indic-ot.[ch] modules/indic/indic-ot-class-tables.c modules/thai/thai-ot.[ch]: Add LGPL header. * modules/thai/thai-shaper.c modules/thai/thai-charprop.h: Minor fixes to copyright information. * modules/arabic/arabic-ot.c: Add Freetype license boilerplate.
Diffstat (limited to 'modules/arabic')
-rw-r--r--modules/arabic/arabic-ot.c8
-rw-r--r--modules/arabic/arabic-ot.h9
2 files changed, 16 insertions, 1 deletions
diff --git a/modules/arabic/arabic-ot.c b/modules/arabic/arabic-ot.c
index ef667e68..2501edb7 100644
--- a/modules/arabic/arabic-ot.c
+++ b/modules/arabic/arabic-ot.c
@@ -15,6 +15,14 @@
/* `final' properties to an input string of character codes for the Arabic */
/* script. */
/* */
+/* 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. */
+/* */
+/* The file LICENSE.TXT can be found in the Pango distribution as */
+/* pango/opentype/FT-license.txt */
/****************************************************************************/
#include "arabic-ot.h"
diff --git a/modules/arabic/arabic-ot.h b/modules/arabic/arabic-ot.h
index 0be0ccf7..401279be 100644
--- a/modules/arabic/arabic-ot.h
+++ b/modules/arabic/arabic-ot.h
@@ -15,9 +15,16 @@
/* `final' properties to an input string of character codes for the Arabic */
/* script. */
/* */
+/* 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. */
+/* */
+/* The file LICENSE.TXT can be found in the Pango distribution as */
+/* pango/opentype/FT-license.txt */
/****************************************************************************/
-
#include <pango/pango-ot.h>