From d100ff1467e73873bdfee402c1803d29f727cef3 Mon Sep 17 00:00:00 2001 From: Robert Adam Date: Tue, 4 Jan 2022 20:17:33 +0100 Subject: MAINT: Update copyright to 2022 --- src/tests/Benchmark.cpp | 2 +- src/tests/CMakeLists.txt | 2 +- src/tests/Collections.cpp | 2 +- src/tests/Emit.cpp | 2 +- src/tests/Hash.cpp | 2 +- src/tests/Lock.cpp | 2 +- src/tests/OverlayTest.cpp | 2 +- src/tests/ProtoBuf.cpp | 2 +- src/tests/ProtoBuf.proto | 2 +- src/tests/Resample.cpp | 2 +- src/tests/TestCrypt/CMakeLists.txt | 2 +- src/tests/TestCrypt/TestCrypt.cpp | 2 +- src/tests/TestCryptographicHash/CMakeLists.txt | 2 +- src/tests/TestCryptographicHash/TestCryptographicHash.cpp | 2 +- src/tests/TestCryptographicRandom/CMakeLists.txt | 2 +- src/tests/TestCryptographicRandom/TestCryptographicRandom.cpp | 2 +- src/tests/TestFFDHE/CMakeLists.txt | 2 +- src/tests/TestFFDHE/TestFFDHE.cpp | 2 +- src/tests/TestLink.cpp | 2 +- src/tests/TestPacketDataStream/CMakeLists.txt | 2 +- src/tests/TestPacketDataStream/TestPacketDataStream.cpp | 2 +- src/tests/TestPasswordGenerator/CMakeLists.txt | 2 +- src/tests/TestPasswordGenerator/TestPasswordGenerator.cpp | 2 +- src/tests/TestSSLLocks/CMakeLists.txt | 2 +- src/tests/TestSSLLocks/TestSSLLocks.cpp | 2 +- src/tests/TestSelfSignedCertificate/CMakeLists.txt | 2 +- src/tests/TestSelfSignedCertificate/TestSelfSignedCertificate.cpp | 2 +- src/tests/TestServerAddress/CMakeLists.txt | 2 +- src/tests/TestServerAddress/TestServerAddress.cpp | 2 +- src/tests/TestServerResolver/CMakeLists.txt | 2 +- src/tests/TestServerResolver/TestServerResolver.cpp | 2 +- src/tests/TestStdAbs/CMakeLists.txt | 2 +- src/tests/TestStdAbs/TestStdAbs.cpp | 2 +- src/tests/TestTimer/CMakeLists.txt | 2 +- src/tests/TestTimer/TestTimer.cpp | 2 +- src/tests/TestUnresolvedServerAddress/CMakeLists.txt | 2 +- src/tests/TestUnresolvedServerAddress/TestUnresolvedServerAddress.cpp | 2 +- src/tests/TestXMLTools/CMakeLists.txt | 2 +- src/tests/TestXMLTools/TestXMLTools.cpp | 2 +- 39 files changed, 39 insertions(+), 39 deletions(-) (limited to 'src/tests') diff --git a/src/tests/Benchmark.cpp b/src/tests/Benchmark.cpp index 251923ad4..0fc53c45a 100644 --- a/src/tests/Benchmark.cpp +++ b/src/tests/Benchmark.cpp @@ -1,4 +1,4 @@ -// Copyright 2007-2021 The Mumble Developers. All rights reserved. +// Copyright 2007-2022 The Mumble Developers. All rights reserved. // Use of this source code is governed by a BSD-style license // that can be found in the LICENSE file at the root of the // Mumble source tree or at . diff --git a/src/tests/CMakeLists.txt b/src/tests/CMakeLists.txt index 10cd9a069..438dd91e6 100644 --- a/src/tests/CMakeLists.txt +++ b/src/tests/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright 2020-2021 The Mumble Developers. All rights reserved. +# Copyright 2020-2022 The Mumble Developers. All rights reserved. # Use of this source code is governed by a BSD-style license # that can be found in the LICENSE file at the root of the # Mumble source tree or at . diff --git a/src/tests/Collections.cpp b/src/tests/Collections.cpp index 8703ab41e..5775377ae 100644 --- a/src/tests/Collections.cpp +++ b/src/tests/Collections.cpp @@ -1,4 +1,4 @@ -// Copyright 2009-2021 The Mumble Developers. All rights reserved. +// Copyright 2009-2022 The Mumble Developers. All rights reserved. // Use of this source code is governed by a BSD-style license // that can be found in the LICENSE file at the root of the // Mumble source tree or at . diff --git a/src/tests/Emit.cpp b/src/tests/Emit.cpp index 8250bf6a9..457ed1ac7 100644 --- a/src/tests/Emit.cpp +++ b/src/tests/Emit.cpp @@ -1,4 +1,4 @@ -// Copyright 2009-2021 The Mumble Developers. All rights reserved. +// Copyright 2009-2022 The Mumble Developers. All rights reserved. // Use of this source code is governed by a BSD-style license // that can be found in the LICENSE file at the root of the // Mumble source tree or at . diff --git a/src/tests/Hash.cpp b/src/tests/Hash.cpp index 91065721d..7c4cb0d3d 100644 --- a/src/tests/Hash.cpp +++ b/src/tests/Hash.cpp @@ -1,4 +1,4 @@ -// Copyright 2009-2021 The Mumble Developers. All rights reserved. +// Copyright 2009-2022 The Mumble Developers. All rights reserved. // Use of this source code is governed by a BSD-style license // that can be found in the LICENSE file at the root of the // Mumble source tree or at . diff --git a/src/tests/Lock.cpp b/src/tests/Lock.cpp index c862f0ab2..218a9c6e0 100644 --- a/src/tests/Lock.cpp +++ b/src/tests/Lock.cpp @@ -1,4 +1,4 @@ -// Copyright 2009-2021 The Mumble Developers. All rights reserved. +// Copyright 2009-2022 The Mumble Developers. All rights reserved. // Use of this source code is governed by a BSD-style license // that can be found in the LICENSE file at the root of the // Mumble source tree or at . diff --git a/src/tests/OverlayTest.cpp b/src/tests/OverlayTest.cpp index 289d91525..a565d54e9 100644 --- a/src/tests/OverlayTest.cpp +++ b/src/tests/OverlayTest.cpp @@ -1,4 +1,4 @@ -// Copyright 2010-2021 The Mumble Developers. All rights reserved. +// Copyright 2010-2022 The Mumble Developers. All rights reserved. // Use of this source code is governed by a BSD-style license // that can be found in the LICENSE file at the root of the // Mumble source tree or at . diff --git a/src/tests/ProtoBuf.cpp b/src/tests/ProtoBuf.cpp index efa1cc0c8..c873b1469 100644 --- a/src/tests/ProtoBuf.cpp +++ b/src/tests/ProtoBuf.cpp @@ -1,4 +1,4 @@ -// Copyright 2009-2021 The Mumble Developers. All rights reserved. +// Copyright 2009-2022 The Mumble Developers. All rights reserved. // Use of this source code is governed by a BSD-style license // that can be found in the LICENSE file at the root of the // Mumble source tree or at . diff --git a/src/tests/ProtoBuf.proto b/src/tests/ProtoBuf.proto index 2052ab76b..35feb1bc2 100644 --- a/src/tests/ProtoBuf.proto +++ b/src/tests/ProtoBuf.proto @@ -1,4 +1,4 @@ -// Copyright 2009-2021 The Mumble Developers. All rights reserved. +// Copyright 2009-2022 The Mumble Developers. All rights reserved. // Use of this source code is governed by a BSD-style license // that can be found in the LICENSE file at the root of the // Mumble source tree or at . diff --git a/src/tests/Resample.cpp b/src/tests/Resample.cpp index be9fe30d8..046f32666 100644 --- a/src/tests/Resample.cpp +++ b/src/tests/Resample.cpp @@ -1,4 +1,4 @@ -// Copyright 2009-2021 The Mumble Developers. All rights reserved. +// Copyright 2009-2022 The Mumble Developers. All rights reserved. // Use of this source code is governed by a BSD-style license // that can be found in the LICENSE file at the root of the // Mumble source tree or at . diff --git a/src/tests/TestCrypt/CMakeLists.txt b/src/tests/TestCrypt/CMakeLists.txt index fa4f78e30..9ecf6db09 100644 --- a/src/tests/TestCrypt/CMakeLists.txt +++ b/src/tests/TestCrypt/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright 2020-2021 The Mumble Developers. All rights reserved. +# Copyright 2020-2022 The Mumble Developers. All rights reserved. # Use of this source code is governed by a BSD-style license # that can be found in the LICENSE file at the root of the # Mumble source tree or at . diff --git a/src/tests/TestCrypt/TestCrypt.cpp b/src/tests/TestCrypt/TestCrypt.cpp index 16b01240e..d3a312723 100644 --- a/src/tests/TestCrypt/TestCrypt.cpp +++ b/src/tests/TestCrypt/TestCrypt.cpp @@ -1,4 +1,4 @@ -// Copyright 2017-2021 The Mumble Developers. All rights reserved. +// Copyright 2017-2022 The Mumble Developers. All rights reserved. // Use of this source code is governed by a BSD-style license // that can be found in the LICENSE file at the root of the // Mumble source tree or at . diff --git a/src/tests/TestCryptographicHash/CMakeLists.txt b/src/tests/TestCryptographicHash/CMakeLists.txt index 7c2cb2d75..9c41e5264 100644 --- a/src/tests/TestCryptographicHash/CMakeLists.txt +++ b/src/tests/TestCryptographicHash/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright 2020-2021 The Mumble Developers. All rights reserved. +# Copyright 2020-2022 The Mumble Developers. All rights reserved. # Use of this source code is governed by a BSD-style license # that can be found in the LICENSE file at the root of the # Mumble source tree or at . diff --git a/src/tests/TestCryptographicHash/TestCryptographicHash.cpp b/src/tests/TestCryptographicHash/TestCryptographicHash.cpp index 555ba7ed9..650b71073 100644 --- a/src/tests/TestCryptographicHash/TestCryptographicHash.cpp +++ b/src/tests/TestCryptographicHash/TestCryptographicHash.cpp @@ -1,4 +1,4 @@ -// Copyright 2017-2021 The Mumble Developers. All rights reserved. +// Copyright 2017-2022 The Mumble Developers. All rights reserved. // Use of this source code is governed by a BSD-style license // that can be found in the LICENSE file at the root of the // Mumble source tree or at . diff --git a/src/tests/TestCryptographicRandom/CMakeLists.txt b/src/tests/TestCryptographicRandom/CMakeLists.txt index cc026ccdf..e8d7812bf 100644 --- a/src/tests/TestCryptographicRandom/CMakeLists.txt +++ b/src/tests/TestCryptographicRandom/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright 2020-2021 The Mumble Developers. All rights reserved. +# Copyright 2020-2022 The Mumble Developers. All rights reserved. # Use of this source code is governed by a BSD-style license # that can be found in the LICENSE file at the root of the # Mumble source tree or at . diff --git a/src/tests/TestCryptographicRandom/TestCryptographicRandom.cpp b/src/tests/TestCryptographicRandom/TestCryptographicRandom.cpp index 6183093b8..072ef5246 100644 --- a/src/tests/TestCryptographicRandom/TestCryptographicRandom.cpp +++ b/src/tests/TestCryptographicRandom/TestCryptographicRandom.cpp @@ -1,4 +1,4 @@ -// Copyright 2017-2021 The Mumble Developers. All rights reserved. +// Copyright 2017-2022 The Mumble Developers. All rights reserved. // Use of this source code is governed by a BSD-style license // that can be found in the LICENSE file at the root of the // Mumble source tree or at . diff --git a/src/tests/TestFFDHE/CMakeLists.txt b/src/tests/TestFFDHE/CMakeLists.txt index a6dbd3484..5d5d0195a 100644 --- a/src/tests/TestFFDHE/CMakeLists.txt +++ b/src/tests/TestFFDHE/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright 2020-2021 The Mumble Developers. All rights reserved. +# Copyright 2020-2022 The Mumble Developers. All rights reserved. # Use of this source code is governed by a BSD-style license # that can be found in the LICENSE file at the root of the # Mumble source tree or at . diff --git a/src/tests/TestFFDHE/TestFFDHE.cpp b/src/tests/TestFFDHE/TestFFDHE.cpp index da7f6fa6f..8d4944674 100644 --- a/src/tests/TestFFDHE/TestFFDHE.cpp +++ b/src/tests/TestFFDHE/TestFFDHE.cpp @@ -1,4 +1,4 @@ -// Copyright 2017-2021 The Mumble Developers. All rights reserved. +// Copyright 2017-2022 The Mumble Developers. All rights reserved. // Use of this source code is governed by a BSD-style license // that can be found in the LICENSE file at the root of the // Mumble source tree or at . diff --git a/src/tests/TestLink.cpp b/src/tests/TestLink.cpp index cc2faea47..935653e87 100644 --- a/src/tests/TestLink.cpp +++ b/src/tests/TestLink.cpp @@ -1,4 +1,4 @@ -// Copyright 2008-2021 The Mumble Developers. All rights reserved. +// Copyright 2008-2022 The Mumble Developers. All rights reserved. // Use of this source code is governed by a BSD-style license // that can be found in the LICENSE file at the root of the // Mumble source tree or at . diff --git a/src/tests/TestPacketDataStream/CMakeLists.txt b/src/tests/TestPacketDataStream/CMakeLists.txt index 3db542354..d0da3bd68 100644 --- a/src/tests/TestPacketDataStream/CMakeLists.txt +++ b/src/tests/TestPacketDataStream/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright 2020-2021 The Mumble Developers. All rights reserved. +# Copyright 2020-2022 The Mumble Developers. All rights reserved. # Use of this source code is governed by a BSD-style license # that can be found in the LICENSE file at the root of the # Mumble source tree or at . diff --git a/src/tests/TestPacketDataStream/TestPacketDataStream.cpp b/src/tests/TestPacketDataStream/TestPacketDataStream.cpp index b87b97aef..3b2dceffb 100644 --- a/src/tests/TestPacketDataStream/TestPacketDataStream.cpp +++ b/src/tests/TestPacketDataStream/TestPacketDataStream.cpp @@ -1,4 +1,4 @@ -// Copyright 2017-2021 The Mumble Developers. All rights reserved. +// Copyright 2017-2022 The Mumble Developers. All rights reserved. // Use of this source code is governed by a BSD-style license // that can be found in the LICENSE file at the root of the // Mumble source tree or at . diff --git a/src/tests/TestPasswordGenerator/CMakeLists.txt b/src/tests/TestPasswordGenerator/CMakeLists.txt index 5110a54d7..f48fcafac 100644 --- a/src/tests/TestPasswordGenerator/CMakeLists.txt +++ b/src/tests/TestPasswordGenerator/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright 2020-2021 The Mumble Developers. All rights reserved. +# Copyright 2020-2022 The Mumble Developers. All rights reserved. # Use of this source code is governed by a BSD-style license # that can be found in the LICENSE file at the root of the # Mumble source tree or at . diff --git a/src/tests/TestPasswordGenerator/TestPasswordGenerator.cpp b/src/tests/TestPasswordGenerator/TestPasswordGenerator.cpp index bc9bd1ed0..0e5009532 100644 --- a/src/tests/TestPasswordGenerator/TestPasswordGenerator.cpp +++ b/src/tests/TestPasswordGenerator/TestPasswordGenerator.cpp @@ -1,4 +1,4 @@ -// Copyright 2017-2021 The Mumble Developers. All rights reserved. +// Copyright 2017-2022 The Mumble Developers. All rights reserved. // Use of this source code is governed by a BSD-style license // that can be found in the LICENSE file at the root of the // Mumble source tree or at . diff --git a/src/tests/TestSSLLocks/CMakeLists.txt b/src/tests/TestSSLLocks/CMakeLists.txt index f9e9c890a..97a7c703e 100644 --- a/src/tests/TestSSLLocks/CMakeLists.txt +++ b/src/tests/TestSSLLocks/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright 2020-2021 The Mumble Developers. All rights reserved. +# Copyright 2020-2022 The Mumble Developers. All rights reserved. # Use of this source code is governed by a BSD-style license # that can be found in the LICENSE file at the root of the # Mumble source tree or at . diff --git a/src/tests/TestSSLLocks/TestSSLLocks.cpp b/src/tests/TestSSLLocks/TestSSLLocks.cpp index a2c00c8d5..87b6265bd 100644 --- a/src/tests/TestSSLLocks/TestSSLLocks.cpp +++ b/src/tests/TestSSLLocks/TestSSLLocks.cpp @@ -1,4 +1,4 @@ -// Copyright 2017-2021 The Mumble Developers. All rights reserved. +// Copyright 2017-2022 The Mumble Developers. All rights reserved. // Use of this source code is governed by a BSD-style license // that can be found in the LICENSE file at the root of the // Mumble source tree or at . diff --git a/src/tests/TestSelfSignedCertificate/CMakeLists.txt b/src/tests/TestSelfSignedCertificate/CMakeLists.txt index 32a21296c..c643ff316 100644 --- a/src/tests/TestSelfSignedCertificate/CMakeLists.txt +++ b/src/tests/TestSelfSignedCertificate/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright 2020-2021 The Mumble Developers. All rights reserved. +# Copyright 2020-2022 The Mumble Developers. All rights reserved. # Use of this source code is governed by a BSD-style license # that can be found in the LICENSE file at the root of the # Mumble source tree or at . diff --git a/src/tests/TestSelfSignedCertificate/TestSelfSignedCertificate.cpp b/src/tests/TestSelfSignedCertificate/TestSelfSignedCertificate.cpp index 8bac45b34..78530a731 100644 --- a/src/tests/TestSelfSignedCertificate/TestSelfSignedCertificate.cpp +++ b/src/tests/TestSelfSignedCertificate/TestSelfSignedCertificate.cpp @@ -1,4 +1,4 @@ -// Copyright 2017-2021 The Mumble Developers. All rights reserved. +// Copyright 2017-2022 The Mumble Developers. All rights reserved. // Use of this source code is governed by a BSD-style license // that can be found in the LICENSE file at the root of the // Mumble source tree or at . diff --git a/src/tests/TestServerAddress/CMakeLists.txt b/src/tests/TestServerAddress/CMakeLists.txt index 99c6dac70..c2277e4d2 100644 --- a/src/tests/TestServerAddress/CMakeLists.txt +++ b/src/tests/TestServerAddress/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright 2020-2021 The Mumble Developers. All rights reserved. +# Copyright 2020-2022 The Mumble Developers. All rights reserved. # Use of this source code is governed by a BSD-style license # that can be found in the LICENSE file at the root of the # Mumble source tree or at . diff --git a/src/tests/TestServerAddress/TestServerAddress.cpp b/src/tests/TestServerAddress/TestServerAddress.cpp index e5e7f78c8..57ecb5e6a 100644 --- a/src/tests/TestServerAddress/TestServerAddress.cpp +++ b/src/tests/TestServerAddress/TestServerAddress.cpp @@ -1,4 +1,4 @@ -// Copyright 2017-2021 The Mumble Developers. All rights reserved. +// Copyright 2017-2022 The Mumble Developers. All rights reserved. // Use of this source code is governed by a BSD-style license // that can be found in the LICENSE file at the root of the // Mumble source tree or at . diff --git a/src/tests/TestServerResolver/CMakeLists.txt b/src/tests/TestServerResolver/CMakeLists.txt index 824d9c843..8db76e3d7 100644 --- a/src/tests/TestServerResolver/CMakeLists.txt +++ b/src/tests/TestServerResolver/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright 2020-2021 The Mumble Developers. All rights reserved. +# Copyright 2020-2022 The Mumble Developers. All rights reserved. # Use of this source code is governed by a BSD-style license # that can be found in the LICENSE file at the root of the # Mumble source tree or at . diff --git a/src/tests/TestServerResolver/TestServerResolver.cpp b/src/tests/TestServerResolver/TestServerResolver.cpp index 464ff5b35..5647e7776 100644 --- a/src/tests/TestServerResolver/TestServerResolver.cpp +++ b/src/tests/TestServerResolver/TestServerResolver.cpp @@ -1,4 +1,4 @@ -// Copyright 2017-2021 The Mumble Developers. All rights reserved. +// Copyright 2017-2022 The Mumble Developers. All rights reserved. // Use of this source code is governed by a BSD-style license // that can be found in the LICENSE file at the root of the // Mumble source tree or at . diff --git a/src/tests/TestStdAbs/CMakeLists.txt b/src/tests/TestStdAbs/CMakeLists.txt index f344ac4c8..dc82491a5 100644 --- a/src/tests/TestStdAbs/CMakeLists.txt +++ b/src/tests/TestStdAbs/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright 2020-2021 The Mumble Developers. All rights reserved. +# Copyright 2020-2022 The Mumble Developers. All rights reserved. # Use of this source code is governed by a BSD-style license # that can be found in the LICENSE file at the root of the # Mumble source tree or at . diff --git a/src/tests/TestStdAbs/TestStdAbs.cpp b/src/tests/TestStdAbs/TestStdAbs.cpp index 378045d88..2824c1c75 100644 --- a/src/tests/TestStdAbs/TestStdAbs.cpp +++ b/src/tests/TestStdAbs/TestStdAbs.cpp @@ -1,4 +1,4 @@ -// Copyright 2017-2021 The Mumble Developers. All rights reserved. +// Copyright 2017-2022 The Mumble Developers. All rights reserved. // Use of this source code is governed by a BSD-style license // that can be found in the LICENSE file at the root of the // Mumble source tree or at . diff --git a/src/tests/TestTimer/CMakeLists.txt b/src/tests/TestTimer/CMakeLists.txt index df1543801..fdd632897 100644 --- a/src/tests/TestTimer/CMakeLists.txt +++ b/src/tests/TestTimer/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright 2020-2021 The Mumble Developers. All rights reserved. +# Copyright 2020-2022 The Mumble Developers. All rights reserved. # Use of this source code is governed by a BSD-style license # that can be found in the LICENSE file at the root of the # Mumble source tree or at . diff --git a/src/tests/TestTimer/TestTimer.cpp b/src/tests/TestTimer/TestTimer.cpp index 11f14951e..176b8e9e8 100644 --- a/src/tests/TestTimer/TestTimer.cpp +++ b/src/tests/TestTimer/TestTimer.cpp @@ -1,4 +1,4 @@ -// Copyright 2017-2021 The Mumble Developers. All rights reserved. +// Copyright 2017-2022 The Mumble Developers. All rights reserved. // Use of this source code is governed by a BSD-style license // that can be found in the LICENSE file at the root of the // Mumble source tree or at . diff --git a/src/tests/TestUnresolvedServerAddress/CMakeLists.txt b/src/tests/TestUnresolvedServerAddress/CMakeLists.txt index b3ec4ee3f..12fa1819e 100644 --- a/src/tests/TestUnresolvedServerAddress/CMakeLists.txt +++ b/src/tests/TestUnresolvedServerAddress/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright 2020-2021 The Mumble Developers. All rights reserved. +# Copyright 2020-2022 The Mumble Developers. All rights reserved. # Use of this source code is governed by a BSD-style license # that can be found in the LICENSE file at the root of the # Mumble source tree or at . diff --git a/src/tests/TestUnresolvedServerAddress/TestUnresolvedServerAddress.cpp b/src/tests/TestUnresolvedServerAddress/TestUnresolvedServerAddress.cpp index e3db7a06f..792ba059c 100644 --- a/src/tests/TestUnresolvedServerAddress/TestUnresolvedServerAddress.cpp +++ b/src/tests/TestUnresolvedServerAddress/TestUnresolvedServerAddress.cpp @@ -1,4 +1,4 @@ -// Copyright 2017-2021 The Mumble Developers. All rights reserved. +// Copyright 2017-2022 The Mumble Developers. All rights reserved. // Use of this source code is governed by a BSD-style license // that can be found in the LICENSE file at the root of the // Mumble source tree or at . diff --git a/src/tests/TestXMLTools/CMakeLists.txt b/src/tests/TestXMLTools/CMakeLists.txt index 55e1e1b45..2b38e87f8 100644 --- a/src/tests/TestXMLTools/CMakeLists.txt +++ b/src/tests/TestXMLTools/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright 2020-2021 The Mumble Developers. All rights reserved. +# Copyright 2020-2022 The Mumble Developers. All rights reserved. # Use of this source code is governed by a BSD-style license # that can be found in the LICENSE file at the root of the # Mumble source tree or at . diff --git a/src/tests/TestXMLTools/TestXMLTools.cpp b/src/tests/TestXMLTools/TestXMLTools.cpp index 1524d7d30..e4b1b796a 100644 --- a/src/tests/TestXMLTools/TestXMLTools.cpp +++ b/src/tests/TestXMLTools/TestXMLTools.cpp @@ -1,4 +1,4 @@ -// Copyright 2017-2021 The Mumble Developers. All rights reserved. +// Copyright 2017-2022 The Mumble Developers. All rights reserved. // Use of this source code is governed by a BSD-style license // that can be found in the LICENSE file at the root of the // Mumble source tree or at . -- cgit v1.2.3