diff options
author | Erik de Castro Lopo <erikd@mega-nerd.com> | 2016-12-05 06:35:39 +1100 |
---|---|---|
committer | Erik de Castro Lopo <erikd@mega-nerd.com> | 2016-12-05 06:35:39 +1100 |
commit | 6a5fe43b7ef3859be1fe32b5e9d81b3740f7b170 (patch) | |
tree | a6401c40913009d068d644e9273f94de0788b512 /src/metaflac/usage.c | |
parent | f39a0ea67e791a6a13438f9f5f670c1f5ef84e66 (diff) | |
download | flac-6a5fe43b7ef3859be1fe32b5e9d81b3740f7b170.tar.gz |
Bulk update copyright dates
Diffstat (limited to 'src/metaflac/usage.c')
-rw-r--r-- | src/metaflac/usage.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/metaflac/usage.c b/src/metaflac/usage.c index 9342a865..8c7942a5 100644 --- a/src/metaflac/usage.c +++ b/src/metaflac/usage.c @@ -1,6 +1,6 @@ /* metaflac - Command-line FLAC metadata editor * Copyright (C) 2001-2009 Josh Coalson - * Copyright (C) 2011-2014 Xiph.Org Foundation + * Copyright (C) 2011-2016 Xiph.Org Foundation * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License @@ -32,7 +32,7 @@ static void usage_header(FILE *out) fprintf(out, "==============================================================================\n"); fprintf(out, "metaflac - Command-line FLAC metadata editor version %s\n", FLAC__VERSION_STRING); fprintf(out, "Copyright (C) 2001-2009 Josh Coalson\n"); - fprintf(out, "Copyright (C) 2011-2014 Xiph.Org Foundation\n"); + fprintf(out, "Copyright (C) 2011-2016 Xiph.Org Foundation\n"); fprintf(out, "\n"); fprintf(out, "This program is free software; you can redistribute it and/or\n"); fprintf(out, "modify it under the terms of the GNU General Public License\n"); |