aboutsummaryrefslogtreecommitdiffstats
path: root/include/command.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/command.h')
-rw-r--r--include/command.h9
1 files changed, 8 insertions, 1 deletions
diff --git a/include/command.h b/include/command.h
index 2948aca..502e7e1 100644
--- a/include/command.h
+++ b/include/command.h
@@ -1,7 +1,14 @@
/*
+ * include/command.h
+ *
+ * Abstractions for parsing commands from tokens and executing them
+ * CISC 301 -- Operating Systems, Project 2
+ *
+ * Copyright (C) 2025 Douglas B. Rumbaugh <dbrumbaugh@harrisburgu.edu>
+ *
+ * Distributed under the Modified BSD License
*
*/
-
#ifndef H_HUSH_COMMAND
#define H_HUSH_COMMAND