diff --git a/LICENSE b/LICENSE index 7d13e5a..fc2213d 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2024 wfxey +Copyright (c) 2024 D&I Projects Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal @@ -19,3 +19,16 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + +Note: This software utilizes the following modules, each with their respective licenses: +- os (Python Standard Library) +- platform (Python Standard Library) +- logging (Python Standard Library) +- datetime (Python Standard Library) +- requests (Apache License 2.0) +- threading (Python Standard Library) +- psutil (BSD 3-Clause "New" or "Revised" License) +- cpuinfo (MIT License) +- tkinter (Python Software Foundation License) +- subprocess (Python Standard Library) +- time (Python Standard Library)