summaryrefslogtreecommitdiff
path: root/src/libOggFLAC
diff options
context:
space:
mode:
Diffstat (limited to 'src/libOggFLAC')
-rw-r--r--src/libOggFLAC/Makefile.am2
-rw-r--r--src/libOggFLAC/Makefile.lite2
-rw-r--r--src/libOggFLAC/Makefile.vc2
-rw-r--r--src/libOggFLAC/file_decoder.c2
-rw-r--r--src/libOggFLAC/include/Makefile.am2
-rw-r--r--src/libOggFLAC/include/protected/Makefile.am2
-rw-r--r--src/libOggFLAC/include/protected/all.h2
-rw-r--r--src/libOggFLAC/include/protected/file_decoder.h2
-rw-r--r--src/libOggFLAC/include/protected/seekable_stream_decoder.h2
-rw-r--r--src/libOggFLAC/include/protected/stream_decoder.h2
-rw-r--r--src/libOggFLAC/include/protected/stream_encoder.h2
-rw-r--r--src/libOggFLAC/seekable_stream_decoder.c2
-rw-r--r--src/libOggFLAC/stream_decoder.c2
-rw-r--r--src/libOggFLAC/stream_encoder.c2
14 files changed, 14 insertions, 14 deletions
diff --git a/src/libOggFLAC/Makefile.am b/src/libOggFLAC/Makefile.am
index 06fdd4bb..0ed67249 100644
--- a/src/libOggFLAC/Makefile.am
+++ b/src/libOggFLAC/Makefile.am
@@ -1,5 +1,5 @@
# libOggFLAC - Free Lossless Audio Codec + Ogg library
-# Copyright (C) 2002 Josh Coalson
+# Copyright (C) 2002,2003 Josh Coalson
#
# This library is free software; you can redistribute it and/or
# modify it under the terms of the GNU Library General Public
diff --git a/src/libOggFLAC/Makefile.lite b/src/libOggFLAC/Makefile.lite
index a7f27e3b..4ce82777 100644
--- a/src/libOggFLAC/Makefile.lite
+++ b/src/libOggFLAC/Makefile.lite
@@ -1,5 +1,5 @@
# libOggFLAC - Free Lossless Audio Codec + Ogg library
-# Copyright (C) 2002 Josh Coalson
+# Copyright (C) 2002,2003 Josh Coalson
#
# This library is free software; you can redistribute it and/or
# modify it under the terms of the GNU Library General Public
diff --git a/src/libOggFLAC/Makefile.vc b/src/libOggFLAC/Makefile.vc
index f5f46b36..c4f8b42f 100644
--- a/src/libOggFLAC/Makefile.vc
+++ b/src/libOggFLAC/Makefile.vc
@@ -1,5 +1,5 @@
# libOggFLAC - Free Lossless Audio Codec + Ogg library
-# Copyright (C) 2002 Josh Coalson
+# Copyright (C) 2002,2003 Josh Coalson
#
# This library is free software; you can redistribute it and/or
# modify it under the terms of the GNU Library General Public
diff --git a/src/libOggFLAC/file_decoder.c b/src/libOggFLAC/file_decoder.c
index 36152418..d7e578ec 100644
--- a/src/libOggFLAC/file_decoder.c
+++ b/src/libOggFLAC/file_decoder.c
@@ -1,5 +1,5 @@
/* libOggFLAC - Free Lossless Audio Codec + Ogg library
- * Copyright (C) 2002 Josh Coalson
+ * Copyright (C) 2002,2003 Josh Coalson
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Library General Public
diff --git a/src/libOggFLAC/include/Makefile.am b/src/libOggFLAC/include/Makefile.am
index d4bd898d..6364d620 100644
--- a/src/libOggFLAC/include/Makefile.am
+++ b/src/libOggFLAC/include/Makefile.am
@@ -1,5 +1,5 @@
# libOggFLAC - Free Lossless Audio Codec + Ogg library
-# Copyright (C) 2002 Josh Coalson
+# Copyright (C) 2002,2003 Josh Coalson
#
# This library is free software; you can redistribute it and/or
# modify it under the terms of the GNU Library General Public
diff --git a/src/libOggFLAC/include/protected/Makefile.am b/src/libOggFLAC/include/protected/Makefile.am
index 1b6c88b1..82b0f5ed 100644
--- a/src/libOggFLAC/include/protected/Makefile.am
+++ b/src/libOggFLAC/include/protected/Makefile.am
@@ -1,5 +1,5 @@
# libOggFLAC - Free Lossless Audio Codec + Ogg library
-# Copyright (C) 2002 Josh Coalson
+# Copyright (C) 2002,2003 Josh Coalson
#
# This library is free software; you can redistribute it and/or
# modify it under the terms of the GNU Library General Public
diff --git a/src/libOggFLAC/include/protected/all.h b/src/libOggFLAC/include/protected/all.h
index c6d6cc64..3ed8bf36 100644
--- a/src/libOggFLAC/include/protected/all.h
+++ b/src/libOggFLAC/include/protected/all.h
@@ -1,5 +1,5 @@
/* libOggFLAC - Free Lossless Audio Codec + Ogg library
- * Copyright (C) 2002 Josh Coalson
+ * Copyright (C) 2002,2003 Josh Coalson
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Library General Public
diff --git a/src/libOggFLAC/include/protected/file_decoder.h b/src/libOggFLAC/include/protected/file_decoder.h
index 92c42cbd..90d18a76 100644
--- a/src/libOggFLAC/include/protected/file_decoder.h
+++ b/src/libOggFLAC/include/protected/file_decoder.h
@@ -1,5 +1,5 @@
/* libOggFLAC - Free Lossless Audio Codec + Ogg library
- * Copyright (C) 2002 Josh Coalson
+ * Copyright (C) 2002,2003 Josh Coalson
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Library General Public
diff --git a/src/libOggFLAC/include/protected/seekable_stream_decoder.h b/src/libOggFLAC/include/protected/seekable_stream_decoder.h
index 9ba53006..8e71f9ae 100644
--- a/src/libOggFLAC/include/protected/seekable_stream_decoder.h
+++ b/src/libOggFLAC/include/protected/seekable_stream_decoder.h
@@ -1,5 +1,5 @@
/* libOggFLAC - Free Lossless Audio Codec + Ogg library
- * Copyright (C) 2002 Josh Coalson
+ * Copyright (C) 2002,2003 Josh Coalson
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Library General Public
diff --git a/src/libOggFLAC/include/protected/stream_decoder.h b/src/libOggFLAC/include/protected/stream_decoder.h
index 6a579866..009869b2 100644
--- a/src/libOggFLAC/include/protected/stream_decoder.h
+++ b/src/libOggFLAC/include/protected/stream_decoder.h
@@ -1,5 +1,5 @@
/* libOggFLAC - Free Lossless Audio Codec + Ogg library
- * Copyright (C) 2002 Josh Coalson
+ * Copyright (C) 2002,2003 Josh Coalson
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Library General Public
diff --git a/src/libOggFLAC/include/protected/stream_encoder.h b/src/libOggFLAC/include/protected/stream_encoder.h
index 7c8091c9..0f690031 100644
--- a/src/libOggFLAC/include/protected/stream_encoder.h
+++ b/src/libOggFLAC/include/protected/stream_encoder.h
@@ -1,5 +1,5 @@
/* libOggFLAC - Free Lossless Audio Codec + Ogg library
- * Copyright (C) 2002 Josh Coalson
+ * Copyright (C) 2002,2003 Josh Coalson
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Library General Public
diff --git a/src/libOggFLAC/seekable_stream_decoder.c b/src/libOggFLAC/seekable_stream_decoder.c
index 1903de87..e4e00eb7 100644
--- a/src/libOggFLAC/seekable_stream_decoder.c
+++ b/src/libOggFLAC/seekable_stream_decoder.c
@@ -1,5 +1,5 @@
/* libOggFLAC - Free Lossless Audio Codec + Ogg library
- * Copyright (C) 2002 Josh Coalson
+ * Copyright (C) 2002,2003 Josh Coalson
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Library General Public
diff --git a/src/libOggFLAC/stream_decoder.c b/src/libOggFLAC/stream_decoder.c
index 2a2c0aa9..fc97126b 100644
--- a/src/libOggFLAC/stream_decoder.c
+++ b/src/libOggFLAC/stream_decoder.c
@@ -1,5 +1,5 @@
/* libOggFLAC - Free Lossless Audio Codec + Ogg library
- * Copyright (C) 2002 Josh Coalson
+ * Copyright (C) 2002,2003 Josh Coalson
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Library General Public
diff --git a/src/libOggFLAC/stream_encoder.c b/src/libOggFLAC/stream_encoder.c
index 336dc013..fea75d3e 100644
--- a/src/libOggFLAC/stream_encoder.c
+++ b/src/libOggFLAC/stream_encoder.c
@@ -1,5 +1,5 @@
/* libOggFLAC - Free Lossless Audio Codec + Ogg library
- * Copyright (C) 2002 Josh Coalson
+ * Copyright (C) 2002,2003 Josh Coalson
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Library General Public