[game-data-packager] 11/16: umod test: fix mode, fix interpreter, add copyright

Simon McVittie smcv at debian.org
Fri Jan 8 09:14:03 UTC 2016


This is an automated email from the git hooks/post-receive script.

smcv pushed a commit to branch master
in repository game-data-packager.

commit 02e2e5ad2267865ba9eba9d58486a41715a24901
Author: Simon McVittie <smcv at debian.org>
Date:   Thu Jan 7 11:38:55 2016 +0000

    umod test: fix mode, fix interpreter, add copyright
---
 tests/umod.py | 17 ++++++++++++++++-
 1 file changed, 16 insertions(+), 1 deletion(-)

diff --git a/tests/umod.py b/tests/umod.py
old mode 100644
new mode 100755
index 24d943c..7dac520
--- a/tests/umod.py
+++ b/tests/umod.py
@@ -1,4 +1,19 @@
-#!/usr/bin/python
+#!/usr/bin/python3
+# encoding=utf-8
+#
+# Copyright © 2015 Simon McVittie <smcv at debian.org>
+#
+# This program is free software; you can redistribute it and/or
+# modify it under the terms of the GNU General Public License
+# as published by the Free Software Foundation; either version 2
+# of the License, or (at your option) any later version.
+#
+# This program is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
+#
+# You can find the GPL license text on a Debian system under
+# /usr/share/common-licenses/GPL-2.
 
 import io
 import struct

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/game-data-packager.git



More information about the Pkg-games-commits mailing list