diff options
author | Martijn van Beurden <mvanb1@gmail.com> | 2022-07-19 20:49:03 +0200 |
---|---|---|
committer | Martijn van Beurden <mvanb1@gmail.com> | 2022-07-26 16:23:07 +0200 |
commit | 10d7ce268b758b7cf62c3663338f180370a9a415 (patch) | |
tree | 2dee94541cef4834b4e778c7e4d90c3bb57772e8 /test | |
parent | c6a4d5c07b8e84a634a39fe2d86153796e207351 (diff) | |
download | flac-10d7ce268b758b7cf62c3663338f180370a9a415.tar.gz |
Bulk update copyright dates to 2022
Diffstat (limited to 'test')
-rw-r--r-- | test/Makefile.am | 2 | ||||
-rw-r--r-- | test/common.sh.in | 2 | ||||
-rw-r--r-- | test/cuesheets/Makefile.am | 2 | ||||
-rw-r--r-- | test/flac-to-flac-metadata-test-files/Makefile.am | 2 | ||||
-rw-r--r-- | test/metaflac-test-files/Makefile.am | 2 | ||||
-rw-r--r-- | test/pictures/Makefile.am | 2 | ||||
-rwxr-xr-x | test/test_compression.sh | 2 | ||||
-rwxr-xr-x | test/test_flac.sh | 2 | ||||
-rwxr-xr-x | test/test_grabbag.sh | 2 | ||||
-rwxr-xr-x | test/test_libFLAC++.sh | 2 | ||||
-rwxr-xr-x | test/test_libFLAC.sh | 2 | ||||
-rwxr-xr-x | test/test_metaflac.sh | 2 | ||||
-rwxr-xr-x | test/test_replaygain.sh | 2 | ||||
-rwxr-xr-x | test/test_seeking.sh | 2 | ||||
-rwxr-xr-x | test/test_streams.sh | 2 |
15 files changed, 15 insertions, 15 deletions
diff --git a/test/Makefile.am b/test/Makefile.am index ab60d2ce..26a0a499 100644 --- a/test/Makefile.am +++ b/test/Makefile.am @@ -1,6 +1,6 @@ # FLAC - Free Lossless Audio Codec # Copyright (C) 2001-2009 Josh Coalson -# Copyright (C) 2011-2016 Xiph.Org Foundation +# Copyright (C) 2011-2022 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/test/common.sh.in b/test/common.sh.in index 11461297..b05c244e 100644 --- a/test/common.sh.in +++ b/test/common.sh.in @@ -1,6 +1,6 @@ # FLAC - Free Lossless Audio Codec # Copyright (C) 2001-2009 Josh Coalson -# Copyright (C) 2011-2016 Xiph.Org Foundation +# Copyright (C) 2011-2022 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/test/cuesheets/Makefile.am b/test/cuesheets/Makefile.am index eb491715..959fd0cc 100644 --- a/test/cuesheets/Makefile.am +++ b/test/cuesheets/Makefile.am @@ -1,6 +1,6 @@ # FLAC - Free Lossless Audio Codec # Copyright (C) 2001-2009 Josh Coalson -# Copyright (C) 2011-2016 Xiph.Org Foundation +# Copyright (C) 2011-2022 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/test/flac-to-flac-metadata-test-files/Makefile.am b/test/flac-to-flac-metadata-test-files/Makefile.am index 2c1cfd3c..254ece8e 100644 --- a/test/flac-to-flac-metadata-test-files/Makefile.am +++ b/test/flac-to-flac-metadata-test-files/Makefile.am @@ -1,6 +1,6 @@ # FLAC - Free Lossless Audio Codec # Copyright (C) 2006-2009 Josh Coalson -# Copyright (C) 2011-2016 Xiph.Org Foundation +# Copyright (C) 2011-2022 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/test/metaflac-test-files/Makefile.am b/test/metaflac-test-files/Makefile.am index adcb34ae..b4bf7042 100644 --- a/test/metaflac-test-files/Makefile.am +++ b/test/metaflac-test-files/Makefile.am @@ -1,6 +1,6 @@ # FLAC - Free Lossless Audio Codec # Copyright (C) 2006-2009 Josh Coalson -# Copyright (C) 2011-2016 Xiph.Org Foundation +# Copyright (C) 2011-2022 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/test/pictures/Makefile.am b/test/pictures/Makefile.am index 63225946..4cc3e093 100644 --- a/test/pictures/Makefile.am +++ b/test/pictures/Makefile.am @@ -1,6 +1,6 @@ # FLAC - Free Lossless Audio Codec # Copyright (C) 2006-2009 Josh Coalson -# Copyright (C) 2011-2016 Xiph.Org Foundation +# Copyright (C) 2011-2022 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/test/test_compression.sh b/test/test_compression.sh index 68c5a017..3972d147 100755 --- a/test/test_compression.sh +++ b/test/test_compression.sh @@ -1,7 +1,7 @@ #!/bin/sh -e # FLAC - Free Lossless Audio Codec -# Copyright (C) 2012-2016 Xiph.Org Foundation +# Copyright (C) 2012-2022 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/test/test_flac.sh b/test/test_flac.sh index 221aaf3b..49732cec 100755 --- a/test/test_flac.sh +++ b/test/test_flac.sh @@ -2,7 +2,7 @@ # FLAC - Free Lossless Audio Codec # Copyright (C) 2001-2009 Josh Coalson -# Copyright (C) 2011-2016 Xiph.Org Foundation +# Copyright (C) 2011-2022 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/test/test_grabbag.sh b/test/test_grabbag.sh index 32afe3c2..b5c6cb62 100755 --- a/test/test_grabbag.sh +++ b/test/test_grabbag.sh @@ -2,7 +2,7 @@ # FLAC - Free Lossless Audio Codec # Copyright (C) 2001-2009 Josh Coalson -# Copyright (C) 2011-2016 Xiph.Org Foundation +# Copyright (C) 2011-2022 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/test/test_libFLAC++.sh b/test/test_libFLAC++.sh index d58ea7af..9ae128e3 100755 --- a/test/test_libFLAC++.sh +++ b/test/test_libFLAC++.sh @@ -2,7 +2,7 @@ # FLAC - Free Lossless Audio Codec # Copyright (C) 2002-2009 Josh Coalson -# Copyright (C) 2011-2016 Xiph.Org Foundation +# Copyright (C) 2011-2022 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/test/test_libFLAC.sh b/test/test_libFLAC.sh index 6fa97af4..edef8fd2 100755 --- a/test/test_libFLAC.sh +++ b/test/test_libFLAC.sh @@ -2,7 +2,7 @@ # FLAC - Free Lossless Audio Codec # Copyright (C) 2001-2009 Josh Coalson -# Copyright (C) 2011-2016 Xiph.Org Foundation +# Copyright (C) 2011-2022 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/test/test_metaflac.sh b/test/test_metaflac.sh index b5dfa72b..008d336d 100755 --- a/test/test_metaflac.sh +++ b/test/test_metaflac.sh @@ -2,7 +2,7 @@ # FLAC - Free Lossless Audio Codec # Copyright (C) 2002-2009 Josh Coalson -# Copyright (C) 2011-2016 Xiph.Org Foundation +# Copyright (C) 2011-2022 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/test/test_replaygain.sh b/test/test_replaygain.sh index ada02c59..02464541 100755 --- a/test/test_replaygain.sh +++ b/test/test_replaygain.sh @@ -2,7 +2,7 @@ # FLAC - Free Lossless Audio Codec # Copyright (C) 2002-2009 Josh Coalson -# Copyright (C) 2011-2016 Xiph.Org Foundation +# Copyright (C) 2011-2022 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/test/test_seeking.sh b/test/test_seeking.sh index 31907704..21a1fe22 100755 --- a/test/test_seeking.sh +++ b/test/test_seeking.sh @@ -2,7 +2,7 @@ # FLAC - Free Lossless Audio Codec # Copyright (C) 2004-2009 Josh Coalson -# Copyright (C) 2011-2016 Xiph.Org Foundation +# Copyright (C) 2011-2022 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/test/test_streams.sh b/test/test_streams.sh index 9755326a..6d2aeae4 100755 --- a/test/test_streams.sh +++ b/test/test_streams.sh @@ -2,7 +2,7 @@ # FLAC - Free Lossless Audio Codec # Copyright (C) 2001-2009 Josh Coalson -# Copyright (C) 2011-2016 Xiph.Org Foundation +# Copyright (C) 2011-2022 Xiph.Org Foundation # # This file is part the FLAC project. FLAC is comprised of several # components distributed under different licenses. The codec libraries |