From 20a7b6a260734c51bee2c704ee2008a130c9993f Mon Sep 17 00:00:00 2001 From: Gnome Ann <> Date: Wed, 22 Dec 2021 13:58:01 -0500 Subject: [PATCH] Correct "LuLPEG" to "LuLPeg" --- extern/lualibs/lulpeg.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/extern/lualibs/lulpeg.lua b/extern/lualibs/lulpeg.lua index 9712c4a3..82308904 100644 --- a/extern/lualibs/lulpeg.lua +++ b/extern/lualibs/lulpeg.lua @@ -1,4 +1,4 @@ --- LuLPEG @a10d246290254ab5c206ed9df1394db9275166ab | /lulpeg.lua | https://github.com/pygy/LuLPeg | License: Public-domain-equivalent except for /src/re.lua, which is MIT-licensed | Minified using https://www.npmjs.com/package/luamin/v/1.0.4 and then the following regex replacement was used on the output: /(\([^()]+?\))(\([^()]+?or[^()]+?\)\([^()]+?\))/ was replaced with "\1;\2" (without the quotes) +-- LuLPeg @a10d246290254ab5c206ed9df1394db9275166ab | /lulpeg.lua | https://github.com/pygy/LuLPeg | License: Public-domain-equivalent except for /src/re.lua, which is MIT-licensed | Minified using https://www.npmjs.com/package/luamin/v/1.0.4 and then the following regex replacement was used on the output: /(\([^()]+?\))(\([^()]+?or[^()]+?\)\([^()]+?\))/ was replaced with "\1;\2" (without the quotes) -- Copyright (C) 2013 Lua.org, PUC-Rio. -- Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: -- The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.