diff --git a/AUTHORS b/AUTHORS index a2cd371..b34daa0 100644 --- a/AUTHORS +++ b/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 == diff --git a/README.md b/README.md index 450c072..b507e68 100644 --- a/README.md +++ b/README.md @@ -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: diff --git a/src/tools/uchardet.cpp b/src/tools/uchardet.cpp index 6f6468b..efede81 100644 --- a/src/tools/uchardet.cpp +++ b/src/tools/uchardet.cpp @@ -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"); }