From: Daniel Kahn Gillmor Date: Thu, 4 Sep 2008 23:12:09 +0000 (-0400) Subject: added comments to monkeyshell.c X-Git-Tag: monkeysphere_0.15-1~24 X-Git-Url: https://codewiz.org/gitweb?a=commitdiff_plain;h=d64d1d121a02d8b7d6af6be1b544fdbfcc55d151;p=monkeysphere.git added comments to monkeyshell.c --- diff --git a/src/monkeyshell/monkeyshell.c b/src/monkeyshell/monkeyshell.c index 99da4fa..7ef2a55 100644 --- a/src/monkeyshell/monkeyshell.c +++ b/src/monkeyshell/monkeyshell.c @@ -1,5 +1,15 @@ #include +/* + Author: Daniel Kahn Gillmor + Date: 2008-09-04 19:11:18-0400 + License: GPL v3+, if you actually care + + This is a toy "shell" to install on demonstration systems. If a + user can log in successfully, they get this cheery message, and an + unusual error code. +*/ + int main() { printf("monkeys!\n");