diff options
author | David Oberhollenzer <david.oberhollenzer@tele2.at> | 2018-11-23 13:13:23 +0100 |
---|---|---|
committer | David Oberhollenzer <david.oberhollenzer@tele2.at> | 2018-11-23 13:16:08 +0100 |
commit | c14c3c0173d7bebeb3ccac687e49909164845d57 (patch) | |
tree | 53ee00f96ddd0b3d048019b4776d7a9f44fd83a4 /lib/include | |
parent | d983a282ed14405a954ab88bba3389e0549d85ec (diff) |
Relicense what is left of the init system under OpenBSD style ISC license
Signed-off-by: David Oberhollenzer <david.oberhollenzer@tele2.at>
Diffstat (limited to 'lib/include')
-rw-r--r-- | lib/include/libcfg.h | 18 | ||||
-rw-r--r-- | lib/include/service.h | 19 | ||||
-rw-r--r-- | lib/include/util.h | 19 |
3 files changed, 3 insertions, 53 deletions
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 <https://www.gnu.org/licenses/>. - */ +/* 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 <https://www.gnu.org/licenses/>. - */ +/* 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 <https://www.gnu.org/licenses/>. - */ +/* 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 */ - |