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 Adam <krzmbrzl@gmail.com>2021-03-01 20:01:11 +0300
committerRobert Adam <krzmbrzl@gmail.com>2021-03-02 12:15:01 +0300
commit59ae429972c16c377135bcccfee646b7df446933 (patch)
treed4d82f96756f95255970f165195f3fde71273c40 /plugins/amongus
parent86710dab6202794bb14a26aff76e303c99c7dc43 (diff)
MAINT: Update copyright notice to 2021
This was done by running scripts/updateLicenseHeaders.py and then manually editing the LICENSE file.
Diffstat (limited to 'plugins/amongus')
-rw-r--r--plugins/amongus/Game.cpp2
-rw-r--r--plugins/amongus/Game.h2
-rw-r--r--plugins/amongus/amongus.cpp2
-rw-r--r--plugins/amongus/structs.h5
4 files changed, 8 insertions, 3 deletions
diff --git a/plugins/amongus/Game.cpp b/plugins/amongus/Game.cpp
index e9f91b55c..5a41e72d1 100644
--- a/plugins/amongus/Game.cpp
+++ b/plugins/amongus/Game.cpp
@@ -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/amongus/Game.h b/plugins/amongus/Game.h
index cee8fed53..1897aea38 100644
--- a/plugins/amongus/Game.h
+++ b/plugins/amongus/Game.h
@@ -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/amongus/amongus.cpp b/plugins/amongus/amongus.cpp
index f92ffeb37..40d9caa9c 100644
--- a/plugins/amongus/amongus.cpp
+++ b/plugins/amongus/amongus.cpp
@@ -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/amongus/structs.h b/plugins/amongus/structs.h
index 5b0256d37..02e0d3af0 100644
--- a/plugins/amongus/structs.h
+++ b/plugins/amongus/structs.h
@@ -1,3 +1,8 @@
+// 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>.
+
#ifndef AMONGUS_STRUCTS
#define AMONGUS_STRUCTS