summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorErik de Castro Lopo <erikd@mega-nerd.com>2013-05-25 17:11:19 +1000
committerErik de Castro Lopo <erikd@mega-nerd.com>2013-05-26 19:17:53 +1000
commitb1982fbc5f269dc867a2db67c8d34594ca268a3e (patch)
tree4cc43c0382632fdd78608a4978d0058afb067f7a /examples
parentd672efaa05e18ca2bf906c6e8eb8d5bf20f88664 (diff)
downloadflac-b1982fbc5f269dc867a2db67c8d34594ca268a3e.tar.gz
Set version to 1.3.0 and update coyprights throughout.
Diffstat (limited to 'examples')
-rw-r--r--examples/Makefile.am3
-rw-r--r--examples/Makefile.lite3
-rw-r--r--examples/c/Makefile.am3
-rw-r--r--examples/c/decode/Makefile.am3
-rw-r--r--examples/c/decode/file/Makefile.am3
-rw-r--r--examples/c/decode/file/Makefile.lite3
-rw-r--r--examples/c/decode/file/main.c3
-rw-r--r--examples/c/encode/Makefile.am3
-rw-r--r--examples/c/encode/file/Makefile.am3
-rw-r--r--examples/c/encode/file/Makefile.lite3
-rw-r--r--examples/c/encode/file/main.c3
-rw-r--r--examples/cpp/Makefile.am3
-rw-r--r--examples/cpp/decode/Makefile.am3
-rw-r--r--examples/cpp/decode/file/Makefile.am3
-rw-r--r--examples/cpp/decode/file/Makefile.lite3
-rw-r--r--examples/cpp/decode/file/main.cpp3
-rw-r--r--examples/cpp/encode/Makefile.am3
-rw-r--r--examples/cpp/encode/file/Makefile.am3
-rw-r--r--examples/cpp/encode/file/Makefile.lite3
-rw-r--r--examples/cpp/encode/file/main.cpp3
20 files changed, 40 insertions, 20 deletions
diff --git a/examples/Makefile.am b/examples/Makefile.am
index d57d8837..454cc675 100644
--- a/examples/Makefile.am
+++ b/examples/Makefile.am
@@ -1,5 +1,6 @@
# FLAC - Free Lossless Audio Codec
-# Copyright (C) 2001,2002,2003,2004,2005,2006,2007,2008,2009 Josh Coalson
+# Copyright (C) 2001-2009 Josh Coalson
+# Copyright (C) 2011-2013 Xiph.Org Foundation
#
# This file is part the FLAC project. FLAC is comprised of several
# components distributed under difference licenses. The codec libraries
diff --git a/examples/Makefile.lite b/examples/Makefile.lite
index af9e78b3..d941de7b 100644
--- a/examples/Makefile.lite
+++ b/examples/Makefile.lite
@@ -1,5 +1,6 @@
# FLAC - Free Lossless Audio Codec
-# Copyright (C) 2001,2002,2003,2004,2005,2006,2007,2008,2009 Josh Coalson
+# Copyright (C) 2001-2009 Josh Coalson
+# Copyright (C) 2011-2013 Xiph.Org Foundation
#
# This file is part the FLAC project. FLAC is comprised of several
# components distributed under difference licenses. The codec libraries
diff --git a/examples/c/Makefile.am b/examples/c/Makefile.am
index 56290c67..a7a20fa5 100644
--- a/examples/c/Makefile.am
+++ b/examples/c/Makefile.am
@@ -1,5 +1,6 @@
# FLAC - Free Lossless Audio Codec
-# Copyright (C) 2001,2002,2003,2004,2005,2006,2007,2008,2009 Josh Coalson
+# Copyright (C) 2001-2009 Josh Coalson
+# Copyright (C) 2011-2013 Xiph.Org Foundation
#
# This file is part the FLAC project. FLAC is comprised of several
# components distributed under difference licenses. The codec libraries
diff --git a/examples/c/decode/Makefile.am b/examples/c/decode/Makefile.am
index 3535025e..93ff3147 100644
--- a/examples/c/decode/Makefile.am
+++ b/examples/c/decode/Makefile.am
@@ -1,5 +1,6 @@
# FLAC - Free Lossless Audio Codec
-# Copyright (C) 2001,2002,2003,2004,2005,2006,2007,2008,2009 Josh Coalson
+# Copyright (C) 2001-2009 Josh Coalson
+# Copyright (C) 2011-2013 Xiph.Org Foundation
#
# This file is part the FLAC project. FLAC is comprised of several
# components distributed under difference licenses. The codec libraries
diff --git a/examples/c/decode/file/Makefile.am b/examples/c/decode/file/Makefile.am
index d3b2b0e7..37f16123 100644
--- a/examples/c/decode/file/Makefile.am
+++ b/examples/c/decode/file/Makefile.am
@@ -1,5 +1,6 @@
# example_c_decode_file - Simple FLAC file decoder using libFLAC
-# Copyright (C) 2007,2008,2009 Josh Coalson
+# Copyright (C) 2007-2009 Josh Coalson
+# Copyright (C) 2011-2013 Xiph.Org Foundation
#
# 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/examples/c/decode/file/Makefile.lite b/examples/c/decode/file/Makefile.lite
index 8b723322..2cb32ae6 100644
--- a/examples/c/decode/file/Makefile.lite
+++ b/examples/c/decode/file/Makefile.lite
@@ -1,5 +1,6 @@
# example_c_decode_file - Simple FLAC file decoder using libFLAC
-# Copyright (C) 2007,2008,2009 Josh Coalson
+# Copyright (C) 2007-2009 Josh Coalson
+# Copyright (C) 2011-2013 Xiph.Org Foundation
#
# 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/examples/c/decode/file/main.c b/examples/c/decode/file/main.c
index cd6c84af..60e6cd91 100644
--- a/examples/c/decode/file/main.c
+++ b/examples/c/decode/file/main.c
@@ -1,5 +1,6 @@
/* example_c_decode_file - Simple FLAC file decoder using libFLAC
- * Copyright (C) 2007,2008,2009 Josh Coalson
+ * Copyright (C) 2007-2009 Josh Coalson
+ * Copyright (C) 2011-2013 Xiph.Org Foundation
*
* 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/examples/c/encode/Makefile.am b/examples/c/encode/Makefile.am
index 3535025e..93ff3147 100644
--- a/examples/c/encode/Makefile.am
+++ b/examples/c/encode/Makefile.am
@@ -1,5 +1,6 @@
# FLAC - Free Lossless Audio Codec
-# Copyright (C) 2001,2002,2003,2004,2005,2006,2007,2008,2009 Josh Coalson
+# Copyright (C) 2001-2009 Josh Coalson
+# Copyright (C) 2011-2013 Xiph.Org Foundation
#
# This file is part the FLAC project. FLAC is comprised of several
# components distributed under difference licenses. The codec libraries
diff --git a/examples/c/encode/file/Makefile.am b/examples/c/encode/file/Makefile.am
index 82235632..c2b3f5da 100644
--- a/examples/c/encode/file/Makefile.am
+++ b/examples/c/encode/file/Makefile.am
@@ -1,5 +1,6 @@
# example_c_encode_file - Simple FLAC file encoder using libFLAC
-# Copyright (C) 2007,2008,2009 Josh Coalson
+# Copyright (C) 2007-2009 Josh Coalson
+# Copyright (C) 2011-2013 Xiph.Org Foundation
#
# 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/examples/c/encode/file/Makefile.lite b/examples/c/encode/file/Makefile.lite
index 37369682..eb8526b6 100644
--- a/examples/c/encode/file/Makefile.lite
+++ b/examples/c/encode/file/Makefile.lite
@@ -1,5 +1,6 @@
# example_c_encode_file - Simple FLAC file encoder using libFLAC
-# Copyright (C) 2007,2008,2009 Josh Coalson
+# Copyright (C) 2007-2009 Josh Coalson
+# Copyright (C) 2011-2013 Xiph.Org Foundation
#
# 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/examples/c/encode/file/main.c b/examples/c/encode/file/main.c
index 8f2ba864..dab77260 100644
--- a/examples/c/encode/file/main.c
+++ b/examples/c/encode/file/main.c
@@ -1,5 +1,6 @@
/* example_c_encode_file - Simple FLAC file encoder using libFLAC
- * Copyright (C) 2007,2008,2009 Josh Coalson
+ * Copyright (C) 2007-2009 Josh Coalson
+ * Copyright (C) 2011-2013 Xiph.Org Foundation
*
* 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/examples/cpp/Makefile.am b/examples/cpp/Makefile.am
index 56290c67..a7a20fa5 100644
--- a/examples/cpp/Makefile.am
+++ b/examples/cpp/Makefile.am
@@ -1,5 +1,6 @@
# FLAC - Free Lossless Audio Codec
-# Copyright (C) 2001,2002,2003,2004,2005,2006,2007,2008,2009 Josh Coalson
+# Copyright (C) 2001-2009 Josh Coalson
+# Copyright (C) 2011-2013 Xiph.Org Foundation
#
# This file is part the FLAC project. FLAC is comprised of several
# components distributed under difference licenses. The codec libraries
diff --git a/examples/cpp/decode/Makefile.am b/examples/cpp/decode/Makefile.am
index 3535025e..93ff3147 100644
--- a/examples/cpp/decode/Makefile.am
+++ b/examples/cpp/decode/Makefile.am
@@ -1,5 +1,6 @@
# FLAC - Free Lossless Audio Codec
-# Copyright (C) 2001,2002,2003,2004,2005,2006,2007,2008,2009 Josh Coalson
+# Copyright (C) 2001-2009 Josh Coalson
+# Copyright (C) 2011-2013 Xiph.Org Foundation
#
# This file is part the FLAC project. FLAC is comprised of several
# components distributed under difference licenses. The codec libraries
diff --git a/examples/cpp/decode/file/Makefile.am b/examples/cpp/decode/file/Makefile.am
index 374541c8..330d4224 100644
--- a/examples/cpp/decode/file/Makefile.am
+++ b/examples/cpp/decode/file/Makefile.am
@@ -1,5 +1,6 @@
# example_cpp_decode_file - Simple FLAC file decoder using libFLAC
-# Copyright (C) 2007,2008,2009 Josh Coalson
+# Copyright (C) 2007-2009 Josh Coalson
+# Copyright (C) 2011-2013 Xiph.Org Foundation
#
# 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/examples/cpp/decode/file/Makefile.lite b/examples/cpp/decode/file/Makefile.lite
index 4f88e922..ea6c5e23 100644
--- a/examples/cpp/decode/file/Makefile.lite
+++ b/examples/cpp/decode/file/Makefile.lite
@@ -1,5 +1,6 @@
# example_cpp_decode_file - Simple FLAC file decoder using libFLAC
-# Copyright (C) 2007,2008,2009 Josh Coalson
+# Copyright (C) 2007-2009 Josh Coalson
+# Copyright (C) 2011-2013 Xiph.Org Foundation
#
# 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/examples/cpp/decode/file/main.cpp b/examples/cpp/decode/file/main.cpp
index 3ebe89a2..64f40386 100644
--- a/examples/cpp/decode/file/main.cpp
+++ b/examples/cpp/decode/file/main.cpp
@@ -1,5 +1,6 @@
/* example_cpp_decode_file - Simple FLAC file decoder using libFLAC
- * Copyright (C) 2007,2008,2009 Josh Coalson
+ * Copyright (C) 2007-2009 Josh Coalson
+ * Copyright (C) 2011-2013 Xiph.Org Foundation
*
* 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/examples/cpp/encode/Makefile.am b/examples/cpp/encode/Makefile.am
index 3535025e..93ff3147 100644
--- a/examples/cpp/encode/Makefile.am
+++ b/examples/cpp/encode/Makefile.am
@@ -1,5 +1,6 @@
# FLAC - Free Lossless Audio Codec
-# Copyright (C) 2001,2002,2003,2004,2005,2006,2007,2008,2009 Josh Coalson
+# Copyright (C) 2001-2009 Josh Coalson
+# Copyright (C) 2011-2013 Xiph.Org Foundation
#
# This file is part the FLAC project. FLAC is comprised of several
# components distributed under difference licenses. The codec libraries
diff --git a/examples/cpp/encode/file/Makefile.am b/examples/cpp/encode/file/Makefile.am
index 3757475e..5c9183f1 100644
--- a/examples/cpp/encode/file/Makefile.am
+++ b/examples/cpp/encode/file/Makefile.am
@@ -1,5 +1,6 @@
# example_cpp_encode_file - Simple FLAC file encoder using libFLAC
-# Copyright (C) 2007,2008,2009 Josh Coalson
+# Copyright (C) 2007-2009 Josh Coalson
+# Copyright (C) 2011-2013 Xiph.Org Foundation
#
# 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/examples/cpp/encode/file/Makefile.lite b/examples/cpp/encode/file/Makefile.lite
index a927c1b7..17238a1e 100644
--- a/examples/cpp/encode/file/Makefile.lite
+++ b/examples/cpp/encode/file/Makefile.lite
@@ -1,5 +1,6 @@
# example_cpp_encode_file - Simple FLAC file encoder using libFLAC
-# Copyright (C) 2007,2008,2009 Josh Coalson
+# Copyright (C) 2007-2009 Josh Coalson
+# Copyright (C) 2011-2013 Xiph.Org Foundation
#
# 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/examples/cpp/encode/file/main.cpp b/examples/cpp/encode/file/main.cpp
index 8661c877..58c625b9 100644
--- a/examples/cpp/encode/file/main.cpp
+++ b/examples/cpp/encode/file/main.cpp
@@ -1,5 +1,6 @@
/* example_cpp_encode_file - Simple FLAC file encoder using libFLAC
- * Copyright (C) 2007,2008,2009 Josh Coalson
+ * Copyright (C) 2007-2009 Josh Coalson
+ * Copyright (C) 2011-2013 Xiph.Org Foundation
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License