diff options
author | Josh Coalson <jcoalson@users.sourceforce.net> | 2008-02-28 05:34:21 +0000 |
---|---|---|
committer | Josh Coalson <jcoalson@users.sourceforce.net> | 2008-02-28 05:34:21 +0000 |
commit | 82b128050e9e58a34baf8aa188077ddeee2d7a1a (patch) | |
tree | e3ae1226e69f8e2140bf2d50877f189e6fa71bcc /examples/cpp/decode | |
parent | 0a4ecd8ddb708915b26ad69cedf6f8985a2baf5f (diff) | |
download | flac-82b128050e9e58a34baf8aa188077ddeee2d7a1a.tar.gz |
update copyright for 2008
Diffstat (limited to 'examples/cpp/decode')
-rw-r--r-- | examples/cpp/decode/Makefile.am | 2 | ||||
-rw-r--r-- | examples/cpp/decode/file/Makefile.am | 2 | ||||
-rw-r--r-- | examples/cpp/decode/file/Makefile.lite | 2 | ||||
-rw-r--r-- | examples/cpp/decode/file/main.cpp | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/examples/cpp/decode/Makefile.am b/examples/cpp/decode/Makefile.am index 35bb987b..7dfcc875 100644 --- a/examples/cpp/decode/Makefile.am +++ b/examples/cpp/decode/Makefile.am @@ -1,5 +1,5 @@ # FLAC - Free Lossless Audio Codec -# Copyright (C) 2001,2002,2003,2004,2005,2006,2007 Josh Coalson +# Copyright (C) 2001,2002,2003,2004,2005,2006,2007,2008 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/cpp/decode/file/Makefile.am b/examples/cpp/decode/file/Makefile.am index a0d3dbf9..80e9ecef 100644 --- a/examples/cpp/decode/file/Makefile.am +++ b/examples/cpp/decode/file/Makefile.am @@ -1,5 +1,5 @@ # example_cpp_decode_file - Simple FLAC file decoder 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/decode/file/Makefile.lite b/examples/cpp/decode/file/Makefile.lite index abc93e81..54cd5fcc 100644 --- a/examples/cpp/decode/file/Makefile.lite +++ b/examples/cpp/decode/file/Makefile.lite @@ -1,5 +1,5 @@ # example_cpp_decode_file - Simple FLAC file decoder 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/decode/file/main.cpp b/examples/cpp/decode/file/main.cpp index 56140503..7c212d94 100644 --- a/examples/cpp/decode/file/main.cpp +++ b/examples/cpp/decode/file/main.cpp @@ -1,5 +1,5 @@ /* example_cpp_decode_file - Simple FLAC file decoder 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 |