I don't use my give name anymore.
This commit is contained in:
parent
e5a3a2a051
commit
b379b2cd39
@ -61,7 +61,7 @@ http://nyancat.dakko.us/
|
||||
.B Repository:
|
||||
https://github.com/klange/nyancat
|
||||
.SH AUTHOR
|
||||
nyancat was written by Kevin Lange.
|
||||
nyancat was written by K. Lange <klange@toaruos.org>.
|
||||
.PP
|
||||
This manual page was written by Jonathan McCrohan <jmccrohan@gmail.com>,
|
||||
for the Debian project (and may be used by others).
|
||||
|
@ -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://nyancat.dakko.us
|
||||
*
|
||||
@ -35,7 +35,7 @@
|
||||
* 2. Redistributions in binary form must reproduce the above copyright
|
||||
* notice, this list of conditions and the following disclaimers in the
|
||||
* 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
|
||||
* or promote products derived from this Software without specific prior
|
||||
* written permission.
|
||||
@ -774,7 +774,7 @@ int main(int argc, char ** argv) {
|
||||
newline(3);
|
||||
printf(" \033[1mNyancat Telnet Server\033[0m");
|
||||
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);
|
||||
printf(" If things don't look right, try:");
|
||||
newline(1);
|
||||
|
Loading…
Reference in New Issue
Block a user