From ca530eb3a2b65dbc7716e557752c87e36aa1879d Mon Sep 17 00:00:00 2001 From: Tristan Riehs Date: Tue, 4 Aug 2026 23:23:19 +0200 Subject: Remove license headers --- src/calc_data.c | 16 ---------------- src/calc_data.h | 16 ---------------- src/calculer.c | 17 ----------------- src/cli.c | 17 ----------------- src/disp.c | 17 ----------------- src/disp.h | 16 ---------------- src/input.c | 16 ---------------- src/input.h | 16 ---------------- src/ray.c | 17 ----------------- src/tui.c | 16 ---------------- 10 files changed, 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 . - */ #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 . - */ #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 . - */ - #include #include #include 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 . - */ - #include #include #include 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 . - */ - #include #include #include 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 . - */ #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 . - */ #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 . - */ #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 . - */ - #include #include #include 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 . - */ #include #include #include -- cgit v1.2.3