summaryrefslogtreecommitdiff
path: root/examples/cpp
diff options
context:
space:
mode:
Diffstat (limited to 'examples/cpp')
-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
9 files changed, 18 insertions, 9 deletions
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