aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/calc_data.c16
-rw-r--r--src/calc_data.h16
-rw-r--r--src/calculer.c17
-rw-r--r--src/cli.c17
-rw-r--r--src/disp.c17
-rw-r--r--src/disp.h16
-rw-r--r--src/input.c16
-rw-r--r--src/input.h16
-rw-r--r--src/ray.c17
-rw-r--r--src/tui.c16
10 files changed, 0 insertions, 164 deletions
diff --git a/src/calc_data.c b/src/calc_data.c
index ee4e1df..fa22cf7 100644
--- a/src/calc_data.c
+++ b/src/calc_data.c
@@ -1,19 +1,3 @@
-/*
- * Copyright (C) 2024 Tristan Riehs
- *
- * 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 <http://www.gnu.org/licenses/>.
- */
#include "calc_data.h"
int
diff --git a/src/calc_data.h b/src/calc_data.h
index 871a249..673835d 100644
--- a/src/calc_data.h
+++ b/src/calc_data.h
@@ -1,19 +1,3 @@
-/*
- * Copyright (C) 2024 Tristan Riehs
- *
- * 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 <http://www.gnu.org/licenses/>.
- */
#ifndef CALC_DATA_H
#define CALC_DATA_H
diff --git a/src/calculer.c b/src/calculer.c
index a3512d0..7b5b7db 100644
--- a/src/calculer.c
+++ b/src/calculer.c
@@ -1,20 +1,3 @@
-/*
- * Copyright (C) 2024 Tristan Riehs
- *
- * 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 <http://www.gnu.org/licenses/>.
- */
-
#include <assert.h>
#include <limits.h>
#include <stdint.h>
diff --git a/src/cli.c b/src/cli.c
index 05437a0..bf944e0 100644
--- a/src/cli.c
+++ b/src/cli.c
@@ -1,20 +1,3 @@
-/*
- * Copyright (C) 2024 Tristan Riehs
- *
- * 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 <http://www.gnu.org/licenses/>.
- */
-
#include <stdlib.h>
#include <stdio.h>
#include <limits.h>
diff --git a/src/disp.c b/src/disp.c
index efb91d3..fa1559c 100644
--- a/src/disp.c
+++ b/src/disp.c
@@ -1,20 +1,3 @@
-/*
- * Copyright (C) 2024 Tristan Riehs
- *
- * 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 <http://www.gnu.org/licenses/>.
- */
-
#include <dlfcn.h>
#include <limits.h>
#include <string.h>
diff --git a/src/disp.h b/src/disp.h
index 66104d4..4b1a04c 100644
--- a/src/disp.h
+++ b/src/disp.h
@@ -1,19 +1,3 @@
-/*
- * Copyright (C) 2024 Tristan Riehs
- *
- * 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 <http://www.gnu.org/licenses/>.
- */
#ifndef DISP_H
#define DISP_H
diff --git a/src/input.c b/src/input.c
index 7710723..63de291 100644
--- a/src/input.c
+++ b/src/input.c
@@ -1,19 +1,3 @@
-/*
- * Copyright (C) 2024 Tristan Riehs
- *
- * 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 <http://www.gnu.org/licenses/>.
- */
#include "input.h"
int
diff --git a/src/input.h b/src/input.h
index 2df0db5..0c30f0e 100644
--- a/src/input.h
+++ b/src/input.h
@@ -1,19 +1,3 @@
-/*
- * Copyright (C) 2024 Tristan Riehs
- *
- * 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 <http://www.gnu.org/licenses/>.
- */
#ifndef INPUT_H
#define INPUT_H
diff --git a/src/ray.c b/src/ray.c
index 7de5591..c99fc3b 100644
--- a/src/ray.c
+++ b/src/ray.c
@@ -1,20 +1,3 @@
-/*
- * Copyright (C) 2024 Tristan Riehs
- *
- * 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 <http://www.gnu.org/licenses/>.
- */
-
#include <raylib.h>
#include <stdbool.h>
#include <stdio.h>
diff --git a/src/tui.c b/src/tui.c
index 6e15591..3a82414 100644
--- a/src/tui.c
+++ b/src/tui.c
@@ -1,19 +1,3 @@
-/*
- * Copyright (C) 2024 Tristan Riehs
- *
- * 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 <http://www.gnu.org/licenses/>.
- */
#include <curses.h>
#include <stdio.h>
#include <stdlib.h>