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 21:46:07 +0300
committerMikkel Krautz <mikkel@krautz.dk>2016-05-10 23:42:04 +0300
commit313be4b66b6151998ccaed4b70f5cdd2b0ce576b (patch)
treeb630be67d2452fef9ddf926decc8850d62aeba6c /plugins/etqw
parent63f2bd8e4e69d3a6734d7bd64b9f036a99026b6e (diff)
plugins: update to use LICENSE.header.
Diffstat (limited to 'plugins/etqw')
-rw-r--r--plugins/etqw/etqw.cpp6
-rw-r--r--plugins/etqw/etqw.pro7
2 files changed, 11 insertions, 2 deletions
diff --git a/plugins/etqw/etqw.cpp b/plugins/etqw/etqw.cpp
index a914ebec1..b23100cdb 100644
--- a/plugins/etqw/etqw.cpp
+++ b/plugins/etqw/etqw.cpp
@@ -1,3 +1,9 @@
+// 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>.
+
+
/* Copyright (C) 2009-2012, Snares <snares@users.sourceforge.net>
Copyright (C) 2009-2012, Stefan Hacker <dD0t@users.sourceforge.net>
Copyright (C) 2005-2012, Thorvald Natvig <thorvald@natvig.com>
diff --git a/plugins/etqw/etqw.pro b/plugins/etqw/etqw.pro
index 25a711560..55a2ae811 100644
--- a/plugins/etqw/etqw.pro
+++ b/plugins/etqw/etqw.pro
@@ -1,7 +1,10 @@
+# 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(../plugins.pri)
TARGET = etqw
SOURCES = etqw.cpp
LIBS += -luser32
-
-