Update authors.

I think I deserved being listed in the authors by now. ;-)
This commit is contained in:
Jehan 2015-12-03 19:44:13 +01:00
parent c4fa728e7a
commit d1bc09e4d7
3 changed files with 5 additions and 4 deletions

View File

@ -1,7 +1,8 @@
== Original Authors ==
The Original Code is Mozilla Universal charset detector code.
The Initial Developer of the Original Code is Netscape Communications Corporation.
The original code is Mozilla Universal charset detector code.
The initial developer of the Original Code is Netscape Communications Corporation.
The initial developer of the C wrapper is BYVoid.
== Maintainers ==

View File

@ -81,7 +81,7 @@ Techniques used by universalchardet are described at http://www.mozilla.org/proj
uchardet Command Line Tool
Version 0.0.3
Author: BYVoid
Authors: BYVoid, Jehan
Bug Report: http://code.google.com/p/uchardet/issues/entry
Usage:

View File

@ -80,7 +80,7 @@ void show_version()
printf("uchardet Command Line Tool\n");
printf("Version %s\n", VERSION);
printf("\n");
printf("Author: %s\n", "BYVoid");
printf("Authors: %s\n", "BYVoid, Jehan");
printf("Bug Report: %s\n", "http://code.google.com/p/uchardet/issues/entry");
printf("\n");
}