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:
-rw-r--r--INSTALL3
-rw-r--r--LICENSE2
-rw-r--r--src/mumble/licenses.h2
3 files changed, 7 insertions, 0 deletions
diff --git a/INSTALL b/INSTALL
index 963ccefa3..94c1d23a2 100644
--- a/INSTALL
+++ b/INSTALL
@@ -109,6 +109,9 @@ CONFIG+=no-embed-qt-translations (Mumble)
CONFIG+=no-ice (Murmur)
Don't build support for Ice RPC.
+
+CONFIG+=no-bonjour
+ Don't build support for Bonjour.
User Registrations
diff --git a/LICENSE b/LICENSE
index e686675cf..10a5473ec 100644
--- a/LICENSE
+++ b/LICENSE
@@ -3,6 +3,8 @@ Copyright (C) 2007, Stefan Gehn <mETz AT gehn DOT net>
Copyright (C) 2007, Sebastian Schlingmann <mit_service@users.sourceforge.net>
Copyright (C) 2008-2009, Mikkel Krautz <mikkel@krautz.dk>
Copyright (C) 2008, Andreas Messer <andi@bupfen.de>
+Copyright (C) 2007, Trenton Schulz
+Copyright (C) 2008-2009, Stefan Hacker <dd0t@users.sourceforge.net>
All rights reserved.
diff --git a/src/mumble/licenses.h b/src/mumble/licenses.h
index 6c39e2493..5d3bb6551 100644
--- a/src/mumble/licenses.h
+++ b/src/mumble/licenses.h
@@ -3,6 +3,8 @@ static const char *licenseMumble = "Copyright (C) 2005-2009, Thorvald Natvig <th
"Copyright (C) 2007, Sebastian Schlingmann <mit_service@users.sourceforge.net>\n"
"Copyright (C) 2008-2009, Mikkel Krautz <mikkel@krautz.dk>\n"
"Copyright (C) 2008, Andreas Messer <andi@bupfen.de>\n"
+ "Copyright (C) 2007, Trenton Schulz\n"
+ "Copyright (C) 2008-2009, Stefan Hacker <dd0t@users.sourceforge.net>\n"
"\n"
"All rights reserved.\n"
"\n"