You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Firmware:
AVR-Crypto-Lib: GPL 2/3
uart.c: GPL 2 or later
pinutils: From ethersex which is GPL 3
Software:
aes.py: Apache License, Version 2.0 which is compatible with GPL 3
PIL: Python1.6a2 License which is compatible with GPL
pyserial: Python2.0.1 which is compatible with GPL
This leads to the following conclusion: It is no problem to go for the GPL 3 license. By rewriting the aes implementations BSD would also be possible.
Steps:
a) Analyze what licenses are already present in the code
b) Decide on a license
c) Replace code which is not compatible with this license
The text was updated successfully, but these errors were encountered: