aboutsummaryrefslogtreecommitdiffstats
path: root/src/hush.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/hush.c')
-rw-r--r--src/hush.c10
1 files changed, 8 insertions, 2 deletions
diff --git a/src/hush.c b/src/hush.c
index 2d40aa7..f5d7dab 100644
--- a/src/hush.c
+++ b/src/hush.c
@@ -1,10 +1,16 @@
/*
- * hush -- the HU Shell
+ * src/hush.c
*
+ * HUSH -- The HU Shell
* A minimal shell for CISC 301, Operating Systems
*
+ * CISC 301 -- Operating Systems, Project 2
+ *
+ * Copyright (C) 2025 Douglas B. Rumbaugh <dbrumbaugh@harrisburgu.edu>
+ *
+ * Distributed under the Modified BSD License
+ *
*/
-
#include <stdio.h>
#include <stdlib.h>
#include <string.h>