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:
authorThorvald Natvig <slicer@users.sourceforge.net>2007-06-12 19:58:16 +0400
committerThorvald Natvig <slicer@users.sourceforge.net>2007-06-12 19:58:16 +0400
commit9dafd3743fdda9025e6273d84115f278be929ebe (patch)
tree34d95be424d77647a6d9c9db27bc0b98b02109aa
parent20d1771ce41db41bcebe8658ef8f8d92eb01b100 (diff)
Update copyrights to 2007
git-svn-id: https://mumble.svn.sourceforge.net/svnroot/mumble/trunk@474 05730e5d-ab1b-0410-a4ac-84af385074fa
-rw-r--r--src/ACL.cpp2
-rw-r--r--src/ACL.h2
-rw-r--r--src/Channel.cpp2
-rw-r--r--src/Channel.h2
-rw-r--r--src/Connection.cpp2
-rw-r--r--src/Connection.h2
-rw-r--r--src/Group.cpp2
-rw-r--r--src/Group.h2
-rw-r--r--src/Message.cpp2
-rw-r--r--src/Message.h2
-rw-r--r--src/Player.cpp2
-rw-r--r--src/Player.h2
-rw-r--r--src/mumble/ACLEditor.cpp2
-rw-r--r--src/mumble/ACLEditor.h2
-rw-r--r--src/mumble/ALSAAudio.cpp2
-rw-r--r--src/mumble/ALSAAudio.h2
-rw-r--r--src/mumble/ASIOInput.cpp2
-rw-r--r--src/mumble/ASIOInput.h2
-rw-r--r--src/mumble/About.cpp4
-rw-r--r--src/mumble/About.h2
-rw-r--r--src/mumble/Audio.cpp2
-rw-r--r--src/mumble/Audio.h2
-rw-r--r--src/mumble/AudioConfigDialog.cpp2
-rw-r--r--src/mumble/AudioConfigDialog.h2
-rw-r--r--src/mumble/AudioInput.cpp2
-rw-r--r--src/mumble/AudioInput.h2
-rw-r--r--src/mumble/AudioOutput.cpp2
-rw-r--r--src/mumble/AudioOutput.h2
-rw-r--r--src/mumble/AudioStats.cpp2
-rw-r--r--src/mumble/AudioStats.h2
-rw-r--r--src/mumble/BanEditor.cpp2
-rw-r--r--src/mumble/BanEditor.h2
-rw-r--r--src/mumble/ConfigDialog.cpp2
-rw-r--r--src/mumble/ConfigDialog.h2
-rw-r--r--src/mumble/ConnectDialog.cpp2
-rw-r--r--src/mumble/ConnectDialog.h2
-rw-r--r--src/mumble/DXAudioInput.cpp2
-rw-r--r--src/mumble/DXAudioInput.h2
-rw-r--r--src/mumble/DXAudioOutput.cpp2
-rw-r--r--src/mumble/DXAudioOutput.h2
-rw-r--r--src/mumble/DXConfigDialog.cpp2
-rw-r--r--src/mumble/DXConfigDialog.h2
-rw-r--r--src/mumble/Database.cpp2
-rw-r--r--src/mumble/Database.h2
-rw-r--r--src/mumble/FMODAudio.cpp2
-rw-r--r--src/mumble/FMODAudio.h2
-rw-r--r--src/mumble/Global.cpp2
-rw-r--r--src/mumble/Global.h2
-rw-r--r--src/mumble/GlobalShortcut.h2
-rw-r--r--src/mumble/GlobalShortcut_unix.cpp2
-rw-r--r--src/mumble/GlobalShortcut_unix.h2
-rw-r--r--src/mumble/GlobalShortcut_win.cpp2
-rw-r--r--src/mumble/GlobalShortcut_win.h2
-rw-r--r--src/mumble/Log.cpp2
-rw-r--r--src/mumble/Log.h2
-rw-r--r--src/mumble/LookConfig.cpp2
-rw-r--r--src/mumble/LookConfig.h2
-rw-r--r--src/mumble/MainWindow.cpp2
-rw-r--r--src/mumble/MainWindow.h2
-rw-r--r--src/mumble/Overlay.h2
-rw-r--r--src/mumble/Overlay_win.cpp2
-rw-r--r--src/mumble/PlayerModel.cpp2
-rw-r--r--src/mumble/PlayerModel.h2
-rw-r--r--src/mumble/Plugins.cpp2
-rw-r--r--src/mumble/Plugins.h2
-rw-r--r--src/mumble/ServerHandler.cpp2
-rw-r--r--src/mumble/ServerHandler.h2
-rw-r--r--src/mumble/Settings.cpp2
-rw-r--r--src/mumble/Settings.h2
-rw-r--r--src/mumble/TextToSpeech.h2
-rw-r--r--src/mumble/TextToSpeech_unix.cpp2
-rw-r--r--src/mumble/TextToSpeech_win.cpp2
-rw-r--r--src/mumble/VersionCheck.cpp2
-rw-r--r--src/mumble/VersionCheck.h2
-rw-r--r--src/mumble/main.cpp2
-rw-r--r--src/mumble/os_win.cpp2
-rw-r--r--src/murmur/Server.cpp2
-rw-r--r--src/murmur/Server.h2
-rw-r--r--src/murmur/ServerDB.cpp2
-rw-r--r--src/murmur/ServerDB.h2
-rw-r--r--src/murmur/murmur.cpp2
81 files changed, 82 insertions, 82 deletions
diff --git a/src/ACL.cpp b/src/ACL.cpp
index cdda37ca2..49a9684e9 100644
--- a/src/ACL.cpp
+++ b/src/ACL.cpp
@@ -1,4 +1,4 @@
-/* Copyright (C) 2005-2006, Thorvald Natvig <thorvald@natvig.com>
+/* Copyright (C) 2005-2007, Thorvald Natvig <thorvald@natvig.com>
All rights reserved.
diff --git a/src/ACL.h b/src/ACL.h
index b6d88eec6..4162aadaa 100644
--- a/src/ACL.h
+++ b/src/ACL.h
@@ -1,4 +1,4 @@
-/* Copyright (C) 2005-2006, Thorvald Natvig <thorvald@natvig.com>
+/* Copyright (C) 2005-2007, Thorvald Natvig <thorvald@natvig.com>
All rights reserved.
diff --git a/src/Channel.cpp b/src/Channel.cpp
index 1ac62ecd7..098dac82e 100644
--- a/src/Channel.cpp
+++ b/src/Channel.cpp
@@ -1,4 +1,4 @@
-/* Copyright (C) 2005-2006, Thorvald Natvig <thorvald@natvig.com>
+/* Copyright (C) 2005-2007, Thorvald Natvig <thorvald@natvig.com>
All rights reserved.
diff --git a/src/Channel.h b/src/Channel.h
index 1651ac6a7..4de980cee 100644
--- a/src/Channel.h
+++ b/src/Channel.h
@@ -1,4 +1,4 @@
-/* Copyright (C) 2005-2006, Thorvald Natvig <thorvald@natvig.com>
+/* Copyright (C) 2005-2007, Thorvald Natvig <thorvald@natvig.com>
All rights reserved.
diff --git a/src/Connection.cpp b/src/Connection.cpp
index 6fd1a903c..9db4832d5 100644
--- a/src/Connection.cpp
+++ b/src/Connection.cpp
@@ -1,4 +1,4 @@
-/* Copyright (C) 2005-2006, Thorvald Natvig <thorvald@natvig.com>
+/* Copyright (C) 2005-2007, Thorvald Natvig <thorvald@natvig.com>
All rights reserved.
diff --git a/src/Connection.h b/src/Connection.h
index bbcb4466c..5ffebd5dd 100644
--- a/src/Connection.h
+++ b/src/Connection.h
@@ -1,4 +1,4 @@
-/* Copyright (C) 2005-2006, Thorvald Natvig <thorvald@natvig.com>
+/* Copyright (C) 2005-2007, Thorvald Natvig <thorvald@natvig.com>
All rights reserved.
diff --git a/src/Group.cpp b/src/Group.cpp
index 80c011d0d..371b97b87 100644
--- a/src/Group.cpp
+++ b/src/Group.cpp
@@ -1,4 +1,4 @@
-/* Copyright (C) 2005-2006, Thorvald Natvig <thorvald@natvig.com>
+/* Copyright (C) 2005-2007, Thorvald Natvig <thorvald@natvig.com>
All rights reserved.
diff --git a/src/Group.h b/src/Group.h
index 645ee511c..a8a0ed54c 100644
--- a/src/Group.h
+++ b/src/Group.h
@@ -1,4 +1,4 @@
-/* Copyright (C) 2005-2006, Thorvald Natvig <thorvald@natvig.com>
+/* Copyright (C) 2005-2007, Thorvald Natvig <thorvald@natvig.com>
All rights reserved.
diff --git a/src/Message.cpp b/src/Message.cpp
index e8301c24a..684fef13b 100644
--- a/src/Message.cpp
+++ b/src/Message.cpp
@@ -1,4 +1,4 @@
-/* Copyright (C) 2005-2006, Thorvald Natvig <thorvald@natvig.com>
+/* Copyright (C) 2005-2007, Thorvald Natvig <thorvald@natvig.com>
All rights reserved.
diff --git a/src/Message.h b/src/Message.h
index 859b9e26b..3710be917 100644
--- a/src/Message.h
+++ b/src/Message.h
@@ -1,4 +1,4 @@
-/* Copyright (C) 2005-2006, Thorvald Natvig <thorvald@natvig.com>
+/* Copyright (C) 2005-2007, Thorvald Natvig <thorvald@natvig.com>
All rights reserved.
diff --git a/src/Player.cpp b/src/Player.cpp
index e518b866d..00fbea57b 100644
--- a/src/Player.cpp
+++ b/src/Player.cpp
@@ -1,4 +1,4 @@
-/* Copyright (C) 2005-2006, Thorvald Natvig <thorvald@natvig.com>
+/* Copyright (C) 2005-2007, Thorvald Natvig <thorvald@natvig.com>
All rights reserved.
diff --git a/src/Player.h b/src/Player.h
index cc6690965..94ba962fc 100644
--- a/src/Player.h
+++ b/src/Player.h
@@ -1,4 +1,4 @@
-/* Copyright (C) 2005-2006, Thorvald Natvig <thorvald@natvig.com>
+/* Copyright (C) 2005-2007, Thorvald Natvig <thorvald@natvig.com>
All rights reserved.
diff --git a/src/mumble/ACLEditor.cpp b/src/mumble/ACLEditor.cpp
index 00f6ab2e2..eccd1680a 100644
--- a/src/mumble/ACLEditor.cpp
+++ b/src/mumble/ACLEditor.cpp
@@ -1,4 +1,4 @@
-/* copyright (C) 2005-2006, Thorvald Natvig <thorvald@natvig.com>
+/* copyright (C) 2005-2007, Thorvald Natvig <thorvald@natvig.com>
All rights reserved.
diff --git a/src/mumble/ACLEditor.h b/src/mumble/ACLEditor.h
index 7381d1561..c16320f95 100644
--- a/src/mumble/ACLEditor.h
+++ b/src/mumble/ACLEditor.h
@@ -1,4 +1,4 @@
-/* Copyright (C) 2005-2006, Thorvald Natvig <thorvald@natvig.com>
+/* Copyright (C) 2005-2007, Thorvald Natvig <thorvald@natvig.com>
All rights reserved.
diff --git a/src/mumble/ALSAAudio.cpp b/src/mumble/ALSAAudio.cpp
index 8239aa1c5..2e4820bf9 100644
--- a/src/mumble/ALSAAudio.cpp
+++ b/src/mumble/ALSAAudio.cpp
@@ -1,4 +1,4 @@
-/* Copyright (C) 2005-2006, Thorvald Natvig <thorvald@natvig.com>
+/* Copyright (C) 2005-2007, Thorvald Natvig <thorvald@natvig.com>
All rights reserved.
diff --git a/src/mumble/ALSAAudio.h b/src/mumble/ALSAAudio.h
index 86007b1ea..3d150fe68 100644
--- a/src/mumble/ALSAAudio.h
+++ b/src/mumble/ALSAAudio.h
@@ -1,4 +1,4 @@
-/* Copyright (C) 2005-2006, Thorvald Natvig <thorvald@natvig.com>
+/* Copyright (C) 2005-2007, Thorvald Natvig <thorvald@natvig.com>
All rights reserved.
diff --git a/src/mumble/ASIOInput.cpp b/src/mumble/ASIOInput.cpp
index 5cafcfca5..148c766df 100644
--- a/src/mumble/ASIOInput.cpp
+++ b/src/mumble/ASIOInput.cpp
@@ -1,4 +1,4 @@
-/* Copyright (C) 2005-2006, Thorvald Natvig <thorvald@natvig.com>
+/* Copyright (C) 2005-2007, Thorvald Natvig <thorvald@natvig.com>
All rights reserved.
diff --git a/src/mumble/ASIOInput.h b/src/mumble/ASIOInput.h
index e0984ed27..1fcf1ab6e 100644
--- a/src/mumble/ASIOInput.h
+++ b/src/mumble/ASIOInput.h
@@ -1,4 +1,4 @@
-/* Copyright (C) 2005-2006, Thorvald Natvig <thorvald@natvig.com>
+/* Copyright (C) 2005-2007, Thorvald Natvig <thorvald@natvig.com>
All rights reserved.
diff --git a/src/mumble/About.cpp b/src/mumble/About.cpp
index 765c682a7..be29c77d3 100644
--- a/src/mumble/About.cpp
+++ b/src/mumble/About.cpp
@@ -1,4 +1,4 @@
-/* Copyright (C) 2005-2006, Thorvald Natvig <thorvald@natvig.com>
+/* Copyright (C) 2005-2007, Thorvald Natvig <thorvald@natvig.com>
All rights reserved.
@@ -48,7 +48,7 @@ AboutDialog::AboutDialog(QWidget *p) : QDialog(p) {
QLabel *text=new QLabel(about);
text->setText(tr(
"<h3>Mumble v%1</h3>"
- "<p>Copyright 2005-2006 Thorvald Natvig<br />slicer@users.sourceforge.net</p>"
+ "<p>Copyright 2005-2007 Thorvald Natvig<br />slicer@users.sourceforge.net</p>"
"<p><b>A voice-chat utility for gamers</b></p>"
"<p><tt>http://mumble.sourceforge.net/</tt></p>"
).arg(QString::fromAscii(MUMBLE_RELEASE)));
diff --git a/src/mumble/About.h b/src/mumble/About.h
index 921bcd691..fc3334b18 100644
--- a/src/mumble/About.h
+++ b/src/mumble/About.h
@@ -1,4 +1,4 @@
-/* Copyright (C) 2005-2006, Thorvald Natvig <thorvald@natvig.com>
+/* Copyright (C) 2005-2007, Thorvald Natvig <thorvald@natvig.com>
All rights reserved.
diff --git a/src/mumble/Audio.cpp b/src/mumble/Audio.cpp
index cdf902fdd..c8747750d 100644
--- a/src/mumble/Audio.cpp
+++ b/src/mumble/Audio.cpp
@@ -1,4 +1,4 @@
-/* Copyright (C) 2005-2006, Thorvald Natvig <thorvald@natvig.com>
+/* Copyright (C) 2005-2007, Thorvald Natvig <thorvald@natvig.com>
All rights reserved.
diff --git a/src/mumble/Audio.h b/src/mumble/Audio.h
index 1f5ce5ea8..fc3aac218 100644
--- a/src/mumble/Audio.h
+++ b/src/mumble/Audio.h
@@ -1,4 +1,4 @@
-/* Copyright (C) 2005-2006, Thorvald Natvig <thorvald@natvig.com>
+/* Copyright (C) 2005-2007, Thorvald Natvig <thorvald@natvig.com>
All rights reserved.
diff --git a/src/mumble/AudioConfigDialog.cpp b/src/mumble/AudioConfigDialog.cpp
index 91dd1dd0b..4fc819ee3 100644
--- a/src/mumble/AudioConfigDialog.cpp
+++ b/src/mumble/AudioConfigDialog.cpp
@@ -1,4 +1,4 @@
-/* Copyright (C) 2005-2006, Thorvald Natvig <thorvald@natvig.com>
+/* Copyright (C) 2005-2007, Thorvald Natvig <thorvald@natvig.com>
All rights reserved.
diff --git a/src/mumble/AudioConfigDialog.h b/src/mumble/AudioConfigDialog.h
index 64a79c391..5143a9ddd 100644
--- a/src/mumble/AudioConfigDialog.h
+++ b/src/mumble/AudioConfigDialog.h
@@ -1,4 +1,4 @@
-/* Copyright (C) 2005-2006, Thorvald Natvig <thorvald@natvig.com>
+/* Copyright (C) 2005-2007, Thorvald Natvig <thorvald@natvig.com>
All rights reserved.
diff --git a/src/mumble/AudioInput.cpp b/src/mumble/AudioInput.cpp
index 75f0de2ee..0aecd5d20 100644
--- a/src/mumble/AudioInput.cpp
+++ b/src/mumble/AudioInput.cpp
@@ -1,4 +1,4 @@
-/* Copyright (C) 2005-2006, Thorvald Natvig <thorvald@natvig.com>
+/* Copyright (C) 2005-2007, Thorvald Natvig <thorvald@natvig.com>
All rights reserved.
diff --git a/src/mumble/AudioInput.h b/src/mumble/AudioInput.h
index b1a601657..0694e9d23 100644
--- a/src/mumble/AudioInput.h
+++ b/src/mumble/AudioInput.h
@@ -1,4 +1,4 @@
-/* Copyright (C) 2005-2006, Thorvald Natvig <thorvald@natvig.com>
+/* Copyright (C) 2005-2007, Thorvald Natvig <thorvald@natvig.com>
All rights reserved.
diff --git a/src/mumble/AudioOutput.cpp b/src/mumble/AudioOutput.cpp
index a5730c673..64f07fdea 100644
--- a/src/mumble/AudioOutput.cpp
+++ b/src/mumble/AudioOutput.cpp
@@ -1,4 +1,4 @@
-/* Copyright (C) 2005-2006, Thorvald Natvig <thorvald@natvig.com>
+/* Copyright (C) 2005-2007, Thorvald Natvig <thorvald@natvig.com>
All rights reserved.
diff --git a/src/mumble/AudioOutput.h b/src/mumble/AudioOutput.h
index 5d7e2009b..4299b8fa6 100644
--- a/src/mumble/AudioOutput.h
+++ b/src/mumble/AudioOutput.h
@@ -1,4 +1,4 @@
-/* Copyright (C) 2005-2006, Thorvald Natvig <thorvald@natvig.com>
+/* Copyright (C) 2005-2007, Thorvald Natvig <thorvald@natvig.com>
All rights reserved.
diff --git a/src/mumble/AudioStats.cpp b/src/mumble/AudioStats.cpp
index cd4db883f..cea0dc638 100644
--- a/src/mumble/AudioStats.cpp
+++ b/src/mumble/AudioStats.cpp
@@ -1,4 +1,4 @@
-/* Copyright (C) 2005-2006, Thorvald Natvig <thorvald@natvig.com>
+/* Copyright (C) 2005-2007, Thorvald Natvig <thorvald@natvig.com>
All rights reserved.
diff --git a/src/mumble/AudioStats.h b/src/mumble/AudioStats.h
index b1bde3c33..1da5bceba 100644
--- a/src/mumble/AudioStats.h
+++ b/src/mumble/AudioStats.h
@@ -1,4 +1,4 @@
-/* Copyright (C) 2005-2006, Thorvald Natvig <thorvald@natvig.com>
+/* Copyright (C) 2005-2007, Thorvald Natvig <thorvald@natvig.com>
All rights reserved.
diff --git a/src/mumble/BanEditor.cpp b/src/mumble/BanEditor.cpp
index 04081cb6f..60cd8a2ef 100644
--- a/src/mumble/BanEditor.cpp
+++ b/src/mumble/BanEditor.cpp
@@ -1,4 +1,4 @@
-/* copyright (C) 2005-2006, Thorvald Natvig <thorvald@natvig.com>
+/* copyright (C) 2005-2007, Thorvald Natvig <thorvald@natvig.com>
All rights reserved.
diff --git a/src/mumble/BanEditor.h b/src/mumble/BanEditor.h
index 63066321a..dd565a78e 100644
--- a/src/mumble/BanEditor.h
+++ b/src/mumble/BanEditor.h
@@ -1,4 +1,4 @@
-/* Copyright (C) 2005-2006, Thorvald Natvig <thorvald@natvig.com>
+/* Copyright (C) 2005-2007, Thorvald Natvig <thorvald@natvig.com>
All rights reserved.
diff --git a/src/mumble/ConfigDialog.cpp b/src/mumble/ConfigDialog.cpp
index 92b4a4bf4..44298f737 100644
--- a/src/mumble/ConfigDialog.cpp
+++ b/src/mumble/ConfigDialog.cpp
@@ -1,4 +1,4 @@
-/* Copyright (C) 2005-2006, Thorvald Natvig <thorvald@natvig.com>
+/* Copyright (C) 2005-2007, Thorvald Natvig <thorvald@natvig.com>
All rights reserved.
diff --git a/src/mumble/ConfigDialog.h b/src/mumble/ConfigDialog.h
index 810cec6ad..ec6e30c22 100644
--- a/src/mumble/ConfigDialog.h
+++ b/src/mumble/ConfigDialog.h
@@ -1,4 +1,4 @@
-/* Copyright (C) 2005-2006, Thorvald Natvig <thorvald@natvig.com>
+/* Copyright (C) 2005-2007, Thorvald Natvig <thorvald@natvig.com>
All rights reserved.
diff --git a/src/mumble/ConnectDialog.cpp b/src/mumble/ConnectDialog.cpp
index 3469dcbbf..681519b68 100644
--- a/src/mumble/ConnectDialog.cpp
+++ b/src/mumble/ConnectDialog.cpp
@@ -1,4 +1,4 @@
-/* Copyright (C) 2005-2006, Thorvald Natvig <thorvald@natvig.com>
+/* Copyright (C) 2005-2007, Thorvald Natvig <thorvald@natvig.com>
All rights reserved.
diff --git a/src/mumble/ConnectDialog.h b/src/mumble/ConnectDialog.h
index 277406328..2de08d4ed 100644
--- a/src/mumble/ConnectDialog.h
+++ b/src/mumble/ConnectDialog.h
@@ -1,4 +1,4 @@
-/* Copyright (C) 2005-2006, Thorvald Natvig <thorvald@natvig.com>
+/* Copyright (C) 2005-2007, Thorvald Natvig <thorvald@natvig.com>
All rights reserved.
diff --git a/src/mumble/DXAudioInput.cpp b/src/mumble/DXAudioInput.cpp
index 0cb5516c3..3a67e47c3 100644
--- a/src/mumble/DXAudioInput.cpp
+++ b/src/mumble/DXAudioInput.cpp
@@ -1,4 +1,4 @@
-/* Copyright (C) 2005-2006, Thorvald Natvig <thorvald@natvig.com>
+/* Copyright (C) 2005-2007, Thorvald Natvig <thorvald@natvig.com>
All rights reserved.
diff --git a/src/mumble/DXAudioInput.h b/src/mumble/DXAudioInput.h
index d99b4cb7c..496fbeb6d 100644
--- a/src/mumble/DXAudioInput.h
+++ b/src/mumble/DXAudioInput.h
@@ -1,4 +1,4 @@
-/* Copyright (C) 2005-2006, Thorvald Natvig <thorvald@natvig.com>
+/* Copyright (C) 2005-2007, Thorvald Natvig <thorvald@natvig.com>
All rights reserved.
diff --git a/src/mumble/DXAudioOutput.cpp b/src/mumble/DXAudioOutput.cpp
index 8ee6b9a99..730a1f50f 100644
--- a/src/mumble/DXAudioOutput.cpp
+++ b/src/mumble/DXAudioOutput.cpp
@@ -1,4 +1,4 @@
-/* Copyright (C) 2005-2006, Thorvald Natvig <thorvald@natvig.com>
+/* Copyright (C) 2005-2007, Thorvald Natvig <thorvald@natvig.com>
All rights reserved.
diff --git a/src/mumble/DXAudioOutput.h b/src/mumble/DXAudioOutput.h
index 3a18eb39a..b8c3f9cf4 100644
--- a/src/mumble/DXAudioOutput.h
+++ b/src/mumble/DXAudioOutput.h
@@ -1,4 +1,4 @@
-/* Copyright (C) 2005-2006, Thorvald Natvig <thorvald@natvig.com>
+/* Copyright (C) 2005-2007, Thorvald Natvig <thorvald@natvig.com>
All rights reserved.
diff --git a/src/mumble/DXConfigDialog.cpp b/src/mumble/DXConfigDialog.cpp
index 94baf80f4..7624baf6f 100644
--- a/src/mumble/DXConfigDialog.cpp
+++ b/src/mumble/DXConfigDialog.cpp
@@ -1,4 +1,4 @@
-/* Copyright (C) 2005-2006, Thorvald Natvig <thorvald@natvig.com>
+/* Copyright (C) 2005-2007, Thorvald Natvig <thorvald@natvig.com>
All rights reserved.
diff --git a/src/mumble/DXConfigDialog.h b/src/mumble/DXConfigDialog.h
index 0555c103e..e7103d912 100644
--- a/src/mumble/DXConfigDialog.h
+++ b/src/mumble/DXConfigDialog.h
@@ -1,4 +1,4 @@
-/* Copyright (C) 2005-2006, Thorvald Natvig <thorvald@natvig.com>
+/* Copyright (C) 2005-2007, Thorvald Natvig <thorvald@natvig.com>
All rights reserved.
diff --git a/src/mumble/Database.cpp b/src/mumble/Database.cpp
index 5b32ea599..3cada9376 100644
--- a/src/mumble/Database.cpp
+++ b/src/mumble/Database.cpp
@@ -1,4 +1,4 @@
-/* Copyright (C) 2005-2006, Thorvald Natvig <thorvald@natvig.com>
+/* Copyright (C) 2005-2007, Thorvald Natvig <thorvald@natvig.com>
All rights reserved.
diff --git a/src/mumble/Database.h b/src/mumble/Database.h
index 84cc0eb15..db60b3489 100644
--- a/src/mumble/Database.h
+++ b/src/mumble/Database.h
@@ -1,4 +1,4 @@
-/* Copyright (C) 2005-2006, Thorvald Natvig <thorvald@natvig.com>
+/* Copyright (C) 2005-2007, Thorvald Natvig <thorvald@natvig.com>
All rights reserved.
diff --git a/src/mumble/FMODAudio.cpp b/src/mumble/FMODAudio.cpp
index 991b438af..a0a224118 100644
--- a/src/mumble/FMODAudio.cpp
+++ b/src/mumble/FMODAudio.cpp
@@ -1,4 +1,4 @@
-/* Copyright (C) 2005-2006, Thorvald Natvig <thorvald@natvig.com>
+/* Copyright (C) 2005-2007, Thorvald Natvig <thorvald@natvig.com>
All rights reserved.
diff --git a/src/mumble/FMODAudio.h b/src/mumble/FMODAudio.h
index adc73ebf0..acae53b4d 100644
--- a/src/mumble/FMODAudio.h
+++ b/src/mumble/FMODAudio.h
@@ -1,4 +1,4 @@
-/* Copyright (C) 2005-2006, Thorvald Natvig <thorvald@natvig.com>
+/* Copyright (C) 2005-2007, Thorvald Natvig <thorvald@natvig.com>
All rights reserved.
diff --git a/src/mumble/Global.cpp b/src/mumble/Global.cpp
index e44d92325..b0f203856 100644
--- a/src/mumble/Global.cpp
+++ b/src/mumble/Global.cpp
@@ -1,4 +1,4 @@
-/* Copyright (C) 2005-2006, Thorvald Natvig <thorvald@natvig.com>
+/* Copyright (C) 2005-2007, Thorvald Natvig <thorvald@natvig.com>
All rights reserved.
diff --git a/src/mumble/Global.h b/src/mumble/Global.h
index 0531616ca..c850ae20e 100644
--- a/src/mumble/Global.h
+++ b/src/mumble/Global.h
@@ -1,4 +1,4 @@
-/* Copyright (C) 2005-2006, Thorvald Natvig <thorvald@natvig.com>
+/* Copyright (C) 2005-2007, Thorvald Natvig <thorvald@natvig.com>
All rights reserved.
diff --git a/src/mumble/GlobalShortcut.h b/src/mumble/GlobalShortcut.h
index 00de49f71..5b92c2841 100644
--- a/src/mumble/GlobalShortcut.h
+++ b/src/mumble/GlobalShortcut.h
@@ -1,4 +1,4 @@
-/* Copyright (C) 2005-2006, Thorvald Natvig <thorvald@natvig.com>
+/* Copyright (C) 2005-2007, Thorvald Natvig <thorvald@natvig.com>
All rights reserved.
diff --git a/src/mumble/GlobalShortcut_unix.cpp b/src/mumble/GlobalShortcut_unix.cpp
index 7fa74722f..fb998852a 100644
--- a/src/mumble/GlobalShortcut_unix.cpp
+++ b/src/mumble/GlobalShortcut_unix.cpp
@@ -1,4 +1,4 @@
-/* Copyright (C) 2005-2006, Thorvald Natvig <thorvald@natvig.com>
+/* Copyright (C) 2005-2007, Thorvald Natvig <thorvald@natvig.com>
All rights reserved.
diff --git a/src/mumble/GlobalShortcut_unix.h b/src/mumble/GlobalShortcut_unix.h
index 2e32c5bb3..4ee5a18a1 100644
--- a/src/mumble/GlobalShortcut_unix.h
+++ b/src/mumble/GlobalShortcut_unix.h
@@ -1,4 +1,4 @@
-/* Copyright (C) 2005-2006, Thorvald Natvig <thorvald@natvig.com>
+/* Copyright (C) 2005-2007, Thorvald Natvig <thorvald@natvig.com>
All rights reserved.
diff --git a/src/mumble/GlobalShortcut_win.cpp b/src/mumble/GlobalShortcut_win.cpp
index 33514a836..2759e7817 100644
--- a/src/mumble/GlobalShortcut_win.cpp
+++ b/src/mumble/GlobalShortcut_win.cpp
@@ -1,4 +1,4 @@
-/* Copyright (C) 2005-2006, Thorvald Natvig <thorvald@natvig.com>
+/* Copyright (C) 2005-2007, Thorvald Natvig <thorvald@natvig.com>
All rights reserved.
diff --git a/src/mumble/GlobalShortcut_win.h b/src/mumble/GlobalShortcut_win.h
index cb3eb6e03..231c43a6c 100644
--- a/src/mumble/GlobalShortcut_win.h
+++ b/src/mumble/GlobalShortcut_win.h
@@ -1,4 +1,4 @@
-/* Copyright (C) 2005-2006, Thorvald Natvig <thorvald@natvig.com>
+/* Copyright (C) 2005-2007, Thorvald Natvig <thorvald@natvig.com>
All rights reserved.
diff --git a/src/mumble/Log.cpp b/src/mumble/Log.cpp
index 7eb19d8d9..48c122762 100644
--- a/src/mumble/Log.cpp
+++ b/src/mumble/Log.cpp
@@ -1,4 +1,4 @@
-/* Copyright (C) 2005-2006, Thorvald Natvig <thorvald@natvig.com>
+/* Copyright (C) 2005-2007, Thorvald Natvig <thorvald@natvig.com>
All rights reserved.
diff --git a/src/mumble/Log.h b/src/mumble/Log.h
index 4441dbc1c..d75f56467 100644
--- a/src/mumble/Log.h
+++ b/src/mumble/Log.h
@@ -1,4 +1,4 @@
-/* Copyright (C) 2005-2006, Thorvald Natvig <thorvald@natvig.com>
+/* Copyright (C) 2005-2007, Thorvald Natvig <thorvald@natvig.com>
All rights reserved.
diff --git a/src/mumble/LookConfig.cpp b/src/mumble/LookConfig.cpp
index bb3722143..85adb0379 100644
--- a/src/mumble/LookConfig.cpp
+++ b/src/mumble/LookConfig.cpp
@@ -1,4 +1,4 @@
-/* Copyright (C) 2005-2006, Thorvald Natvig <thorvald@natvig.com>
+/* Copyright (C) 2005-2007, Thorvald Natvig <thorvald@natvig.com>
All rights reserved.
diff --git a/src/mumble/LookConfig.h b/src/mumble/LookConfig.h
index 71085e3d1..056b71710 100644
--- a/src/mumble/LookConfig.h
+++ b/src/mumble/LookConfig.h
@@ -1,4 +1,4 @@
-/* Copyright (C) 2005-2006, Thorvald Natvig <thorvald@natvig.com>
+/* Copyright (C) 2005-2007, Thorvald Natvig <thorvald@natvig.com>
All rights reserved.
diff --git a/src/mumble/MainWindow.cpp b/src/mumble/MainWindow.cpp
index 7cccb13b4..42102c433 100644
--- a/src/mumble/MainWindow.cpp
+++ b/src/mumble/MainWindow.cpp
@@ -1,4 +1,4 @@
-/* Copyright (C) 2005-2006, Thorvald Natvig <thorvald@natvig.com>
+/* Copyright (C) 2005-2007, Thorvald Natvig <thorvald@natvig.com>
All rights reserved.
diff --git a/src/mumble/MainWindow.h b/src/mumble/MainWindow.h
index 304b0e0ed..f72a71af0 100644
--- a/src/mumble/MainWindow.h
+++ b/src/mumble/MainWindow.h
@@ -1,4 +1,4 @@
-/* Copyright (C) 2005-2006, Thorvald Natvig <thorvald@natvig.com>
+/* Copyright (C) 2005-2007, Thorvald Natvig <thorvald@natvig.com>
All rights reserved.
diff --git a/src/mumble/Overlay.h b/src/mumble/Overlay.h
index 4d218644e..8632fe1f4 100644
--- a/src/mumble/Overlay.h
+++ b/src/mumble/Overlay.h
@@ -1,4 +1,4 @@
-/* Copyright (C) 2005-2006, Thorvald Natvig <thorvald@natvig.com>
+/* Copyright (C) 2005-2007, Thorvald Natvig <thorvald@natvig.com>
All rights reserved.
diff --git a/src/mumble/Overlay_win.cpp b/src/mumble/Overlay_win.cpp
index bd90af417..644e54dfa 100644
--- a/src/mumble/Overlay_win.cpp
+++ b/src/mumble/Overlay_win.cpp
@@ -1,4 +1,4 @@
-/* Copyright (C) 2005-2006, Thorvald Natvig <thorvald@natvig.com>
+/* Copyright (C) 2005-2007, Thorvald Natvig <thorvald@natvig.com>
All rights reserved.
diff --git a/src/mumble/PlayerModel.cpp b/src/mumble/PlayerModel.cpp
index 3aea5b0b4..693f4a4c3 100644
--- a/src/mumble/PlayerModel.cpp
+++ b/src/mumble/PlayerModel.cpp
@@ -1,4 +1,4 @@
-/* Copyright (C) 2005-2006, Thorvald Natvig <thorvald@natvig.com>
+/* Copyright (C) 2005-2007, Thorvald Natvig <thorvald@natvig.com>
All rights reserved.
diff --git a/src/mumble/PlayerModel.h b/src/mumble/PlayerModel.h
index c81209b59..1ad1a7170 100644
--- a/src/mumble/PlayerModel.h
+++ b/src/mumble/PlayerModel.h
@@ -1,4 +1,4 @@
-/* Copyright (C) 2005-2006, Thorvald Natvig <thorvald@natvig.com>
+/* Copyright (C) 2005-2007, Thorvald Natvig <thorvald@natvig.com>
All rights reserved.
diff --git a/src/mumble/Plugins.cpp b/src/mumble/Plugins.cpp
index aef60f5a3..41fb1cb70 100644
--- a/src/mumble/Plugins.cpp
+++ b/src/mumble/Plugins.cpp
@@ -1,4 +1,4 @@
-/* Copyright (C) 2005-2006, Thorvald Natvig <thorvald@natvig.com>
+/* Copyright (C) 2005-2007, Thorvald Natvig <thorvald@natvig.com>
All rights reserved.
diff --git a/src/mumble/Plugins.h b/src/mumble/Plugins.h
index c4ad07fe1..02b5a1148 100644
--- a/src/mumble/Plugins.h
+++ b/src/mumble/Plugins.h
@@ -1,4 +1,4 @@
-/* Copyright (C) 2005-2006, Thorvald Natvig <thorvald@natvig.com>
+/* Copyright (C) 2005-2007, Thorvald Natvig <thorvald@natvig.com>
All rights reserved.
diff --git a/src/mumble/ServerHandler.cpp b/src/mumble/ServerHandler.cpp
index b479681d3..ae08e1af5 100644
--- a/src/mumble/ServerHandler.cpp
+++ b/src/mumble/ServerHandler.cpp
@@ -1,4 +1,4 @@
-/* Copyright (C) 2005-2006, Thorvald Natvig <thorvald@natvig.com>
+/* Copyright (C) 2005-2007, Thorvald Natvig <thorvald@natvig.com>
All rights reserved.
diff --git a/src/mumble/ServerHandler.h b/src/mumble/ServerHandler.h
index 2b3f89643..4979877f7 100644
--- a/src/mumble/ServerHandler.h
+++ b/src/mumble/ServerHandler.h
@@ -1,4 +1,4 @@
-/* Copyright (C) 2005-2006, Thorvald Natvig <thorvald@natvig.com>
+/* Copyright (C) 2005-2007, Thorvald Natvig <thorvald@natvig.com>
All rights reserved.
diff --git a/src/mumble/Settings.cpp b/src/mumble/Settings.cpp
index a9e914ffe..21ff26f87 100644
--- a/src/mumble/Settings.cpp
+++ b/src/mumble/Settings.cpp
@@ -1,4 +1,4 @@
-/* Copyright (C) 2005-2006, Thorvald Natvig <thorvald@natvig.com>
+/* Copyright (C) 2005-2007, Thorvald Natvig <thorvald@natvig.com>
All rights reserved.
diff --git a/src/mumble/Settings.h b/src/mumble/Settings.h
index d8c384979..d81d2a64e 100644
--- a/src/mumble/Settings.h
+++ b/src/mumble/Settings.h
@@ -1,4 +1,4 @@
-/* Copyright (C) 2005-2006, Thorvald Natvig <thorvald@natvig.com>
+/* Copyright (C) 2005-2007, Thorvald Natvig <thorvald@natvig.com>
All rights reserved.
diff --git a/src/mumble/TextToSpeech.h b/src/mumble/TextToSpeech.h
index f06df1627..77ac3060d 100644
--- a/src/mumble/TextToSpeech.h
+++ b/src/mumble/TextToSpeech.h
@@ -1,4 +1,4 @@
-/* Copyright (C) 2005-2006, Thorvald Natvig <thorvald@natvig.com>
+/* Copyright (C) 2005-2007, Thorvald Natvig <thorvald@natvig.com>
All rights reserved.
diff --git a/src/mumble/TextToSpeech_unix.cpp b/src/mumble/TextToSpeech_unix.cpp
index 5ee19b2cb..680ed2355 100644
--- a/src/mumble/TextToSpeech_unix.cpp
+++ b/src/mumble/TextToSpeech_unix.cpp
@@ -1,4 +1,4 @@
-/* Copyright (C) 2005-2006, Thorvald Natvig <thorvald@natvig.com>
+/* Copyright (C) 2005-2007, Thorvald Natvig <thorvald@natvig.com>
All rights reserved.
diff --git a/src/mumble/TextToSpeech_win.cpp b/src/mumble/TextToSpeech_win.cpp
index eaf7ea898..4e5e32f74 100644
--- a/src/mumble/TextToSpeech_win.cpp
+++ b/src/mumble/TextToSpeech_win.cpp
@@ -1,4 +1,4 @@
-/* Copyright (C) 2005-2006, Thorvald Natvig <thorvald@natvig.com>
+/* Copyright (C) 2005-2007, Thorvald Natvig <thorvald@natvig.com>
All rights reserved.
diff --git a/src/mumble/VersionCheck.cpp b/src/mumble/VersionCheck.cpp
index c9b8c085a..3ba0bda59 100644
--- a/src/mumble/VersionCheck.cpp
+++ b/src/mumble/VersionCheck.cpp
@@ -1,4 +1,4 @@
-/* Copyright (C) 2005-2006, Thorvald Natvig <thorvald@natvig.com>
+/* Copyright (C) 2005-2007, Thorvald Natvig <thorvald@natvig.com>
All rights reserved.
diff --git a/src/mumble/VersionCheck.h b/src/mumble/VersionCheck.h
index a034b8257..aa68537fd 100644
--- a/src/mumble/VersionCheck.h
+++ b/src/mumble/VersionCheck.h
@@ -1,4 +1,4 @@
-/* Copyright (C) 2005-2006, Thorvald Natvig <thorvald@natvig.com>
+/* Copyright (C) 2005-2007, Thorvald Natvig <thorvald@natvig.com>
All rights reserved.
diff --git a/src/mumble/main.cpp b/src/mumble/main.cpp
index 0a0aeaa16..4d0886e64 100644
--- a/src/mumble/main.cpp
+++ b/src/mumble/main.cpp
@@ -1,4 +1,4 @@
-/* Copyright (C) 2005-2006, Thorvald Natvig <thorvald@natvig.com>
+/* Copyright (C) 2005-2007, Thorvald Natvig <thorvald@natvig.com>
All rights reserved.
diff --git a/src/mumble/os_win.cpp b/src/mumble/os_win.cpp
index 261e091ff..fd5167624 100644
--- a/src/mumble/os_win.cpp
+++ b/src/mumble/os_win.cpp
@@ -1,4 +1,4 @@
-/* Copyright (C) 2005-2006, Thorvald Natvig <thorvald@natvig.com>
+/* Copyright (C) 2005-2007, Thorvald Natvig <thorvald@natvig.com>
All rights reserved.
diff --git a/src/murmur/Server.cpp b/src/murmur/Server.cpp
index d0079c2ba..99bd635fb 100644
--- a/src/murmur/Server.cpp
+++ b/src/murmur/Server.cpp
@@ -1,4 +1,4 @@
-/* Copyright (C) 2005-2006, Thorvald Natvig <thorvald@natvig.com>
+/* Copyright (C) 2005-2007, Thorvald Natvig <thorvald@natvig.com>
All rights reserved.
diff --git a/src/murmur/Server.h b/src/murmur/Server.h
index e28abe0f0..23feb9d95 100644
--- a/src/murmur/Server.h
+++ b/src/murmur/Server.h
@@ -1,4 +1,4 @@
-/* Copyright (C) 2005-2006, Thorvald Natvig <thorvald@natvig.com>
+/* Copyright (C) 2005-2007, Thorvald Natvig <thorvald@natvig.com>
All rights reserved.
diff --git a/src/murmur/ServerDB.cpp b/src/murmur/ServerDB.cpp
index d301dd146..7ac180551 100644
--- a/src/murmur/ServerDB.cpp
+++ b/src/murmur/ServerDB.cpp
@@ -1,4 +1,4 @@
-/* Copyright (C) 2005-2006, Thorvald Natvig <thorvald@natvig.com>
+/* Copyright (C) 2005-2007, Thorvald Natvig <thorvald@natvig.com>
All rights reserved.
diff --git a/src/murmur/ServerDB.h b/src/murmur/ServerDB.h
index 52a71cf6c..ed1683c76 100644
--- a/src/murmur/ServerDB.h
+++ b/src/murmur/ServerDB.h
@@ -1,4 +1,4 @@
-/* Copyright (C) 2005-2006, Thorvald Natvig <thorvald@natvig.com>
+/* Copyright (C) 2005-2007, Thorvald Natvig <thorvald@natvig.com>
All rights reserved.
diff --git a/src/murmur/murmur.cpp b/src/murmur/murmur.cpp
index 2a45c9372..5819403fe 100644
--- a/src/murmur/murmur.cpp
+++ b/src/murmur/murmur.cpp
@@ -1,4 +1,4 @@
-/* Copyright (C) 2005-2006, Thorvald Natvig <thorvald@natvig.com>
+/* Copyright (C) 2005-2007, Thorvald Natvig <thorvald@natvig.com>
All rights reserved.