diff options
Diffstat (limited to 'remote_plot.c')
-rw-r--r-- | remote_plot.c | 3 |
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> |