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 18:35:39 +0300
committerMikkel Krautz <mikkel@krautz.dk>2016-05-10 23:42:03 +0300
commit35358ca31c392f4895be82faa900b0ace8dfe371 (patch)
treefc8a38f1dac34c5624f75eb1d459b6b1ce968545 /overlay_winx64
parent3dad85f423bdec058cf47103a2afb077bdc1cf20 (diff)
overlay_winx64: update to use LICENSE.header.
Diffstat (limited to 'overlay_winx64')
-rw-r--r--overlay_winx64/mumble_ol.rc5
-rw-r--r--overlay_winx64/overlay_exe_winx64/overlay_exe.rc5
-rw-r--r--overlay_winx64/overlay_exe_winx64/overlay_exe_winx64.pro5
-rw-r--r--overlay_winx64/overlay_winx64.pro5
4 files changed, 20 insertions, 0 deletions
diff --git a/overlay_winx64/mumble_ol.rc b/overlay_winx64/mumble_ol.rc
index b011c4ad1..28f40cc2a 100644
--- a/overlay_winx64/mumble_ol.rc
+++ b/overlay_winx64/mumble_ol.rc
@@ -1,3 +1,8 @@
+// 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>.
+
#include <winver.h>
#ifndef DEBUG
diff --git a/overlay_winx64/overlay_exe_winx64/overlay_exe.rc b/overlay_winx64/overlay_exe_winx64/overlay_exe.rc
index 982c0b1b6..d5f4347ed 100644
--- a/overlay_winx64/overlay_exe_winx64/overlay_exe.rc
+++ b/overlay_winx64/overlay_exe_winx64/overlay_exe.rc
@@ -1,3 +1,8 @@
+// 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>.
+
#include <winver.h>
#ifndef DEBUG
diff --git a/overlay_winx64/overlay_exe_winx64/overlay_exe_winx64.pro b/overlay_winx64/overlay_exe_winx64/overlay_exe_winx64.pro
index d75188c82..cd88f1e96 100644
--- a/overlay_winx64/overlay_exe_winx64/overlay_exe_winx64.pro
+++ b/overlay_winx64/overlay_exe_winx64/overlay_exe_winx64.pro
@@ -1,3 +1,8 @@
+# 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>.
+
CONFIG += force-x86_64-toolchain
VPATH = ../../overlay/overlay_exe
include(../../overlay/overlay_exe/overlay_exe-shared.pro)
diff --git a/overlay_winx64/overlay_winx64.pro b/overlay_winx64/overlay_winx64.pro
index f9eaa3b00..8515a3dab 100644
--- a/overlay_winx64/overlay_winx64.pro
+++ b/overlay_winx64/overlay_winx64.pro
@@ -1,3 +1,8 @@
+// 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>.
+
CONFIG += force-x86_64-toolchain
VPATH = ../overlay
include(../overlay/overlay-shared.pro)