From 52016b247c17e41b8c01ae1736f4791c14c3944f Mon Sep 17 00:00:00 2001 From: Jorijn van der Graaf Date: Wed, 22 Jul 2026 17:42:14 +0200 Subject: [PATCH] license update --- implementations/Crafter.Thread-ThreadPool.cpp | 21 ++----------------- interfaces/Crafter.Thread.cppm | 21 ++----------------- 2 files changed, 4 insertions(+), 38 deletions(-) diff --git a/implementations/Crafter.Thread-ThreadPool.cpp b/implementations/Crafter.Thread-ThreadPool.cpp index 1eaf638..7f0d341 100755 --- a/implementations/Crafter.Thread-ThreadPool.cpp +++ b/implementations/Crafter.Thread-ThreadPool.cpp @@ -1,22 +1,5 @@ -/* -Crafter®.Thread -Copyright (C) 2025 Catcrafts® -Catcrafts.net - -This library is free software; you can redistribute it and/or -modify it under the terms of the GNU Lesser General Public -License as published by the Free Software Foundation; either -version 3.0 of the License, or (at your option) any later version. - -This library 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 -Lesser General Public License for more details. - -You should have received a copy of the GNU Lesser General Public -License along with this library; if not, write to the Free Software -Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA -*/ +//SPDX-License-Identifier: LGPL-3.0-only +//SPDX-FileCopyrightText: Copyright (C) 2026 Catcrafts® module Crafter.Thread:ThreadPool_impl; import std; diff --git a/interfaces/Crafter.Thread.cppm b/interfaces/Crafter.Thread.cppm index d0bbf6b..47544a2 100755 --- a/interfaces/Crafter.Thread.cppm +++ b/interfaces/Crafter.Thread.cppm @@ -1,22 +1,5 @@ -/* -Crafter®.Thread -Copyright (C) 2025 Catcrafts® -Catcrafts.net - -This library is free software; you can redistribute it and/or -modify it under the terms of the GNU Lesser General Public -License as published by the Free Software Foundation; either -version 3.0 of the License, or (at your option) any later version. - -This library 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 -Lesser General Public License for more details. - -You should have received a copy of the GNU Lesser General Public -License along with this library; if not, write to the Free Software -Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA -*/ +//SPDX-License-Identifier: LGPL-3.0-only +//SPDX-FileCopyrightText: Copyright (C) 2026 Catcrafts® export module Crafter.Thread; export import :ThreadPool; \ No newline at end of file