From dc54f8d8fa51ae7df4719bc1ba47d36a7e64c36b Mon Sep 17 00:00:00 2001 From: Fab Date: Wed, 20 Nov 2024 17:52:05 +0100 Subject: [PATCH 1/2] Bumped license years and added font license Aligned license.md with reality: - added icon license (required by the icon license) - added solidus own FreeBSD license - bumped year of the license to 2024 --- LICENSE.md | 38 ++++++++++++++++++++++++++++++++++++-- 1 file changed, 36 insertions(+), 2 deletions(-) diff --git a/LICENSE.md b/LICENSE.md index 506b15e0971..bd8910792fd 100644 --- a/LICENSE.md +++ b/LICENSE.md @@ -1,5 +1,22 @@ -Spree License -============= +# Licenses + +## Source Code + +### Solidus Source Code (FreeBSD License) + +Copyright © 2015-2024, solidus.io and other contributors. +All rights reserved. + +Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: + +* Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. +* Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. +* Neither the name of Spree Commerce Inc. nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission. + +_This software is provided by the copyright holders and contributors "as is" and any express or implied warranties, including, but not limited to, the implied warranties of merchantability and fitness for a particular purpose are disclaimed. In no event shall the copyright owner of contributors be liable for any direct, indirect, incidental, special, exemplary, or consequential damages (including, but not limited to, procurement of substitute goods or services; loss of use, data, or profits; or business interruption) however caused and on any theory of liability, whether in contract, strict liability, or tort (including negligence or otherwise) arising in any way out of the use of this software, even if advised of the possibility of such damage._ + + +### Derived from the original Spree Commerce Repository (FreeBSD License) Copyright © 2007-2014, Spree Commerce Inc. and other contributors. All rights reserved. @@ -11,3 +28,20 @@ Redistribution and use in source and binary forms, with or without modification, * Neither the name of Spree Commerce Inc. nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission. _This software is provided by the copyright holders and contributors "as is" and any express or implied warranties, including, but not limited to, the implied warranties of merchantability and fitness for a particular purpose are disclaimed. In no event shall the copyright owner of contributors be liable for any direct, indirect, incidental, special, exemplary, or consequential damages (including, but not limited to, procurement of substitute goods or services; loss of use, data, or profits; or business interruption) however caused and on any theory of liability, whether in contract, strict liability, or tort (including negligence or otherwise) arising in any way out of the use of this software, even if advised of the possibility of such damage._ + +## Other Assets contained in this repository + +### Icons +Copyright 2024 RemixIcon + +Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at + +http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. From c842ae2805f1e403debabf158d1df8b8551c3133 Mon Sep 17 00:00:00 2001 From: Fab Date: Thu, 21 Nov 2024 11:31:35 +0100 Subject: [PATCH 2/2] Update LICENSE.md --- LICENSE.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/LICENSE.md b/LICENSE.md index bd8910792fd..a0bd34dc006 100644 --- a/LICENSE.md +++ b/LICENSE.md @@ -2,7 +2,7 @@ ## Source Code -### Solidus Source Code (FreeBSD License) +### Solidus Source Code where not otherwise declared below or in separate license files present (FreeBSD License) Copyright © 2015-2024, solidus.io and other contributors. All rights reserved.