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:
authorRobert Adam <dev@robert-adam.de>2022-01-04 22:17:33 +0300
committerRobert Adam <dev@robert-adam.de>2022-01-04 22:17:33 +0300
commitd100ff1467e73873bdfee402c1803d29f727cef3 (patch)
tree8ac24661a6e06d54f353b72ed72b68741104e3dc /.ci/azure-pipelines
parent25cb73731b5f74925fd6564d771205534ebc4485 (diff)
MAINT: Update copyright to 2022
Diffstat (limited to '.ci/azure-pipelines')
-rwxr-xr-x.ci/azure-pipelines/assertNoTranslationChanges.sh2
-rwxr-xr-x.ci/azure-pipelines/build_linux.bash2
-rwxr-xr-x.ci/azure-pipelines/build_macos.bash2
-rwxr-xr-x.ci/azure-pipelines/checkDocs.bash2
-rwxr-xr-x.ci/azure-pipelines/extractWithProgress.bash2
-rwxr-xr-x.ci/azure-pipelines/install-environment_linux.bash2
-rwxr-xr-x.ci/azure-pipelines/install-environment_linux_translations.bash2
-rwxr-xr-x.ci/azure-pipelines/install-environment_macos.bash2
-rw-r--r--.ci/azure-pipelines/main-pr.yml2
-rw-r--r--.ci/azure-pipelines/main.yml2
-rwxr-xr-x.ci/azure-pipelines/package_AppImage.bash2
-rwxr-xr-x.ci/azure-pipelines/release_macos.bash2
-rw-r--r--.ci/azure-pipelines/release_windows.bat2
-rw-r--r--.ci/azure-pipelines/steps_linux.yml2
-rw-r--r--.ci/azure-pipelines/steps_macos.yml2
-rw-r--r--.ci/azure-pipelines/steps_windows.yml2
-rw-r--r--.ci/azure-pipelines/task-environment-cache.yml2
-rw-r--r--.ci/azure-pipelines/task-publish-artifacts.yml2
18 files changed, 18 insertions, 18 deletions
diff --git a/.ci/azure-pipelines/assertNoTranslationChanges.sh b/.ci/azure-pipelines/assertNoTranslationChanges.sh
index dcb9e2461..caf968331 100755
--- a/.ci/azure-pipelines/assertNoTranslationChanges.sh
+++ b/.ci/azure-pipelines/assertNoTranslationChanges.sh
@@ -1,6 +1,6 @@
#!/usr/bin/env bash
#
-# Copyright 2020-2021 The Mumble Developers. All rights reserved.
+# Copyright 2020-2022 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>.
diff --git a/.ci/azure-pipelines/build_linux.bash b/.ci/azure-pipelines/build_linux.bash
index 7116c30ce..c81928a60 100755
--- a/.ci/azure-pipelines/build_linux.bash
+++ b/.ci/azure-pipelines/build_linux.bash
@@ -1,6 +1,6 @@
#!/bin/bash -ex
#
-# Copyright 2020-2021 The Mumble Developers. All rights reserved.
+# Copyright 2020-2022 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>.
diff --git a/.ci/azure-pipelines/build_macos.bash b/.ci/azure-pipelines/build_macos.bash
index 04e636f18..107725df2 100755
--- a/.ci/azure-pipelines/build_macos.bash
+++ b/.ci/azure-pipelines/build_macos.bash
@@ -1,6 +1,6 @@
#!/bin/bash -ex
#
-# Copyright 2020-2021 The Mumble Developers. All rights reserved.
+# Copyright 2020-2022 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>.
diff --git a/.ci/azure-pipelines/checkDocs.bash b/.ci/azure-pipelines/checkDocs.bash
index 2fe8bc125..84daf5425 100755
--- a/.ci/azure-pipelines/checkDocs.bash
+++ b/.ci/azure-pipelines/checkDocs.bash
@@ -1,6 +1,6 @@
#!/usr/bin/env bash
#
-# Copyright 2020-2021 The Mumble Developers. All rights reserved.
+# Copyright 2020-2022 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>.
diff --git a/.ci/azure-pipelines/extractWithProgress.bash b/.ci/azure-pipelines/extractWithProgress.bash
index aee9f6d8c..ba2cc3969 100755
--- a/.ci/azure-pipelines/extractWithProgress.bash
+++ b/.ci/azure-pipelines/extractWithProgress.bash
@@ -1,6 +1,6 @@
#!/usr/bin/env bash
#
-# Copyright 2020-2021 The Mumble Developers. All rights reserved.
+# Copyright 2020-2022 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>.
diff --git a/.ci/azure-pipelines/install-environment_linux.bash b/.ci/azure-pipelines/install-environment_linux.bash
index e55587a20..d20664bab 100755
--- a/.ci/azure-pipelines/install-environment_linux.bash
+++ b/.ci/azure-pipelines/install-environment_linux.bash
@@ -1,6 +1,6 @@
#!/bin/bash -ex
#
-# Copyright 2020-2021 The Mumble Developers. All rights reserved.
+# Copyright 2020-2022 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>.
diff --git a/.ci/azure-pipelines/install-environment_linux_translations.bash b/.ci/azure-pipelines/install-environment_linux_translations.bash
index d1802215f..8dc64eae6 100755
--- a/.ci/azure-pipelines/install-environment_linux_translations.bash
+++ b/.ci/azure-pipelines/install-environment_linux_translations.bash
@@ -1,6 +1,6 @@
#!/usr/bin/env bash
#
-# Copyright 2020-2021 The Mumble Developers. All rights reserved.
+# Copyright 2020-2022 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>.
diff --git a/.ci/azure-pipelines/install-environment_macos.bash b/.ci/azure-pipelines/install-environment_macos.bash
index bfdf01ddb..8c1870efe 100755
--- a/.ci/azure-pipelines/install-environment_macos.bash
+++ b/.ci/azure-pipelines/install-environment_macos.bash
@@ -1,6 +1,6 @@
#!/bin/bash -ex
#
-# Copyright 2020-2021 The Mumble Developers. All rights reserved.
+# Copyright 2020-2022 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>.
diff --git a/.ci/azure-pipelines/main-pr.yml b/.ci/azure-pipelines/main-pr.yml
index cb325b08e..1cc3e2ee3 100644
--- a/.ci/azure-pipelines/main-pr.yml
+++ b/.ci/azure-pipelines/main-pr.yml
@@ -1,4 +1,4 @@
-# Copyright 2020-2021 The Mumble Developers. All rights reserved.
+# Copyright 2020-2022 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>.
diff --git a/.ci/azure-pipelines/main.yml b/.ci/azure-pipelines/main.yml
index 52e218a62..4ba39b409 100644
--- a/.ci/azure-pipelines/main.yml
+++ b/.ci/azure-pipelines/main.yml
@@ -1,4 +1,4 @@
-# Copyright 2020-2021 The Mumble Developers. All rights reserved.
+# Copyright 2020-2022 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>.
diff --git a/.ci/azure-pipelines/package_AppImage.bash b/.ci/azure-pipelines/package_AppImage.bash
index bda07dd09..9168928c0 100755
--- a/.ci/azure-pipelines/package_AppImage.bash
+++ b/.ci/azure-pipelines/package_AppImage.bash
@@ -1,6 +1,6 @@
#!/bin/bash -ex
#
-# Copyright 2020-2021 The Mumble Developers. All rights reserved.
+# Copyright 2020-2022 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>.
diff --git a/.ci/azure-pipelines/release_macos.bash b/.ci/azure-pipelines/release_macos.bash
index 19e4ef110..2d0eb1cdf 100755
--- a/.ci/azure-pipelines/release_macos.bash
+++ b/.ci/azure-pipelines/release_macos.bash
@@ -1,6 +1,6 @@
#!/usr/bin/env bash -ex
#
-# Copyright 2021 The Mumble Developers. All rights reserved.
+# Copyright 2021-2022 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>.
diff --git a/.ci/azure-pipelines/release_windows.bat b/.ci/azure-pipelines/release_windows.bat
index 22a1b9b9b..f1e58351c 100644
--- a/.ci/azure-pipelines/release_windows.bat
+++ b/.ci/azure-pipelines/release_windows.bat
@@ -1,4 +1,4 @@
-:: Copyright 2021 The Mumble Developers. All rights reserved.
+:: Copyright 2021-2022 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>.
diff --git a/.ci/azure-pipelines/steps_linux.yml b/.ci/azure-pipelines/steps_linux.yml
index e1fca6316..70b4cd1f4 100644
--- a/.ci/azure-pipelines/steps_linux.yml
+++ b/.ci/azure-pipelines/steps_linux.yml
@@ -1,4 +1,4 @@
-# Copyright 2020-2021 The Mumble Developers. All rights reserved.
+# Copyright 2020-2022 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>.
diff --git a/.ci/azure-pipelines/steps_macos.yml b/.ci/azure-pipelines/steps_macos.yml
index 96b2e50fc..16bfdfd33 100644
--- a/.ci/azure-pipelines/steps_macos.yml
+++ b/.ci/azure-pipelines/steps_macos.yml
@@ -1,4 +1,4 @@
-# Copyright 2020-2021 The Mumble Developers. All rights reserved.
+# Copyright 2020-2022 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>.
diff --git a/.ci/azure-pipelines/steps_windows.yml b/.ci/azure-pipelines/steps_windows.yml
index 549e52e56..b7ed02435 100644
--- a/.ci/azure-pipelines/steps_windows.yml
+++ b/.ci/azure-pipelines/steps_windows.yml
@@ -1,4 +1,4 @@
-# Copyright 2020-2021 The Mumble Developers. All rights reserved.
+# Copyright 2020-2022 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>.
diff --git a/.ci/azure-pipelines/task-environment-cache.yml b/.ci/azure-pipelines/task-environment-cache.yml
index 40efd47a4..4d98eeab8 100644
--- a/.ci/azure-pipelines/task-environment-cache.yml
+++ b/.ci/azure-pipelines/task-environment-cache.yml
@@ -1,4 +1,4 @@
-# Copyright 2020-2021 The Mumble Developers. All rights reserved.
+# Copyright 2020-2022 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>.
diff --git a/.ci/azure-pipelines/task-publish-artifacts.yml b/.ci/azure-pipelines/task-publish-artifacts.yml
index 6e1af7987..d86fe541b 100644
--- a/.ci/azure-pipelines/task-publish-artifacts.yml
+++ b/.ci/azure-pipelines/task-publish-artifacts.yml
@@ -1,4 +1,4 @@
-# Copyright 2020-2021 The Mumble Developers. All rights reserved.
+# Copyright 2020-2022 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>.