diff --git a/LICENSE b/LICENSE new file mode 100644 index 0000000..646c097 --- /dev/null +++ b/LICENSE @@ -0,0 +1,91 @@ +LingkeLice 1.0 (LL-1.0) + +版权所有 (c) 深圳瓴克网络科技有限公司 + +本软件及相关文档文件(以下简称"本软件")的版权归深圳瓴克网络科技 +有限公司(以下简称"版权方")所有。 + +特此免费授予任何获得本软件副本的个人或组织在遵守以下条款的前提下 +使用本软件的权利: + +1. 许可授予 + + 1.1 非商业用途 + 在不涉及任何商业目的的前提下,任何人可以自由地: + (a) 使用、复制、修改本软件; + (b) 将本软件合并到其他项目中; + (c) 分发本软件的原始副本或修改后的副本。 + + 1.2 商业用途 + 任何将本软件用于商业目的的行为(包括但不限于将本软件集成到 + 商业产品中、以商业方式提供基于本软件的服务、通过本软件直接 + 或间接获取经济收益)均须事先获得版权方的书面授权许可。 + +2. 限制 + + 2.1 未经版权方事先书面同意,不得将本软件或其衍生作品用于任何商业 + 活动。 + 2.2 商业用途授权申请请联系:深圳瓴克网络科技有限公司。 + +3. 免责声明 + + 本软件按"原样"提供,不提供任何明示或暗示的保证,包括但不限于对 + 适销性、特定用途适用性和非侵权的保证。在任何情况下,版权方均不对 + 因使用本软件而产生的任何索赔、损害或其他责任承担责任。 + +4. 终止 + + 若被许可方违反本协议任何条款,其在本协议项下的权利将自动终止, + 且必须立即停止使用和销毁本软件的所有副本。 + +如需商业用途授权,请联系:深圳瓴克网络科技有限公司 + +--- + +LingkeLice 1.0 (LL-1.0) + +Copyright (c) Shenzhen Lingke Network Technology Co., Ltd. + +Permission is hereby granted, free of charge, to any person or organization +obtaining a copy of this software and associated documentation files (the +"Software"), to use the Software subject to the following conditions: + +1. Grant of License + + 1.1 Non-Commercial Use + For any purpose that does not involve commercial activity, anyone may: + (a) Use, copy, and modify the Software; + (b) Incorporate the Software into other projects; + (c) Distribute original or modified copies of the Software. + + 1.2 Commercial Use + Any use of the Software for commercial purposes (including but not + limited to integrating the Software into commercial products, + providing services based on the Software in a commercial manner, or + generating economic benefits directly or indirectly through the + Software) must obtain prior written authorization from the Copyright + Holder. + +2. Restrictions + + 2.1 Without prior written consent from the Copyright Holder, the Software + or its derivative works shall not be used for any commercial activity. + 2.2 For commercial use authorization, please contact: + Shenzhen Lingke Network Technology Co., Ltd. + +3. Disclaimer + + THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS + OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF + MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. + IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE FOR ANY CLAIM, DAMAGES + OR OTHER LIABILITY ARISING FROM THE USE OF THE SOFTWARE. + +4. Termination + + If the Licensee violates any provision of this License, their rights + under this License shall automatically terminate, and they must + immediately cease using and destroy all copies of the Software. + +For commercial use authorization, please contact: +Shenzhen Lingke Network Technology Co., Ltd. diff --git a/package.json b/package.json index 6e4d110..a16146e 100644 --- a/package.json +++ b/package.json @@ -2,6 +2,7 @@ "name": "rivfox.website", "version": "0.1.0", "private": true, + "license": "LL-1.0", "scripts": { "dev": "next dev --turbo", "build": "next build",