Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mumble-voip/mumble.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/src/tests
diff options
context:
space:
mode:
Diffstat (limited to 'src/tests')
-rw-r--r--src/tests/Benchmark.cpp2
-rw-r--r--src/tests/CMakeLists.txt2
-rw-r--r--src/tests/Collections.cpp2
-rw-r--r--src/tests/Emit.cpp2
-rw-r--r--src/tests/Hash.cpp2
-rw-r--r--src/tests/Lock.cpp2
-rw-r--r--src/tests/OverlayTest.cpp2
-rw-r--r--src/tests/ProtoBuf.cpp2
-rw-r--r--src/tests/ProtoBuf.proto2
-rw-r--r--src/tests/Resample.cpp2
-rw-r--r--src/tests/TestCrypt/CMakeLists.txt2
-rw-r--r--src/tests/TestCrypt/TestCrypt.cpp2
-rw-r--r--src/tests/TestCryptographicHash/CMakeLists.txt2
-rw-r--r--src/tests/TestCryptographicHash/TestCryptographicHash.cpp2
-rw-r--r--src/tests/TestCryptographicRandom/CMakeLists.txt2
-rw-r--r--src/tests/TestCryptographicRandom/TestCryptographicRandom.cpp2
-rw-r--r--src/tests/TestFFDHE/CMakeLists.txt2
-rw-r--r--src/tests/TestFFDHE/TestFFDHE.cpp2
-rw-r--r--src/tests/TestLink.cpp2
-rw-r--r--src/tests/TestPacketDataStream/CMakeLists.txt2
-rw-r--r--src/tests/TestPacketDataStream/TestPacketDataStream.cpp2
-rw-r--r--src/tests/TestPasswordGenerator/CMakeLists.txt2
-rw-r--r--src/tests/TestPasswordGenerator/TestPasswordGenerator.cpp2
-rw-r--r--src/tests/TestSSLLocks/CMakeLists.txt2
-rw-r--r--src/tests/TestSSLLocks/TestSSLLocks.cpp2
-rw-r--r--src/tests/TestSelfSignedCertificate/CMakeLists.txt2
-rw-r--r--src/tests/TestSelfSignedCertificate/TestSelfSignedCertificate.cpp2
-rw-r--r--src/tests/TestServerAddress/CMakeLists.txt2
-rw-r--r--src/tests/TestServerAddress/TestServerAddress.cpp2
-rw-r--r--src/tests/TestServerResolver/CMakeLists.txt2
-rw-r--r--src/tests/TestServerResolver/TestServerResolver.cpp2
-rw-r--r--src/tests/TestStdAbs/CMakeLists.txt2
-rw-r--r--src/tests/TestStdAbs/TestStdAbs.cpp2
-rw-r--r--src/tests/TestTimer/CMakeLists.txt2
-rw-r--r--src/tests/TestTimer/TestTimer.cpp2
-rw-r--r--src/tests/TestUnresolvedServerAddress/CMakeLists.txt2
-rw-r--r--src/tests/TestUnresolvedServerAddress/TestUnresolvedServerAddress.cpp2
-rw-r--r--src/tests/TestXMLTools/CMakeLists.txt2
-rw-r--r--src/tests/TestXMLTools/TestXMLTools.cpp2
39 files changed, 39 insertions, 39 deletions
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 <https://www.mumble.info/LICENSE>.
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 <https://www.mumble.info/LICENSE>.
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 <https://www.mumble.info/LICENSE>.
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 <https://www.mumble.info/LICENSE>.
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 <https://www.mumble.info/LICENSE>.
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 <https://www.mumble.info/LICENSE>.
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 <https://www.mumble.info/LICENSE>.
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 <https://www.mumble.info/LICENSE>.
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 <https://www.mumble.info/LICENSE>.
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 <https://www.mumble.info/LICENSE>.
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 <https://www.mumble.info/LICENSE>.
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 <https://www.mumble.info/LICENSE>.
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 <https://www.mumble.info/LICENSE>.
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 <https://www.mumble.info/LICENSE>.
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 <https://www.mumble.info/LICENSE>.
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 <https://www.mumble.info/LICENSE>.
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 <https://www.mumble.info/LICENSE>.
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 <https://www.mumble.info/LICENSE>.
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 <https://www.mumble.info/LICENSE>.
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 <https://www.mumble.info/LICENSE>.
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 <https://www.mumble.info/LICENSE>.
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 <https://www.mumble.info/LICENSE>.
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 <https://www.mumble.info/LICENSE>.
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 <https://www.mumble.info/LICENSE>.
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 <https://www.mumble.info/LICENSE>.
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 <https://www.mumble.info/LICENSE>.
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 <https://www.mumble.info/LICENSE>.
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 <https://www.mumble.info/LICENSE>.
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 <https://www.mumble.info/LICENSE>.
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 <https://www.mumble.info/LICENSE>.
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 <https://www.mumble.info/LICENSE>.
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 <https://www.mumble.info/LICENSE>.
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 <https://www.mumble.info/LICENSE>.
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 <https://www.mumble.info/LICENSE>.
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 <https://www.mumble.info/LICENSE>.
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 <https://www.mumble.info/LICENSE>.
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 <https://www.mumble.info/LICENSE>.
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 <https://www.mumble.info/LICENSE>.
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 <https://www.mumble.info/LICENSE>.