aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVadim Yanitskiy <axilirator@gmail.com>2018-01-04 20:16:34 +0700
committerVadim Yanitskiy <axilirator@gmail.com>2018-08-10 15:11:23 +0700
commit3674f48df55d6413d12dd54176cb123e88aafeae (patch)
tree36c54e5be5ef8f29cde5df807ad0908e69f32d7d
parent332e2be78f9cf82a7b6a0f053d2bfd87974b9998 (diff)
apps/grgsm_trx: also print Piotr as a copyright holder
Despite the most part of Python code was written by Vadim, it's heavily based on huge and impressive work done by Piotr. Let's also print his credentials in the license header. Change-Id: Icca7c679d84f99440ff502219f624e0f73112744
-rwxr-xr-xapps/grgsm_trx1
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/grgsm_trx b/apps/grgsm_trx
index 128adab..eafc726 100755
--- a/apps/grgsm_trx
+++ b/apps/grgsm_trx
@@ -31,6 +31,7 @@ from grgsm.trx import fake_pm
COPYRIGHT = \
"Copyright (C) 2016-2017 by Vadim Yanitskiy <axilirator@gmail.com>\n" \
+ "Copyright (C) 2017 by Piotr Krysik <ptrkrysik@gmail.com>\n" \
"License GPLv2+: GNU GPL version 2 or later " \
"<http://gnu.org/licenses/gpl.html>\n" \
"This is free software: you are free to change and redistribute it.\n" \