aboutsummaryrefslogtreecommitdiff
path: root/box-templates/box_1-23.c
diff options
context:
space:
mode:
Diffstat (limited to 'box-templates/box_1-23.c')
-rw-r--r--box-templates/box_1-23.c23
1 files changed, 0 insertions, 23 deletions
diff --git a/box-templates/box_1-23.c b/box-templates/box_1-23.c
deleted file mode 100644
index eccb4fb..0000000
--- a/box-templates/box_1-23.c
+++ /dev/null
@@ -1,23 +0,0 @@
-/* fasesiab - Ferass' Base System in a box
- * Copyright (C) 2022 Ferass EL HAFIDI
- *
- * 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 <https://www.gnu.org/licenses/>.
- */
-/* START */
-
-#include <string.h>
-#include <unistd.h>
-#include <libgen.h>
-#include <stdio.h>
-/* END */