aboutsummaryrefslogtreecommitdiff
path: root/LICENSE
diff options
context:
space:
mode:
authorPřemysl Eric Janouch <p@janouch.name>2025-01-08 10:54:40 +0100
committerPřemysl Eric Janouch <p@janouch.name>2025-01-11 15:25:13 +0100
commite8752e53ace8ffb125e7545d6968a007fe6a8932 (patch)
tree773575f687452ff99b3c4c052bbb0b0fd8e95050 /LICENSE
parent147b8805247ca23fb96e51694f78439ab24f93a2 (diff)
downloadpdf-simple-sign-e8752e53ace8ffb125e7545d6968a007fe6a8932.tar.gz
pdf-simple-sign-e8752e53ace8ffb125e7545d6968a007fe6a8932.tar.xz
pdf-simple-sign-e8752e53ace8ffb125e7545d6968a007fe6a8932.zip
Add a Lua PDF generator
Publishing my old invoice layouter in a reusable scripting-based form, rather than an annoyingly fixed binary. Because Lua compiled for C++ might be hard to find, we provide a wrap. Curiously, only GitHub releases seem to contain onelua.c, which is a very handy file. We could have also subprojected libqr, which is in the public domain, however the other main dependencies are also LGPL like libqrencode is. And it is likely to be installed. The user manual also serves as a test.
Diffstat (limited to 'LICENSE')
-rw-r--r--LICENSE2
1 files changed, 1 insertions, 1 deletions
diff --git a/LICENSE b/LICENSE
index 7511f3e..689d036 100644
--- a/LICENSE
+++ b/LICENSE
@@ -1,4 +1,4 @@
-Copyright (c) 2017 - 2024, Přemysl Eric Janouch <p@janouch.name>
+Copyright (c) 2017 - 2025, Přemysl Eric Janouch <p@janouch.name>
Permission to use, copy, modify, and/or distribute this software for any
purpose with or without fee is hereby granted.