diff options
Diffstat (limited to 'protocol.py')
-rw-r--r-- | protocol.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/protocol.py b/protocol.py index f6a2905..4ee50c3 100644 --- a/protocol.py +++ b/protocol.py @@ -1,4 +1,4 @@ -######################################################################################## +################################################################################# # This file is part of Spheres. # Copyright (C) 2019 Jesusalva @@ -14,7 +14,7 @@ # You should have received a copy of the GNU General Public License # along with this program. If not, see <http://www.gnu.org/licenses/>. -######################################################################################## +################################################################################# # Protocol Module # Parses packets import utils |