diff --git a/src/rvvm.c b/src/rvvm.c index 15f84069..3d57364f 100644 --- a/src/rvvm.c +++ b/src/rvvm.c @@ -2,18 +2,9 @@ rvvm.c - RISC-V Virtual Machine 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 "rvvm.h" diff --git a/src/rvvm.h b/src/rvvm.h index bb0bb8fe..f9fcdb61 100644 --- a/src/rvvm.h +++ b/src/rvvm.h @@ -6,18 +6,9 @@ Copyright (C) 2021 LekKit KotB X547 -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_H