diff options
author | Peetz0r <peter@haas-en-berg.nl> | 2011-12-05 18:25:53 +0100 |
---|---|---|
committer | Peetz0r <peter@haas-en-berg.nl> | 2011-12-05 18:25:53 +0100 |
commit | 616b5189fac7f6d6b3b284224ba61bbf21ef61bb (patch) | |
tree | 63df06cabe60c1a6d072d52973f2c1d9d741f207 /src/nyancat.c | |
parent | 8fbebea71eeee07497797e9c3db3cdf132ada912 (diff) | |
download | nyancat-616b5189fac7f6d6b3b284224ba61bbf21ef61bb.tar.gz |
Added my name in the comments ;)
Diffstat (limited to '')
-rw-r--r-- | src/nyancat.c | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/src/nyancat.c b/src/nyancat.c index a0ef847..cb71217 100644 --- a/src/nyancat.c +++ b/src/nyancat.c @@ -1,8 +1,13 @@ /* * Copyright (c) 2011 Kevin Lange. All rights reserved. * - * Developed by: Kevin Lange - * http://github.com/klange/nyancat + * Developed by: Kevin Lange + * http://github.com/klange/nyancat + * http://miku.acm.uiuc.edu + * + * 40-column support by: Peter Hazenberg + * http://github.com/Peetz0r/nyancat + * http://peter.haas-en-berg.nl * * This is a simple telnet server / standalone application which renders the * classic Nyan Cat (or "poptart cat") to your terminal. |