diff options
Diffstat (limited to 'include/config.h')
| -rw-r--r-- | include/config.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/include/config.h b/include/config.h index 789a1bb..caa5187 100644 --- a/include/config.h +++ b/include/config.h @@ -1,4 +1,12 @@ /* + * include/config.h + * + * Configuration parameters and constants for HUSH + * CISC 301 -- Operating Systems, Project 2 + * + * Copyright (C) 2025 Douglas B. Rumbaugh <dbrumbaugh@harrisburgu.edu> + * + * Distributed under the Modified BSD License * */ #ifndef H_HUSH_CONFIG |