From f4e62f4fbc9b9c7591d4a8a764fca5188d093922 Mon Sep 17 00:00:00 2001 From: Linar Yusupov Date: Mon, 30 Dec 2019 13:55:27 +0300 Subject: [PATCH] Copyright extension onto year 2020 --- ADSB_Encoder.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ADSB_Encoder.py b/ADSB_Encoder.py index ca26eda..7d3fe49 100755 --- a/ADSB_Encoder.py +++ b/ADSB_Encoder.py @@ -248,7 +248,7 @@ def manchester_encode(byte): ############################################################### -# Copyright (C) 2017-2019 Linar Yusupov +# Copyright (C) 2017-2020 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