From c14c3c0173d7bebeb3ccac687e49909164845d57 Mon Sep 17 00:00:00 2001 From: David Oberhollenzer Date: Fri, 23 Nov 2018 13:13:23 +0100 Subject: Relicense what is left of the init system under OpenBSD style ISC license Signed-off-by: David Oberhollenzer --- lib/include/libcfg.h | 18 +----------------- lib/include/service.h | 19 +------------------ lib/include/util.h | 19 +------------------ 3 files changed, 3 insertions(+), 53 deletions(-) (limited to 'lib/include') diff --git a/lib/include/libcfg.h b/lib/include/libcfg.h index 3e631d1..01a014c 100644 --- a/lib/include/libcfg.h +++ b/lib/include/libcfg.h @@ -1,20 +1,4 @@ -/* SPDX-License-Identifier: GPL-3.0-or-later */ -/* - * Copyright (C) 2018 - David Oberhollenzer - * - * 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 . - */ +/* SPDX-License-Identifier: ISC */ #ifndef LIBCONFIG_H #define LIBCONFIG_H diff --git a/lib/include/service.h b/lib/include/service.h index ca96e58..594f8ca 100644 --- a/lib/include/service.h +++ b/lib/include/service.h @@ -1,20 +1,4 @@ -/* SPDX-License-Identifier: GPL-3.0-or-later */ -/* - * Copyright (C) 2018 - David Oberhollenzer - * - * 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 . - */ +/* SPDX-License-Identifier: ISC */ #ifndef SERVICE_H #define SERVICE_H @@ -120,4 +104,3 @@ const char *svc_target_to_string(int target); int svc_target_from_string(const char *target); #endif /* SERVICE_H */ - diff --git a/lib/include/util.h b/lib/include/util.h index ce96ffe..90ca902 100644 --- a/lib/include/util.h +++ b/lib/include/util.h @@ -1,20 +1,4 @@ -/* SPDX-License-Identifier: GPL-3.0-or-later */ -/* - * Copyright (C) 2018 - David Oberhollenzer - * - * 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 . - */ +/* SPDX-License-Identifier: ISC */ #ifndef UTIL_H #define UTIL_H @@ -81,4 +65,3 @@ NORETURN void argv_exec(exec_t *e); FILE *fopenat(int fd, const char *filename, const char *mode); #endif /* UTIL_H */ - -- cgit v1.2.3