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/cmake
diff options
context:
space:
mode:
authorRobert Adam <dev@robert-adam.de>2021-03-02 21:31:28 +0300
committerGitHub <noreply@github.com>2021-03-02 21:31:28 +0300
commitcdbc4058874f623b7b5404a6502cf2bc426abbb6 (patch)
tree1fea3f51c95ad3b5723af784876844b398bdf15e /cmake
parent22a56712bf557791881d3110a7db2bdf66ff6f3d (diff)
parent59ae429972c16c377135bcccfee646b7df446933 (diff)
Merge pull request #4810: MAINT: Copyright update
This PR updates the copyright notices of all files. For doing so it introduces a script that can do this automatically. Furthermore a few files that are no longer needed got removed.
Diffstat (limited to 'cmake')
-rw-r--r--cmake/FindModules/FindGRPC.cmake5
-rw-r--r--cmake/compiler.cmake2
-rw-r--r--cmake/install-library.cmake2
-rw-r--r--cmake/install-paths.cmake2
-rw-r--r--cmake/os.cmake2
-rw-r--r--cmake/pkg-utils.cmake2
-rw-r--r--cmake/project-utils.cmake2
-rw-r--r--cmake/qt-utils.cmake2
8 files changed, 12 insertions, 7 deletions
diff --git a/cmake/FindModules/FindGRPC.cmake b/cmake/FindModules/FindGRPC.cmake
index f9ea5299c..70b01ee61 100644
--- a/cmake/FindModules/FindGRPC.cmake
+++ b/cmake/FindModules/FindGRPC.cmake
@@ -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>.
+
# https://github.com/IvanSafonov/grpc-cmake-example
# MIT License
diff --git a/cmake/compiler.cmake b/cmake/compiler.cmake
index cf74553f7..4e27ff373 100644
--- a/cmake/compiler.cmake
+++ b/cmake/compiler.cmake
@@ -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/cmake/install-library.cmake b/cmake/install-library.cmake
index 8a57de7b8..f29e849b2 100644
--- a/cmake/install-library.cmake
+++ b/cmake/install-library.cmake
@@ -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/cmake/install-paths.cmake b/cmake/install-paths.cmake
index 32d08a5b9..95b9311fa 100644
--- a/cmake/install-paths.cmake
+++ b/cmake/install-paths.cmake
@@ -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/cmake/os.cmake b/cmake/os.cmake
index d051ff86c..46b46abe0 100644
--- a/cmake/os.cmake
+++ b/cmake/os.cmake
@@ -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/cmake/pkg-utils.cmake b/cmake/pkg-utils.cmake
index 8e5893cec..4f589115e 100644
--- a/cmake/pkg-utils.cmake
+++ b/cmake/pkg-utils.cmake
@@ -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/cmake/project-utils.cmake b/cmake/project-utils.cmake
index 8e1213264..2c87f42b0 100644
--- a/cmake/project-utils.cmake
+++ b/cmake/project-utils.cmake
@@ -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/cmake/qt-utils.cmake b/cmake/qt-utils.cmake
index 6b810959d..794cb8bdc 100644
--- a/cmake/qt-utils.cmake
+++ b/cmake/qt-utils.cmake
@@ -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>.