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