mirror of
https://gitlab.freedesktop.org/uchardet/uchardet.git
synced 2025-12-06 08:46:40 +08:00
Update authors.
I think I deserved being listed in the authors by now. ;-)
This commit is contained in:
parent
c4fa728e7a
commit
d1bc09e4d7
5
AUTHORS
5
AUTHORS
@ -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 ==
|
||||
|
||||
|
||||
@ -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:
|
||||
|
||||
@ -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");
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user