summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorShmuel Zeigerman <solomuz0@gmail.com>2020-08-07 12:13:18 +0300
committerShmuel Zeigerman <solomuz0@gmail.com>2020-08-07 12:13:18 +0300
commit6fae8a7a6ed61f1b6b0f072148a4ce6e4a42337e (patch)
treed77c590bd3c9692e1cb45b8702b837e97fc37f34
parente874d29e595fc2c60c30c14f3e7e9ab3ff0fe60a (diff)
downloadlrexlib-gh-pages.tar.gz
Lrexlib v2.9.1gh-pages
-rw-r--r--index.html6
-rw-r--r--license.html4
-rw-r--r--manual.html2
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 @@
<p><strong>Lrexlib</strong> provides bindings of five regular expression library APIs
(<a class="reference external" href="http://www.opengroup.org/onlinepubs/009695399/basedefs/xbd_chap09.html">POSIX</a>, <a class="reference external" href="http://www.pcre.org/pcre.txt">PCRE</a>, <a class="reference external" href="http://www.pcre.org/pcre2.txt">PCRE2</a>, <a class="reference external" href="ftp://ftp.gnu.org/old-gnu/regex/">GNU</a>, <a class="reference external" href="http://laurikari.net/tre/documentation/">TRE</a> and <a class="reference external" href="https://github.com/kkos/oniguruma">Oniguruma</a>) to <a class="reference external" href="http://www.lua.org">Lua</a> &gt;= 5.1.
The bindings for TRE and Oniguruma are not currently complete.</p>
-<p><strong>Lrexlib</strong> is copyright Reuben Thomas 2000-2017 and copyright Shmuel
-Zeigerman 2004-2017, and is released under the same license as Lua,
+<p><strong>Lrexlib</strong> is copyright Reuben Thomas 2000-2020 and copyright Shmuel
+Zeigerman 2004-2020, and is released under the same license as Lua,
the <a class="reference external" href="http://www.opensource.org/licenses/mit-license.php">MIT</a> license (otherwise known as the revised BSD license). There
is no warranty.</p>
<p>Please report bugs and make suggestions to the maintainer, or use the
@@ -47,7 +47,7 @@ luarocks install lrexlib-FLAVOUR
</div>
<div class="footer">
<hr class="footer" />
-Generated on: 2017-11-07 16:44 UTC.
+Generated on: 2020-08-07 08:55 UTC.
</div>
</body>
diff --git a/license.html b/license.html
index 76c1dad..13b4595 100644
--- a/license.html
+++ b/license.html
@@ -6,8 +6,8 @@
<body>
<h2>Lrexlib</h2>
-<p>Copyright &copy; Reuben Thomas 2000-2017<br>
-Copyright &copy; Shmuel Zeigerman 2004-2017
+<p>Copyright &copy; Reuben Thomas 2000-2020<br>
+Copyright &copy; Shmuel Zeigerman 2004-2020
<p>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</em></li>
</div>
<div class="footer">
<hr class="footer" />
-Generated on: 2017-11-06 16:45 UTC.
+Generated on: 2020-08-07 08:55 UTC.
</div>
</body>