From e3ad3fe7293582d44ea0200f7d21288789570460 Mon Sep 17 00:00:00 2001 From: Simon Rozman Date: Tue, 30 Nov 2021 09:51:12 +0100 Subject: [PATCH] Switch to SPDX license notice Signed-off-by: Simon Rozman --- include/stdex/idrec.h | 16 +--------------- src/pch.cpp | 16 +--------------- src/pch.h | 16 +--------------- 3 files changed, 3 insertions(+), 45 deletions(-) diff --git a/include/stdex/idrec.h b/include/stdex/idrec.h index e8b56cdfe..810a37945 100644 --- a/include/stdex/idrec.h +++ b/include/stdex/idrec.h @@ -1,20 +1,6 @@ /* + SPDX-License-Identifier: GPL-3.0-or-later Copyright © 2016-2021 Amebis - - This file is part of stdex. - - stdex 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. - - stdex 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 stdex. If not, see . */ #pragma once diff --git a/src/pch.cpp b/src/pch.cpp index 0cd7f4553..aa294a637 100644 --- a/src/pch.cpp +++ b/src/pch.cpp @@ -1,20 +1,6 @@ /* + SPDX-License-Identifier: GPL-3.0-or-later Copyright © 2016-2021 Amebis - - This file is part of stdex. - - stdex 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. - - stdex 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 stdex. If not, see . */ #include "pch.h" diff --git a/src/pch.h b/src/pch.h index 459bd518b..18a17e6aa 100644 --- a/src/pch.h +++ b/src/pch.h @@ -1,20 +1,6 @@ /* + SPDX-License-Identifier: GPL-3.0-or-later Copyright © 2016-2021 Amebis - - This file is part of stdex. - - stdex 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. - - stdex 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 stdex. If not, see . */ #pragma once