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:
Diffstat (limited to 'src/tests/Lock.cpp')
-rw-r--r--src/tests/Lock.cpp5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/tests/Lock.cpp b/src/tests/Lock.cpp
index 48edf602b..26897f5cb 100644
--- a/src/tests/Lock.cpp
+++ b/src/tests/Lock.cpp
@@ -1,3 +1,8 @@
+// Copyright 2009-2021 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>.
+
/**
* Benchmark of different locking mechanisms; QMutex, PosixMutex, Silly
* (int-flag).