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 --- src/hush.c | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) (limited to 'src/hush.c') 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 + * + * Distributed under the Modified BSD License + * */ - #include #include #include -- cgit v1.2.3