From 4d67a390293020d369e444e3f5750e423eb695e6 Mon Sep 17 00:00:00 2001 From: June McEnroe Date: Thu, 28 Jan 2021 16:21:24 -0500 Subject: Move gpl.c and agpl.c templates out of etc --- gpl.c | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 gpl.c (limited to 'gpl.c') diff --git a/gpl.c b/gpl.c new file mode 100644 index 00000000..c0c58e1e --- /dev/null +++ b/gpl.c @@ -0,0 +1,20 @@ +/* Copyright (C) 2021 June McEnroe + * + * 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, either version 3 of the License, or + * (at your option) any later version. + * + * 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 +#include -- cgit 1.4.1