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:
authorMikkel Krautz <mikkel@krautz.dk>2016-05-08 20:57:21 +0300
committerMikkel Krautz <mikkel@krautz.dk>2016-05-10 23:42:04 +0300
commit63f2bd8e4e69d3a6734d7bd64b9f036a99026b6e (patch)
tree2faee58765f8d74f821127a7664d70a6d894aa2b /scripts/mumble-overlay
parent84aa1aeb3500f5779deb9d1b2f7a68ce800ffe7c (diff)
scripts: update to use LICENSE.header.
Diffstat (limited to 'scripts/mumble-overlay')
-rwxr-xr-xscripts/mumble-overlay5
1 files changed, 5 insertions, 0 deletions
diff --git a/scripts/mumble-overlay b/scripts/mumble-overlay
index 50ae324f4..321e660e7 100755
--- a/scripts/mumble-overlay
+++ b/scripts/mumble-overlay
@@ -1,4 +1,9 @@
#!/bin/bash
+#
+# Copyright 2005-2016 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>.
if [ -z "$1" -o "$1" = '--help' ]; then
echo "USAGE: $0 <program> [args...]"