Skip to content

Commit c4c0839

Browse files
committed
diagram-generator: clarify copyright and license
1 parent c2963ea commit c4c0839

File tree

1 file changed

+10
-6
lines changed

1 file changed

+10
-6
lines changed

diagram-generator/diagram-generator.lua

+10-6
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,15 @@
11
--[[
2-
This Lua filter is used to create images with or without captions from
3-
code blocks. Currently PlantUML, GraphViz, Tikz, and Python can be
4-
processed. For further details, see README.md.
2+
diagram-generator – create images and figures from code blocks.
53
6-
Thanks to @floriandd2ba and @jgm for the initial implementation of
7-
the PlantUML filter, which I used as a template. Thanks also @muxueqz
8-
for the code to generate a GraphViz image.
4+
This Lua filter is used to create images with or without captions
5+
from code blocks. Currently PlantUML, GraphViz, Tikz, and Python
6+
can be processed. For further details, see README.md.
7+
8+
Copyright: © 2018-2020 John MacFarlane <[email protected]>,
9+
2018 Florian Schätzig <[email protected]>,
10+
2019 Thorsten Sommer <[email protected]>,
11+
2019-2020 Albert Krewinkel <[email protected]>
12+
License: MIT – see LICENSE file for details
913
]]
1014

1115
-- The PlantUML path. If set, uses the environment variable PLANTUML or the

0 commit comments

Comments
 (0)