From b2a44f8dbdc21159c4be5739680b5009edd797c0 Mon Sep 17 00:00:00 2001 From: Bruce Hill Date: Thu, 28 Jan 2021 22:58:17 -0800 Subject: Tweaked comment format and bumped copyright year --- terminal.c | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'terminal.c') 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 -- cgit v1.2.3