aboutsummaryrefslogtreecommitdiff
path: root/remote_plot.c
diff options
context:
space:
mode:
authorXiao Pan <xyz@flylightning.xyz>2025-05-15 18:35:42 -0700
committerXiao Pan <xyz@flylightning.xyz>2025-05-15 18:35:42 -0700
commit7059b4298ba49e9f47e4ee776f6e12600b05ba8f (patch)
treecf93bda72a0938c7bfe18945706b7aebd8e5e812 /remote_plot.c
parent1e14f67953c2ee72c816e97bcce93a273be487d2 (diff)
better comment explain plplot license
Diffstat (limited to 'remote_plot.c')
-rw-r--r--remote_plot.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/remote_plot.c b/remote_plot.c
index 5f7650d..9d62541 100644
--- a/remote_plot.c
+++ b/remote_plot.c
@@ -24,7 +24,8 @@
#include <fcntl.h> // open()
-// plplot, license GPL-2.0-or-later
+// plplot, license LGPL-2.0-or-later, it also have codes licensed under other
+// licenses but I don't think my program used those codes
#include <plplot/plConfig.h>
#include <plplot/plplot.h>