I don't use my give name anymore.

This commit is contained in:
Kevin Lange 2018-05-01 17:04:26 +09:00
parent e5a3a2a051
commit b379b2cd39
2 changed files with 5 additions and 5 deletions

View File

@ -61,7 +61,7 @@ http://nyancat.dakko.us/
.B Repository: .B Repository:
https://github.com/klange/nyancat https://github.com/klange/nyancat
.SH AUTHOR .SH AUTHOR
nyancat was written by Kevin Lange. nyancat was written by K. Lange <klange@toaruos.org>.
.PP .PP
This manual page was written by Jonathan McCrohan <jmccrohan@gmail.com>, This manual page was written by Jonathan McCrohan <jmccrohan@gmail.com>,
for the Debian project (and may be used by others). for the Debian project (and may be used by others).

View File

@ -1,7 +1,7 @@
/* /*
* Copyright (c) 2011-2013 Kevin Lange. All rights reserved. * Copyright (c) 2011-2018 K. Lange. All rights reserved.
* *
* Developed by: Kevin Lange * Developed by: K. Lange
* http://github.com/klange/nyancat * http://github.com/klange/nyancat
* http://nyancat.dakko.us * http://nyancat.dakko.us
* *
@ -35,7 +35,7 @@
* 2. Redistributions in binary form must reproduce the above copyright * 2. Redistributions in binary form must reproduce the above copyright
* notice, this list of conditions and the following disclaimers in the * notice, this list of conditions and the following disclaimers in the
* documentation and/or other materials provided with the distribution. * documentation and/or other materials provided with the distribution.
* 3. Neither the names of the Association for Computing Machinery, Kevin * 3. Neither the names of the Association for Computing Machinery, K.
* Lange, nor the names of its contributors may be used to endorse * Lange, nor the names of its contributors may be used to endorse
* or promote products derived from this Software without specific prior * or promote products derived from this Software without specific prior
* written permission. * written permission.
@ -774,7 +774,7 @@ int main(int argc, char ** argv) {
newline(3); newline(3);
printf(" \033[1mNyancat Telnet Server\033[0m"); printf(" \033[1mNyancat Telnet Server\033[0m");
newline(2); newline(2);
printf(" written and run by \033[1;32mKevin Lange\033[1;34m @kevinlange\033[0m"); printf(" written and run by \033[1;32mK. Lange\033[1;34m @_klange\033[0m");
newline(2); newline(2);
printf(" If things don't look right, try:"); printf(" If things don't look right, try:");
newline(1); newline(1);