From 26da453832ca90ce22415a59a2aab57ab16cba66 Mon Sep 17 00:00:00 2001 From: "Douglas B. Rumbaugh" Date: Sun, 2 Nov 2025 21:56:58 -0500 Subject: Comment header + clang tidy --- include/config.h | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'include/config.h') 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 + * + * Distributed under the Modified BSD License * */ #ifndef H_HUSH_CONFIG -- cgit v1.2.3