mirror of
https://gitlab.freedesktop.org/uchardet/uchardet.git
synced 2025-12-06 16:56: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 ==
|
== 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 ==
|
||||||
|
|
||||||
|
|||||||
@ -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:
|
||||||
|
|||||||
@ -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");
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user