summaryrefslogtreecommitdiff
path: root/src/metaflac
diff options
context:
space:
mode:
Diffstat (limited to 'src/metaflac')
-rw-r--r--src/metaflac/Makefile.am2
-rw-r--r--src/metaflac/Makefile.lite2
-rw-r--r--src/metaflac/Makefile.vc2
-rw-r--r--src/metaflac/main.c2
-rw-r--r--src/metaflac/operations.c2
-rw-r--r--src/metaflac/operations.h2
-rw-r--r--src/metaflac/operations_shorthand_cuesheet.c2
-rw-r--r--src/metaflac/operations_shorthand_seektable.c2
-rw-r--r--src/metaflac/operations_shorthand_streaminfo.c2
-rw-r--r--src/metaflac/operations_shorthand_vorbiscomment.c2
-rw-r--r--src/metaflac/options.c2
-rw-r--r--src/metaflac/options.h2
-rw-r--r--src/metaflac/usage.c4
-rw-r--r--src/metaflac/usage.h2
-rw-r--r--src/metaflac/utils.c2
-rw-r--r--src/metaflac/utils.h2
16 files changed, 17 insertions, 17 deletions
diff --git a/src/metaflac/Makefile.am b/src/metaflac/Makefile.am
index f9f802e9..17511c30 100644
--- a/src/metaflac/Makefile.am
+++ b/src/metaflac/Makefile.am
@@ -1,5 +1,5 @@
# metaflac - Command-line FLAC metadata editor
-# Copyright (C) 2000,2001,2002 Josh Coalson
+# Copyright (C) 2000,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
diff --git a/src/metaflac/Makefile.lite b/src/metaflac/Makefile.lite
index bd67358c..dc7f5565 100644
--- a/src/metaflac/Makefile.lite
+++ b/src/metaflac/Makefile.lite
@@ -1,5 +1,5 @@
# metaflac - Command-line FLAC metadata editor
-# Copyright (C) 2000,2001,2002 Josh Coalson
+# Copyright (C) 2000,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
diff --git a/src/metaflac/Makefile.vc b/src/metaflac/Makefile.vc
index 4b7d66a6..f8b2f49c 100644
--- a/src/metaflac/Makefile.vc
+++ b/src/metaflac/Makefile.vc
@@ -1,5 +1,5 @@
# metaflac - Command-line FLAC metadata editor
-# Copyright (C) 2000,2001,2002 Josh Coalson
+# Copyright (C) 2000,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
diff --git a/src/metaflac/main.c b/src/metaflac/main.c
index d7ba7168..aa5635b3 100644
--- a/src/metaflac/main.c
+++ b/src/metaflac/main.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
diff --git a/src/metaflac/operations.c b/src/metaflac/operations.c
index c0d04dfb..592526fc 100644
--- a/src/metaflac/operations.c
+++ b/src/metaflac/operations.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
diff --git a/src/metaflac/operations.h b/src/metaflac/operations.h
index da1f8322..bb518d8c 100644
--- a/src/metaflac/operations.h
+++ b/src/metaflac/operations.h
@@ -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
diff --git a/src/metaflac/operations_shorthand_cuesheet.c b/src/metaflac/operations_shorthand_cuesheet.c
index 960755ce..203211e3 100644
--- a/src/metaflac/operations_shorthand_cuesheet.c
+++ b/src/metaflac/operations_shorthand_cuesheet.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
diff --git a/src/metaflac/operations_shorthand_seektable.c b/src/metaflac/operations_shorthand_seektable.c
index 8ec55872..283f6e8c 100644
--- a/src/metaflac/operations_shorthand_seektable.c
+++ b/src/metaflac/operations_shorthand_seektable.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
diff --git a/src/metaflac/operations_shorthand_streaminfo.c b/src/metaflac/operations_shorthand_streaminfo.c
index 3b674908..23016bd3 100644
--- a/src/metaflac/operations_shorthand_streaminfo.c
+++ b/src/metaflac/operations_shorthand_streaminfo.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
diff --git a/src/metaflac/operations_shorthand_vorbiscomment.c b/src/metaflac/operations_shorthand_vorbiscomment.c
index fc0d1d64..187eee54 100644
--- a/src/metaflac/operations_shorthand_vorbiscomment.c
+++ b/src/metaflac/operations_shorthand_vorbiscomment.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
diff --git a/src/metaflac/options.c b/src/metaflac/options.c
index c3e6549c..0dde6370 100644
--- a/src/metaflac/options.c
+++ b/src/metaflac/options.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
diff --git a/src/metaflac/options.h b/src/metaflac/options.h
index ddbd291b..7b26ce1e 100644
--- a/src/metaflac/options.h
+++ b/src/metaflac/options.h
@@ -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
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");
diff --git a/src/metaflac/usage.h b/src/metaflac/usage.h
index 293bbd56..8bc51c55 100644
--- a/src/metaflac/usage.h
+++ b/src/metaflac/usage.h
@@ -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
diff --git a/src/metaflac/utils.c b/src/metaflac/utils.c
index 6f59b70f..f31cb028 100644
--- a/src/metaflac/utils.c
+++ b/src/metaflac/utils.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
diff --git a/src/metaflac/utils.h b/src/metaflac/utils.h
index 75b30187..c358c7dd 100644
--- a/src/metaflac/utils.h
+++ b/src/metaflac/utils.h
@@ -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