diff options
author | Erik de Castro Lopo <erikd@mega-nerd.com> | 2016-12-05 06:35:39 +1100 |
---|---|---|
committer | Erik de Castro Lopo <erikd@mega-nerd.com> | 2016-12-05 06:35:39 +1100 |
commit | 6a5fe43b7ef3859be1fe32b5e9d81b3740f7b170 (patch) | |
tree | a6401c40913009d068d644e9273f94de0788b512 /examples/cpp/decode | |
parent | f39a0ea67e791a6a13438f9f5f670c1f5ef84e66 (diff) | |
download | flac-6a5fe43b7ef3859be1fe32b5e9d81b3740f7b170.tar.gz |
Bulk update copyright dates
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 0a127a6d..2e103e43 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-2014 Xiph.Org Foundation +# Copyright (C) 2011-2016 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 0c058c72..31ad6d3a 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-2014 Xiph.Org Foundation +# Copyright (C) 2011-2016 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 b559edc9..c835bb46 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-2014 Xiph.Org Foundation +# Copyright (C) 2011-2016 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 cbdd8845..61c80783 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-2014 Xiph.Org Foundation + * Copyright (C) 2011-2016 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 |