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/macx
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 /macx
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 'macx')
-rw-r--r--macx/osax/CMakeLists.txt2
-rwxr-xr-xmacx/scripts/gendmg.pl2
-rwxr-xr-xmacx/scripts/osxdist.py2
3 files changed, 3 insertions, 3 deletions
diff --git a/macx/osax/CMakeLists.txt b/macx/osax/CMakeLists.txt
index 27f467010..9d3f65876 100644
--- a/macx/osax/CMakeLists.txt
+++ b/macx/osax/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/macx/scripts/gendmg.pl b/macx/scripts/gendmg.pl
index b2fbc3bea..be760be74 100755
--- a/macx/scripts/gendmg.pl
+++ b/macx/scripts/gendmg.pl
@@ -1,6 +1,6 @@
#!/usr/bin/perl
#
-# Copyright 2009-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/macx/scripts/osxdist.py b/macx/scripts/osxdist.py
index 03f679abd..dab35ad4b 100755
--- a/macx/scripts/osxdist.py
+++ b/macx/scripts/osxdist.py
@@ -1,7 +1,7 @@
#!/usr/bin/env python
# -*- coding: utf-8 -*-
#
-# 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>.