mirror of
https://github.com/mumble-voip/mumble.git
synced 2025-10-26 11:19:16 +00:00
MAINT: Update copyright notice to 2021 (Part II)
Apparently the first commit (59ae429972)
did not include all files.
Furthermore the used script tended to produce funny results in certain
cases. This has been fixed and as a result thereof a few more changes
were made in this second run.
This commit is contained in:
parent
6023035f50
commit
56db3410c5
@ -1,6 +1,6 @@
|
||||
#!/bin/bash -ex
|
||||
#
|
||||
# Copyright 2019-2021 The Mumble Developers. All rights reserved.
|
||||
# Copyright 2020-2021 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>.
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
#!/bin/bash -ex
|
||||
#
|
||||
# Copyright 2019-2021 The Mumble Developers. All rights reserved.
|
||||
# Copyright 2020-2021 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>.
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
#!/bin/bash -ex
|
||||
#
|
||||
# Copyright 2019-2021 The Mumble Developers. All rights reserved.
|
||||
# Copyright 2020-2021 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>.
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
#!/usr/bin/env bash
|
||||
#
|
||||
# Copyright 2009-2021 The Mumble Developers. All rights reserved.
|
||||
# Copyright 2020-2021 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>.
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
#!/bin/bash -ex
|
||||
#
|
||||
# Copyright 2009-2021 The Mumble Developers. All rights reserved.
|
||||
# Copyright 2020-2021 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>.
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
# Copyright 2019-2021 The Mumble Developers. All rights reserved.
|
||||
# Copyright 2020-2021 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>.
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
# Copyright 2019-2021 The Mumble Developers. All rights reserved.
|
||||
# Copyright 2020-2021 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>.
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
#!/bin/bash -ex
|
||||
#
|
||||
# Copyright 2019-2021 The Mumble Developers. All rights reserved.
|
||||
# Copyright 2020-2021 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>.
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
# Copyright 2019-2020 The Mumble Developers. All rights reserved.
|
||||
# Copyright 2020-2021 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>.
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
# Copyright 2019 The Mumble Developers. All rights reserved.
|
||||
# Copyright 2020-2021 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>.
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
// Copyright 2005-2021 The Mumble Developers. All rights reserved.
|
||||
// Copyright 2008-2021 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>.
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
// Copyright 2008-2021 The Mumble Developers. All rights reserved.
|
||||
// Copyright 2009-2021 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>.
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
# Copyright 2020 The Mumble Developers. All rights reserved.
|
||||
# Copyright 2020-2021 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>.
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
#!/usr/bin/perl
|
||||
#
|
||||
# Copyright 2009-2021 The Mumble Developers. All rights reserved.
|
||||
# Copyright 2010-2021 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>.
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
#!/usr/bin/env python
|
||||
# -*- coding: utf-8 -*-
|
||||
#
|
||||
# Copyright 2008-2021 The Mumble Developers. All rights reserved.
|
||||
# Copyright 2010-2021 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>.
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
# Copyright 2019-2020 The Mumble Developers. All rights reserved.
|
||||
# Copyright 2020-2021 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>.
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
// Copyright 2005-2021 The Mumble Developers. All rights reserved.
|
||||
// Copyright 2014-2021 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>.
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
// Copyright 2005-2021 The Mumble Developers. All rights reserved.
|
||||
// Copyright 2010-2021 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>.
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
// Copyright 2005-2021 The Mumble Developers. All rights reserved.
|
||||
// Copyright 2015-2021 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>.
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
// Copyright 2010-2021 The Mumble Developers. All rights reserved.
|
||||
// Copyright 2015-2021 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>.
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
// Copyright 2005-2021 The Mumble Developers. All rights reserved.
|
||||
// Copyright 2015-2021 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>.
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
// Copyright 2005-2021 The Mumble Developers. All rights reserved.
|
||||
// Copyright 2007-2021 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>.
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
// Copyright 2005-2021 The Mumble Developers. All rights reserved.
|
||||
// Copyright 2017-2021 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>.
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
// Copyright 2005-2021 The Mumble Developers. All rights reserved.
|
||||
// Copyright 2007-2021 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>.
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
// Copyright 2005-2021 The Mumble Developers. All rights reserved.
|
||||
// Copyright 2011-2021 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>.
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
// Copyright 2005-2021 The Mumble Developers. All rights reserved.
|
||||
// Copyright 2011-2021 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>.
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
// Copyright 2005-2021 The Mumble Developers. All rights reserved.
|
||||
// Copyright 2015-2021 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>.
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
// Copyright 2010-2021 The Mumble Developers. All rights reserved.
|
||||
// Copyright 2015-2021 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>.
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
// Copyright 2005-2021 The Mumble Developers. All rights reserved.
|
||||
// Copyright 2015-2021 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>.
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
// Copyright 2005-2021 The Mumble Developers. All rights reserved.
|
||||
// Copyright 2011-2021 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>.
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
# Copyright 2019-2020 The Mumble Developers. All rights reserved.
|
||||
# Copyright 2020-2021 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>.
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
// Copyright 2005-2021 The Mumble Developers. All rights reserved.
|
||||
// Copyright 2017-2021 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>.
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
# Copyright 2019-2020 The Mumble Developers. All rights reserved.
|
||||
# Copyright 2020-2021 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>.
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
// Copyright 2010-2021 The Mumble Developers. All rights reserved.
|
||||
// Copyright 2015-2021 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>.
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
# Copyright 2019-2020 The Mumble Developers. All rights reserved.
|
||||
# Copyright 2020-2021 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>.
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
# Copyright 2020 The Mumble Developers. All rights reserved.
|
||||
# Copyright 2020-2021 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>.
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
# Copyright 2019-2020 The Mumble Developers. All rights reserved.
|
||||
# Copyright 2020-2021 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>.
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
# Copyright 2019-2020 The Mumble Developers. All rights reserved.
|
||||
# Copyright 2020-2021 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>.
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
// Copyright 2005-2021 The Mumble Developers. All rights reserved.
|
||||
// Copyright 2010-2021 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>.
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
# Copyright 2019-2020 The Mumble Developers. All rights reserved.
|
||||
# Copyright 2020-2021 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>.
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
# Copyright 2019-2020 The Mumble Developers. All rights reserved.
|
||||
# Copyright 2020-2021 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>.
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
// Copyright 2005-2021 The Mumble Developers. All rights reserved.
|
||||
// Copyright 2010-2021 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>.
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
# Copyright 2019-2020 The Mumble Developers. All rights reserved.
|
||||
# Copyright 2020-2021 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>.
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
# Copyright 2019-2020 The Mumble Developers. All rights reserved.
|
||||
# Copyright 2020-2021 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>.
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
// Copyright 2005-2021 The Mumble Developers. All rights reserved.
|
||||
// Copyright 2009-2021 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>.
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
# Copyright 2019-2020 The Mumble Developers. All rights reserved.
|
||||
# Copyright 2020-2021 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>.
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
// Copyright 2005-2021 The Mumble Developers. All rights reserved.
|
||||
// Copyright 2011-2021 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>.
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
# Copyright 2019-2020 The Mumble Developers. All rights reserved.
|
||||
# Copyright 2020-2021 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>.
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
# Copyright 2019-2020 The Mumble Developers. All rights reserved.
|
||||
# Copyright 2020-2021 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>.
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
# Copyright 2019-2020 The Mumble Developers. All rights reserved.
|
||||
# Copyright 2020-2021 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>.
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
// Copyright 2005-2021 The Mumble Developers. All rights reserved.
|
||||
// Copyright 2010-2021 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>.
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
# Copyright 2019-2020 The Mumble Developers. All rights reserved.
|
||||
# Copyright 2020-2021 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>.
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
// Copyright 2005-2021 The Mumble Developers. All rights reserved.
|
||||
// Copyright 2009-2021 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>.
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
# Copyright 2019-2020 The Mumble Developers. All rights reserved.
|
||||
# Copyright 2020-2021 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>.
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
# Copyright 2019-2020 The Mumble Developers. All rights reserved.
|
||||
# Copyright 2020-2021 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>.
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
# Copyright 2019-2020 The Mumble Developers. All rights reserved.
|
||||
# Copyright 2020-2021 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>.
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
// Copyright 2005-2021 The Mumble Developers. All rights reserved.
|
||||
// Copyright 2013-2021 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>.
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
# Copyright 2019-2020 The Mumble Developers. All rights reserved.
|
||||
# Copyright 2020-2021 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>.
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
// Copyright 2005-2021 The Mumble Developers. All rights reserved.
|
||||
// Copyright 2011-2021 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>.
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
# Copyright 2019-2021 The Mumble Developers. All rights reserved.
|
||||
# Copyright 2020-2021 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>.
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
# Copyright 2019-2020 The Mumble Developers. All rights reserved.
|
||||
# Copyright 2020-2021 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>.
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
# Copyright 2019-2020 The Mumble Developers. All rights reserved.
|
||||
# Copyright 2020-2021 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>.
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
# Copyright 2019-2020 The Mumble Developers. All rights reserved.
|
||||
# Copyright 2020-2021 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>.
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
// Copyright 2008-2021 The Mumble Developers. All rights reserved.
|
||||
// Copyright 2009-2021 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>.
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
# Copyright 2019-2020 The Mumble Developers. All rights reserved.
|
||||
# Copyright 2020-2021 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>.
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
// Copyright 2008-2021 The Mumble Developers. All rights reserved.
|
||||
// Copyright 2009-2021 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>.
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
# Copyright 2019-2020 The Mumble Developers. All rights reserved.
|
||||
# Copyright 2020-2021 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>.
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
# Copyright 2019-2020 The Mumble Developers. All rights reserved.
|
||||
# Copyright 2020-2021 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>.
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
# Copyright 2019-2020 The Mumble Developers. All rights reserved.
|
||||
# Copyright 2020-2021 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>.
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
# Copyright 2019-2020 The Mumble Developers. All rights reserved.
|
||||
# Copyright 2020-2021 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>.
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
# Copyright 2019-2020 The Mumble Developers. All rights reserved.
|
||||
# Copyright 2020-2021 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>.
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
// Copyright 2008-2021 The Mumble Developers. All rights reserved.
|
||||
// Copyright 2009-2021 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>.
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
# Copyright 2019-2020 The Mumble Developers. All rights reserved.
|
||||
# Copyright 2020-2021 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>.
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
# Copyright 2019-2020 The Mumble Developers. All rights reserved.
|
||||
# Copyright 2020-2021 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>.
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
# Copyright 2019-2020 The Mumble Developers. All rights reserved.
|
||||
# Copyright 2020-2021 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>.
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
# Copyright 2019-2020 The Mumble Developers. All rights reserved.
|
||||
# Copyright 2020-2021 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>.
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
# Copyright 2019-2020 The Mumble Developers. All rights reserved.
|
||||
# Copyright 2020-2021 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>.
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
# Copyright 2019-2020 The Mumble Developers. All rights reserved.
|
||||
# Copyright 2020-2021 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>.
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
# Copyright 2019-2020 The Mumble Developers. All rights reserved.
|
||||
# Copyright 2020-2021 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>.
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
# Copyright 2019-2020 The Mumble Developers. All rights reserved.
|
||||
# Copyright 2020-2021 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>.
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
# Copyright 2019-2020 The Mumble Developers. All rights reserved.
|
||||
# Copyright 2020-2021 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>.
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
# Copyright 2019-2020 The Mumble Developers. All rights reserved.
|
||||
# Copyright 2020-2021 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>.
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
// Copyright 2011-2021 The Mumble Developers. All rights reserved.
|
||||
// Copyright 2012-2021 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>.
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
# Copyright 2019-2020 The Mumble Developers. All rights reserved.
|
||||
# Copyright 2020-2021 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>.
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
# Copyright 2019-2020 The Mumble Developers. All rights reserved.
|
||||
# Copyright 2020-2021 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>.
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
# Copyright 2019-2020 The Mumble Developers. All rights reserved.
|
||||
# Copyright 2020-2021 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>.
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
# Copyright 2019-2020 The Mumble Developers. All rights reserved.
|
||||
# Copyright 2020-2021 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>.
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
# Copyright 2019-2020 The Mumble Developers. All rights reserved.
|
||||
# Copyright 2020-2021 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>.
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
// Copyright 2005-2021 The Mumble Developers. All rights reserved.
|
||||
// Copyright 2010-2021 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>.
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
// Copyright 2005-2021 The Mumble Developers. All rights reserved.
|
||||
// Copyright 2013-2021 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>.
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
# Copyright 2019-2020 The Mumble Developers. All rights reserved.
|
||||
# Copyright 2020-2021 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>.
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
# Copyright 2019-2020 The Mumble Developers. All rights reserved.
|
||||
# Copyright 2020-2021 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>.
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
// Copyright 2016-2021 The Mumble Developers. All rights reserved.
|
||||
// Copyright 2018-2021 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>.
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
# Copyright 2020 The Mumble Developers. All rights reserved.
|
||||
# Copyright 2020-2021 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>.
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
# Copyright 2019-2020 The Mumble Developers. All rights reserved.
|
||||
# Copyright 2020-2021 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>.
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
// Copyright 2005-2021 The Mumble Developers. All rights reserved.
|
||||
// Copyright 2013-2021 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>.
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
# Copyright 2019-2020 The Mumble Developers. All rights reserved.
|
||||
# Copyright 2020-2021 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>.
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
# Copyright 2019-2020 The Mumble Developers. All rights reserved.
|
||||
# Copyright 2020-2021 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>.
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
# Copyright 2019-2020 The Mumble Developers. All rights reserved.
|
||||
# Copyright 2020-2021 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>.
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
// Copyright 2005-2021 The Mumble Developers. All rights reserved.
|
||||
// Copyright 2010-2021 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
Loading…
Reference in New Issue
Block a user