summaryrefslogtreecommitdiff
path: root/examples/c
diff options
context:
space:
mode:
authorJosh Coalson <jcoalson@users.sourceforce.net>2009-01-07 07:31:28 +0000
committerJosh Coalson <jcoalson@users.sourceforce.net>2009-01-07 07:31:28 +0000
commitdea0f5a04417107468261dc0f3a41fde508bd55f (patch)
tree27950ae3562c0f1eafcbce9fb121cfbcbe6a9c2a /examples/c
parentc9ed238c3db9b797d302485b362ef031655ad6d4 (diff)
downloadflac-dea0f5a04417107468261dc0f3a41fde508bd55f.tar.gz
add 2009 copyright
Diffstat (limited to 'examples/c')
-rw-r--r--examples/c/Makefile.am2
-rw-r--r--examples/c/decode/Makefile.am2
-rw-r--r--examples/c/decode/file/Makefile.am2
-rw-r--r--examples/c/decode/file/Makefile.lite2
-rw-r--r--examples/c/decode/file/main.c2
-rw-r--r--examples/c/encode/Makefile.am2
-rw-r--r--examples/c/encode/file/Makefile.am2
-rw-r--r--examples/c/encode/file/Makefile.lite2
-rw-r--r--examples/c/encode/file/main.c2
9 files changed, 9 insertions, 9 deletions
diff --git a/examples/c/Makefile.am b/examples/c/Makefile.am
index 60607865..56290c67 100644
--- a/examples/c/Makefile.am
+++ b/examples/c/Makefile.am
@@ -1,5 +1,5 @@
# FLAC - Free Lossless Audio Codec
-# Copyright (C) 2001,2002,2003,2004,2005,2006,2007,2008 Josh Coalson
+# Copyright (C) 2001,2002,2003,2004,2005,2006,2007,2008,2009 Josh Coalson
#
# 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 7dfcc875..3535025e 100644
--- a/examples/c/decode/Makefile.am
+++ b/examples/c/decode/Makefile.am
@@ -1,5 +1,5 @@
# FLAC - Free Lossless Audio Codec
-# Copyright (C) 2001,2002,2003,2004,2005,2006,2007,2008 Josh Coalson
+# Copyright (C) 2001,2002,2003,2004,2005,2006,2007,2008,2009 Josh Coalson
#
# 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 100211ba..abde0c71 100644
--- a/examples/c/decode/file/Makefile.am
+++ b/examples/c/decode/file/Makefile.am
@@ -1,5 +1,5 @@
# example_c_decode_file - Simple FLAC file decoder using libFLAC
-# Copyright (C) 2007,2008 Josh Coalson
+# Copyright (C) 2007,2008,2009 Josh Coalson
#
# 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 890ebfdb..4d241855 100644
--- a/examples/c/decode/file/Makefile.lite
+++ b/examples/c/decode/file/Makefile.lite
@@ -1,5 +1,5 @@
# example_c_decode_file - Simple FLAC file decoder using libFLAC
-# Copyright (C) 2007,2008 Josh Coalson
+# Copyright (C) 2007,2008,2009 Josh Coalson
#
# 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 0a159dc7..32b55594 100644
--- a/examples/c/decode/file/main.c
+++ b/examples/c/decode/file/main.c
@@ -1,5 +1,5 @@
/* example_c_decode_file - Simple FLAC file decoder using libFLAC
- * Copyright (C) 2007,2008 Josh Coalson
+ * Copyright (C) 2007,2008,2009 Josh Coalson
*
* 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 7dfcc875..3535025e 100644
--- a/examples/c/encode/Makefile.am
+++ b/examples/c/encode/Makefile.am
@@ -1,5 +1,5 @@
# FLAC - Free Lossless Audio Codec
-# Copyright (C) 2001,2002,2003,2004,2005,2006,2007,2008 Josh Coalson
+# Copyright (C) 2001,2002,2003,2004,2005,2006,2007,2008,2009 Josh Coalson
#
# 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 1becb790..9540d05f 100644
--- a/examples/c/encode/file/Makefile.am
+++ b/examples/c/encode/file/Makefile.am
@@ -1,5 +1,5 @@
# example_c_encode_file - Simple FLAC file encoder using libFLAC
-# Copyright (C) 2007,2008 Josh Coalson
+# Copyright (C) 2007,2008,2009 Josh Coalson
#
# 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 be8aef54..f4861a48 100644
--- a/examples/c/encode/file/Makefile.lite
+++ b/examples/c/encode/file/Makefile.lite
@@ -1,5 +1,5 @@
# example_c_encode_file - Simple FLAC file encoder using libFLAC
-# Copyright (C) 2007,2008 Josh Coalson
+# Copyright (C) 2007,2008,2009 Josh Coalson
#
# 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 f7a416fd..0f7f4c0b 100644
--- a/examples/c/encode/file/main.c
+++ b/examples/c/encode/file/main.c
@@ -1,5 +1,5 @@
/* example_c_encode_file - Simple FLAC file encoder using libFLAC
- * Copyright (C) 2007,2008 Josh Coalson
+ * Copyright (C) 2007,2008,2009 Josh Coalson
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License