From 2ae14436e377e7380b2883d3239e4c98602fe704 Mon Sep 17 00:00:00 2001
From: Christopher Bohn <bohn@unl.edu>
Date: Sun, 28 Jul 2019 17:21:50 -0500
Subject: [PATCH] Added copyright statement

---
 src/main/java/edu/unl/cse/console/Console.java | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/src/main/java/edu/unl/cse/console/Console.java b/src/main/java/edu/unl/cse/console/Console.java
index 43cdfe9..bc14d0f 100644
--- a/src/main/java/edu/unl/cse/console/Console.java
+++ b/src/main/java/edu/unl/cse/console/Console.java
@@ -1,3 +1,7 @@
+/*
+ * Copyright (c) 2019 Christopher A. Bohn, bohn@unl.edu.
+ */
+
 package edu.unl.cse.console;
 
 import java.util.Iterator;
-- 
GitLab