added comments to monkeyshell.c
authorDaniel Kahn Gillmor <dkg@fifthhorseman.net>
Thu, 4 Sep 2008 23:12:09 +0000 (19:12 -0400)
committerDaniel Kahn Gillmor <dkg@fifthhorseman.net>
Thu, 4 Sep 2008 23:12:09 +0000 (19:12 -0400)
src/monkeyshell/monkeyshell.c

index 99da4fa86f266c3b21c7e9e8ff1be9847ab755d4..7ef2a5540f49142d9df01d5afe71769405dcbd73 100644 (file)
@@ -1,5 +1,15 @@
 #include <stdio.h>
 
+/* 
+   Author: Daniel Kahn Gillmor <dkg@fifthhorseman.net> 
+   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");