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
diff options
context:
space:
mode:
authorRobert <krzmbrzl@gmail.com>2021-04-09 16:02:13 +0300
committerRobert <krzmbrzl@gmail.com>2021-04-09 16:41:49 +0300
commit56db3410c536aa42265eac871ffdf4d266862f54 (patch)
tree33ffb27dcbd35a5f0e592cd490066156818ad737 /plugins
parent6023035f503e3e15643ce987c1e624d2bd0dbb10 (diff)
MAINT: Update copyright notice to 2021 (Part II)
Apparently the first commit (59ae429972c16c377135bcccfee646b7df446933) did not include all files. Furthermore the used script tended to produce funny results in certain cases. This has been fixed and as a result thereof a few more changes were made in this second run.
Diffstat (limited to 'plugins')
-rw-r--r--plugins/CMakeLists.txt2
-rw-r--r--plugins/amongus/CMakeLists.txt2
-rw-r--r--plugins/aoc/CMakeLists.txt2
-rw-r--r--plugins/arma2/CMakeLists.txt2
-rw-r--r--plugins/arma2/arma2.cpp2
-rw-r--r--plugins/bf1/CMakeLists.txt2
-rw-r--r--plugins/bf1942/CMakeLists.txt2
-rw-r--r--plugins/bf1942/bf1942.cpp2
-rw-r--r--plugins/bf2/CMakeLists.txt2
-rw-r--r--plugins/bf2142/CMakeLists.txt2
-rw-r--r--plugins/bf2142/bf2142.cpp2
-rw-r--r--plugins/bf3/CMakeLists.txt2
-rw-r--r--plugins/bf3/bf3.cpp2
-rw-r--r--plugins/bf4/CMakeLists.txt2
-rw-r--r--plugins/bf4_x86/CMakeLists.txt2
-rw-r--r--plugins/bfbc2/CMakeLists.txt2
-rw-r--r--plugins/bfbc2/bfbc2.cpp2
-rw-r--r--plugins/bfheroes/CMakeLists.txt2
-rw-r--r--plugins/bfheroes/bfheroes.cpp2
-rw-r--r--plugins/blacklight/CMakeLists.txt2
-rw-r--r--plugins/borderlands/CMakeLists.txt2
-rw-r--r--plugins/borderlands2/CMakeLists.txt2
-rw-r--r--plugins/borderlands2/borderlands2.cpp2
-rw-r--r--plugins/breach/CMakeLists.txt2
-rw-r--r--plugins/breach/breach.cpp2
-rw-r--r--plugins/cod2/CMakeLists.txt2
-rw-r--r--plugins/cod4/CMakeLists.txt2
-rw-r--r--plugins/cod5/CMakeLists.txt2
-rw-r--r--plugins/codmw2/CMakeLists.txt2
-rw-r--r--plugins/codmw2/codmw2.cpp2
-rw-r--r--plugins/codmw2so/CMakeLists.txt2
-rw-r--r--plugins/codmw2so/codmw2so.cpp2
-rw-r--r--plugins/cs/CMakeLists.txt2
-rw-r--r--plugins/css/CMakeLists.txt2
-rw-r--r--plugins/dods/CMakeLists.txt2
-rw-r--r--plugins/dys/CMakeLists.txt2
-rw-r--r--plugins/etqw/CMakeLists.txt2
-rw-r--r--plugins/etqw/etqw.cpp2
-rw-r--r--plugins/ffxiv/CMakeLists.txt2
-rw-r--r--plugins/ffxiv_x64/CMakeLists.txt2
-rw-r--r--plugins/gmod/CMakeLists.txt2
-rw-r--r--plugins/gtaiv/CMakeLists.txt2
-rw-r--r--plugins/gtasa/CMakeLists.txt2
-rw-r--r--plugins/gtav/CMakeLists.txt2
-rw-r--r--plugins/gw/CMakeLists.txt2
-rw-r--r--plugins/hl2dm/CMakeLists.txt2
-rw-r--r--plugins/insurgency/CMakeLists.txt2
-rw-r--r--plugins/jc2/CMakeLists.txt2
-rw-r--r--plugins/jc2/jc2.cpp2
-rw-r--r--plugins/l4d/CMakeLists.txt2
-rw-r--r--plugins/l4d2/CMakeLists.txt2
-rw-r--r--plugins/link/CMakeLists.txt2
-rw-r--r--plugins/lol/CMakeLists.txt2
-rw-r--r--plugins/lotro/CMakeLists.txt2
-rw-r--r--plugins/lotro/lotro.cpp2
-rw-r--r--plugins/null_plugin.cpp2
-rw-r--r--plugins/ql/CMakeLists.txt2
-rw-r--r--plugins/rl/CMakeLists.txt2
-rw-r--r--plugins/rl/rl.cpp2
-rw-r--r--plugins/se/CMakeLists.txt2
-rw-r--r--plugins/sr/CMakeLists.txt2
-rw-r--r--plugins/sr/sr.cpp2
-rw-r--r--plugins/sto/CMakeLists.txt2
-rw-r--r--plugins/tf2/CMakeLists.txt2
-rw-r--r--plugins/ut2004/CMakeLists.txt2
-rw-r--r--plugins/ut2004/ut2004.cpp2
-rw-r--r--plugins/ut3/CMakeLists.txt2
-rw-r--r--plugins/ut3/ut3.cpp2
-rw-r--r--plugins/ut99/CMakeLists.txt2
-rw-r--r--plugins/wolfet/CMakeLists.txt2
-rw-r--r--plugins/wow/CMakeLists.txt2
-rw-r--r--plugins/wow_x64/CMakeLists.txt2
72 files changed, 72 insertions, 72 deletions
diff --git a/plugins/CMakeLists.txt b/plugins/CMakeLists.txt
index 46609e18a..41a45c6d4 100644
--- a/plugins/CMakeLists.txt
+++ b/plugins/CMakeLists.txt
@@ -1,4 +1,4 @@
-# Copyright 2019-2020 The Mumble Developers. All rights reserved.
+# Copyright 2020-2021 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/plugins/amongus/CMakeLists.txt b/plugins/amongus/CMakeLists.txt
index 3cae1336a..686e8e0c0 100644
--- a/plugins/amongus/CMakeLists.txt
+++ b/plugins/amongus/CMakeLists.txt
@@ -1,4 +1,4 @@
-# Copyright 2020 The Mumble Developers. All rights reserved.
+# Copyright 2020-2021 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/plugins/aoc/CMakeLists.txt b/plugins/aoc/CMakeLists.txt
index 1bcc5ac18..b9288a29e 100644
--- a/plugins/aoc/CMakeLists.txt
+++ b/plugins/aoc/CMakeLists.txt
@@ -1,4 +1,4 @@
-# Copyright 2019-2020 The Mumble Developers. All rights reserved.
+# Copyright 2020-2021 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/plugins/arma2/CMakeLists.txt b/plugins/arma2/CMakeLists.txt
index dfa5fc53f..5a2bff4f1 100644
--- a/plugins/arma2/CMakeLists.txt
+++ b/plugins/arma2/CMakeLists.txt
@@ -1,4 +1,4 @@
-# Copyright 2019-2020 The Mumble Developers. All rights reserved.
+# Copyright 2020-2021 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/plugins/arma2/arma2.cpp b/plugins/arma2/arma2.cpp
index 5e4a3b944..af103973c 100644
--- a/plugins/arma2/arma2.cpp
+++ b/plugins/arma2/arma2.cpp
@@ -1,4 +1,4 @@
-// Copyright 2005-2021 The Mumble Developers. All rights reserved.
+// Copyright 2010-2021 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/plugins/bf1/CMakeLists.txt b/plugins/bf1/CMakeLists.txt
index 6268c729f..c9298aacd 100644
--- a/plugins/bf1/CMakeLists.txt
+++ b/plugins/bf1/CMakeLists.txt
@@ -1,4 +1,4 @@
-# Copyright 2019-2020 The Mumble Developers. All rights reserved.
+# Copyright 2020-2021 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/plugins/bf1942/CMakeLists.txt b/plugins/bf1942/CMakeLists.txt
index 00a71146a..830448e7a 100644
--- a/plugins/bf1942/CMakeLists.txt
+++ b/plugins/bf1942/CMakeLists.txt
@@ -1,4 +1,4 @@
-# Copyright 2019-2020 The Mumble Developers. All rights reserved.
+# Copyright 2020-2021 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/plugins/bf1942/bf1942.cpp b/plugins/bf1942/bf1942.cpp
index 3ac86bc3e..a35a29784 100644
--- a/plugins/bf1942/bf1942.cpp
+++ b/plugins/bf1942/bf1942.cpp
@@ -1,4 +1,4 @@
-// Copyright 2005-2021 The Mumble Developers. All rights reserved.
+// Copyright 2010-2021 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/plugins/bf2/CMakeLists.txt b/plugins/bf2/CMakeLists.txt
index c4b16e226..05b0a00b0 100644
--- a/plugins/bf2/CMakeLists.txt
+++ b/plugins/bf2/CMakeLists.txt
@@ -1,4 +1,4 @@
-# Copyright 2019-2020 The Mumble Developers. All rights reserved.
+# Copyright 2020-2021 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/plugins/bf2142/CMakeLists.txt b/plugins/bf2142/CMakeLists.txt
index 3969231e4..af38a8a19 100644
--- a/plugins/bf2142/CMakeLists.txt
+++ b/plugins/bf2142/CMakeLists.txt
@@ -1,4 +1,4 @@
-# Copyright 2019-2020 The Mumble Developers. All rights reserved.
+# Copyright 2020-2021 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/plugins/bf2142/bf2142.cpp b/plugins/bf2142/bf2142.cpp
index 0d4d965cf..aa1b2e4ef 100644
--- a/plugins/bf2142/bf2142.cpp
+++ b/plugins/bf2142/bf2142.cpp
@@ -1,4 +1,4 @@
-// Copyright 2005-2021 The Mumble Developers. All rights reserved.
+// Copyright 2009-2021 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/plugins/bf3/CMakeLists.txt b/plugins/bf3/CMakeLists.txt
index f19145e1a..323543381 100644
--- a/plugins/bf3/CMakeLists.txt
+++ b/plugins/bf3/CMakeLists.txt
@@ -1,4 +1,4 @@
-# Copyright 2019-2020 The Mumble Developers. All rights reserved.
+# Copyright 2020-2021 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/plugins/bf3/bf3.cpp b/plugins/bf3/bf3.cpp
index 092c0deb3..812e49134 100644
--- a/plugins/bf3/bf3.cpp
+++ b/plugins/bf3/bf3.cpp
@@ -1,4 +1,4 @@
-// Copyright 2005-2021 The Mumble Developers. All rights reserved.
+// Copyright 2011-2021 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/plugins/bf4/CMakeLists.txt b/plugins/bf4/CMakeLists.txt
index 0c0423ded..21862633d 100644
--- a/plugins/bf4/CMakeLists.txt
+++ b/plugins/bf4/CMakeLists.txt
@@ -1,4 +1,4 @@
-# Copyright 2019-2020 The Mumble Developers. All rights reserved.
+# Copyright 2020-2021 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/plugins/bf4_x86/CMakeLists.txt b/plugins/bf4_x86/CMakeLists.txt
index 96b1690cc..d18e943c8 100644
--- a/plugins/bf4_x86/CMakeLists.txt
+++ b/plugins/bf4_x86/CMakeLists.txt
@@ -1,4 +1,4 @@
-# Copyright 2019-2020 The Mumble Developers. All rights reserved.
+# Copyright 2020-2021 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/plugins/bfbc2/CMakeLists.txt b/plugins/bfbc2/CMakeLists.txt
index 225e6ce22..3af589a62 100644
--- a/plugins/bfbc2/CMakeLists.txt
+++ b/plugins/bfbc2/CMakeLists.txt
@@ -1,4 +1,4 @@
-# Copyright 2019-2020 The Mumble Developers. All rights reserved.
+# Copyright 2020-2021 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/plugins/bfbc2/bfbc2.cpp b/plugins/bfbc2/bfbc2.cpp
index bf4847841..312498e37 100644
--- a/plugins/bfbc2/bfbc2.cpp
+++ b/plugins/bfbc2/bfbc2.cpp
@@ -1,4 +1,4 @@
-// Copyright 2005-2021 The Mumble Developers. All rights reserved.
+// Copyright 2010-2021 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/plugins/bfheroes/CMakeLists.txt b/plugins/bfheroes/CMakeLists.txt
index a7ed67152..4f8de76b2 100644
--- a/plugins/bfheroes/CMakeLists.txt
+++ b/plugins/bfheroes/CMakeLists.txt
@@ -1,4 +1,4 @@
-# Copyright 2019-2020 The Mumble Developers. All rights reserved.
+# Copyright 2020-2021 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/plugins/bfheroes/bfheroes.cpp b/plugins/bfheroes/bfheroes.cpp
index 9329618fa..fc7136737 100644
--- a/plugins/bfheroes/bfheroes.cpp
+++ b/plugins/bfheroes/bfheroes.cpp
@@ -1,4 +1,4 @@
-// Copyright 2005-2021 The Mumble Developers. All rights reserved.
+// Copyright 2009-2021 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/plugins/blacklight/CMakeLists.txt b/plugins/blacklight/CMakeLists.txt
index 55b1be33e..d1dd7a094 100644
--- a/plugins/blacklight/CMakeLists.txt
+++ b/plugins/blacklight/CMakeLists.txt
@@ -1,4 +1,4 @@
-# Copyright 2019-2020 The Mumble Developers. All rights reserved.
+# Copyright 2020-2021 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/plugins/borderlands/CMakeLists.txt b/plugins/borderlands/CMakeLists.txt
index 40673b059..a7afe26b7 100644
--- a/plugins/borderlands/CMakeLists.txt
+++ b/plugins/borderlands/CMakeLists.txt
@@ -1,4 +1,4 @@
-# Copyright 2019-2020 The Mumble Developers. All rights reserved.
+# Copyright 2020-2021 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/plugins/borderlands2/CMakeLists.txt b/plugins/borderlands2/CMakeLists.txt
index 25ed4a28e..1c4471be2 100644
--- a/plugins/borderlands2/CMakeLists.txt
+++ b/plugins/borderlands2/CMakeLists.txt
@@ -1,4 +1,4 @@
-# Copyright 2019-2020 The Mumble Developers. All rights reserved.
+# Copyright 2020-2021 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/plugins/borderlands2/borderlands2.cpp b/plugins/borderlands2/borderlands2.cpp
index 0a49f077c..2ef7b0a1f 100644
--- a/plugins/borderlands2/borderlands2.cpp
+++ b/plugins/borderlands2/borderlands2.cpp
@@ -1,4 +1,4 @@
-// Copyright 2005-2021 The Mumble Developers. All rights reserved.
+// Copyright 2013-2021 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/plugins/breach/CMakeLists.txt b/plugins/breach/CMakeLists.txt
index 11f96a61a..6ff60ca65 100644
--- a/plugins/breach/CMakeLists.txt
+++ b/plugins/breach/CMakeLists.txt
@@ -1,4 +1,4 @@
-# Copyright 2019-2020 The Mumble Developers. All rights reserved.
+# Copyright 2020-2021 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/plugins/breach/breach.cpp b/plugins/breach/breach.cpp
index a026af96b..605b16a94 100644
--- a/plugins/breach/breach.cpp
+++ b/plugins/breach/breach.cpp
@@ -1,4 +1,4 @@
-// Copyright 2005-2021 The Mumble Developers. All rights reserved.
+// Copyright 2011-2021 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/plugins/cod2/CMakeLists.txt b/plugins/cod2/CMakeLists.txt
index 2b7d5bde9..9de5cf7a9 100644
--- a/plugins/cod2/CMakeLists.txt
+++ b/plugins/cod2/CMakeLists.txt
@@ -1,4 +1,4 @@
-# Copyright 2019-2021 The Mumble Developers. All rights reserved.
+# Copyright 2020-2021 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/plugins/cod4/CMakeLists.txt b/plugins/cod4/CMakeLists.txt
index 8838144d9..1cb9d983e 100644
--- a/plugins/cod4/CMakeLists.txt
+++ b/plugins/cod4/CMakeLists.txt
@@ -1,4 +1,4 @@
-# Copyright 2019-2020 The Mumble Developers. All rights reserved.
+# Copyright 2020-2021 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/plugins/cod5/CMakeLists.txt b/plugins/cod5/CMakeLists.txt
index 9eb83bb71..f253190a5 100644
--- a/plugins/cod5/CMakeLists.txt
+++ b/plugins/cod5/CMakeLists.txt
@@ -1,4 +1,4 @@
-# Copyright 2019-2020 The Mumble Developers. All rights reserved.
+# Copyright 2020-2021 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/plugins/codmw2/CMakeLists.txt b/plugins/codmw2/CMakeLists.txt
index 39f9eb928..4b7cdc53f 100644
--- a/plugins/codmw2/CMakeLists.txt
+++ b/plugins/codmw2/CMakeLists.txt
@@ -1,4 +1,4 @@
-# Copyright 2019-2020 The Mumble Developers. All rights reserved.
+# Copyright 2020-2021 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/plugins/codmw2/codmw2.cpp b/plugins/codmw2/codmw2.cpp
index 5a15ed2b4..44b4d9527 100644
--- a/plugins/codmw2/codmw2.cpp
+++ b/plugins/codmw2/codmw2.cpp
@@ -1,4 +1,4 @@
-// Copyright 2008-2021 The Mumble Developers. All rights reserved.
+// Copyright 2009-2021 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/plugins/codmw2so/CMakeLists.txt b/plugins/codmw2so/CMakeLists.txt
index a64fc4e4b..6a25a28a5 100644
--- a/plugins/codmw2so/CMakeLists.txt
+++ b/plugins/codmw2so/CMakeLists.txt
@@ -1,4 +1,4 @@
-# Copyright 2019-2020 The Mumble Developers. All rights reserved.
+# Copyright 2020-2021 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/plugins/codmw2so/codmw2so.cpp b/plugins/codmw2so/codmw2so.cpp
index 5c6c0297a..cac4484a7 100644
--- a/plugins/codmw2so/codmw2so.cpp
+++ b/plugins/codmw2so/codmw2so.cpp
@@ -1,4 +1,4 @@
-// Copyright 2008-2021 The Mumble Developers. All rights reserved.
+// Copyright 2009-2021 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/plugins/cs/CMakeLists.txt b/plugins/cs/CMakeLists.txt
index afd687f60..87a2a43ec 100644
--- a/plugins/cs/CMakeLists.txt
+++ b/plugins/cs/CMakeLists.txt
@@ -1,4 +1,4 @@
-# Copyright 2019-2020 The Mumble Developers. All rights reserved.
+# Copyright 2020-2021 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/plugins/css/CMakeLists.txt b/plugins/css/CMakeLists.txt
index 0437fa657..b4ff5988e 100644
--- a/plugins/css/CMakeLists.txt
+++ b/plugins/css/CMakeLists.txt
@@ -1,4 +1,4 @@
-# Copyright 2019-2020 The Mumble Developers. All rights reserved.
+# Copyright 2020-2021 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/plugins/dods/CMakeLists.txt b/plugins/dods/CMakeLists.txt
index cc990ef01..4a59f7d10 100644
--- a/plugins/dods/CMakeLists.txt
+++ b/plugins/dods/CMakeLists.txt
@@ -1,4 +1,4 @@
-# Copyright 2019-2020 The Mumble Developers. All rights reserved.
+# Copyright 2020-2021 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/plugins/dys/CMakeLists.txt b/plugins/dys/CMakeLists.txt
index daf63a9f7..b009b6a58 100644
--- a/plugins/dys/CMakeLists.txt
+++ b/plugins/dys/CMakeLists.txt
@@ -1,4 +1,4 @@
-# Copyright 2019-2020 The Mumble Developers. All rights reserved.
+# Copyright 2020-2021 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/plugins/etqw/CMakeLists.txt b/plugins/etqw/CMakeLists.txt
index 0d89dbd94..ac643189f 100644
--- a/plugins/etqw/CMakeLists.txt
+++ b/plugins/etqw/CMakeLists.txt
@@ -1,4 +1,4 @@
-# Copyright 2019-2020 The Mumble Developers. All rights reserved.
+# Copyright 2020-2021 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/plugins/etqw/etqw.cpp b/plugins/etqw/etqw.cpp
index 1109e5d46..124848d2a 100644
--- a/plugins/etqw/etqw.cpp
+++ b/plugins/etqw/etqw.cpp
@@ -1,4 +1,4 @@
-// Copyright 2008-2021 The Mumble Developers. All rights reserved.
+// Copyright 2009-2021 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/plugins/ffxiv/CMakeLists.txt b/plugins/ffxiv/CMakeLists.txt
index 2b612fc50..288623406 100644
--- a/plugins/ffxiv/CMakeLists.txt
+++ b/plugins/ffxiv/CMakeLists.txt
@@ -1,4 +1,4 @@
-# Copyright 2019-2020 The Mumble Developers. All rights reserved.
+# Copyright 2020-2021 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/plugins/ffxiv_x64/CMakeLists.txt b/plugins/ffxiv_x64/CMakeLists.txt
index 255c3754b..413b0a3c7 100644
--- a/plugins/ffxiv_x64/CMakeLists.txt
+++ b/plugins/ffxiv_x64/CMakeLists.txt
@@ -1,4 +1,4 @@
-# Copyright 2019-2020 The Mumble Developers. All rights reserved.
+# Copyright 2020-2021 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/plugins/gmod/CMakeLists.txt b/plugins/gmod/CMakeLists.txt
index 780dad317..0bc43ace7 100644
--- a/plugins/gmod/CMakeLists.txt
+++ b/plugins/gmod/CMakeLists.txt
@@ -1,4 +1,4 @@
-# Copyright 2019-2020 The Mumble Developers. All rights reserved.
+# Copyright 2020-2021 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/plugins/gtaiv/CMakeLists.txt b/plugins/gtaiv/CMakeLists.txt
index 03ff487c7..402645e4e 100644
--- a/plugins/gtaiv/CMakeLists.txt
+++ b/plugins/gtaiv/CMakeLists.txt
@@ -1,4 +1,4 @@
-# Copyright 2019-2020 The Mumble Developers. All rights reserved.
+# Copyright 2020-2021 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/plugins/gtasa/CMakeLists.txt b/plugins/gtasa/CMakeLists.txt
index f1caa316f..2434b2f3a 100644
--- a/plugins/gtasa/CMakeLists.txt
+++ b/plugins/gtasa/CMakeLists.txt
@@ -1,4 +1,4 @@
-# Copyright 2019-2020 The Mumble Developers. All rights reserved.
+# Copyright 2020-2021 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/plugins/gtav/CMakeLists.txt b/plugins/gtav/CMakeLists.txt
index 07ee978bd..c8e1ff821 100644
--- a/plugins/gtav/CMakeLists.txt
+++ b/plugins/gtav/CMakeLists.txt
@@ -1,4 +1,4 @@
-# Copyright 2019-2020 The Mumble Developers. All rights reserved.
+# Copyright 2020-2021 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/plugins/gw/CMakeLists.txt b/plugins/gw/CMakeLists.txt
index 2f4e577d1..4a5517833 100644
--- a/plugins/gw/CMakeLists.txt
+++ b/plugins/gw/CMakeLists.txt
@@ -1,4 +1,4 @@
-# Copyright 2019-2020 The Mumble Developers. All rights reserved.
+# Copyright 2020-2021 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/plugins/hl2dm/CMakeLists.txt b/plugins/hl2dm/CMakeLists.txt
index 6fa789b59..829ace472 100644
--- a/plugins/hl2dm/CMakeLists.txt
+++ b/plugins/hl2dm/CMakeLists.txt
@@ -1,4 +1,4 @@
-# Copyright 2019-2020 The Mumble Developers. All rights reserved.
+# Copyright 2020-2021 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/plugins/insurgency/CMakeLists.txt b/plugins/insurgency/CMakeLists.txt
index 75e785cdc..373cc4eaa 100644
--- a/plugins/insurgency/CMakeLists.txt
+++ b/plugins/insurgency/CMakeLists.txt
@@ -1,4 +1,4 @@
-# Copyright 2019-2020 The Mumble Developers. All rights reserved.
+# Copyright 2020-2021 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/plugins/jc2/CMakeLists.txt b/plugins/jc2/CMakeLists.txt
index e2dca46f3..768297a97 100644
--- a/plugins/jc2/CMakeLists.txt
+++ b/plugins/jc2/CMakeLists.txt
@@ -1,4 +1,4 @@
-# Copyright 2019-2020 The Mumble Developers. All rights reserved.
+# Copyright 2020-2021 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/plugins/jc2/jc2.cpp b/plugins/jc2/jc2.cpp
index ecdad859e..5d8c66b58 100644
--- a/plugins/jc2/jc2.cpp
+++ b/plugins/jc2/jc2.cpp
@@ -1,4 +1,4 @@
-// Copyright 2011-2021 The Mumble Developers. All rights reserved.
+// Copyright 2012-2021 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/plugins/l4d/CMakeLists.txt b/plugins/l4d/CMakeLists.txt
index 9413ad4b5..1bdc0d093 100644
--- a/plugins/l4d/CMakeLists.txt
+++ b/plugins/l4d/CMakeLists.txt
@@ -1,4 +1,4 @@
-# Copyright 2019-2020 The Mumble Developers. All rights reserved.
+# Copyright 2020-2021 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/plugins/l4d2/CMakeLists.txt b/plugins/l4d2/CMakeLists.txt
index 40213dae1..57e985340 100644
--- a/plugins/l4d2/CMakeLists.txt
+++ b/plugins/l4d2/CMakeLists.txt
@@ -1,4 +1,4 @@
-# Copyright 2019-2020 The Mumble Developers. All rights reserved.
+# Copyright 2020-2021 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/plugins/link/CMakeLists.txt b/plugins/link/CMakeLists.txt
index 7845bb990..feb5e2c27 100644
--- a/plugins/link/CMakeLists.txt
+++ b/plugins/link/CMakeLists.txt
@@ -1,4 +1,4 @@
-# Copyright 2019-2020 The Mumble Developers. All rights reserved.
+# Copyright 2020-2021 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/plugins/lol/CMakeLists.txt b/plugins/lol/CMakeLists.txt
index 066958370..547f96ad7 100644
--- a/plugins/lol/CMakeLists.txt
+++ b/plugins/lol/CMakeLists.txt
@@ -1,4 +1,4 @@
-# Copyright 2019-2020 The Mumble Developers. All rights reserved.
+# Copyright 2020-2021 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/plugins/lotro/CMakeLists.txt b/plugins/lotro/CMakeLists.txt
index dd9a2e47e..bbdff7266 100644
--- a/plugins/lotro/CMakeLists.txt
+++ b/plugins/lotro/CMakeLists.txt
@@ -1,4 +1,4 @@
-# Copyright 2019-2020 The Mumble Developers. All rights reserved.
+# Copyright 2020-2021 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/plugins/lotro/lotro.cpp b/plugins/lotro/lotro.cpp
index 0be84d49d..ec5c79cb1 100644
--- a/plugins/lotro/lotro.cpp
+++ b/plugins/lotro/lotro.cpp
@@ -1,4 +1,4 @@
-// Copyright 2005-2021 The Mumble Developers. All rights reserved.
+// Copyright 2010-2021 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/plugins/null_plugin.cpp b/plugins/null_plugin.cpp
index eeecc5084..a41f30444 100644
--- a/plugins/null_plugin.cpp
+++ b/plugins/null_plugin.cpp
@@ -1,4 +1,4 @@
-// Copyright 2005-2021 The Mumble Developers. All rights reserved.
+// Copyright 2013-2021 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/plugins/ql/CMakeLists.txt b/plugins/ql/CMakeLists.txt
index 6df97aeeb..941426dc0 100644
--- a/plugins/ql/CMakeLists.txt
+++ b/plugins/ql/CMakeLists.txt
@@ -1,4 +1,4 @@
-# Copyright 2019-2020 The Mumble Developers. All rights reserved.
+# Copyright 2020-2021 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/plugins/rl/CMakeLists.txt b/plugins/rl/CMakeLists.txt
index 9d879ec94..ae4a7bf04 100644
--- a/plugins/rl/CMakeLists.txt
+++ b/plugins/rl/CMakeLists.txt
@@ -1,4 +1,4 @@
-# Copyright 2019-2020 The Mumble Developers. All rights reserved.
+# Copyright 2020-2021 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/plugins/rl/rl.cpp b/plugins/rl/rl.cpp
index c6dcc0217..eabe7707c 100644
--- a/plugins/rl/rl.cpp
+++ b/plugins/rl/rl.cpp
@@ -1,4 +1,4 @@
-// Copyright 2016-2021 The Mumble Developers. All rights reserved.
+// Copyright 2018-2021 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/plugins/se/CMakeLists.txt b/plugins/se/CMakeLists.txt
index e6f56857e..5678d3ef3 100644
--- a/plugins/se/CMakeLists.txt
+++ b/plugins/se/CMakeLists.txt
@@ -1,4 +1,4 @@
-# Copyright 2020 The Mumble Developers. All rights reserved.
+# Copyright 2020-2021 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/plugins/sr/CMakeLists.txt b/plugins/sr/CMakeLists.txt
index 095d7c014..ace8309ec 100644
--- a/plugins/sr/CMakeLists.txt
+++ b/plugins/sr/CMakeLists.txt
@@ -1,4 +1,4 @@
-# Copyright 2019-2020 The Mumble Developers. All rights reserved.
+# Copyright 2020-2021 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/plugins/sr/sr.cpp b/plugins/sr/sr.cpp
index 12016c164..0482179d6 100644
--- a/plugins/sr/sr.cpp
+++ b/plugins/sr/sr.cpp
@@ -1,4 +1,4 @@
-// Copyright 2005-2021 The Mumble Developers. All rights reserved.
+// Copyright 2013-2021 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/plugins/sto/CMakeLists.txt b/plugins/sto/CMakeLists.txt
index 64817d5ad..48db75559 100644
--- a/plugins/sto/CMakeLists.txt
+++ b/plugins/sto/CMakeLists.txt
@@ -1,4 +1,4 @@
-# Copyright 2019-2020 The Mumble Developers. All rights reserved.
+# Copyright 2020-2021 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/plugins/tf2/CMakeLists.txt b/plugins/tf2/CMakeLists.txt
index 1880c2ee5..a02600c9d 100644
--- a/plugins/tf2/CMakeLists.txt
+++ b/plugins/tf2/CMakeLists.txt
@@ -1,4 +1,4 @@
-# Copyright 2019-2020 The Mumble Developers. All rights reserved.
+# Copyright 2020-2021 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/plugins/ut2004/CMakeLists.txt b/plugins/ut2004/CMakeLists.txt
index e06ee3336..39c7c2ba7 100644
--- a/plugins/ut2004/CMakeLists.txt
+++ b/plugins/ut2004/CMakeLists.txt
@@ -1,4 +1,4 @@
-# Copyright 2019-2020 The Mumble Developers. All rights reserved.
+# Copyright 2020-2021 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/plugins/ut2004/ut2004.cpp b/plugins/ut2004/ut2004.cpp
index 9c1c46348..07a490fe1 100644
--- a/plugins/ut2004/ut2004.cpp
+++ b/plugins/ut2004/ut2004.cpp
@@ -1,4 +1,4 @@
-// Copyright 2005-2021 The Mumble Developers. All rights reserved.
+// Copyright 2010-2021 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/plugins/ut3/CMakeLists.txt b/plugins/ut3/CMakeLists.txt
index ad11ea2ee..eceb32e36 100644
--- a/plugins/ut3/CMakeLists.txt
+++ b/plugins/ut3/CMakeLists.txt
@@ -1,4 +1,4 @@
-# Copyright 2019-2020 The Mumble Developers. All rights reserved.
+# Copyright 2020-2021 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/plugins/ut3/ut3.cpp b/plugins/ut3/ut3.cpp
index 19af44cde..bcf6d50c2 100644
--- a/plugins/ut3/ut3.cpp
+++ b/plugins/ut3/ut3.cpp
@@ -1,4 +1,4 @@
-// Copyright 2008-2021 The Mumble Developers. All rights reserved.
+// Copyright 2010-2021 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/plugins/ut99/CMakeLists.txt b/plugins/ut99/CMakeLists.txt
index 0c07f795e..6cdacb76b 100644
--- a/plugins/ut99/CMakeLists.txt
+++ b/plugins/ut99/CMakeLists.txt
@@ -1,4 +1,4 @@
-# Copyright 2019-2020 The Mumble Developers. All rights reserved.
+# Copyright 2020-2021 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/plugins/wolfet/CMakeLists.txt b/plugins/wolfet/CMakeLists.txt
index 21fa7aaa0..0bb4af37b 100644
--- a/plugins/wolfet/CMakeLists.txt
+++ b/plugins/wolfet/CMakeLists.txt
@@ -1,4 +1,4 @@
-# Copyright 2019-2020 The Mumble Developers. All rights reserved.
+# Copyright 2020-2021 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/plugins/wow/CMakeLists.txt b/plugins/wow/CMakeLists.txt
index 4a8ff07cf..dbcfb60b6 100644
--- a/plugins/wow/CMakeLists.txt
+++ b/plugins/wow/CMakeLists.txt
@@ -1,4 +1,4 @@
-# Copyright 2019-2020 The Mumble Developers. All rights reserved.
+# Copyright 2020-2021 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/plugins/wow_x64/CMakeLists.txt b/plugins/wow_x64/CMakeLists.txt
index 9b3ccb947..1671211d7 100644
--- a/plugins/wow_x64/CMakeLists.txt
+++ b/plugins/wow_x64/CMakeLists.txt
@@ -1,4 +1,4 @@
-# Copyright 2019-2020 The Mumble Developers. All rights reserved.
+# Copyright 2020-2021 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>.