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:
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 /scripts/travis-ci
parent0105626dd5b479674db1ed4ed534c0b5b6d6e66d (diff)
Auto-update LICENSE.header in source files
Diffstat (limited to 'scripts/travis-ci')
-rwxr-xr-xscripts/travis-ci/before_install.bash2
-rwxr-xr-xscripts/travis-ci/script.bash2
2 files changed, 2 insertions, 2 deletions
diff --git a/scripts/travis-ci/before_install.bash b/scripts/travis-ci/before_install.bash
index 4f88e3db7..dc8148d79 100755
--- a/scripts/travis-ci/before_install.bash
+++ b/scripts/travis-ci/before_install.bash
@@ -1,6 +1,6 @@
#!/bin/bash -ex
#
-# 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/scripts/travis-ci/script.bash b/scripts/travis-ci/script.bash
index 838f215b2..eee140e71 100755
--- a/scripts/travis-ci/script.bash
+++ b/scripts/travis-ci/script.bash
@@ -1,6 +1,6 @@
#!/bin/bash -ex
#
-# 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>.