aboutsummaryrefslogtreecommitdiff
path: root/terminal.c
diff options
context:
space:
mode:
Diffstat (limited to 'terminal.c')
-rw-r--r--terminal.c10
1 files changed, 5 insertions, 5 deletions
diff --git a/terminal.c b/terminal.c
index 27b8e2f..09debb6 100644
--- a/terminal.c
+++ b/terminal.c
@@ -1,10 +1,10 @@
//
-// terminal.c
-// Copyright 2019 Bruce Hill
-// Released under the MIT License
+// terminal.c
+// Copyright 2020 Bruce Hill
+// Released under the MIT License
//
-// Implementations of some basic terminal stuff, like reading keys and some
-// terminal escape sequences.
+// Implementations of some basic terminal stuff, like reading keys and some
+// terminal escape sequences.
//
#include <stdio.h>