summaryrefslogtreecommitdiff
path: root/examples/cpp/encode
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/cpp/encode
parentd672efaa05e18ca2bf906c6e8eb8d5bf20f88664 (diff)
downloadflac-b1982fbc5f269dc867a2db67c8d34594ca268a3e.tar.gz
Set version to 1.3.0 and update coyprights throughout.
Diffstat (limited to 'examples/cpp/encode')
-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
4 files changed, 8 insertions, 4 deletions
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