diff options
author | Tristan Riehs <tristan.riehs@bordeaux-inp.fr> | 2024-02-03 19:06:07 +0100 |
---|---|---|
committer | Tristan Riehs <tristan.riehs@bordeaux-inp.fr> | 2024-02-03 19:06:07 +0100 |
commit | 15b51b0c0ac518bb6a60ffd1fc389262eae99908 (patch) | |
tree | 24d2ebd8b5cce79f5ac5e261c3823972c21b68b9 | |
parent | b0d2a200f0cec341587c693606af799f90d358a8 (diff) |
license header added
-rw-r--r-- | rpt.c | 16 |
1 files changed, 16 insertions, 0 deletions
@@ -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> |