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 <dev@robert-adam.de>2022-01-04 22:17:33 +0300
committerRobert Adam <dev@robert-adam.de>2022-01-04 22:17:33 +0300
commitd100ff1467e73873bdfee402c1803d29f727cef3 (patch)
tree8ac24661a6e06d54f353b72ed72b68741104e3dc /cmake/TargetArch.cmake
parent25cb73731b5f74925fd6564d771205534ebc4485 (diff)
MAINT: Update copyright to 2022
Diffstat (limited to 'cmake/TargetArch.cmake')
-rw-r--r--cmake/TargetArch.cmake5
1 files changed, 5 insertions, 0 deletions
diff --git a/cmake/TargetArch.cmake b/cmake/TargetArch.cmake
index e86ae766c..25618c7be 100644
--- a/cmake/TargetArch.cmake
+++ b/cmake/TargetArch.cmake
@@ -1,3 +1,8 @@
+# Copyright 2021-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>.
+
# Taken from https://github.com/axr/solar-cmake/blob/master/TargetArch.cmake
# Copyright (c) 2012 Petroules Corporation. All rights reserved.