]> mj.ucw.cz Git - libucw.git/commitdiff
Doc: Updated the list of contributors
authorMartin Mares <mj@ucw.cz>
Tue, 28 Jan 2014 21:48:47 +0000 (22:48 +0100)
committerMartin Mares <mj@ucw.cz>
Tue, 28 Jan 2014 21:48:47 +0000 (22:48 +0100)
README
ucw/doc/index.txt

diff --git a/README b/README
index 011cc17b281da6a559d05945768390fa978e982f..0c17dfe9fd164b552c3e3e2c721486c695b697a8 100644 (file)
--- a/README
+++ b/README
@@ -2,21 +2,22 @@
 
        The UCW Libraries @VERSION@
 
-       (c) 1997--2012 Martin Mares <mj@ucw.cz>
+       (c) 1997--2014 Martin Mares <mj@ucw.cz>
+       (c) 2006--2014 Pavel Charvat <pchar@ucw.cz>
        (c) 2000--2009 Robert Spalek <robert@ucw.cz>
-       (c) 2006--2012 Pavel Charvat <pchar@ucw.cz>
-       (c) 2008--2009 Michal Vaner <vorner@ucw.cz>
-       (c) 2008 Tomas Gavenciak <gavento@ucw.cz>
-       (c) 2010 Daniel Fiala <danfiala@ucw.cz>
+
+       and other contributors listed in ucw/doc/index.txt
 
 ################################################################################
 
 This package contains the LibUCW library and several other libraries,
 which have split off the Sherlock Holmes search engine project.
 
-See ucw/doc/install.txt for build requirements and instructions.
+See:
 
-See ucw/doc/relnotes.txt for release notes.
+   o  ucw/doc/install.txt for build requirements and instructions.
+   o  ucw/doc/relnotes.txt for release notes.
+   o  ucw/doc/index.txt for master index of documentation.
 
 For more information, take a look at http://www.ucw.cz/libucw/.
 
index de58ab967f52b462dd6b5bfb511b8a2610cce050..d62828c07111962e9ffd2897e30db47d816bed2f 100644 (file)
@@ -88,13 +88,24 @@ Yet undocumented modules
 
 License
 -------
-The UCW library is copyrighted by its authors:
+The UCW library is copyrighted by its authors.
+
+It can be freely distributed and used according to the terms of
+the GNU Lesser General Public License, either version 2 or any later
+version.
+
+Authors
+-------
+Primary authors and maintainers are:
 
 - Pavel Charvát <mailto:pchar\@ucw.cz[]>
 - Martin Mareš <mailto:mj\@ucw.cz[]>
 - Robert Špalek <mailto:robert\@ucw.cz[]>
-- Michal Vaner <mailto:vorner\@ucw.cz[]>
 
-It can be freely distributed and used according to the terms of
-the GNU Lesser General Public License, either version 2 or any later
-version.
+Several modules have been contributed by:
+
+- Daniel Fiala <mailto:danfiala\@ucw.cz[]> (strtonum)
+- Tomáš Gavenčiak <mailto:gavento\@ucw.cz[]> (logging system)
+- Jan Moskyto Matějka <mailto:mq\@ucw.cz[]> (option parser, fb-multi)
+- Tomáš Valla <mailto:tom\@ucw.cz[]> (varint)
+- Michal Vaner <mailto:vorner\@ucw.cz[]> (documentation system)