From a584992c0dc61c792b40c1b383fde680bac47e92 Mon Sep 17 00:00:00 2001 From: LekKit <50500857+LekKit@users.noreply.github.com> Date: Fri, 8 Nov 2024 19:59:49 +0200 Subject: [PATCH] ns16550a: Use MPL 2.0 license header --- src/devices/ns16550a.c | 16 +++------------- src/devices/ns16550a.h | 16 +++------------- 2 files changed, 6 insertions(+), 26 deletions(-) diff --git a/src/devices/ns16550a.c b/src/devices/ns16550a.c index 60f7471d..297356ea 100644 --- a/src/devices/ns16550a.c +++ b/src/devices/ns16550a.c @@ -1,20 +1,10 @@ /* ns16550a.c - NS16550A UART Copyright (C) 2021 LekKit - Mr0maks -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 "ns16550a.h" diff --git a/src/devices/ns16550a.h b/src/devices/ns16550a.h index 9c9f95bb..e8173d4a 100644 --- a/src/devices/ns16550a.h +++ b/src/devices/ns16550a.h @@ -1,20 +1,10 @@ /* ns16550a.h - NS16550A UART Copyright (C) 2021 LekKit - Mr0maks -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_NS16550A_H