From 0a9c2e0f5c14505e9c52b7db2f14dbf6bd368866 Mon Sep 17 00:00:00 2001 From: Jun Woong Date: Sun, 27 May 2018 12:50:01 +0900 Subject: [PATCH] chore(main,cpp): change to western name order --- LICENSE.md | 2 +- bcc/bcc.c | 2 +- lib/main.c | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/LICENSE.md b/LICENSE.md index 5750ea1..d514a5a 100644 --- a/LICENSE.md +++ b/LICENSE.md @@ -10,7 +10,7 @@ on `lcc` whose copyright is specified in To parts I added or modified (that include an integrated preprocessor) and the programs I wrote from the scratch the following copyright applies: -Copyright (C) 2015-2017 by Jun Woong. +Copyright (C) 2015-2017 by Woong Jun. The package was written so as to conform with the Standard C published by ISO 9899:1990 and ISO 9899:1999. diff --git a/bcc/bcc.c b/bcc/bcc.c index 7de47ac..a0358b7 100644 --- a/bcc/bcc.c +++ b/bcc/bcc.c @@ -26,7 +26,7 @@ #include "../version.h" #define PRGNAME "bcc" -#define AUTHOR "Jun Woong" +#define AUTHOR "Woong Jun" #define CONTACT "woong.jun@gmail.com" #define HOMEPAGE "http://code.woong.org/beluga" diff --git a/lib/main.c b/lib/main.c index 27809f4..1d88b72 100644 --- a/lib/main.c +++ b/lib/main.c @@ -41,7 +41,7 @@ #include "../version.h" #define PRGNAME "beluga" -#define AUTHOR "Jun Woong" +#define AUTHOR "Woong Jun" #define CONTACT "woong.jun@gmail.com" #define HOMEPAGE "http://code.woong.org/beluga"