From 5c649d6df6c392d210cc99ca69772d828aaadd77 Mon Sep 17 00:00:00 2001 From: Danny Date: Sun, 4 Jan 2026 16:57:03 +0800 Subject: [PATCH 1/3] Add NOTICE file with copyright and licensing information --- NOTICE | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 NOTICE diff --git a/NOTICE b/NOTICE new file mode 100644 index 000000000..b5dc23ab7 --- /dev/null +++ b/NOTICE @@ -0,0 +1,31 @@ +ECShopX Frontend + +This product includes software developed by Shopex. + +Copyright © 2025 Shopex. +All rights reserved. + +--- + +Trademark Notice + +"Shopex", "ECShopX", and all related names, logos, and visual identifiers +are trademarks or registered trademarks of Shopex. + +Use of these trademarks is subject to applicable trademark laws and the +terms and conditions described in the LICENSE file of this repository. + +--- + +Open Core and Commercial Licensing Notice + +This repository is part of the ECShopX Open Core project. + +The community edition of ECShopX Frontend is provided under the Apache +License, Version 2.0, with additional terms as described in the LICENSE file. + +Commercial licenses are available for certain use cases, including but not +limited to removal or modification of Shopex branding elements. + +For commercial licensing inquiries, please visit: +https://www.shopex.cn From 44ad2051006c792c01702775b2953f9951e74d67 Mon Sep 17 00:00:00 2001 From: Danny Date: Sun, 4 Jan 2026 17:40:52 +0800 Subject: [PATCH 2/3] Update LICENSE --- LICENSE | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/LICENSE b/LICENSE index d842cd65f..207d6015f 100644 --- a/LICENSE +++ b/LICENSE @@ -10,7 +10,7 @@ If you remove or alter Shopex brand identifiers, you must obtain a branding remo 4. Enforcement Failure to comply with these additional terms terminates your rights under this license. -Copyright (c) 2025 Shopex +Copyright (c) 2019-2026 Shopex -------------------------------------------------------------------------------- Licensed under the Apache License, Version 2.0 (the "License"); you may not use this software except in compliance with the License. From ed51e14927cf39b7d92e8be3e1419b4aec36823e Mon Sep 17 00:00:00 2001 From: Danny Date: Sun, 4 Jan 2026 17:41:20 +0800 Subject: [PATCH 3/3] Update NOTICE --- NOTICE | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/NOTICE b/NOTICE index b5dc23ab7..f7570c67f 100644 --- a/NOTICE +++ b/NOTICE @@ -2,7 +2,7 @@ ECShopX Frontend This product includes software developed by Shopex. -Copyright © 2025 Shopex. +Copyright © 2019-2026 Shopex. All rights reserved. ---