summaryrefslogtreecommitdiff
path: root/src/test_libOggFLAC
diff options
context:
space:
mode:
authorJosh Coalson <jcoalson@users.sourceforce.net>2003-01-02 07:03:16 +0000
committerJosh Coalson <jcoalson@users.sourceforce.net>2003-01-02 07:03:16 +0000
commitafae69f0e3491e69362f7f582ec6b3c8605ac83b (patch)
tree37a4d9448e789fb8072880edc82ca8dc7da0cf6e /src/test_libOggFLAC
parenta86b5ef9344e81a4719117805cd2b6a087063026 (diff)
downloadflac-afae69f0e3491e69362f7f582ec6b3c8605ac83b.tar.gz
Add 2003 to copyright notice
Diffstat (limited to 'src/test_libOggFLAC')
-rw-r--r--src/test_libOggFLAC/Makefile.am2
-rw-r--r--src/test_libOggFLAC/Makefile.lite2
-rw-r--r--src/test_libOggFLAC/Makefile.vc2
-rw-r--r--src/test_libOggFLAC/decoders.c2
-rw-r--r--src/test_libOggFLAC/decoders.h2
-rw-r--r--src/test_libOggFLAC/encoders.c2
-rw-r--r--src/test_libOggFLAC/encoders.h2
-rw-r--r--src/test_libOggFLAC/file_utils.c2
-rw-r--r--src/test_libOggFLAC/file_utils.h2
-rw-r--r--src/test_libOggFLAC/main.c2
-rw-r--r--src/test_libOggFLAC/metadata_utils.c2
-rw-r--r--src/test_libOggFLAC/metadata_utils.h2
12 files changed, 12 insertions, 12 deletions
diff --git a/src/test_libOggFLAC/Makefile.am b/src/test_libOggFLAC/Makefile.am
index 089598e4..f99a0520 100644
--- a/src/test_libOggFLAC/Makefile.am
+++ b/src/test_libOggFLAC/Makefile.am
@@ -1,5 +1,5 @@
# test_libOggFLAC - Unit tester for libOggFLAC
-# Copyright (C) 2002 Josh Coalson
+# Copyright (C) 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/test_libOggFLAC/Makefile.lite b/src/test_libOggFLAC/Makefile.lite
index be5e93e2..56f8a18e 100644
--- a/src/test_libOggFLAC/Makefile.lite
+++ b/src/test_libOggFLAC/Makefile.lite
@@ -1,5 +1,5 @@
# test_libOggFLAC - Unit tester for libOggFLAC
-# Copyright (C) 2002 Josh Coalson
+# Copyright (C) 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/test_libOggFLAC/Makefile.vc b/src/test_libOggFLAC/Makefile.vc
index e9369453..1d6b0971 100644
--- a/src/test_libOggFLAC/Makefile.vc
+++ b/src/test_libOggFLAC/Makefile.vc
@@ -1,5 +1,5 @@
# test_libOggFLAC - Unit tester for libOggFLAC
-# Copyright (C) 2002 Josh Coalson
+# Copyright (C) 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/test_libOggFLAC/decoders.c b/src/test_libOggFLAC/decoders.c
index d9e62250..a6cd9ee3 100644
--- a/src/test_libOggFLAC/decoders.c
+++ b/src/test_libOggFLAC/decoders.c
@@ -1,5 +1,5 @@
/* test_libOggFLAC - Unit tester for libOggFLAC
- * Copyright (C) 2002 Josh Coalson
+ * Copyright (C) 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/test_libOggFLAC/decoders.h b/src/test_libOggFLAC/decoders.h
index f9f2fd79..e936c552 100644
--- a/src/test_libOggFLAC/decoders.h
+++ b/src/test_libOggFLAC/decoders.h
@@ -1,5 +1,5 @@
/* test_libOggFLAC - Unit tester for libOggFLAC
- * Copyright (C) 2002 Josh Coalson
+ * Copyright (C) 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/test_libOggFLAC/encoders.c b/src/test_libOggFLAC/encoders.c
index aa7b56b8..5afab97a 100644
--- a/src/test_libOggFLAC/encoders.c
+++ b/src/test_libOggFLAC/encoders.c
@@ -1,5 +1,5 @@
/* test_libOggFLAC - Unit tester for libOggFLAC
- * Copyright (C) 2002 Josh Coalson
+ * Copyright (C) 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/test_libOggFLAC/encoders.h b/src/test_libOggFLAC/encoders.h
index 9732be9b..acb89976 100644
--- a/src/test_libOggFLAC/encoders.h
+++ b/src/test_libOggFLAC/encoders.h
@@ -1,5 +1,5 @@
/* test_libOggFLAC - Unit tester for libOggFLAC
- * Copyright (C) 2002 Josh Coalson
+ * Copyright (C) 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/test_libOggFLAC/file_utils.c b/src/test_libOggFLAC/file_utils.c
index 3758d703..8ed2b580 100644
--- a/src/test_libOggFLAC/file_utils.c
+++ b/src/test_libOggFLAC/file_utils.c
@@ -1,5 +1,5 @@
/* test_libOggFLAC - Unit tester for libOggFLAC
- * Copyright (C) 2002 Josh Coalson
+ * Copyright (C) 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/test_libOggFLAC/file_utils.h b/src/test_libOggFLAC/file_utils.h
index a94298ce..3f8a0fcb 100644
--- a/src/test_libOggFLAC/file_utils.h
+++ b/src/test_libOggFLAC/file_utils.h
@@ -1,5 +1,5 @@
/* test_libOggFLAC - Unit tester for libOggFLAC
- * Copyright (C) 2002 Josh Coalson
+ * Copyright (C) 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/test_libOggFLAC/main.c b/src/test_libOggFLAC/main.c
index 7f3bc56a..971f2d1c 100644
--- a/src/test_libOggFLAC/main.c
+++ b/src/test_libOggFLAC/main.c
@@ -1,5 +1,5 @@
/* test_libOggFLAC - Unit tester for libOggFLAC
- * Copyright (C) 2002 Josh Coalson
+ * Copyright (C) 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/test_libOggFLAC/metadata_utils.c b/src/test_libOggFLAC/metadata_utils.c
index 626a05a9..8c482b61 100644
--- a/src/test_libOggFLAC/metadata_utils.c
+++ b/src/test_libOggFLAC/metadata_utils.c
@@ -1,5 +1,5 @@
/* test_libFLAC - Unit tester for libFLAC
- * Copyright (C) 2002 Josh Coalson
+ * Copyright (C) 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/test_libOggFLAC/metadata_utils.h b/src/test_libOggFLAC/metadata_utils.h
index 3fb8fe65..cae3d770 100644
--- a/src/test_libOggFLAC/metadata_utils.h
+++ b/src/test_libOggFLAC/metadata_utils.h
@@ -1,5 +1,5 @@
/* test_libFLAC - Unit tester for libFLAC
- * Copyright (C) 2002 Josh Coalson
+ * Copyright (C) 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