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:
authorDavide Beatrici <git@davidebeatrici.dev>2020-01-07 05:09:22 +0300
committerDavide Beatrici <git@davidebeatrici.dev>2020-01-07 05:09:22 +0300
commit4e67a2fafbdd1bd780f5a81f7b41532e31a60522 (patch)
treebc0ab56f44fbef9fc3a57746092d89c3de714d47 /macx
parentd16fbddd0d3283b030f4fefc45b07eff0168ea87 (diff)
Auto-update LICENSE.header in source files
Diffstat (limited to 'macx')
-rw-r--r--macx/common.pri2
-rw-r--r--macx/macx.pro2
-rw-r--r--macx/osax/osax.m2
-rw-r--r--macx/osax/osax.pro2
-rwxr-xr-xmacx/scripts/build-overlay-installer2
-rwxr-xr-xmacx/scripts/gendmg.pl2
-rwxr-xr-xmacx/scripts/osxdist.py2
7 files changed, 7 insertions, 7 deletions
diff --git a/macx/common.pri b/macx/common.pri
index 5f26e5de8..321d9edf7 100644
--- a/macx/common.pri
+++ b/macx/common.pri
@@ -1,4 +1,4 @@
-# Copyright 2005-2019 The Mumble Developers. All rights reserved.
+# Copyright 2005-2020 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/macx.pro b/macx/macx.pro
index 29fe60efc..565f22bca 100644
--- a/macx/macx.pro
+++ b/macx/macx.pro
@@ -1,4 +1,4 @@
-# Copyright 2005-2019 The Mumble Developers. All rights reserved.
+# Copyright 2005-2020 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/osax/osax.m b/macx/osax/osax.m
index 62945b8ec..5ed6c3001 100644
--- a/macx/osax/osax.m
+++ b/macx/osax/osax.m
@@ -1,4 +1,4 @@
-// Copyright 2005-2019 The Mumble Developers. All rights reserved.
+// Copyright 2005-2020 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/osax/osax.pro b/macx/osax/osax.pro
index 557d150c8..e2a60c162 100644
--- a/macx/osax/osax.pro
+++ b/macx/osax/osax.pro
@@ -1,4 +1,4 @@
-# Copyright 2005-2019 The Mumble Developers. All rights reserved.
+# Copyright 2005-2020 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/build-overlay-installer b/macx/scripts/build-overlay-installer
index 2b547a0fd..63aaa31e8 100755
--- a/macx/scripts/build-overlay-installer
+++ b/macx/scripts/build-overlay-installer
@@ -1,6 +1,6 @@
#!/bin/bash
#
-# Copyright 2005-2019 The Mumble Developers. All rights reserved.
+# Copyright 2005-2020 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 eac188961..e34ea22a3 100755
--- a/macx/scripts/gendmg.pl
+++ b/macx/scripts/gendmg.pl
@@ -1,6 +1,6 @@
#!/usr/bin/perl
#
-# Copyright 2005-2019 The Mumble Developers. All rights reserved.
+# Copyright 2005-2020 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 14807ef68..4e6301341 100755
--- a/macx/scripts/osxdist.py
+++ b/macx/scripts/osxdist.py
@@ -1,7 +1,7 @@
#!/usr/bin/env python
# -*- coding: utf-8 -*-
#
-# Copyright 2005-2019 The Mumble Developers. All rights reserved.
+# Copyright 2005-2020 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>.