From e44f03a501fc380ef84e53bb8c0f8e978bc8ffed Mon Sep 17 00:00:00 2001 From: Isha Mehrotra Date: Fri, 23 Mar 2018 18:52:31 -0400 Subject: [PATCH 1/2] updated author to John Doe --- echo.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/echo.c b/echo.c index 9e87292..d4d8d9f 100644 --- a/echo.c +++ b/echo.c @@ -1,5 +1,5 @@ /* echo.c - echo user input */ -/* [AUTHOR GOES HERE] */ +/* Created by John Doe */ /* Last updated: 3/23/18 */ #include From 56db15d8d7dc7defac282db6faa64e5ba2a96107 Mon Sep 17 00:00:00 2001 From: Dante Gil-Marin Date: Thu, 9 May 2019 20:23:22 -0500 Subject: [PATCH 2/2] author change --- echo.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/echo.c b/echo.c index 9e87292..9746a68 100644 --- a/echo.c +++ b/echo.c @@ -1,5 +1,5 @@ /* echo.c - echo user input */ -/* [AUTHOR GOES HERE] */ +/* [Dante Gil-Marin] */ /* Last updated: 3/23/18 */ #include @@ -13,4 +13,4 @@ int main(){ memset(input, 0, strlen(input)); //reset string to all 0's } return 1; -} \ No newline at end of file +}