diff options
author | Behdad Esfahbod <behdad@behdad.org> | 2008-01-15 16:31:48 -0500 |
---|---|---|
committer | Behdad Esfahbod <behdad@behdad.org> | 2008-01-15 16:31:48 -0500 |
commit | 9dad15288b135746653f73467e4614d8c65684f7 (patch) | |
tree | c871b535b321041c5e0d499be97fab93535fe71f /src/harfbuzz-hangul.c | |
parent | 7791f268157c9ef09407f6d88fbbbcbe408b9f17 (diff) |
Relicense HarfBuzz
Thanks to Werner Lemberg and David Turner of FreeType project for relicensing
ftlayout, and Red Hat, Inc. and Trolltech ASA, HarfBuzz is now available under
a much simpler (and more generous) license.
Diffstat (limited to 'src/harfbuzz-hangul.c')
-rw-r--r-- | src/harfbuzz-hangul.c | 24 |
1 files changed, 19 insertions, 5 deletions
diff --git a/src/harfbuzz-hangul.c b/src/harfbuzz-hangul.c index b080cf3..54ae8c1 100644 --- a/src/harfbuzz-hangul.c +++ b/src/harfbuzz-hangul.c @@ -1,12 +1,26 @@ -/******************************************************************* +/* + * Copyright (C) 2007 Trolltech ASA * - * Copyright 2007 Trolltech ASA + * This is part of HarfBuzz, an OpenType Layout engine library. * - * This is part of HarfBuzz, an OpenType Layout engine library. + * Permission is hereby granted, without written agreement and without + * license or royalty fees, to use, copy, modify, and distribute this + * software and its documentation for any purpose, provided that the + * above copyright notice and the following two paragraphs appear in + * all copies of this software. * - * See the file name COPYING for licensing information. + * IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR + * DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES + * ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN + * IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH + * DAMAGE. * - ******************************************************************/ + * THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING, + * BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND + * FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS + * ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO + * PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. + */ #include "harfbuzz-shaper.h" #include "harfbuzz-shaper-private.h" |