From a609d2f9c9d08e8aa6393094d0ed5db16979e1b5 Mon Sep 17 00:00:00 2001 From: Vadim Yanitskiy Date: Thu, 4 Jan 2018 20:16:34 +0700 Subject: 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 --- apps/grgsm_trx | 1 + 1 file changed, 1 insertion(+) 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 \n" \ + "Copyright (C) 2017 by Piotr Krysik \n" \ "License GPLv2+: GNU GPL version 2 or later " \ "\n" \ "This is free software: you are free to change and redistribute it.\n" \ -- cgit v1.2.3