summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xdoc/index.txt4
-rwxr-xr-xdoc/manual.txt4
2 files changed, 4 insertions, 4 deletions
diff --git a/doc/index.txt b/doc/index.txt
index 0bf0883..d0af20c 100755
--- a/doc/index.txt
+++ b/doc/index.txt
@@ -9,8 +9,8 @@ Lrexlib is a regular expression library for Lua 5.1. The makefiles
provided build it into shared libraries called rex_posix.so and
rex_pcre.so, which can be used with require or loadlib.
-Lrexlib is copyright Reuben Thomas 2000-2007 and copyright Shmuel
-Zeigerman 2004-2007, and is released under the MIT license, like Lua
+Lrexlib is copyright Reuben Thomas 2000-2008 and copyright Shmuel
+Zeigerman 2004-2008, and is released under the MIT license, like Lua
(it's basically the same as the BSD license). There is no warranty.
Please report bugs and make suggestions to the maintainer, or use the
diff --git a/doc/manual.txt b/doc/manual.txt
index dc6d449..b7fe2d3 100755
--- a/doc/manual.txt
+++ b/doc/manual.txt
@@ -16,8 +16,8 @@ interfaces (POSIX_ and PCRE_) to Lua_ 5.1.
**Lrexlib** builds into shared libraries called by default *rex_posix.so* and
*rex_pcre.so*, which can be used with *require*.
-**Lrexlib** is copyright Reuben Thomas 2000-2007 and copyright Shmuel Zeigerman
-2004-2007, and is released under the MIT license.
+**Lrexlib** is copyright Reuben Thomas 2000-2008 and copyright Shmuel Zeigerman
+2004-2008, and is released under the MIT license.
.. _POSIX: http://www.opengroup.org/onlinepubs/009695399/basedefs/xbd_chap09.html
.. _PCRE: http://www.pcre.org/pcre.txt