From b6b3812d3c9449c1d77347380c8a2fe31012e7ef Mon Sep 17 00:00:00 2001 From: Drake Date: Fri, 19 Jul 2024 14:15:04 -0600 Subject: [PATCH] updated copyright information --- UHF/generic_client.py | 4 ++-- UHF/simulated_uhf.py | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/UHF/generic_client.py b/UHF/generic_client.py index 397fb7e..13f0133 100644 --- a/UHF/generic_client.py +++ b/UHF/generic_client.py @@ -5,7 +5,7 @@ will listen and print any incoming messages to socket. can send messages back to server by simply writing a command in the terminal -Copyright 2023 [Drake Boulianne]. Licensed under the Apache License, Version 2.0 +Copyright 2024 [Drake Boulianne]. Licensed under the Apache License, Version 2.0 """ @@ -95,7 +95,7 @@ def main(): # no error __author__ = "Drake Boulianne" __copyright__ = """ - Copyright (C) 2023, [Drake Boulianne] + Copyright (C) 2024, [Drake Boulianne] Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at diff --git a/UHF/simulated_uhf.py b/UHF/simulated_uhf.py index 8a686ae..455d6e9 100644 --- a/UHF/simulated_uhf.py +++ b/UHF/simulated_uhf.py @@ -3,7 +3,7 @@ information is sent over servers using TCP sockets and shared data buffers between the two servers. information sent to one server will be echoed to the other. -Copyright 2023 [Drake Boulianne]. Licensed under the Apache License, Version 2.0 +Copyright 2024 [Drake Boulianne]. Licensed under the Apache License, Version 2.0 """ import socket @@ -245,7 +245,7 @@ def main(): # no error __author__ = "Drake Boulianne" __copyright__ = """ - Copyright (C) 2023, [Drake Boulianne] + Copyright (C) 2024, [Drake Boulianne] Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at