From e0a0c063a7bdd8daf218da5dee4ff3df7c1846ef Mon Sep 17 00:00:00 2001 From: Erik de Castro Lopo Date: Thu, 27 Nov 2014 08:24:47 +1100 Subject: [PATCH] Normalize some copyright dates strings. This will make it easier to simply search and replace. --- doc/html/faq.html | 7 +++++-- doc/html/id.html | 7 +++++-- src/flac/main.c | 2 +- 3 files changed, 11 insertions(+), 5 deletions(-) diff --git a/doc/html/faq.html b/doc/html/faq.html index 989f0adc..84a31591 100644 --- a/doc/html/faq.html +++ b/doc/html/faq.html @@ -1,5 +1,6 @@ - + + @@ -377,7 +378,9 @@
- Copyright (c) 2000-2009 Josh Coalson, 2011-2014 Xiph.Org Foundation + Copyright (c) 2000-2009 Josh Coalson +
+ Copyright (c) 2011-2014 Xiph.Org Foundation
Valid XHTML 1.0! diff --git a/doc/html/id.html b/doc/html/id.html index 366a73c5..64f57f09 100644 --- a/doc/html/id.html +++ b/doc/html/id.html @@ -1,5 +1,6 @@ - + + @@ -276,7 +277,9 @@
- Copyright (c) 2000-2009 Josh Coalson, 2011-2014 Xiph.Org Foundation + Copyright (c) 2000-2009 Josh Coalson +
+ Copyright (c) 2011-2014 Xiph.Org Foundation
Valid XHTML 1.0! diff --git a/src/flac/main.c b/src/flac/main.c index 3cddc70d..d1e018bf 100644 --- a/src/flac/main.c +++ b/src/flac/main.c @@ -479,7 +479,7 @@ int do_it(void) } flac__utils_printf(stderr, 2, "\n"); - flac__utils_printf(stderr, 2, "flac %s, Copyright (C) 2000-2009, 2011-2014 Josh Coalson & Xiph.Org Foundation\n", FLAC__VERSION_STRING); + flac__utils_printf(stderr, 2, "flac %s, Copyright (C) 2000-2009 Josh Coalson, 2011-2014 Xiph.Org Foundation\n", FLAC__VERSION_STRING); flac__utils_printf(stderr, 2, "flac comes with ABSOLUTELY NO WARRANTY. This is free software, and you are\n"); flac__utils_printf(stderr, 2, "welcome to redistribute it under certain conditions. Type `flac' for details.\n\n");