From 6fabc85fabca14888ebc2a6ceaf85e34afd87058 Mon Sep 17 00:00:00 2001 From: VegOwOtenks Date: Fri, 20 Sep 2024 00:23:36 +0200 Subject: [PATCH] Source code templates --- templates/C-Header.h | 19 +++++++++++++++++++ templates/C-Source.c | 19 +++++++++++++++++++ 2 files changed, 38 insertions(+) create mode 100644 templates/C-Header.h create mode 100644 templates/C-Source.c diff --git a/templates/C-Header.h b/templates/C-Header.h new file mode 100644 index 0000000..38c9b91 --- /dev/null +++ b/templates/C-Header.h @@ -0,0 +1,19 @@ +/* + * This code is part of the programming language flup + * flup comes with ABSOLUTELY NO WARRANTY and is licensed under AGPL-3.0 or later. + * Copyright (C) 2024 VegOwOtenks + * + * 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 2 + * 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, write to the Free Software + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. + */ diff --git a/templates/C-Source.c b/templates/C-Source.c new file mode 100644 index 0000000..38c9b91 --- /dev/null +++ b/templates/C-Source.c @@ -0,0 +1,19 @@ +/* + * This code is part of the programming language flup + * flup comes with ABSOLUTELY NO WARRANTY and is licensed under AGPL-3.0 or later. + * Copyright (C) 2024 VegOwOtenks + * + * 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 2 + * 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, write to the Free Software + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. + */