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 == == Original Authors ==
The Original Code is Mozilla Universal charset detector code. 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 Original Code is Netscape Communications Corporation.
The initial developer of the C wrapper is BYVoid.
== Maintainers == == Maintainers ==

View File

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

View File

@ -80,7 +80,7 @@ void show_version()
printf("uchardet Command Line Tool\n"); printf("uchardet Command Line Tool\n");
printf("Version %s\n", VERSION); printf("Version %s\n", VERSION);
printf("\n"); 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("Bug Report: %s\n", "http://code.google.com/p/uchardet/issues/entry");
printf("\n"); printf("\n");
} }