diff options
author | Erik de Castro Lopo <erikd@mega-nerd.com> | 2014-11-24 22:07:15 +1100 |
---|---|---|
committer | Erik de Castro Lopo <erikd@mega-nerd.com> | 2014-11-25 13:04:30 +1100 |
commit | 1437391577783b064d8b2747875a4b1680cbb713 (patch) | |
tree | 698200a3199f7968c7d3b378bc413a6afd911d31 /examples | |
parent | fcf0ba06ae12ccd7c67cee3c8d948df15f946b85 (diff) | |
download | flac-1437391577783b064d8b2747875a4b1680cbb713.tar.gz |
Update copyright years to include 2014.
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 57ece139..10cf035a 100644 --- a/examples/Makefile.am +++ b/examples/Makefile.am @@ -1,6 +1,6 @@ # FLAC - Free Lossless Audio Codec # Copyright (C) 2001-2009 Josh Coalson -# Copyright (C) 2011-2013 Xiph.Org Foundation +# Copyright (C) 2011-2014 Xiph.Org Foundation # # This file is part the FLAC project. FLAC is comprised of several # components distributed under different licenses. The codec libraries diff --git a/examples/Makefile.lite b/examples/Makefile.lite index 3c62a960..777914f5 100644 --- a/examples/Makefile.lite +++ b/examples/Makefile.lite @@ -1,6 +1,6 @@ # FLAC - Free Lossless Audio Codec # Copyright (C) 2001-2009 Josh Coalson -# Copyright (C) 2011-2013 Xiph.Org Foundation +# Copyright (C) 2011-2014 Xiph.Org Foundation # # This file is part the FLAC project. FLAC is comprised of several # components distributed under different licenses. The codec libraries diff --git a/examples/c/Makefile.am b/examples/c/Makefile.am index 318570c7..e728a398 100644 --- a/examples/c/Makefile.am +++ b/examples/c/Makefile.am @@ -1,6 +1,6 @@ # FLAC - Free Lossless Audio Codec # Copyright (C) 2001-2009 Josh Coalson -# Copyright (C) 2011-2013 Xiph.Org Foundation +# Copyright (C) 2011-2014 Xiph.Org Foundation # # This file is part the FLAC project. FLAC is comprised of several # components distributed under different licenses. The codec libraries diff --git a/examples/c/decode/Makefile.am b/examples/c/decode/Makefile.am index 917ead4c..0a127a6d 100644 --- a/examples/c/decode/Makefile.am +++ b/examples/c/decode/Makefile.am @@ -1,6 +1,6 @@ # FLAC - Free Lossless Audio Codec # Copyright (C) 2001-2009 Josh Coalson -# Copyright (C) 2011-2013 Xiph.Org Foundation +# Copyright (C) 2011-2014 Xiph.Org Foundation # # This file is part the FLAC project. FLAC is comprised of several # components distributed under different licenses. The codec libraries diff --git a/examples/c/decode/file/Makefile.am b/examples/c/decode/file/Makefile.am index ebad2dda..56cb0843 100644 --- a/examples/c/decode/file/Makefile.am +++ b/examples/c/decode/file/Makefile.am @@ -1,6 +1,6 @@ # example_c_decode_file - Simple FLAC file decoder using libFLAC # Copyright (C) 2007-2009 Josh Coalson -# Copyright (C) 2011-2013 Xiph.Org Foundation +# Copyright (C) 2011-2014 Xiph.Org Foundation # # 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 e2df754a..6371c604 100644 --- a/examples/c/decode/file/Makefile.lite +++ b/examples/c/decode/file/Makefile.lite @@ -1,6 +1,6 @@ # example_c_decode_file - Simple FLAC file decoder using libFLAC # Copyright (C) 2007-2009 Josh Coalson -# Copyright (C) 2011-2013 Xiph.Org Foundation +# Copyright (C) 2011-2014 Xiph.Org Foundation # # 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 21056fa5..1cd96094 100644 --- a/examples/c/decode/file/main.c +++ b/examples/c/decode/file/main.c @@ -1,6 +1,6 @@ /* example_c_decode_file - Simple FLAC file decoder using libFLAC * Copyright (C) 2007-2009 Josh Coalson - * Copyright (C) 2011-2013 Xiph.Org Foundation + * Copyright (C) 2011-2014 Xiph.Org Foundation * * 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 917ead4c..0a127a6d 100644 --- a/examples/c/encode/Makefile.am +++ b/examples/c/encode/Makefile.am @@ -1,6 +1,6 @@ # FLAC - Free Lossless Audio Codec # Copyright (C) 2001-2009 Josh Coalson -# Copyright (C) 2011-2013 Xiph.Org Foundation +# Copyright (C) 2011-2014 Xiph.Org Foundation # # This file is part the FLAC project. FLAC is comprised of several # components distributed under different licenses. The codec libraries diff --git a/examples/c/encode/file/Makefile.am b/examples/c/encode/file/Makefile.am index 4faa4b57..4bfc9ab3 100644 --- a/examples/c/encode/file/Makefile.am +++ b/examples/c/encode/file/Makefile.am @@ -1,6 +1,6 @@ # example_c_encode_file - Simple FLAC file encoder using libFLAC # Copyright (C) 2007-2009 Josh Coalson -# Copyright (C) 2011-2013 Xiph.Org Foundation +# Copyright (C) 2011-2014 Xiph.Org Foundation # # 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 9d6efe97..1ed44e57 100644 --- a/examples/c/encode/file/Makefile.lite +++ b/examples/c/encode/file/Makefile.lite @@ -1,6 +1,6 @@ # example_c_encode_file - Simple FLAC file encoder using libFLAC # Copyright (C) 2007-2009 Josh Coalson -# Copyright (C) 2011-2013 Xiph.Org Foundation +# Copyright (C) 2011-2014 Xiph.Org Foundation # # 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 e3bdea8b..f0af481c 100644 --- a/examples/c/encode/file/main.c +++ b/examples/c/encode/file/main.c @@ -1,6 +1,6 @@ /* example_c_encode_file - Simple FLAC file encoder using libFLAC * Copyright (C) 2007-2009 Josh Coalson - * Copyright (C) 2011-2013 Xiph.Org Foundation + * Copyright (C) 2011-2014 Xiph.Org Foundation * * 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 318570c7..e728a398 100644 --- a/examples/cpp/Makefile.am +++ b/examples/cpp/Makefile.am @@ -1,6 +1,6 @@ # FLAC - Free Lossless Audio Codec # Copyright (C) 2001-2009 Josh Coalson -# Copyright (C) 2011-2013 Xiph.Org Foundation +# Copyright (C) 2011-2014 Xiph.Org Foundation # # This file is part the FLAC project. FLAC is comprised of several # components distributed under different licenses. The codec libraries diff --git a/examples/cpp/decode/Makefile.am b/examples/cpp/decode/Makefile.am index 917ead4c..0a127a6d 100644 --- a/examples/cpp/decode/Makefile.am +++ b/examples/cpp/decode/Makefile.am @@ -1,6 +1,6 @@ # FLAC - Free Lossless Audio Codec # Copyright (C) 2001-2009 Josh Coalson -# Copyright (C) 2011-2013 Xiph.Org Foundation +# Copyright (C) 2011-2014 Xiph.Org Foundation # # This file is part the FLAC project. FLAC is comprised of several # components distributed under different licenses. The codec libraries diff --git a/examples/cpp/decode/file/Makefile.am b/examples/cpp/decode/file/Makefile.am index 8b167a71..a98d7aeb 100644 --- a/examples/cpp/decode/file/Makefile.am +++ b/examples/cpp/decode/file/Makefile.am @@ -1,6 +1,6 @@ # example_cpp_decode_file - Simple FLAC file decoder using libFLAC # Copyright (C) 2007-2009 Josh Coalson -# Copyright (C) 2011-2013 Xiph.Org Foundation +# Copyright (C) 2011-2014 Xiph.Org Foundation # # 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 b5bf565a..d4821acb 100644 --- a/examples/cpp/decode/file/Makefile.lite +++ b/examples/cpp/decode/file/Makefile.lite @@ -1,6 +1,6 @@ # example_cpp_decode_file - Simple FLAC file decoder using libFLAC # Copyright (C) 2007-2009 Josh Coalson -# Copyright (C) 2011-2013 Xiph.Org Foundation +# Copyright (C) 2011-2014 Xiph.Org Foundation # # 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 9e697082..cbdd8845 100644 --- a/examples/cpp/decode/file/main.cpp +++ b/examples/cpp/decode/file/main.cpp @@ -1,6 +1,6 @@ /* example_cpp_decode_file - Simple FLAC file decoder using libFLAC * Copyright (C) 2007-2009 Josh Coalson - * Copyright (C) 2011-2013 Xiph.Org Foundation + * Copyright (C) 2011-2014 Xiph.Org Foundation * * 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 917ead4c..0a127a6d 100644 --- a/examples/cpp/encode/Makefile.am +++ b/examples/cpp/encode/Makefile.am @@ -1,6 +1,6 @@ # FLAC - Free Lossless Audio Codec # Copyright (C) 2001-2009 Josh Coalson -# Copyright (C) 2011-2013 Xiph.Org Foundation +# Copyright (C) 2011-2014 Xiph.Org Foundation # # This file is part the FLAC project. FLAC is comprised of several # components distributed under different licenses. The codec libraries diff --git a/examples/cpp/encode/file/Makefile.am b/examples/cpp/encode/file/Makefile.am index dafa1dd8..bed6bfcf 100644 --- a/examples/cpp/encode/file/Makefile.am +++ b/examples/cpp/encode/file/Makefile.am @@ -1,6 +1,6 @@ # example_cpp_encode_file - Simple FLAC file encoder using libFLAC # Copyright (C) 2007-2009 Josh Coalson -# Copyright (C) 2011-2013 Xiph.Org Foundation +# Copyright (C) 2011-2014 Xiph.Org Foundation # # 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 a50ee1b2..3333df7d 100644 --- a/examples/cpp/encode/file/Makefile.lite +++ b/examples/cpp/encode/file/Makefile.lite @@ -1,6 +1,6 @@ # example_cpp_encode_file - Simple FLAC file encoder using libFLAC # Copyright (C) 2007-2009 Josh Coalson -# Copyright (C) 2011-2013 Xiph.Org Foundation +# Copyright (C) 2011-2014 Xiph.Org Foundation # # 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 b2cf3dad..047db9e9 100644 --- a/examples/cpp/encode/file/main.cpp +++ b/examples/cpp/encode/file/main.cpp @@ -1,6 +1,6 @@ /* example_cpp_encode_file - Simple FLAC file encoder using libFLAC * Copyright (C) 2007-2009 Josh Coalson - * Copyright (C) 2011-2013 Xiph.Org Foundation + * Copyright (C) 2011-2014 Xiph.Org Foundation * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License |