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/mumble/About.cpp')
-rw-r--r--src/mumble/About.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mumble/About.cpp b/src/mumble/About.cpp
index 62fa0a061..d672e4e6e 100644
--- a/src/mumble/About.cpp
+++ b/src/mumble/About.cpp
@@ -1,4 +1,4 @@
-// Copyright 2005-2016 The Mumble Developers. All rights reserved.
+// Copyright 2005-2017 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>.
@@ -53,7 +53,7 @@ AboutDialog::AboutDialog(QWidget *p) : QDialog(p) {
"<p><tt><a href=\"%2\">%2</a></tt></p>"
).arg(QLatin1String(MUMBLE_RELEASE))
.arg(QLatin1String("http://www.mumble.info/"))
- .arg(QLatin1String("Copyright 2005-2016 The Mumble Developers")));
+ .arg(QLatin1String("Copyright 2005-2017 The Mumble Developers")));
QHBoxLayout *qhbl = new QHBoxLayout(about);
qhbl->addWidget(icon);
qhbl->addWidget(text);