Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mumble-voip/mumble.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMikkel Krautz <mikkel@krautz.dk>2016-05-08 20:57:21 +0300
committerMikkel Krautz <mikkel@krautz.dk>2016-05-10 23:42:04 +0300
commit63f2bd8e4e69d3a6734d7bd64b9f036a99026b6e (patch)
tree2faee58765f8d74f821127a7664d70a6d894aa2b /scripts/transtate.py
parent84aa1aeb3500f5779deb9d1b2f7a68ce800ffe7c (diff)
scripts: update to use LICENSE.header.
Diffstat (limited to 'scripts/transtate.py')
-rwxr-xr-xscripts/transtate.py7
1 files changed, 6 insertions, 1 deletions
diff --git a/scripts/transtate.py b/scripts/transtate.py
index e601e21a7..8b98805a1 100755
--- a/scripts/transtate.py
+++ b/scripts/transtate.py
@@ -1,10 +1,15 @@
#!/usr/bin/env python
+#
+# Copyright 2005-2016 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>.
+
# Extracts the progress of translations from the compilation
# log in easily readable form. Make sure to delete all .qm
# files beforehand.
#
# Usage: cat log | .\transtate.py
-#
import sys
import re