diff --git a/COPYING b/COPYING index 7362eadb3..4bb77a06f 100644 --- a/COPYING +++ b/COPYING @@ -8,6 +8,7 @@ Copyright © 2009 Martin Hosken and SIL International Copyright © 2007 Chris Wilson Copyright © 2004,2007,2008,2009,2010 Red Hat, Inc. Copyright © 1998-2004 David Turner and Werner Lemberg + For full copyright notices consult the individual files in the package. diff --git a/README b/README index 06aad34d8..74e739da5 100644 --- a/README +++ b/README @@ -1,9 +1,7 @@ This is HarfBuzz, a text shaping library. -Bug reports on these files should be sent to the HarfBuzz mailing list as -listed on http://harfbuzz.org/ +For bug reports, mailing list, and other information please visit: + + http://harfbuzz.org/ For license information, see the file COPYING. - -Behdad Esfahbod -18 November 2010 diff --git a/configure.ac b/configure.ac index ba3290a2e..d596ce75c 100644 --- a/configure.ac +++ b/configure.ac @@ -3,7 +3,7 @@ AC_INIT([harfbuzz], [0.5.0], [http://bugs.freedesktop.org/enter_bug.cgi?product=harfbuzz], [harfbuzz], - [http://freedesktop.org/wiki/Software/harfbuzz]) + [http://harfbuzz.org/]) AC_CONFIG_SRCDIR([harfbuzz.pc.in]) AC_CONFIG_HEADERS([config.h])