Change license to LGPL 3.0 only

FossilOrigin-Name: 6ca1c3b3060a245b3244e4b7f60d4fad266f52fc5802179e6ad8607c8b91a5d3
This commit is contained in:
Jonathan Schleifer 2024-08-17 00:39:45 +00:00
parent 49826a7a06
commit 2b699a032e
11 changed files with 253 additions and 497 deletions

View file

@ -1,16 +1,20 @@
/*
* Copyright (c) 2022 Jonathan Schleifer <js@nil.im>
* Copyright (c) 2022, 2023 Jonathan Schleifer <js@nil.im>
*
* All rights reserved.
*
* This file is part of Obj3DEngine. It may be distributed under the terms of
* the Q Public License 1.0, which can be found in the file LICENSE.QPL
* included in the packaging of this file.
* This program is free software: you can redistribute it and/or modify it
* under the terms of the GNU Lesser General Public License version 3.0 only,
* as published by the Free Software Foundation.
*
* Alternatively, it may be distributed under the terms of the GNU General
* Public License, either version 2 or 3, which can be found in the file
* LICENSE.GPLv2 or LICENSE.GPLv3 respectively included in the packaging of
* this file.
* 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 Lesser General Public License
* version 3.0 for more details.
*
* You should have received a copy of the GNU Lesser General Public License
* version 3.0 along with this program. If not, see
* <https://www.gnu.org/licenses/>.
*/
#import <ObjFW/ObjFW.h>