aboutsummaryrefslogtreecommitdiff
path: root/src/disp.c
diff options
context:
space:
mode:
authorTristan Riehs <tristan.riehs@inria.fr>2026-08-04 23:23:19 +0200
committerTristan Riehs <tristan.riehs@inria.fr>2026-08-04 23:23:19 +0200
commitca530eb3a2b65dbc7716e557752c87e36aa1879d (patch)
tree74542f954784ccea6d759639309a8f19e19ac57e /src/disp.c
parenta8efdc34834ecc592a79719ccf9fbef76768898b (diff)
Remove license headers
Diffstat (limited to 'src/disp.c')
-rw-r--r--src/disp.c17
1 files changed, 0 insertions, 17 deletions
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>