aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXiao Pan <xyz@flylightning.xyz>2025-05-16 20:36:42 -0700
committerXiao Pan <xyz@flylightning.xyz>2025-05-16 20:36:42 -0700
commit3eabdee5dcb1eecd0448190eb0dff23002b752d1 (patch)
tree2701514809c4212b827c9bd97ffe7326515ceb80
parent8b40944311d5f8bb21aed55f965493d9fd2cf954 (diff)
edit readme
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index b1bc164..1ef96ba 100644
--- a/README.md
+++ b/README.md
@@ -1,6 +1,6 @@
Archived. **Has license issues**. Read local and remote decoded CAN messages I want, append to a file, plot to a GUI with some controls. Need to be used with [mycan](https://git.flylightning.xyz/mycan/).
-The software is licensed under GPL-3.0-or-later. But list.c and list.h contain source code I edited from book "C Primer Plus" Chapter17 practice problem 2 which contain codes from its example codes, and the author of "C Primer Plus" does not have a license for list.c and list.h, so the author of "C Primer Plus" has the copyright on list.c and list.h, so list.c and list.h can be considered non-free close souce proprietary code. **So there's a license issue, I use both non-free and free copyleft license codes.**
+The software is licensed under GPL-3.0-or-later. But list.c and list.h contain source code I edited from book "C Primer Plus" Chapter17 practice problem 2 which contain codes from its example codes, and the author of "C Primer Plus" does not have a license for list.c and list.h, so the author of "C Primer Plus" has the copyright on list.c and list.h, so list.c and list.h can be considered non-free close souce proprietary code. **So there's a license issue because I use both non-free and free copyleft license codes together.**
build, install, and run
```sh