diff options
author | Erik de Castro Lopo <erikd@mega-nerd.com> | 2014-11-27 08:24:47 +1100 |
---|---|---|
committer | Erik de Castro Lopo <erikd@mega-nerd.com> | 2014-11-27 08:25:31 +1100 |
commit | e0a0c063a7bdd8daf218da5dee4ff3df7c1846ef (patch) | |
tree | 5913f63a1cad81e72f0f470dfca3cb03cab30d23 /src/flac/main.c | |
parent | 3bc649de3425dc93ff056f6ada8a490f0a25cf3d (diff) | |
download | flac-e0a0c063a7bdd8daf218da5dee4ff3df7c1846ef.tar.gz |
Normalize some copyright dates strings.
This will make it easier to simply search and replace.
Diffstat (limited to 'src/flac/main.c')
-rw-r--r-- | src/flac/main.c | 2 |
1 files changed, 1 insertions, 1 deletions
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"); |