chore: Fix license headers to GPLv3

Inkay's been GPLv3 for a while and it's fine to relicense old ISC code to GPL
This commit is contained in:
Ash Logan 2024-04-09 23:31:43 +10:00
commit 24596b1bff
10 changed files with 132 additions and 58 deletions

View file

@ -1,6 +1,19 @@
//
// Created by ash on 10/12/22.
//
/* Copyright 2022 Pretendo Network contributors <pretendo.network>
Copyright 2022 Ash Logan <ash@heyquark.com>
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"