diff options
author | Josh Coalson <jcoalson@users.sourceforce.net> | 2003-01-02 07:03:16 +0000 |
---|---|---|
committer | Josh Coalson <jcoalson@users.sourceforce.net> | 2003-01-02 07:03:16 +0000 |
commit | afae69f0e3491e69362f7f582ec6b3c8605ac83b (patch) | |
tree | 37a4d9448e789fb8072880edc82ca8dc7da0cf6e /src/metaflac/usage.c | |
parent | a86b5ef9344e81a4719117805cd2b6a087063026 (diff) | |
download | flac-afae69f0e3491e69362f7f582ec6b3c8605ac83b.tar.gz |
Add 2003 to copyright notice
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 7bf63c60..bfb62f46 100644 --- a/src/metaflac/usage.c +++ b/src/metaflac/usage.c @@ -1,5 +1,5 @@ /* metaflac - Command-line FLAC metadata editor - * Copyright (C) 2001,2002 Josh Coalson + * Copyright (C) 2001,2002,2003 Josh Coalson * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License @@ -25,7 +25,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,2002 Josh Coalson\n"); + fprintf(out, "Copyright (C) 2001,2002,2003 Josh Coalson\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"); |