Skip to content

Commit

Permalink
updated copyright information
Browse files Browse the repository at this point in the history
  • Loading branch information
DrakBoul committed Jul 19, 2024
1 parent 4e1018a commit b6b3812
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions UHF/generic_client.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
"""


Expand Down Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions UHF/simulated_uhf.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit b6b3812

Please sign in to comment.