From c5b050e39906cbdd5c22616d0014414c6b6ff19e Mon Sep 17 00:00:00 2001 From: tlatorre Date: Sat, 12 Nov 2022 13:58:35 -0800 Subject: add README --- moji.c | 14 ++++++++++++++ 1 file changed, 14 insertions(+) (limited to 'moji.c') diff --git a/moji.c b/moji.c index 7a397d4..76b9a48 100644 --- a/moji.c +++ b/moji.c @@ -1,3 +1,17 @@ +/* Copyright (c) 2022, Anthony LaTorre + * All rights reserved. + * + * This program is free software: you can redistribute it and/or modify it + * under the terms of the GNU General Public License as published by the Free + * Software Foundation, version 2. + * + * This program is distributed in the hope that it will be useful, but WITHOUT + * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or + * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for + * more details. + * + * You should have received a copy of the GNU General Public License along with + * this program. If not, see . */ #include #include #include -- cgit