Clarify copyright notice
This commit is contained in:
parent
0884a8d9cd
commit
a45f000192
12
COPYING
12
COPYING
|
@ -1,3 +1,15 @@
|
||||||
|
HarfBuzz is licensed under the so-called "Old MIT" license. Details follow.
|
||||||
|
|
||||||
|
Copyright (C) 2010 Google, Inc.
|
||||||
|
Copyright (C) 2006 Behdad Esfahbod
|
||||||
|
Copyright (C) 2009 Keith Stribley <devel@thanlwinsoft.org>
|
||||||
|
Copyright (C) 2009 Martin Hosken and SIL International
|
||||||
|
Copyright (C) 2007 Chris Wilson
|
||||||
|
Copyright (C) 2004,2007,2008,2009,2010 Red Hat, Inc.
|
||||||
|
Copyright (C) 1998-2004 David Turner and Werner Lemberg
|
||||||
|
For full copyright notices consult the individual files in the package.
|
||||||
|
|
||||||
|
|
||||||
Permission is hereby granted, without written agreement and without
|
Permission is hereby granted, without written agreement and without
|
||||||
license or royalty fees, to use, copy, modify, and distribute this
|
license or royalty fees, to use, copy, modify, and distribute this
|
||||||
software and its documentation for any purpose, provided that the
|
software and its documentation for any purpose, provided that the
|
||||||
|
|
4
README
4
README
|
@ -1,9 +1,9 @@
|
||||||
This is HarfBuzz, a text shaping library.
|
This is HarfBuzz, a text shaping library.
|
||||||
|
|
||||||
Bug reports on these files should be sent to the HarfBuzz mailing list as
|
Bug reports on these files should be sent to the HarfBuzz mailing list as
|
||||||
listed on http://freedesktop.org/wiki/Software/harfbuzz
|
listed on http://harfbuzz.org/
|
||||||
|
|
||||||
For license information, see the file COPYING.
|
For license information, see the file COPYING.
|
||||||
|
|
||||||
Behdad Esfahbod
|
Behdad Esfahbod
|
||||||
May 24, 2009
|
18 November 2010
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
/*
|
/*
|
||||||
* Copyright (C) 2009, Martin Hosken
|
* Copyright (C) 2009 Martin Hosken
|
||||||
* Copyright (C) 2009, SIL International
|
* Copyright (C) 2009 SIL International
|
||||||
*
|
*
|
||||||
* This is part of HarfBuzz, a text shaping library.
|
* This is part of HarfBuzz, a text shaping library.
|
||||||
*
|
*
|
||||||
|
|
Loading…
Reference in New Issue