From 8b2e7926a1a393ac1c7d03242d94612009d3ea74 Mon Sep 17 00:00:00 2001 From: LekKit <50500857+LekKit@users.noreply.github.com> Date: Tue, 5 Nov 2024 19:59:47 +0200 Subject: [PATCH] syscon: Use MPL 2.0 license header --- src/devices/syscon.c | 15 +++------------ src/devices/syscon.h | 15 +++------------ 2 files changed, 6 insertions(+), 24 deletions(-) diff --git a/src/devices/syscon.c b/src/devices/syscon.c index 5fb653b8..390e278a 100644 --- a/src/devices/syscon.c +++ b/src/devices/syscon.c @@ -2,18 +2,9 @@ syscon.c - Poweroff/reset syscon device Copyright (C) 2021 LekKit -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 . +This Source Code Form is subject to the terms of the Mozilla Public +License, v. 2.0. If a copy of the MPL was not distributed with this +file, You can obtain one at https://mozilla.org/MPL/2.0/. */ #include "syscon.h" diff --git a/src/devices/syscon.h b/src/devices/syscon.h index aef18ff5..40ecbd06 100644 --- a/src/devices/syscon.h +++ b/src/devices/syscon.h @@ -2,18 +2,9 @@ syscon.h - Poweroff/reset syscon device Copyright (C) 2021 LekKit -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 . +This Source Code Form is subject to the terms of the Mozilla Public +License, v. 2.0. If a copy of the MPL was not distributed with this +file, You can obtain one at https://mozilla.org/MPL/2.0/. */ #ifndef RVVM_SYSCON_H