From 2ef7259143d3a7f5fdc0a51c1d21b352b6968772 Mon Sep 17 00:00:00 2001
From: Spencer Smith <smiths@mcmaster.ca>
Date: Tue, 23 Apr 2024 09:02:31 -0400
Subject: [PATCH] Added advice to include a header for each source file

---
 Lectures/L19_AssuranceCase/AssuranceCase.tex | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/Lectures/L19_AssuranceCase/AssuranceCase.tex b/Lectures/L19_AssuranceCase/AssuranceCase.tex
index 2d49441..cdc70a8 100755
--- a/Lectures/L19_AssuranceCase/AssuranceCase.tex
+++ b/Lectures/L19_AssuranceCase/AssuranceCase.tex
@@ -404,6 +404,12 @@ instructor, supervisor, users
 \ei
 %\item Your decisions on style may evolve over the project
 \item Important to be consistent
+\item Every code file should have a header with
+\begin{itemize}
+  \item Author(s)
+  \item Date
+  \item Purpose
+\end{itemize}
 \ei
 
 \end{frame}
-- 
GitLab