aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorXiao Pan <xyz@flylightning.xyz>2025-05-16 02:09:45 -0700
committerXiao Pan <xyz@flylightning.xyz>2025-05-16 02:09:45 -0700
commit256605a62f19b3ae39c94525ef921a8a83dcb547 (patch)
tree97bea4c5f74e725a1cca86c051b4a945d3f50ae5 /README.md
parenta5dcbbb67e0fadabe971cc3a9bf5a5bfd6c86813 (diff)
edit readme
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 1 insertions, 3 deletions
diff --git a/README.md b/README.md
index 99e995c..7bbc8f1 100644
--- a/README.md
+++ b/README.md
@@ -1,9 +1,7 @@
-work in progress
+Archived. **Has license issues**. Read local and remote decoded CAN messages I want, append to a file, plot to a GUI with some controls. Use it 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.**
-Read local and remote decoded CAN messages I want, append to a file, plot to a GUI with some controls. Use it with [mycan](https://git.flylightning.xyz/mycan/).
-
build, install, and run
```sh
make