commit 4ba07d5865ae96a84a58c64e4205600533521b1c
parent ce694fe3e8fd58452d2c8dee4a7afb79591d1a6d
Author: Antoni Sawicki <tenox@google.com>
Date: Thu, 21 Feb 2019 15:00:46 -0800
Update ttyplot.c
Diffstat:
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/ttyplot.c b/ttyplot.c
@@ -1,7 +1,8 @@
//
// ttyplot: a realtime plotting utility for terminal with data input from stdin
-// by Antoni Sawicki aka tenox
-// Public Domain
+// Copyright (c) 2018 by Antoni Sawicki
+// Copyright (c) 2019 by Google LLC
+// Apache License 2.0
//
#include <stdio.h>