From 5b21eff8c4a00962d4315a47a65a143abe323299 Mon Sep 17 00:00:00 2001 From: Behdad Esfahbod Date: Wed, 25 May 2011 14:49:35 -0400 Subject: [PATCH] Update README, etc --- COPYING | 1 + README | 8 +++----- configure.ac | 2 +- 3 files changed, 5 insertions(+), 6 deletions(-) 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])