From 25ab6168de7caeddaad9f4acdede1dea1925747a Mon Sep 17 00:00:00 2001 From: Emil Williams Date: Sat, 3 Feb 2024 17:38:35 +0000 Subject: [PATCH] update notices --- client/moontalk.c | 4 +++- client/moontalk.rb | 2 +- client/moontalk.tcl | 3 +++ 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/client/moontalk.c b/client/moontalk.c index de3532f..9bd2f27 100644 --- a/client/moontalk.c +++ b/client/moontalk.c @@ -1,4 +1,6 @@ -/* moontalk.c - @BAKE cc -O2 -std=gnu99 -Wall -Wextra -pedantic $@ -o $* -lncurses -ltinfo $+ @STOP */ +/* moontalk.c - @BAKE cc -O2 -std=gnu99 -Wall -Wextra -pedantic $@ -o $* -lncurses -ltinfo $+ + * Written by Emil. + */ #include #include diff --git a/client/moontalk.rb b/client/moontalk.rb index 4696af4..d3411c8 100644 --- a/client/moontalk.rb +++ b/client/moontalk.rb @@ -1,5 +1,5 @@ #!/usr/bin/ruby -# written by emil +# written by Emil. # # short guide # diff --git a/client/moontalk.tcl b/client/moontalk.tcl index 0d680a4..c064a53 100755 --- a/client/moontalk.tcl +++ b/client/moontalk.tcl @@ -1,4 +1,7 @@ #!/usr/bin/tclsh + +# Originally written by an Anon. Slightly modified. + package require Tk set ::name anonymous -- 2.39.5