diff options
-rw-r--r-- | AUTHORS | 4 | ||||
-rwxr-xr-x | lthor.c | 3 |
2 files changed, 2 insertions, 5 deletions
@@ -1,5 +1,3 @@ -YoungJin Lee <yj0701.lee@samsung.com> -Wonil Choi <wonil22.choi@samsung.com> +Jaehoon You <jaehoon.you@samsung.com> Karol Lewandowski <k.lewandowsk@samsung.com> Rafal Krypa <r.krypa@samsung.com> -Jaehoon You <jaehoon.you@samsung.com> @@ -1194,8 +1194,7 @@ int main(int argc, char **argv) printf("\n"); printf("Linux Thor downloader, version %s \n", PACKAGE_VERSION); - printf("Authors: YoungJin Lee <yj0701.lee@samsung.com>, " - "Jaehoon You <jaehoon.you@samsung.com>\n\n"); + printf("Authors: Jaehoon You <jaehoon.you@samsung.com>\n\n"); while (opt < argc) { /* check if we're verbose */ |