From 5f7ee8cda843163d569d88035f728da4a984105a Mon Sep 17 00:00:00 2001 From: Linar Yusupov Date: Thu, 7 Jan 2021 10:24:33 +0300 Subject: [PATCH] Copyright extension onto year 2021 --- ADSB_Encoder.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ADSB_Encoder.py b/ADSB_Encoder.py index 7d3fe49..a790b44 100755 --- a/ADSB_Encoder.py +++ b/ADSB_Encoder.py @@ -248,7 +248,7 @@ def manchester_encode(byte): ############################################################### -# Copyright (C) 2017-2020 Linar Yusupov +# Copyright (C) 2017-2021 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