summaryrefslogtreecommitdiff
path: root/include
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 /include
parenta86b5ef9344e81a4719117805cd2b6a087063026 (diff)
downloadflac-afae69f0e3491e69362f7f582ec6b3c8605ac83b.tar.gz
Add 2003 to copyright notice
Diffstat (limited to 'include')
-rw-r--r--include/FLAC++/Makefile.am2
-rw-r--r--include/FLAC++/all.h2
-rw-r--r--include/FLAC++/decoder.h2
-rw-r--r--include/FLAC++/encoder.h2
-rw-r--r--include/FLAC++/export.h2
-rw-r--r--include/FLAC++/metadata.h2
-rw-r--r--include/FLAC/Makefile.am2
-rw-r--r--include/FLAC/all.h2
-rw-r--r--include/FLAC/assert.h2
-rw-r--r--include/FLAC/export.h2
-rw-r--r--include/FLAC/file_decoder.h2
-rw-r--r--include/FLAC/file_encoder.h2
-rw-r--r--include/FLAC/format.h2
-rw-r--r--include/FLAC/metadata.h2
-rw-r--r--include/FLAC/ordinals.h.in2
-rw-r--r--include/FLAC/seekable_stream_decoder.h2
-rw-r--r--include/FLAC/seekable_stream_encoder.h2
-rw-r--r--include/FLAC/stream_decoder.h2
-rw-r--r--include/FLAC/stream_encoder.h2
-rw-r--r--include/Makefile.am2
-rw-r--r--include/OggFLAC++/Makefile.am2
-rw-r--r--include/OggFLAC++/all.h2
-rw-r--r--include/OggFLAC++/decoder.h2
-rw-r--r--include/OggFLAC++/encoder.h2
-rw-r--r--include/OggFLAC++/export.h2
-rw-r--r--include/OggFLAC/Makefile.am2
-rw-r--r--include/OggFLAC/all.h2
-rw-r--r--include/OggFLAC/export.h2
-rw-r--r--include/OggFLAC/file_decoder.h2
-rw-r--r--include/OggFLAC/seekable_stream_decoder.h2
-rw-r--r--include/OggFLAC/stream_decoder.h2
-rw-r--r--include/OggFLAC/stream_encoder.h2
-rw-r--r--include/share/grabbag.h2
-rw-r--r--include/share/grabbag/cuesheet.h2
-rw-r--r--include/share/grabbag/file.h2
-rw-r--r--include/share/grabbag/replaygain.h2
-rw-r--r--include/share/grabbag/seektable.h2
37 files changed, 37 insertions, 37 deletions
diff --git a/include/FLAC++/Makefile.am b/include/FLAC++/Makefile.am
index e631a7d8..6e5a21b5 100644
--- a/include/FLAC++/Makefile.am
+++ b/include/FLAC++/Makefile.am
@@ -1,5 +1,5 @@
# libFLAC++ - Free Lossless Audio Codec 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/include/FLAC++/all.h b/include/FLAC++/all.h
index a4fe0f3c..3bb8e9fd 100644
--- a/include/FLAC++/all.h
+++ b/include/FLAC++/all.h
@@ -1,5 +1,5 @@
/* libFLAC++ - Free Lossless Audio Codec 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/include/FLAC++/decoder.h b/include/FLAC++/decoder.h
index 58c24767..6b7e353c 100644
--- a/include/FLAC++/decoder.h
+++ b/include/FLAC++/decoder.h
@@ -1,5 +1,5 @@
/* libFLAC++ - Free Lossless Audio Codec 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/include/FLAC++/encoder.h b/include/FLAC++/encoder.h
index d02b1ce5..90d7449c 100644
--- a/include/FLAC++/encoder.h
+++ b/include/FLAC++/encoder.h
@@ -1,5 +1,5 @@
/* libFLAC++ - Free Lossless Audio Codec 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/include/FLAC++/export.h b/include/FLAC++/export.h
index addc0c1d..5922f4b6 100644
--- a/include/FLAC++/export.h
+++ b/include/FLAC++/export.h
@@ -1,5 +1,5 @@
/* libFLAC++ - Free Lossless Audio Codec 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/include/FLAC++/metadata.h b/include/FLAC++/metadata.h
index 68bb7e8b..ae7f0cc3 100644
--- a/include/FLAC++/metadata.h
+++ b/include/FLAC++/metadata.h
@@ -1,5 +1,5 @@
/* libFLAC++ - Free Lossless Audio Codec 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/include/FLAC/Makefile.am b/include/FLAC/Makefile.am
index 965b076a..ac5a59d2 100644
--- a/include/FLAC/Makefile.am
+++ b/include/FLAC/Makefile.am
@@ -1,5 +1,5 @@
# libFLAC - Free Lossless Audio Codec library
-# Copyright (C) 2000,2001,2002 Josh Coalson
+# Copyright (C) 2000,2001,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/include/FLAC/all.h b/include/FLAC/all.h
index 2804f2e7..781fbecb 100644
--- a/include/FLAC/all.h
+++ b/include/FLAC/all.h
@@ -1,5 +1,5 @@
/* libFLAC - Free Lossless Audio Codec library
- * Copyright (C) 2000,2001,2002 Josh Coalson
+ * Copyright (C) 2000,2001,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/include/FLAC/assert.h b/include/FLAC/assert.h
index e716e092..b4d337c0 100644
--- a/include/FLAC/assert.h
+++ b/include/FLAC/assert.h
@@ -1,5 +1,5 @@
/* libFLAC - Free Lossless Audio Codec library
- * Copyright (C) 2001,2002 Josh Coalson
+ * Copyright (C) 2001,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/include/FLAC/export.h b/include/FLAC/export.h
index d47d89b6..4d6ab9e3 100644
--- a/include/FLAC/export.h
+++ b/include/FLAC/export.h
@@ -1,5 +1,5 @@
/* libFLAC - Free Lossless Audio Codec library
- * Copyright (C) 2000,2001,2002 Josh Coalson
+ * Copyright (C) 2000,2001,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/include/FLAC/file_decoder.h b/include/FLAC/file_decoder.h
index c92cfc1f..3e5c721d 100644
--- a/include/FLAC/file_decoder.h
+++ b/include/FLAC/file_decoder.h
@@ -1,5 +1,5 @@
/* libFLAC - Free Lossless Audio Codec library
- * Copyright (C) 2000,2001,2002 Josh Coalson
+ * Copyright (C) 2000,2001,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/include/FLAC/file_encoder.h b/include/FLAC/file_encoder.h
index 45a1d05a..ac222fe5 100644
--- a/include/FLAC/file_encoder.h
+++ b/include/FLAC/file_encoder.h
@@ -1,5 +1,5 @@
/* libFLAC - Free Lossless Audio Codec 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/include/FLAC/format.h b/include/FLAC/format.h
index 1b64233d..10803794 100644
--- a/include/FLAC/format.h
+++ b/include/FLAC/format.h
@@ -1,5 +1,5 @@
/* libFLAC - Free Lossless Audio Codec library
- * Copyright (C) 2000,2001,2002 Josh Coalson
+ * Copyright (C) 2000,2001,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/include/FLAC/metadata.h b/include/FLAC/metadata.h
index 4d8cddab..9165962b 100644
--- a/include/FLAC/metadata.h
+++ b/include/FLAC/metadata.h
@@ -1,5 +1,5 @@
/* libFLAC - Free Lossless Audio Codec library
- * Copyright (C) 2001,2002 Josh Coalson
+ * Copyright (C) 2001,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/include/FLAC/ordinals.h.in b/include/FLAC/ordinals.h.in
index 297945c3..b8477762 100644
--- a/include/FLAC/ordinals.h.in
+++ b/include/FLAC/ordinals.h.in
@@ -1,5 +1,5 @@
/* libFLAC - Free Lossless Audio Codec library
- * Copyright (C) 2000,2001,2002 Josh Coalson
+ * Copyright (C) 2000,2001,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/include/FLAC/seekable_stream_decoder.h b/include/FLAC/seekable_stream_decoder.h
index d9c01fd7..864e9b68 100644
--- a/include/FLAC/seekable_stream_decoder.h
+++ b/include/FLAC/seekable_stream_decoder.h
@@ -1,5 +1,5 @@
/* libFLAC - Free Lossless Audio Codec library
- * Copyright (C) 2000,2001,2002 Josh Coalson
+ * Copyright (C) 2000,2001,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/include/FLAC/seekable_stream_encoder.h b/include/FLAC/seekable_stream_encoder.h
index 3521dd68..2e77e009 100644
--- a/include/FLAC/seekable_stream_encoder.h
+++ b/include/FLAC/seekable_stream_encoder.h
@@ -1,5 +1,5 @@
/* libFLAC - Free Lossless Audio Codec 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/include/FLAC/stream_decoder.h b/include/FLAC/stream_decoder.h
index 900ead59..0e2bedf4 100644
--- a/include/FLAC/stream_decoder.h
+++ b/include/FLAC/stream_decoder.h
@@ -1,5 +1,5 @@
/* libFLAC - Free Lossless Audio Codec library
- * Copyright (C) 2000,2001,2002 Josh Coalson
+ * Copyright (C) 2000,2001,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/include/FLAC/stream_encoder.h b/include/FLAC/stream_encoder.h
index 2c022b4c..05d13a45 100644
--- a/include/FLAC/stream_encoder.h
+++ b/include/FLAC/stream_encoder.h
@@ -1,5 +1,5 @@
/* libFLAC - Free Lossless Audio Codec library
- * Copyright (C) 2000,2001,2002 Josh Coalson
+ * Copyright (C) 2000,2001,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/include/Makefile.am b/include/Makefile.am
index 0fc373ba..a45ac4b2 100644
--- a/include/Makefile.am
+++ b/include/Makefile.am
@@ -1,5 +1,5 @@
# libFLAC - Free Lossless Audio Codec library
-# Copyright (C) 2001,2002 Josh Coalson
+# Copyright (C) 2001,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/include/OggFLAC++/Makefile.am b/include/OggFLAC++/Makefile.am
index 59e70496..593808f8 100644
--- a/include/OggFLAC++/Makefile.am
+++ b/include/OggFLAC++/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/include/OggFLAC++/all.h b/include/OggFLAC++/all.h
index 8fca5ede..1cde6082 100644
--- a/include/OggFLAC++/all.h
+++ b/include/OggFLAC++/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/include/OggFLAC++/decoder.h b/include/OggFLAC++/decoder.h
index 9cb59b78..5d7eac6a 100644
--- a/include/OggFLAC++/decoder.h
+++ b/include/OggFLAC++/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/include/OggFLAC++/encoder.h b/include/OggFLAC++/encoder.h
index 33a2aa1e..9eca8a81 100644
--- a/include/OggFLAC++/encoder.h
+++ b/include/OggFLAC++/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/include/OggFLAC++/export.h b/include/OggFLAC++/export.h
index 48eadfb1..099dc2c7 100644
--- a/include/OggFLAC++/export.h
+++ b/include/OggFLAC++/export.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/include/OggFLAC/Makefile.am b/include/OggFLAC/Makefile.am
index 0d82186b..9b38aaac 100644
--- a/include/OggFLAC/Makefile.am
+++ b/include/OggFLAC/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/include/OggFLAC/all.h b/include/OggFLAC/all.h
index 8d40079d..72f3bbcc 100644
--- a/include/OggFLAC/all.h
+++ b/include/OggFLAC/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/include/OggFLAC/export.h b/include/OggFLAC/export.h
index aec839d2..7b8e2faa 100644
--- a/include/OggFLAC/export.h
+++ b/include/OggFLAC/export.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/include/OggFLAC/file_decoder.h b/include/OggFLAC/file_decoder.h
index d1a1d27d..c5cfc651 100644
--- a/include/OggFLAC/file_decoder.h
+++ b/include/OggFLAC/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/include/OggFLAC/seekable_stream_decoder.h b/include/OggFLAC/seekable_stream_decoder.h
index 7b82d5d0..9b335441 100644
--- a/include/OggFLAC/seekable_stream_decoder.h
+++ b/include/OggFLAC/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/include/OggFLAC/stream_decoder.h b/include/OggFLAC/stream_decoder.h
index 19f522e5..50d707bc 100644
--- a/include/OggFLAC/stream_decoder.h
+++ b/include/OggFLAC/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/include/OggFLAC/stream_encoder.h b/include/OggFLAC/stream_encoder.h
index b197271c..b38161ad 100644
--- a/include/OggFLAC/stream_encoder.h
+++ b/include/OggFLAC/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/include/share/grabbag.h b/include/share/grabbag.h
index 28a153b7..f20c0013 100644
--- a/include/share/grabbag.h
+++ b/include/share/grabbag.h
@@ -1,5 +1,5 @@
/* grabbag - Convenience lib for various routines common to several tools
- * 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/include/share/grabbag/cuesheet.h b/include/share/grabbag/cuesheet.h
index 41120cf2..280fc4a6 100644
--- a/include/share/grabbag/cuesheet.h
+++ b/include/share/grabbag/cuesheet.h
@@ -1,5 +1,5 @@
/* grabbag - Convenience lib for various routines common to several tools
- * 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/include/share/grabbag/file.h b/include/share/grabbag/file.h
index 427d3044..36467864 100644
--- a/include/share/grabbag/file.h
+++ b/include/share/grabbag/file.h
@@ -1,5 +1,5 @@
/* grabbag - Convenience lib for various routines common to several tools
- * 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/include/share/grabbag/replaygain.h b/include/share/grabbag/replaygain.h
index 1a368a71..0d6ce809 100644
--- a/include/share/grabbag/replaygain.h
+++ b/include/share/grabbag/replaygain.h
@@ -1,5 +1,5 @@
/* grabbag - Convenience lib for various routines common to several tools
- * 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/include/share/grabbag/seektable.h b/include/share/grabbag/seektable.h
index c1348602..96509146 100644
--- a/include/share/grabbag/seektable.h
+++ b/include/share/grabbag/seektable.h
@@ -1,5 +1,5 @@
/* grabbag - Convenience lib for various routines common to several tools
- * 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