diff options
Diffstat (limited to 'src/hush.c')
| -rw-r--r-- | src/hush.c | 10 |
1 files changed, 8 insertions, 2 deletions
@@ -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> |