From 742c7182e7d13a52aecdd513280069a9f6db1cf6 Mon Sep 17 00:00:00 2001 From: mattmcw Date: Fri, 3 Dec 2021 10:29:29 -0500 Subject: [PATCH 1/2] Update language and remove griping about LGPL --- stipple_gen.pde | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/stipple_gen.pde b/stipple_gen.pde index b8cb400..67de62b 100644 --- a/stipple_gen.pde +++ b/stipple_gen.pde @@ -9,12 +9,10 @@ a config file. Arguments take precedence over the config file. Why do it this way? So that the stippling process can be run headless with a config file - storing the majority of the settings and the command line arguments handling things - such as input and output file names. Why do that? So this process can be tied into - automated image generation processes. + or command line arguments. Why do that? So this application can be used for + automated image generation. - Begrudgingly but respectfully releasing this in accordance with the original LGPL license, - though I would prefer to use MIT or ISC which I consider to have fewer encumbrances. + Licence: LGPL 2.1 ******************************************************************************* HISTORY From c5f7d7b4e6621acab0161ac4a109c06b2670b14f Mon Sep 17 00:00:00 2001 From: mattmcw Date: Fri, 3 Dec 2021 10:45:25 -0500 Subject: [PATCH 2/2] Spell license correctly --- stipple_gen.pde | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stipple_gen.pde b/stipple_gen.pde index 67de62b..6a9df6a 100644 --- a/stipple_gen.pde +++ b/stipple_gen.pde @@ -12,7 +12,7 @@ or command line arguments. Why do that? So this application can be used for automated image generation. - Licence: LGPL 2.1 + License: LGPL 2.1 ******************************************************************************* HISTORY