projects
/
monkeysphere.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5eaa6e2
)
added comments to monkeyshell.c
author
Daniel Kahn Gillmor
<dkg@fifthhorseman.net>
Thu, 4 Sep 2008 23:12:09 +0000
(19:12 -0400)
committer
Daniel Kahn Gillmor
<dkg@fifthhorseman.net>
Thu, 4 Sep 2008 23:12:09 +0000
(19:12 -0400)
src/monkeyshell/monkeyshell.c
patch
|
blob
|
history
diff --git
a/src/monkeyshell/monkeyshell.c
b/src/monkeyshell/monkeyshell.c
index 99da4fa86f266c3b21c7e9e8ff1be9847ab755d4..7ef2a5540f49142d9df01d5afe71769405dcbd73 100644
(file)
--- a/
src/monkeyshell/monkeyshell.c
+++ b/
src/monkeyshell/monkeyshell.c
@@
-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");