diff --git a/src/vma_ops.c b/src/vma_ops.c index 9dd76aea..a1671dc8 100644 --- a/src/vma_ops.c +++ b/src/vma_ops.c @@ -5,13 +5,6 @@ Copyright (C) 2023 LekKit 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/. - -Alternatively, the contents of this file may be used under the terms -of the GNU General Public License as published by the Free Software -Foundation, either version 3 of the License, or any later version. - -You should have received a copy of the GNU General Public License -along with this program. If not, see . */ // Needed for syscall() when not passing -std=gnu.. diff --git a/src/vma_ops.h b/src/vma_ops.h index 10ba1c14..cb6e753f 100644 --- a/src/vma_ops.h +++ b/src/vma_ops.h @@ -5,13 +5,6 @@ Copyright (C) 2023 LekKit 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/. - -Alternatively, the contents of this file may be used under the terms -of the GNU General Public License as published by the Free Software -Foundation, either version 3 of the License, or any later version. - -You should have received a copy of the GNU General Public License -along with this program. If not, see . */ #ifndef VMA_OPS_H