From 6668ba51bd2843f715c3c4c04b0865538e30be2f Mon Sep 17 00:00:00 2001 From: Linar Yusupov Date: Fri, 28 Dec 2018 11:29:57 +0300 Subject: [PATCH] Copyright extension onto year 2019 --- ADSB_Encoder.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ADSB_Encoder.py b/ADSB_Encoder.py index 284aab1..ca26eda 100755 --- a/ADSB_Encoder.py +++ b/ADSB_Encoder.py @@ -248,7 +248,7 @@ def manchester_encode(byte): ############################################################### -# Copyright (C) 2017-2018 Linar Yusupov +# Copyright (C) 2017-2019 Linar Yusupov # 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