From 1885551eacc0456b6bf4d80a561f56f276444a03 Mon Sep 17 00:00:00 2001 From: "Chen, Chien-ting" Date: Mon, 21 Jun 2021 00:03:29 +0800 Subject: [PATCH 1/2] Update README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 222acc5..5a2642f 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,8 @@ A Scheme-like typesetting LISP interpreter and editor that using SILE typesettin ## Screenshot ![圖片](https://user-images.githubusercontent.com/184107/122680547-47c8e000-d222-11eb-8ac3-be02df28e4b0.png) - +## License +GPLv3 ## Dependencies * Python3 From e8f9dfcdf6b6ca7b3a6cde1a8a0a58105ca1a803 Mon Sep 17 00:00:00 2001 From: "Chen, Chien-ting" Date: Mon, 21 Jun 2021 00:04:05 +0800 Subject: [PATCH 2/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5a2642f..dbb7ddc 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ A Scheme-like typesetting LISP interpreter and editor that using SILE typesettin ![圖片](https://user-images.githubusercontent.com/184107/122680547-47c8e000-d222-11eb-8ac3-be02df28e4b0.png) ## License -GPLv3 +GPLv3 (except those inside `thirdparty/`) ## Dependencies * Python3