aboutsummaryrefslogtreecommitdiff
path: root/remote_plot.c
diff options
context:
space:
mode:
authorXiao Pan <xyz@flylightning.xyz>2025-05-15 18:43:06 -0700
committerXiao Pan <xyz@flylightning.xyz>2025-05-15 18:43:06 -0700
commit72d8048866ee019d780d94941cd2c82211499e4e (patch)
tree19e399f51aafaa9b3aa82a925893af4b1dcc0d50 /remote_plot.c
parent7059b4298ba49e9f47e4ee776f6e12600b05ba8f (diff)
Change license from GPL-2.0-or-later to GPL-3.0-or-later
I just realized I can use GPL-3.0-or-later. I prefer GPL-3.0-or-later over GPL-2.0-or-later. And libssh's LGPL-2.1-or-later, plplot's LGPL-2.0-or-later, and gtk's LGPL-2.1-or-later licenses are compatible with GPL-3.0-or-later.
Diffstat (limited to 'remote_plot.c')
-rw-r--r--remote_plot.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/remote_plot.c b/remote_plot.c
index 9d62541..37614ea 100644
--- a/remote_plot.c
+++ b/remote_plot.c
@@ -1,4 +1,4 @@
-// SPDX-License-Identifier: GPL-2.0-or-later
+// SPDX-License-Identifier: GPL-3.0-or-later
// references:
// https://api.libssh.org/stable/libssh_tutorial.html