summaryrefslogtreecommitdiff
path: root/examples/c/encode/file
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/encode/file
parentc9ed238c3db9b797d302485b362ef031655ad6d4 (diff)
downloadflac-dea0f5a04417107468261dc0f3a41fde508bd55f.tar.gz
add 2009 copyright
Diffstat (limited to 'examples/c/encode/file')
-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
3 files changed, 3 insertions, 3 deletions
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