aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXiao Pan <xyz@flylightning.xyz>2025-05-16 20:36:12 -0700
committerXiao Pan <xyz@flylightning.xyz>2025-05-16 20:36:12 -0700
commitcaf27a889af0eb3c0f9ddc52885aec8f8c5f97ab (patch)
treeea9c7238622a03b34f206c00487684aa5066b333
parent0af4110f11b48ce2a14eb776c7b792b06165cd78 (diff)
edit readme
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index e85faa5..e043204 100644
--- a/README.md
+++ b/README.md
@@ -1,6 +1,6 @@
Archived. **Has license issues.** Reading CAN messages from CAN ids I want, decode and append to a file. Use it with [remote_plot](https://git.flylightning.xyz/remote_plot/)
-The code is licensed under GPL-3.0-or-later. mycan.c uses some codes from <https://files.waveshare.com/upload/4/4e/RS485_CAN_HAT_Code.zip> which does not have a license which means those codes are non-free close souce proprietary, so I don't think I'm allowed to add a free and open soruce license to mycan.c. all_SRE_edited.dbc is edited from "SR-16 Custom BMS.dbc" file from <https://github.com/spartanracingelectric/SR16-CustomBMS/blob/main/SR-16%20Custom%20BMS.dbc> and authors of SR16-CustomBMS does not have a license in their code repository for "SR-16 Custom BMS.dbc" file, so authors of SR16-CustomBMS have the copyright on "SR-16 Custom BMS.dbc" file, so all_SRE_edited.dbc can be considered non-free close souce proprietary code. **So there are license issues, I use both non-free and free copyleft license codes.**
+The code is licensed under GPL-3.0-or-later. mycan.c uses some codes from <https://files.waveshare.com/upload/4/4e/RS485_CAN_HAT_Code.zip> which does not have a license which means those codes are non-free close souce proprietary, so I don't think I'm allowed to add a free and open soruce license to mycan.c. all_SRE_edited.dbc is edited from "SR-16 Custom BMS.dbc" file from <https://github.com/spartanracingelectric/SR16-CustomBMS/blob/main/SR-16%20Custom%20BMS.dbc> and authors of SR16-CustomBMS does not have a license in their code repository for "SR-16 Custom BMS.dbc" file, so authors of SR16-CustomBMS have the copyright on "SR-16 Custom BMS.dbc" file, so all_SRE_edited.dbc can be considered non-free close souce proprietary code. **So there are license issues because I use both non-free and free copyleft license codes together.**
build, install, and run
```sh