aboutsummaryrefslogtreecommitdiff
path: root/rpt.c
diff options
context:
space:
mode:
authorTristan Riehs <tristan.riehs@bordeaux-inp.fr>2024-02-03 19:06:07 +0100
committerTristan Riehs <tristan.riehs@bordeaux-inp.fr>2024-02-03 19:06:07 +0100
commit15b51b0c0ac518bb6a60ffd1fc389262eae99908 (patch)
tree24d2ebd8b5cce79f5ac5e261c3823972c21b68b9 /rpt.c
parentb0d2a200f0cec341587c693606af799f90d358a8 (diff)
license header added
Diffstat (limited to 'rpt.c')
-rw-r--r--rpt.c16
1 files changed, 16 insertions, 0 deletions
diff --git a/rpt.c b/rpt.c
index c4197be..8966faf 100644
--- a/rpt.c
+++ b/rpt.c
@@ -1,3 +1,19 @@
+/*
+ * 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 "config.h"
#include <errno.h>