summaryrefslogtreecommitdiff
path: root/src/libOggFLAC
diff options
context:
space:
mode:
authorJosh Coalson <jcoalson@users.sourceforce.net>2004-01-17 04:14:43 +0000
committerJosh Coalson <jcoalson@users.sourceforce.net>2004-01-17 04:14:43 +0000
commit9564390fb91319c539c91ca7e8054e86b31a2d6e (patch)
treee228bff3d0b88276cfed1e4cc1d4034e016ae517 /src/libOggFLAC
parente6d52b08ba7986b9a51adf64209d050f7b6b9768 (diff)
downloadflac-9564390fb91319c539c91ca7e8054e86b31a2d6e.tar.gz
update copyright to 2004
Diffstat (limited to 'src/libOggFLAC')
-rw-r--r--src/libOggFLAC/Makefile.am2
-rw-r--r--src/libOggFLAC/Makefile.lite2
-rw-r--r--src/libOggFLAC/file_decoder.c2
-rw-r--r--src/libOggFLAC/file_encoder.c2
-rw-r--r--src/libOggFLAC/include/Makefile.am2
-rw-r--r--src/libOggFLAC/include/private/Makefile.am2
-rw-r--r--src/libOggFLAC/include/private/all.h2
-rw-r--r--src/libOggFLAC/include/private/ogg_decoder_aspect.h2
-rw-r--r--src/libOggFLAC/include/private/ogg_encoder_aspect.h2
-rw-r--r--src/libOggFLAC/include/private/ogg_helper.h2
-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/file_encoder.h2
-rw-r--r--src/libOggFLAC/include/protected/seekable_stream_decoder.h2
-rw-r--r--src/libOggFLAC/include/protected/seekable_stream_encoder.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/ogg_decoder_aspect.c2
-rw-r--r--src/libOggFLAC/ogg_encoder_aspect.c2
-rw-r--r--src/libOggFLAC/ogg_helper.c2
-rw-r--r--src/libOggFLAC/seekable_stream_decoder.c2
-rw-r--r--src/libOggFLAC/seekable_stream_encoder.c2
-rw-r--r--src/libOggFLAC/stream_decoder.c2
-rw-r--r--src/libOggFLAC/stream_encoder.c2
25 files changed, 25 insertions, 25 deletions
diff --git a/src/libOggFLAC/Makefile.am b/src/libOggFLAC/Makefile.am
index 5b447d84..45d5c4ae 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,2003 Josh Coalson
+# Copyright (C) 2002,2003,2004 Josh Coalson
#
# Redistribution and use in source and binary forms, with or without
# modification, are permitted provided that the following conditions
diff --git a/src/libOggFLAC/Makefile.lite b/src/libOggFLAC/Makefile.lite
index a287398d..c1e3be65 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,2003 Josh Coalson
+# Copyright (C) 2002,2003,2004 Josh Coalson
#
# Redistribution and use in source and binary forms, with or without
# modification, are permitted provided that the following conditions
diff --git a/src/libOggFLAC/file_decoder.c b/src/libOggFLAC/file_decoder.c
index dd55a6d0..990ba8d2 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,2003 Josh Coalson
+ * Copyright (C) 2002,2003,2004 Josh Coalson
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
diff --git a/src/libOggFLAC/file_encoder.c b/src/libOggFLAC/file_encoder.c
index dbf66889..0901a2ca 100644
--- a/src/libOggFLAC/file_encoder.c
+++ b/src/libOggFLAC/file_encoder.c
@@ -1,5 +1,5 @@
/* libOggFLAC - Free Lossless Audio Codec + Ogg library
- * Copyright (C) 2002,2003 Josh Coalson
+ * Copyright (C) 2002,2003,2004 Josh Coalson
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
diff --git a/src/libOggFLAC/include/Makefile.am b/src/libOggFLAC/include/Makefile.am
index 08bcfe40..ae11de25 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,2003 Josh Coalson
+# Copyright (C) 2002,2003,2004 Josh Coalson
#
# Redistribution and use in source and binary forms, with or without
# modification, are permitted provided that the following conditions
diff --git a/src/libOggFLAC/include/private/Makefile.am b/src/libOggFLAC/include/private/Makefile.am
index fe20b300..85ee3b8b 100644
--- a/src/libOggFLAC/include/private/Makefile.am
+++ b/src/libOggFLAC/include/private/Makefile.am
@@ -1,5 +1,5 @@
# libOggFLAC - Free Lossless Audio Codec + Ogg library
-# Copyright (C) 2002,2003 Josh Coalson
+# Copyright (C) 2002,2003,2004 Josh Coalson
#
# Redistribution and use in source and binary forms, with or without
# modification, are permitted provided that the following conditions
diff --git a/src/libOggFLAC/include/private/all.h b/src/libOggFLAC/include/private/all.h
index fba11d34..7e58c2bf 100644
--- a/src/libOggFLAC/include/private/all.h
+++ b/src/libOggFLAC/include/private/all.h
@@ -1,5 +1,5 @@
/* libOggFLAC - Free Lossless Audio Codec + Ogg library
- * Copyright (C) 2002,2003 Josh Coalson
+ * Copyright (C) 2002,2003,2004 Josh Coalson
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
diff --git a/src/libOggFLAC/include/private/ogg_decoder_aspect.h b/src/libOggFLAC/include/private/ogg_decoder_aspect.h
index 7e4e6c6a..c387109c 100644
--- a/src/libOggFLAC/include/private/ogg_decoder_aspect.h
+++ b/src/libOggFLAC/include/private/ogg_decoder_aspect.h
@@ -1,5 +1,5 @@
/* libOggFLAC - Free Lossless Audio Codec + Ogg library
- * Copyright (C) 2002,2003 Josh Coalson
+ * Copyright (C) 2002,2003,2004 Josh Coalson
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
diff --git a/src/libOggFLAC/include/private/ogg_encoder_aspect.h b/src/libOggFLAC/include/private/ogg_encoder_aspect.h
index cb0c6ea9..96738dca 100644
--- a/src/libOggFLAC/include/private/ogg_encoder_aspect.h
+++ b/src/libOggFLAC/include/private/ogg_encoder_aspect.h
@@ -1,5 +1,5 @@
/* libOggFLAC - Free Lossless Audio Codec + Ogg library
- * Copyright (C) 2002,2003 Josh Coalson
+ * Copyright (C) 2002,2003,2004 Josh Coalson
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
diff --git a/src/libOggFLAC/include/private/ogg_helper.h b/src/libOggFLAC/include/private/ogg_helper.h
index 28ed547b..d26806d5 100644
--- a/src/libOggFLAC/include/private/ogg_helper.h
+++ b/src/libOggFLAC/include/private/ogg_helper.h
@@ -1,5 +1,5 @@
/* libOggFLAC - Free Lossless Audio Codec + Ogg library
- * Copyright (C) 2002,2003 Josh Coalson
+ * Copyright (C) 2004 Josh Coalson
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
diff --git a/src/libOggFLAC/include/protected/Makefile.am b/src/libOggFLAC/include/protected/Makefile.am
index fbe099f7..b9783200 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,2003 Josh Coalson
+# Copyright (C) 2002,2003,2004 Josh Coalson
#
# Redistribution and use in source and binary forms, with or without
# modification, are permitted provided that the following conditions
diff --git a/src/libOggFLAC/include/protected/all.h b/src/libOggFLAC/include/protected/all.h
index 7d7e2b0a..d9fee4c1 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,2003 Josh Coalson
+ * Copyright (C) 2002,2003,2004 Josh Coalson
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
diff --git a/src/libOggFLAC/include/protected/file_decoder.h b/src/libOggFLAC/include/protected/file_decoder.h
index 9b5abc04..2775f9aa 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,2003 Josh Coalson
+ * Copyright (C) 2002,2003,2004 Josh Coalson
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
diff --git a/src/libOggFLAC/include/protected/file_encoder.h b/src/libOggFLAC/include/protected/file_encoder.h
index 005a865c..360bf5c6 100644
--- a/src/libOggFLAC/include/protected/file_encoder.h
+++ b/src/libOggFLAC/include/protected/file_encoder.h
@@ -1,5 +1,5 @@
/* libOggFLAC - Free Lossless Audio Codec + Ogg library
- * Copyright (C) 2002,2003 Josh Coalson
+ * Copyright (C) 2002,2003,2004 Josh Coalson
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
diff --git a/src/libOggFLAC/include/protected/seekable_stream_decoder.h b/src/libOggFLAC/include/protected/seekable_stream_decoder.h
index d6b4e1a4..a4345516 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,2003 Josh Coalson
+ * Copyright (C) 2002,2003,2004 Josh Coalson
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
diff --git a/src/libOggFLAC/include/protected/seekable_stream_encoder.h b/src/libOggFLAC/include/protected/seekable_stream_encoder.h
index 6644a938..ad6be98f 100644
--- a/src/libOggFLAC/include/protected/seekable_stream_encoder.h
+++ b/src/libOggFLAC/include/protected/seekable_stream_encoder.h
@@ -1,5 +1,5 @@
/* libOggFLAC - Free Lossless Audio Codec + Ogg library
- * Copyright (C) 2002,2003 Josh Coalson
+ * Copyright (C) 2002,2003,2004 Josh Coalson
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
diff --git a/src/libOggFLAC/include/protected/stream_decoder.h b/src/libOggFLAC/include/protected/stream_decoder.h
index c711c011..aae4b139 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,2003 Josh Coalson
+ * Copyright (C) 2002,2003,2004 Josh Coalson
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
diff --git a/src/libOggFLAC/include/protected/stream_encoder.h b/src/libOggFLAC/include/protected/stream_encoder.h
index d36166c1..ea698250 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,2003 Josh Coalson
+ * Copyright (C) 2002,2003,2004 Josh Coalson
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
diff --git a/src/libOggFLAC/ogg_decoder_aspect.c b/src/libOggFLAC/ogg_decoder_aspect.c
index 0fabd225..a0f34a67 100644
--- a/src/libOggFLAC/ogg_decoder_aspect.c
+++ b/src/libOggFLAC/ogg_decoder_aspect.c
@@ -1,5 +1,5 @@
/* libOggFLAC - Free Lossless Audio Codec + Ogg library
- * Copyright (C) 2002,2003 Josh Coalson
+ * Copyright (C) 2002,2003,2004 Josh Coalson
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
diff --git a/src/libOggFLAC/ogg_encoder_aspect.c b/src/libOggFLAC/ogg_encoder_aspect.c
index 408280a1..3dbb1e40 100644
--- a/src/libOggFLAC/ogg_encoder_aspect.c
+++ b/src/libOggFLAC/ogg_encoder_aspect.c
@@ -1,5 +1,5 @@
/* libOggFLAC - Free Lossless Audio Codec + Ogg library
- * Copyright (C) 2002,2003 Josh Coalson
+ * Copyright (C) 2002,2003,2004 Josh Coalson
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
diff --git a/src/libOggFLAC/ogg_helper.c b/src/libOggFLAC/ogg_helper.c
index fea73a57..161d11dc 100644
--- a/src/libOggFLAC/ogg_helper.c
+++ b/src/libOggFLAC/ogg_helper.c
@@ -1,5 +1,5 @@
/* libOggFLAC - Free Lossless Audio Codec + Ogg library
- * Copyright (C) 2002,2003 Josh Coalson
+ * Copyright (C) 2004 Josh Coalson
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
diff --git a/src/libOggFLAC/seekable_stream_decoder.c b/src/libOggFLAC/seekable_stream_decoder.c
index 08a124a9..bc7773f0 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,2003 Josh Coalson
+ * Copyright (C) 2002,2003,2004 Josh Coalson
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
diff --git a/src/libOggFLAC/seekable_stream_encoder.c b/src/libOggFLAC/seekable_stream_encoder.c
index 87e054ae..e4e75c68 100644
--- a/src/libOggFLAC/seekable_stream_encoder.c
+++ b/src/libOggFLAC/seekable_stream_encoder.c
@@ -1,5 +1,5 @@
/* libOggFLAC - Free Lossless Audio Codec + Ogg library
- * Copyright (C) 2002,2003 Josh Coalson
+ * Copyright (C) 2002,2003,2004 Josh Coalson
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
diff --git a/src/libOggFLAC/stream_decoder.c b/src/libOggFLAC/stream_decoder.c
index 2bba6afc..be242d34 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,2003 Josh Coalson
+ * Copyright (C) 2002,2003,2004 Josh Coalson
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
diff --git a/src/libOggFLAC/stream_encoder.c b/src/libOggFLAC/stream_encoder.c
index f2547608..d97c86d3 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,2003 Josh Coalson
+ * Copyright (C) 2002,2003,2004 Josh Coalson
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions