Skip to content

Commit dbd0e39

Browse files
authored
Update README.md
1 parent f6b4933 commit dbd0e39

File tree

1 file changed

+18
-11
lines changed

1 file changed

+18
-11
lines changed

README.md

Lines changed: 18 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -11,14 +11,21 @@ This is the source code for all the main Arduino programs.
1111
- All precompiled binaries and object files are free for non-commercial use only. For all other uses, please contact the Pokémon Automation server admins.
1212

1313
# Dependencies:
14-
- Qt5 and Qt6 (LGPLv3)
15-
- [LUFA (MIT License)](https://github.com/abcminiuser/lufa)
16-
- [nlohmann json (MIT License)](https://github.com/nlohmann/json)
17-
- [Tesseract (Apache 2.0 License)](https://github.com/tesseract-ocr/tesseract)
18-
- [Tesseract for Windows (Apache 2.0 License)](https://github.com/peirick/Tesseract-OCR_for_Windows)
19-
- [OpenCV (Apache 2.0 License)](https://github.com/opencv/opencv)
20-
- [ONNX (MIT License)](https://github.com/microsoft/onnxruntime)
21-
- [QDarkStyleSheet (MIT License)](https://github.com/ColinDuquesnoy/QDarkStyleSheet)
22-
- [Sleepy Discord (MIT License)](https://github.com/yourWaifu/sleepy-discord)
23-
- [D++ (Apache 2.0 License)](https://github.com/brainboxdotcc/DPP)
24-
- [Qt Wav Reader (BSD License)](https://code.qt.io/cgit/qt/qtmultimedia.git/tree/examples/multimedia/spectrum/app/wavfile.cpp?h=5.15)
14+
15+
| **Dependency** | **License** |
16+
| --- | --- |
17+
| Qt5 and Qt6 | LGPLv3 |
18+
| [QDarkStyleSheet](https://github.com/ColinDuquesnoy/QDarkStyleSheet) | MIT |
19+
| [Qt Wav Reader](https://code.qt.io/cgit/qt/qtmultimedia.git/tree/examples/multimedia/spectrum/app/wavfile.cpp?h=5.15) | BSD |
20+
| [nlohmann json](https://github.com/nlohmann/json) | MIT |
21+
| [Sleepy Discord](https://github.com/yourWaifu/sleepy-discord) | MIT |
22+
| [D++](https://github.com/brainboxdotcc/DPP) | Apache 2.0 |
23+
| [LUFA](https://github.com/abcminiuser/lufa) | MIT |
24+
| [Tesseract](https://github.com/tesseract-ocr/tesseract) | Apache 2.0 |
25+
| [Tesseract for Windows](https://github.com/peirick/Tesseract-OCR_for_Windows) | Apache 2.0 |
26+
| [OpenCV](https://github.com/opencv/opencv) | Apache 2.0 |
27+
| [ONNX](https://github.com/microsoft/onnxruntime) | MIT |
28+
29+
Vanilla GPL is disallowed, though LGPL is allowed. This is for the following reasons:
30+
1. A tiny portion of the project is not open-sourced. (mostly related to telemetry and internal research experiments)
31+
2. We reserve right to re-license the project in ways that do not abide by the copy-left requirement of GPL.

0 commit comments

Comments
 (0)