diff options
Diffstat (limited to 'examples')
-rw-r--r-- | examples/Makefile.am | 2 | ||||
-rw-r--r-- | examples/Makefile.lite | 2 | ||||
-rw-r--r-- | examples/c/Makefile.am | 2 | ||||
-rw-r--r-- | examples/c/decode/Makefile.am | 2 | ||||
-rw-r--r-- | examples/c/decode/file/Makefile.am | 2 | ||||
-rw-r--r-- | examples/c/decode/file/Makefile.lite | 2 | ||||
-rw-r--r-- | examples/c/decode/file/main.c | 2 | ||||
-rw-r--r-- | examples/c/encode/Makefile.am | 2 | ||||
-rw-r--r-- | examples/c/encode/file/Makefile.am | 2 | ||||
-rw-r--r-- | examples/c/encode/file/Makefile.lite | 2 | ||||
-rw-r--r-- | examples/c/encode/file/main.c | 2 | ||||
-rw-r--r-- | examples/cpp/Makefile.am | 2 | ||||
-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 | ||||
-rw-r--r-- | examples/cpp/encode/Makefile.am | 2 | ||||
-rw-r--r-- | examples/cpp/encode/file/Makefile.am | 2 | ||||
-rw-r--r-- | examples/cpp/encode/file/Makefile.lite | 2 | ||||
-rw-r--r-- | examples/cpp/encode/file/main.cpp | 2 |
20 files changed, 20 insertions, 20 deletions
diff --git a/examples/Makefile.am b/examples/Makefile.am index 6019efed..66cdf8b1 100644 --- a/examples/Makefile.am +++ b/examples/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/Makefile.lite b/examples/Makefile.lite index bc6823d3..af9e78b3 100644 --- a/examples/Makefile.lite +++ b/examples/Makefile.lite @@ -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/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 diff --git a/examples/cpp/Makefile.am b/examples/cpp/Makefile.am index 60607865..56290c67 100644 --- a/examples/cpp/Makefile.am +++ b/examples/cpp/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/cpp/decode/Makefile.am b/examples/cpp/decode/Makefile.am index 7dfcc875..3535025e 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,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/cpp/decode/file/Makefile.am b/examples/cpp/decode/file/Makefile.am index 80e9ecef..441ea929 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,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/cpp/decode/file/Makefile.lite b/examples/cpp/decode/file/Makefile.lite index b34e3bc1..ed77fed7 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,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/cpp/decode/file/main.cpp b/examples/cpp/decode/file/main.cpp index 7c212d94..bd94d2eb 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,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/cpp/encode/Makefile.am b/examples/cpp/encode/Makefile.am index 7dfcc875..3535025e 100644 --- a/examples/cpp/encode/Makefile.am +++ b/examples/cpp/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/cpp/encode/file/Makefile.am b/examples/cpp/encode/file/Makefile.am index 38664511..ec48ba04 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,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/cpp/encode/file/Makefile.lite b/examples/cpp/encode/file/Makefile.lite index 6bd94be3..ab9c405c 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,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/cpp/encode/file/main.cpp b/examples/cpp/encode/file/main.cpp index 2d09e4cf..1dc5750e 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,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 |