From 6fae8a7a6ed61f1b6b0f072148a4ce6e4a42337e Mon Sep 17 00:00:00 2001 From: Shmuel Zeigerman Date: Fri, 7 Aug 2020 12:13:18 +0300 Subject: Lrexlib v2.9.1 --- index.html | 6 +++--- license.html | 4 ++-- manual.html | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/index.html b/index.html index 04c3f49..283a333 100644 --- a/index.html +++ b/index.html @@ -18,8 +18,8 @@

Lrexlib provides bindings of five regular expression library APIs (POSIX, PCRE, PCRE2, GNU, TRE and Oniguruma) to Lua >= 5.1. The bindings for TRE and Oniguruma are not currently complete.

-

Lrexlib is copyright Reuben Thomas 2000-2017 and copyright Shmuel -Zeigerman 2004-2017, and is released under the same license as Lua, +

Lrexlib is copyright Reuben Thomas 2000-2020 and copyright Shmuel +Zeigerman 2004-2020, and is released under the same license as Lua, the MIT license (otherwise known as the revised BSD license). There is no warranty.

Please report bugs and make suggestions to the maintainer, or use the @@ -47,7 +47,7 @@ luarocks install lrexlib-FLAVOUR

diff --git a/license.html b/license.html index 76c1dad..13b4595 100644 --- a/license.html +++ b/license.html @@ -6,8 +6,8 @@

Lrexlib

-

Copyright © Reuben Thomas 2000-2017
-Copyright © Shmuel Zeigerman 2004-2017 +

Copyright © Reuben Thomas 2000-2020
+Copyright © Shmuel Zeigerman 2004-2020

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: diff --git a/manual.html b/manual.html index 8acf6b2..a18717b 100644 --- a/manual.html +++ b/manual.html @@ -1558,7 +1558,7 @@ subpatterns

-- cgit v1.2.1