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 <davidebeatrici@gmail.com>2019-01-25 06:39:16 +0300
committerDavide Beatrici <davidebeatrici@gmail.com>2019-01-25 06:56:19 +0300
commitb427333257874ffe01e4ff62d56b1b03399b3c16 (patch)
treed6be049138c1329b60e7553294f598ebb9d79677 /macx
parent0105626dd5b479674db1ed4ed534c0b5b6d6e66d (diff)
Auto-update LICENSE.header in source files
Diffstat (limited to 'macx')
-rw-r--r--macx/common.pri2
-rw-r--r--macx/compat/compat.m2
-rw-r--r--macx/compat/compat.pro2
-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
9 files changed, 9 insertions, 9 deletions
diff --git a/macx/common.pri b/macx/common.pri
index 9cefca599..05f68ef9a 100644
--- a/macx/common.pri
+++ b/macx/common.pri
@@ -1,4 +1,4 @@
-# Copyright 2005-2018 The Mumble Developers. All rights reserved.
+# Copyright 2005-2019 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/compat/compat.m b/macx/compat/compat.m
index 549f2f2c9..46b1c809d 100644
--- a/macx/compat/compat.m
+++ b/macx/compat/compat.m
@@ -1,4 +1,4 @@
-// Copyright 2005-2018 The Mumble Developers. All rights reserved.
+// Copyright 2005-2019 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/compat/compat.pro b/macx/compat/compat.pro
index 539dace6d..2d27af60d 100644
--- a/macx/compat/compat.pro
+++ b/macx/compat/compat.pro
@@ -1,4 +1,4 @@
-# Copyright 2005-2018 The Mumble Developers. All rights reserved.
+# Copyright 2005-2019 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 41123783d..a603ee18e 100644
--- a/macx/macx.pro
+++ b/macx/macx.pro
@@ -1,4 +1,4 @@
-# Copyright 2005-2018 The Mumble Developers. All rights reserved.
+# Copyright 2005-2019 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 e96a3adee..62945b8ec 100644
--- a/macx/osax/osax.m
+++ b/macx/osax/osax.m
@@ -1,4 +1,4 @@
-// Copyright 2005-2018 The Mumble Developers. All rights reserved.
+// Copyright 2005-2019 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 964b18747..7ae481a8d 100644
--- a/macx/osax/osax.pro
+++ b/macx/osax/osax.pro
@@ -1,4 +1,4 @@
-# Copyright 2005-2018 The Mumble Developers. All rights reserved.
+# Copyright 2005-2019 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 57a873323..2b547a0fd 100755
--- a/macx/scripts/build-overlay-installer
+++ b/macx/scripts/build-overlay-installer
@@ -1,6 +1,6 @@
#!/bin/bash
#
-# Copyright 2005-2018 The Mumble Developers. All rights reserved.
+# Copyright 2005-2019 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 1ae214f09..eac188961 100755
--- a/macx/scripts/gendmg.pl
+++ b/macx/scripts/gendmg.pl
@@ -1,6 +1,6 @@
#!/usr/bin/perl
#
-# Copyright 2005-2018 The Mumble Developers. All rights reserved.
+# Copyright 2005-2019 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 2e702c65f..b2e8899fe 100755
--- a/macx/scripts/osxdist.py
+++ b/macx/scripts/osxdist.py
@@ -1,7 +1,7 @@
#!/usr/bin/env python
# -*- coding: utf-8 -*-
#
-# Copyright 2005-2018 The Mumble Developers. All rights reserved.
+# Copyright 2005-2019 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>.