Skip to content

Commit

Permalink
fixed license terms
Browse files Browse the repository at this point in the history
  • Loading branch information
Marco Simone Zuppone committed Jun 8, 2022
1 parent 04d6ae2 commit 3ac1923
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion wakeup.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,9 @@ def wol(lunaMacAddress: bytes, port: int):


if __name__ == '__main__':
print("wakeup - by Marco S. Zuppone - [email protected] - https://msz.eu")
print("Program licensed under GNU AFFERO GENERAL PUBLIC LICENSE version 3")
print("")
parser = argparse.ArgumentParser(
description="Sends the WoL magic packet to the specified MAC address",
epilog="For any questions, feedback, suggestions, send money (yes...it's a dream I know) you can contact the "
Expand All @@ -33,4 +36,4 @@ def wol(lunaMacAddress: bytes, port: int):
exit()
# pass to wol the mac address of the ethernet port of the appliance to wakeup
wol(bytearray.fromhex(args.MACAddress), args.port)
# bytearray.fromhex('')

0 comments on commit 3ac1923

Please sign in to comment.