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"