summaryrefslogtreecommitdiff
path: root/examples/cpp/encode/file
diff options
context:
space:
mode:
authorJosh Coalson <jcoalson@users.sourceforce.net>2008-02-28 05:34:21 +0000
committerJosh Coalson <jcoalson@users.sourceforce.net>2008-02-28 05:34:21 +0000
commit82b128050e9e58a34baf8aa188077ddeee2d7a1a (patch)
treee3ae1226e69f8e2140bf2d50877f189e6fa71bcc /examples/cpp/encode/file
parent0a4ecd8ddb708915b26ad69cedf6f8985a2baf5f (diff)
downloadflac-82b128050e9e58a34baf8aa188077ddeee2d7a1a.tar.gz
update copyright for 2008
Diffstat (limited to 'examples/cpp/encode/file')
-rw-r--r--examples/cpp/encode/file/Makefile.am2
-rw-r--r--examples/cpp/encode/file/Makefile.lite2
-rw-r--r--examples/cpp/encode/file/main.cpp2
3 files changed, 3 insertions, 3 deletions
diff --git a/examples/cpp/encode/file/Makefile.am b/examples/cpp/encode/file/Makefile.am
index 4a0a8af6..38664511 100644
--- a/examples/cpp/encode/file/Makefile.am
+++ b/examples/cpp/encode/file/Makefile.am
@@ -1,5 +1,5 @@
# example_cpp_encode_file - Simple FLAC file encoder using libFLAC
-# Copyright (C) 2007 Josh Coalson
+# Copyright (C) 2007,2008 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/cpp/encode/file/Makefile.lite b/examples/cpp/encode/file/Makefile.lite
index 9ae1b129..2a2819f7 100644
--- a/examples/cpp/encode/file/Makefile.lite
+++ b/examples/cpp/encode/file/Makefile.lite
@@ -1,5 +1,5 @@
# example_cpp_encode_file - Simple FLAC file encoder using libFLAC
-# Copyright (C) 2007 Josh Coalson
+# Copyright (C) 2007,2008 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/cpp/encode/file/main.cpp b/examples/cpp/encode/file/main.cpp
index 343ee871..2d09e4cf 100644
--- a/examples/cpp/encode/file/main.cpp
+++ b/examples/cpp/encode/file/main.cpp
@@ -1,5 +1,5 @@
/* example_cpp_encode_file - Simple FLAC file encoder using libFLAC
- * Copyright (C) 2007 Josh Coalson
+ * Copyright (C) 2007,2008 Josh Coalson
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License