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>2015-12-26 21:37:21 +0300
committerMikkel Krautz <mikkel@krautz.dk>2015-12-27 00:15:48 +0300
commit173b68a223e7d97b081f8dbdf9aefcfe2d59789a (patch)
treeb1007e21cc347ed96d78e8bbd68c046e783622a5 /overlay
parenta2b7020fb2b23c8ee8166e02fc172dd7082ed8b5 (diff)
Update copyright strings in .rc and .plist files to refer to 'The Mumble Developers'.
Updates mumble-voip/mumble#1513
Diffstat (limited to 'overlay')
-rw-r--r--overlay/mumble_ol.rc4
-rw-r--r--overlay/overlay_exe/overlay_exe.rc4
2 files changed, 4 insertions, 4 deletions
diff --git a/overlay/mumble_ol.rc b/overlay/mumble_ol.rc
index 72891c795..6f92ea0da 100644
--- a/overlay/mumble_ol.rc
+++ b/overlay/mumble_ol.rc
@@ -25,11 +25,11 @@ VS_VERSION_INFO VERSIONINFO
BEGIN
BLOCK "040904E4"
BEGIN
- VALUE "CompanyName", "Thorvald Natvig"
+ VALUE "CompanyName", "The Mumble Developers"
VALUE "FileDescription", "Mumble - Low-latency VoIP client"
VALUE "FileVersion", "1.3.0"
VALUE "ProductVersion", "1.3.0"
- VALUE "LegalCopyright", "Copyright (C) 2005-2011, Thorvald Natvig <thorvald@natvig.com>"
+ VALUE "LegalCopyright", "Copyright (c) 2005-2015 The Mumble Developers"
VALUE "OriginalFilename", "mumble_ol.dll"
VALUE "ProductName", "Mumble"
#ifdef SNAPSHOT_BUILD
diff --git a/overlay/overlay_exe/overlay_exe.rc b/overlay/overlay_exe/overlay_exe.rc
index 2c65ffee1..39a7266d7 100644
--- a/overlay/overlay_exe/overlay_exe.rc
+++ b/overlay/overlay_exe/overlay_exe.rc
@@ -25,11 +25,11 @@ VS_VERSION_INFO VERSIONINFO
BEGIN
BLOCK "040904E4"
BEGIN
- VALUE "CompanyName", "Thorvald Natvig"
+ VALUE "CompanyName", "The Mumble Developers"
VALUE "FileDescription", "Mumble - Low-latency VoIP client"
VALUE "FileVersion", "1.3.0"
VALUE "ProductVersion", "1.3.0"
- VALUE "LegalCopyright", "Copyright (C) 2005-2011, Thorvald Natvig <thorvald@natvig.com>"
+ VALUE "LegalCopyright", "Copyright (c) 2005-2015 The Mumble Developers"
VALUE "OriginalFilename", "mumble_ol_helper.exe"
VALUE "ProductName", "Mumble"
#ifdef SNAPSHOT_BUILD