aboutsummaryrefslogtreecommitdiff
path: root/jim-subcmd.c
diff options
context:
space:
mode:
Diffstat (limited to 'jim-subcmd.c')
-rw-r--r--jim-subcmd.c7
1 files changed, 7 insertions, 0 deletions
diff --git a/jim-subcmd.c b/jim-subcmd.c
index bd6e050..c522830 100644
--- a/jim-subcmd.c
+++ b/jim-subcmd.c
@@ -1,3 +1,10 @@
+/*
+ * Makes it easy to support "ensembles". i.e. commands with subcommands
+ * like [string] and [array]
+ *
+ * (c) 2008 Steve Bennett <steveb@workware.net.au>
+ *
+ */
#include <stdio.h>
#include <string.h>