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:
authorDavide Beatrici <davidebeatrici@gmail.com>2019-01-25 06:39:16 +0300
committerDavide Beatrici <davidebeatrici@gmail.com>2019-01-25 06:56:19 +0300
commitb427333257874ffe01e4ff62d56b1b03399b3c16 (patch)
treed6be049138c1329b60e7553294f598ebb9d79677 /scripts
parent0105626dd5b479674db1ed4ed534c0b5b6d6e66d (diff)
Auto-update LICENSE.header in source files
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/extract-emojione-flags.py2
-rw-r--r--scripts/generate-AUTHORS.py2
-rwxr-xr-xscripts/generate-ApplicationPalette-class.py2
-rw-r--r--scripts/generate-CHANGES.py2
-rwxr-xr-xscripts/generate-cipherinfo.py2
-rw-r--r--scripts/generate-ffdhe.py2
-rwxr-xr-xscripts/generate-mumble_qt-qrc.py2
-rwxr-xr-xscripts/generate-qrc.py2
-rwxr-xr-xscripts/git2cl.pl2
-rw-r--r--scripts/mkflags.py2
-rwxr-xr-xscripts/mkini-win32.bat2
-rwxr-xr-xscripts/mkini.sh2
-rwxr-xr-xscripts/mklic.pl2
-rwxr-xr-xscripts/mkwrapper.pl2
-rwxr-xr-xscripts/mumble-overlay2
-rwxr-xr-xscripts/murmur-user-wrapper2
-rwxr-xr-xscripts/rcc-depends.py2
-rwxr-xr-xscripts/release.pl2
-rwxr-xr-xscripts/transtate.py2
-rwxr-xr-xscripts/travis-ci/before_install.bash2
-rwxr-xr-xscripts/travis-ci/script.bash2
-rwxr-xr-xscripts/updatetranslations.sh2
22 files changed, 22 insertions, 22 deletions
diff --git a/scripts/extract-emojione-flags.py b/scripts/extract-emojione-flags.py
index 3e05108a2..66960ff63 100755
--- a/scripts/extract-emojione-flags.py
+++ b/scripts/extract-emojione-flags.py
@@ -1,6 +1,6 @@
#!/usr/bin/env python
#
-# Copyright 2005-2018 The Mumble Developers. All rights reserved.
+# Copyright 2005-2019 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/scripts/generate-AUTHORS.py b/scripts/generate-AUTHORS.py
index e36124d3e..a2e1eeaac 100644
--- a/scripts/generate-AUTHORS.py
+++ b/scripts/generate-AUTHORS.py
@@ -1,7 +1,7 @@
#!/usr/bin/env python
# -*- coding: utf-8 -*-
#
-# Copyright 2005-2018 The Mumble Developers. All rights reserved.
+# Copyright 2005-2019 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/scripts/generate-ApplicationPalette-class.py b/scripts/generate-ApplicationPalette-class.py
index 7b5e846ae..0c459c196 100755
--- a/scripts/generate-ApplicationPalette-class.py
+++ b/scripts/generate-ApplicationPalette-class.py
@@ -1,7 +1,7 @@
#!/usr/bin/env python3
# -*- coding: utf-8 -*-
#
-# Copyright 2005-2018 The Mumble Developers. All rights reserved.
+# Copyright 2005-2019 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/scripts/generate-CHANGES.py b/scripts/generate-CHANGES.py
index 03fbc6943..8359eee0c 100644
--- a/scripts/generate-CHANGES.py
+++ b/scripts/generate-CHANGES.py
@@ -1,7 +1,7 @@
#!/usr/bin/env python
# -*- coding: utf-8 -*-
#
-# Copyright 2005-2018 The Mumble Developers. All rights reserved.
+# Copyright 2005-2019 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/scripts/generate-cipherinfo.py b/scripts/generate-cipherinfo.py
index 0cf7a811e..64dafbdc8 100755
--- a/scripts/generate-cipherinfo.py
+++ b/scripts/generate-cipherinfo.py
@@ -1,6 +1,6 @@
#!/usr/bin/env python
#
-# Copyright 2005-2018 The Mumble Developers. All rights reserved.
+# Copyright 2005-2019 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/scripts/generate-ffdhe.py b/scripts/generate-ffdhe.py
index c91d9f574..8c22c3a8e 100644
--- a/scripts/generate-ffdhe.py
+++ b/scripts/generate-ffdhe.py
@@ -1,6 +1,6 @@
#!/usr/bin/env python
#
-# Copyright 2005-2018 The Mumble Developers. All rights reserved.
+# Copyright 2005-2019 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/scripts/generate-mumble_qt-qrc.py b/scripts/generate-mumble_qt-qrc.py
index 6da95f16a..1a7e9d47b 100755
--- a/scripts/generate-mumble_qt-qrc.py
+++ b/scripts/generate-mumble_qt-qrc.py
@@ -1,6 +1,6 @@
#!/usr/bin/env python
#
-# Copyright 2005-2018 The Mumble Developers. All rights reserved.
+# Copyright 2005-2019 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/scripts/generate-qrc.py b/scripts/generate-qrc.py
index dde6b4ef4..88ac8c331 100755
--- a/scripts/generate-qrc.py
+++ b/scripts/generate-qrc.py
@@ -1,5 +1,5 @@
#!/usr/bin/env python
-# Copyright 2005-2018 The Mumble Developers. All rights reserved.
+# Copyright 2005-2019 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/scripts/git2cl.pl b/scripts/git2cl.pl
index 888de8938..e2ff3edd0 100755
--- a/scripts/git2cl.pl
+++ b/scripts/git2cl.pl
@@ -1,6 +1,6 @@
#! /usr/bin/perl -w
#
-# Copyright 2005-2018 The Mumble Developers. All rights reserved.
+# Copyright 2005-2019 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/scripts/mkflags.py b/scripts/mkflags.py
index 8433f0a30..b77958196 100644
--- a/scripts/mkflags.py
+++ b/scripts/mkflags.py
@@ -1,7 +1,7 @@
#!/usr/bin/env python
# -*- coding: utf-8 -*-
#
-# Copyright 2005-2018 The Mumble Developers. All rights reserved.
+# Copyright 2005-2019 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/scripts/mkini-win32.bat b/scripts/mkini-win32.bat
index 6da449206..81d05fc3b 100755
--- a/scripts/mkini-win32.bat
+++ b/scripts/mkini-win32.bat
@@ -1,4 +1,4 @@
-:: Copyright 2005-2018 The Mumble Developers. All rights reserved.
+:: Copyright 2005-2019 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/scripts/mkini.sh b/scripts/mkini.sh
index 0fc112d98..35fd788e1 100755
--- a/scripts/mkini.sh
+++ b/scripts/mkini.sh
@@ -1,6 +1,6 @@
#! /bin/bash
#
-# Copyright 2005-2018 The Mumble Developers. All rights reserved.
+# Copyright 2005-2019 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/scripts/mklic.pl b/scripts/mklic.pl
index 1b5b11530..b465abe16 100755
--- a/scripts/mklic.pl
+++ b/scripts/mklic.pl
@@ -1,6 +1,6 @@
#! /usr/bin/perl
#
-# Copyright 2005-2018 The Mumble Developers. All rights reserved.
+# Copyright 2005-2019 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/scripts/mkwrapper.pl b/scripts/mkwrapper.pl
index 9a25f8acb..fb7cac6bb 100755
--- a/scripts/mkwrapper.pl
+++ b/scripts/mkwrapper.pl
@@ -1,6 +1,6 @@
#! /usr/bin/perl
#
-# Copyright 2005-2018 The Mumble Developers. All rights reserved.
+# Copyright 2005-2019 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/scripts/mumble-overlay b/scripts/mumble-overlay
index 285cc14b1..a2030a3e5 100755
--- a/scripts/mumble-overlay
+++ b/scripts/mumble-overlay
@@ -1,6 +1,6 @@
#!/bin/bash
#
-# Copyright 2005-2018 The Mumble Developers. All rights reserved.
+# Copyright 2005-2019 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/scripts/murmur-user-wrapper b/scripts/murmur-user-wrapper
index 39d0d59d0..f9e64975b 100755
--- a/scripts/murmur-user-wrapper
+++ b/scripts/murmur-user-wrapper
@@ -1,6 +1,6 @@
#! /bin/bash
#
-# Copyright 2005-2018 The Mumble Developers. All rights reserved.
+# Copyright 2005-2019 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/scripts/rcc-depends.py b/scripts/rcc-depends.py
index 75e044a36..c5d63f63b 100755
--- a/scripts/rcc-depends.py
+++ b/scripts/rcc-depends.py
@@ -1,6 +1,6 @@
#!/usr/bin/env python
#
-# Copyright 2005-2018 The Mumble Developers. All rights reserved.
+# Copyright 2005-2019 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/scripts/release.pl b/scripts/release.pl
index b9326b592..34cf7964e 100755
--- a/scripts/release.pl
+++ b/scripts/release.pl
@@ -1,6 +1,6 @@
#! /usr/bin/perl -w
#
-# Copyright 2005-2018 The Mumble Developers. All rights reserved.
+# Copyright 2005-2019 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/scripts/transtate.py b/scripts/transtate.py
index 9a1ef22fd..2aa4ce1a9 100755
--- a/scripts/transtate.py
+++ b/scripts/transtate.py
@@ -1,6 +1,6 @@
#!/usr/bin/env python
#
-# Copyright 2005-2018 The Mumble Developers. All rights reserved.
+# Copyright 2005-2019 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/scripts/travis-ci/before_install.bash b/scripts/travis-ci/before_install.bash
index 4f88e3db7..dc8148d79 100755
--- a/scripts/travis-ci/before_install.bash
+++ b/scripts/travis-ci/before_install.bash
@@ -1,6 +1,6 @@
#!/bin/bash -ex
#
-# Copyright 2005-2018 The Mumble Developers. All rights reserved.
+# Copyright 2005-2019 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/scripts/travis-ci/script.bash b/scripts/travis-ci/script.bash
index 838f215b2..eee140e71 100755
--- a/scripts/travis-ci/script.bash
+++ b/scripts/travis-ci/script.bash
@@ -1,6 +1,6 @@
#!/bin/bash -ex
#
-# Copyright 2005-2018 The Mumble Developers. All rights reserved.
+# Copyright 2005-2019 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/scripts/updatetranslations.sh b/scripts/updatetranslations.sh
index fde661fa5..4194340af 100755
--- a/scripts/updatetranslations.sh
+++ b/scripts/updatetranslations.sh
@@ -1,6 +1,6 @@
#!/usr/bin/env bash
#
-# Copyright 2005-2018 The Mumble Developers. All rights reserved.
+# Copyright 2005-2019 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>.