Merge PR #6965: MAINT: Cleanup Repository

This commit is contained in:
Hartmnt 2025-10-23 17:08:46 +02:00 committed by GitHub
commit 8d5c987008
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
143 changed files with 144 additions and 191 deletions

View File

@ -1,48 +0,0 @@
# Copyright 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>.
image: Visual Studio 2022
clone_depth: 1
skip_branch_with_pr: true
environment:
global:
MUMBLE_BUILD_NUMBER_TOKEN:
secure: scRizsdwbTWjY7M9RHPT9EXDBxtWvXTsyVq1xXTWF1A=
MUMBLE_ENVIRONMENT_SOURCE: 'https://github.com/mumble-voip/vcpkg/releases/download/2025-08/'
MUMBLE_ENVIRONMENT_STORE: 'C:/MumbleBuild'
MUMBLE_ENVIRONMENT_PATH: '%MUMBLE_ENVIRONMENT_STORE%/%MUMBLE_ENVIRONMENT_VERSION%'
MUMBLE_ENVIRONMENT_TOOLCHAIN: '%MUMBLE_ENVIRONMENT_PATH%/scripts/buildsystems/vcpkg.cmake'
MUMBLE_SOURCE_COMMIT: '%APPVEYOR_REPO_COMMIT%'
MUMBLE_SOURCE_REPOSITORY: '%APPVEYOR_BUILD_FOLDER%'
MUMBLE_BUILD_DIRECTORY: '%MUMBLE_SOURCE_REPOSITORY%/build'
MUMBLE_USE_ELEVATION: 'ON'
matrix:
- MUMBLE_ENVIRONMENT_TRIPLET: 'x64-windows-static-md'
MUMBLE_ENVIRONMENT_VERSION: 'mumble_env.x64-windows-static-md.17f4c23245'
install:
- ps: .ci/install-environment_windows.ps1
before_build:
- cmd: cd %APPVEYOR_BUILD_FOLDER% && git submodule update --init --recursive
build_script:
- cmd: .ci/build_windows.bat
after_build:
- cmd: cd "%MUMBLE_BUILD_DIRECTORY%" && 7z a binaries.zip *.exe *.dll *.pdb plugins/*.dll plugins/*.pdb installer/client/*client*.exe installer/server/*server*.exe
artifacts:
- path: 'build/binaries.zip'
name: 'Binaries'
deploy:
- provider: Webhook
url: https://app.signpath.io/API/v1/79916aba-7a9f-448d-91c6-fb83593b59d3/Integrations/AppVeyor?ProjectSlug=mumble&SigningPolicySlug=release-signing
authorization:
secure: WKbGSfFSHTtODf6eHRSHPAobctJli48O/VoMpCYTuIlITl2piOpCH6igCRDX4EuJTzgDX45H34tVfPuNzSMdLA==

View File

@ -1,4 +1,4 @@
// Copyright 2022 The Mumble Developers. All rights reserved.
// Copyright 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>.

View File

@ -1,4 +1,4 @@
// Copyright 2022 The Mumble Developers. All rights reserved.
// Copyright 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>.

View File

@ -1,4 +1,4 @@
// Copyright 2022 The Mumble Developers. All rights reserved.
// Copyright 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>.

View File

@ -1,4 +1,4 @@
// Copyright 2022 The Mumble Developers. All rights reserved.
// Copyright 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>.

View File

@ -1,4 +1,4 @@
// Copyright 2022 The Mumble Developers. All rights reserved.
// Copyright 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>.

View File

@ -1,4 +1,4 @@
# Copyright 2022 The Mumble Developers. All rights reserved.
# Copyright 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>.

View File

@ -1,4 +1,4 @@
// Copyright 2022 The Mumble Developers. All rights reserved.
// Copyright 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>.

View File

@ -1,4 +1,4 @@
// Copyright 2022 The Mumble Developers. All rights reserved.
// Copyright 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>.

View File

@ -1,4 +1,4 @@
// Copyright 2022 The Mumble Developers. All rights reserved.
// Copyright 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>.

View File

@ -1,4 +1,4 @@
// Copyright 2022 The Mumble Developers. All rights reserved.
// Copyright 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>.

View File

@ -1,4 +1,4 @@
// Copyright 2022 The Mumble Developers. All rights reserved.
// Copyright 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>.

View File

@ -1,4 +1,4 @@
// Copyright 2022 The Mumble Developers. All rights reserved.
// Copyright 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>.

View File

@ -1,4 +1,4 @@
// Copyright 2022 The Mumble Developers. All rights reserved.
// Copyright 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>.

View File

@ -1,4 +1,4 @@
// Copyright 2022 The Mumble Developers. All rights reserved.
// Copyright 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>.

View File

@ -1,4 +1,4 @@
// Copyright 2022 The Mumble Developers. All rights reserved.
// Copyright 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>.

View File

@ -1,4 +1,4 @@
// Copyright 2022 The Mumble Developers. All rights reserved.
// Copyright 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>.

View File

@ -1,4 +1,4 @@
// Copyright 2022 The Mumble Developers. All rights reserved.
// Copyright 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>.

View File

@ -1,4 +1,4 @@
// Copyright 2022 The Mumble Developers. All rights reserved.
// Copyright 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>.

View File

@ -1,4 +1,4 @@
// Copyright 2022 The Mumble Developers. All rights reserved.
// Copyright 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>.

View File

@ -1,4 +1,4 @@
// Copyright 2022 The Mumble Developers. All rights reserved.
// Copyright 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>.

View File

@ -1,4 +1,4 @@
// Copyright 2022 The Mumble Developers. All rights reserved.
// Copyright 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>.

View File

@ -1,4 +1,4 @@
// Copyright 2022 The Mumble Developers. All rights reserved.
// Copyright 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>.

View File

@ -1,4 +1,4 @@
// Copyright 2022 The Mumble Developers. All rights reserved.
// Copyright 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>.

View File

@ -1,4 +1,4 @@
// Copyright 2022 The Mumble Developers. All rights reserved.
// Copyright 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>.

View File

@ -1,4 +1,4 @@
// Copyright 2022 The Mumble Developers. All rights reserved.
// Copyright 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>.

View File

@ -1,4 +1,4 @@
// Copyright 2022 The Mumble Developers. All rights reserved.
// Copyright 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>.

View File

@ -1,4 +1,4 @@
// Copyright 2022 The Mumble Developers. All rights reserved.
// Copyright 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>.

View File

@ -1,4 +1,4 @@
// Copyright 2022 The Mumble Developers. All rights reserved.
// Copyright 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>.

View File

@ -1,4 +1,4 @@
// Copyright 2022 The Mumble Developers. All rights reserved.
// Copyright 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>.

View File

@ -1,4 +1,4 @@
// Copyright 2022 The Mumble Developers. All rights reserved.
// Copyright 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>.

View File

@ -1,4 +1,4 @@
// Copyright 2022 The Mumble Developers. All rights reserved.
// Copyright 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>.

View File

@ -1,4 +1,4 @@
// Copyright 2022 The Mumble Developers. All rights reserved.
// Copyright 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>.

View File

@ -1,4 +1,4 @@
// Copyright 2022 The Mumble Developers. All rights reserved.
// Copyright 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>.

View File

@ -1,4 +1,4 @@
// Copyright 2022 The Mumble Developers. All rights reserved.
// Copyright 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>.

View File

@ -1,4 +1,4 @@
// Copyright 2022 The Mumble Developers. All rights reserved.
// Copyright 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>.

View File

@ -1,4 +1,4 @@
// Copyright 2022 The Mumble Developers. All rights reserved.
// Copyright 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>.

View File

@ -1,4 +1,4 @@
// Copyright 2022 The Mumble Developers. All rights reserved.
// Copyright 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>.

View File

@ -1,4 +1,4 @@
// Copyright 2022 The Mumble Developers. All rights reserved.
// Copyright 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>.

View File

@ -1,4 +1,4 @@
// Copyright 2022 The Mumble Developers. All rights reserved.
// Copyright 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>.

View File

@ -1,4 +1,4 @@
// Copyright 2022 The Mumble Developers. All rights reserved.
// Copyright 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>.

View File

@ -1,4 +1,4 @@
// Copyright 2022 The Mumble Developers. All rights reserved.
// Copyright 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>.

View File

@ -1,4 +1,4 @@
// Copyright 2022 The Mumble Developers. All rights reserved.
// Copyright 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>.

View File

@ -1,4 +1,4 @@
// Copyright 2022 The Mumble Developers. All rights reserved.
// Copyright 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>.

View File

@ -1,4 +1,4 @@
// Copyright 2022 The Mumble Developers. All rights reserved.
// Copyright 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>.

View File

@ -1,4 +1,4 @@
// Copyright 2022 The Mumble Developers. All rights reserved.
// Copyright 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>.

View File

@ -1,4 +1,4 @@
// Copyright 2022 The Mumble Developers. All rights reserved.
// Copyright 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>.

View File

@ -1,4 +1,4 @@
// Copyright 2022 The Mumble Developers. All rights reserved.
// Copyright 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>.

View File

@ -103,7 +103,7 @@ PulseAudioSystem::PulseAudioSystem() {
pa_proplist *proplist = m_pulseAudio.proplist_new();
m_pulseAudio.proplist_sets(proplist, PA_PROP_APPLICATION_NAME, "Mumble");
m_pulseAudio.proplist_sets(proplist, PA_PROP_APPLICATION_ID, "net.sourceforge.mumble.mumble");
m_pulseAudio.proplist_sets(proplist, PA_PROP_APPLICATION_ID, "info.mumble.mumble");
m_pulseAudio.proplist_sets(proplist, PA_PROP_APPLICATION_ICON_NAME, "mumble");
m_pulseAudio.proplist_sets(proplist, PA_PROP_MEDIA_ROLE, "game");

View File

@ -394,7 +394,7 @@ int main(int argc, char **argv) {
MumbleApplication a(argc, argv);
a.setApplicationName(QLatin1String("Mumble"));
a.setOrganizationName(QLatin1String("Mumble"));
a.setOrganizationDomain(QLatin1String("mumble.sourceforge.net"));
a.setOrganizationDomain(QLatin1String("mumble.info"));
a.setQuitOnLastWindowClosed(false);
a.setDesktopFileName("info.mumble.Mumble");

View File

@ -251,8 +251,9 @@ void os_init() {
#endif
Global::get().qdBasePath.mkpath(QLatin1String("Snapshots"));
if (bIsWin7)
SetCurrentProcessExplicitAppUserModelID(L"net.sourceforge.mumble.Mumble");
if (bIsWin7) {
SetCurrentProcessExplicitAppUserModelID(L"info.mumble.Mumble");
}
}
DWORD WinVerifySslCert(const QByteArray &cert) {

View File

@ -1,4 +1,4 @@
// Copyright 2022 The Mumble Developers. All rights reserved.
// Copyright 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>.

View File

@ -1,4 +1,4 @@
// Copyright 2022 The Mumble Developers. All rights reserved.
// Copyright 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>.

View File

@ -1,4 +1,4 @@
// Copyright 2022 The Mumble Developers. All rights reserved.
// Copyright 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>.

View File

@ -1,4 +1,4 @@
// Copyright 2022 The Mumble Developers. All rights reserved.
// Copyright 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>.

View File

@ -1,4 +1,4 @@
// Copyright 2022 The Mumble Developers. All rights reserved.
// Copyright 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>.

View File

@ -1,4 +1,4 @@
// Copyright 2022 The Mumble Developers. All rights reserved.
// Copyright 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>.

View File

@ -1,4 +1,4 @@
// Copyright 2022 The Mumble Developers. All rights reserved.
// Copyright 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>.

View File

@ -1,4 +1,4 @@
// Copyright 2022 The Mumble Developers. All rights reserved.
// Copyright 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>.

View File

@ -1,4 +1,4 @@
// Copyright 2023 The Mumble Developers. All rights reserved.
// Copyright 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>.

View File

@ -1,4 +1,4 @@
// Copyright 2023 The Mumble Developers. All rights reserved.
// Copyright 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>.

View File

@ -1,4 +1,4 @@
// Copyright 2022 The Mumble Developers. All rights reserved.
// Copyright 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>.

View File

@ -1,4 +1,4 @@
// Copyright 2022 The Mumble Developers. All rights reserved.
// Copyright 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>.

View File

@ -1,4 +1,4 @@
// Copyright 2022 The Mumble Developers. All rights reserved.
// Copyright 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>.

View File

@ -1,4 +1,4 @@
// Copyright 2022 The Mumble Developers. All rights reserved.
// Copyright 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>.

View File

@ -1,4 +1,4 @@
# Copyright 2022 The Mumble Developers. All rights reserved.
# Copyright 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>.

View File

@ -1,4 +1,4 @@
// Copyright 2022 The Mumble Developers. All rights reserved.
// Copyright 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>.

View File

@ -1,4 +1,4 @@
// Copyright 2022 The Mumble Developers. All rights reserved.
// Copyright 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>.

View File

@ -1,4 +1,4 @@
// Copyright 2022 The Mumble Developers. All rights reserved.
// Copyright 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>.

View File

@ -1,4 +1,4 @@
// Copyright 2022 The Mumble Developers. All rights reserved.
// Copyright 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>.

View File

@ -1,4 +1,4 @@
// Copyright 2022 The Mumble Developers. All rights reserved.
// Copyright 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>.

View File

@ -1,4 +1,4 @@
// Copyright 2022 The Mumble Developers. All rights reserved.
// Copyright 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>.

View File

@ -1,4 +1,4 @@
// Copyright 2022 The Mumble Developers. All rights reserved.
// Copyright 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>.

View File

@ -1,4 +1,4 @@
// Copyright 2022 The Mumble Developers. All rights reserved.
// Copyright 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>.

View File

@ -1,4 +1,4 @@
// Copyright 2022 The Mumble Developers. All rights reserved.
// Copyright 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>.

View File

@ -1,4 +1,4 @@
// Copyright 2022 The Mumble Developers. All rights reserved.
// Copyright 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>.

View File

@ -1,4 +1,4 @@
// Copyright 2022 The Mumble Developers. All rights reserved.
// Copyright 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>.

View File

@ -1,4 +1,4 @@
// Copyright 2022 The Mumble Developers. All rights reserved.
// Copyright 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>.

View File

@ -1,4 +1,4 @@
// Copyright 2022 The Mumble Developers. All rights reserved.
// Copyright 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>.

View File

@ -1,4 +1,4 @@
// Copyright 2022 The Mumble Developers. All rights reserved.
// Copyright 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>.

View File

@ -1,4 +1,4 @@
// Copyright 2022 The Mumble Developers. All rights reserved.
// Copyright 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>.

View File

@ -1,4 +1,4 @@
// Copyright 2022 The Mumble Developers. All rights reserved.
// Copyright 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>.

View File

@ -1,4 +1,4 @@
// Copyright 2022 The Mumble Developers. All rights reserved.
// Copyright 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>.

View File

@ -1,4 +1,4 @@
// Copyright 2022 The Mumble Developers. All rights reserved.
// Copyright 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>.

View File

@ -1,4 +1,4 @@
// Copyright 2022 The Mumble Developers. All rights reserved.
// Copyright 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>.

View File

@ -1,4 +1,4 @@
// Copyright 2022 The Mumble Developers. All rights reserved.
// Copyright 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>.

View File

@ -1,4 +1,4 @@
// Copyright 2022 The Mumble Developers. All rights reserved.
// Copyright 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>.

View File

@ -1,4 +1,4 @@
// Copyright 2022 The Mumble Developers. All rights reserved.
// Copyright 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>.

View File

@ -1,4 +1,4 @@
// Copyright 2022 The Mumble Developers. All rights reserved.
// Copyright 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>.

View File

@ -1,4 +1,4 @@
// Copyright 2022 The Mumble Developers. All rights reserved.
// Copyright 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>.

View File

@ -1,4 +1,4 @@
// Copyright 2022 The Mumble Developers. All rights reserved.
// Copyright 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>.

View File

@ -1,4 +1,4 @@
// Copyright 2022 The Mumble Developers. All rights reserved.
// Copyright 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>.

View File

@ -1,4 +1,4 @@
// Copyright 2022 The Mumble Developers. All rights reserved.
// Copyright 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>.

View File

@ -1,4 +1,4 @@
// Copyright 2022 The Mumble Developers. All rights reserved.
// Copyright 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>.

View File

@ -1,4 +1,4 @@
// Copyright 2022 The Mumble Developers. All rights reserved.
// Copyright 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>.

View File

@ -1,4 +1,4 @@
// Copyright 2022 The Mumble Developers. All rights reserved.
// Copyright 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>.

View File

@ -1,4 +1,4 @@
// Copyright 2022 The Mumble Developers. All rights reserved.
// Copyright 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>.

View File

@ -1,4 +1,4 @@
// Copyright 2022 The Mumble Developers. All rights reserved.
// Copyright 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>.

View File

@ -1,4 +1,4 @@
// Copyright 2022 The Mumble Developers. All rights reserved.
// Copyright 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>.

View File

@ -1,4 +1,4 @@
// Copyright 2022 The Mumble Developers. All rights reserved.
// Copyright 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>.

Some files were not shown because too many files have changed in this diff Show More