Skip to content

Commit 0d7efab

Browse files
committed
新增 license.md
1 parent 5d17b79 commit 0d7efab

File tree

6 files changed

+168
-0
lines changed

6 files changed

+168
-0
lines changed

en/_sidebar.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@
3131
* Other
3232
* [Font Setting](/Tutorial/settings/font.md)
3333
* [Crash Reporter](/Tutorial/CrashReporter.md)
34+
* [LICENSE](/license.md)
3435
<div class="contact-box">
3536
<a href="https://www.dcloud.io/hbuilderx.html" target="_blank" class="contact-item">
3637
<img src="/static/favicon/favicon.png" width="20" height="21">

en/license.md

Lines changed: 55 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,55 @@
1+
# HBuilder License Agreement
2+
This agreement is an agreement between DCloud and you on the HBuilder software (hereinafter referred to as the software).
3+
The place of signing of this agreement is Haidian District, Beijing of China.
4+
Your use of this software means that you have read and agreed to be bound by this agreement.
5+
6+
## Intellectual Property and License
7+
You can freely download, use, and copy this software without paying DCloud.
8+
The intellectual property rights owned by DCloud, including but not limited to trademarks, patents, copyrights, trade secrets, proprietary data, and source code, are not transferred or shared.
9+
The intellectual property rights of the code and output developed by you using this software, including but not limited to websites and mobile applications, belong to you.
10+
Special attention to mobile applications, if DCloud's Runtime or SDK is embedded in your mobile application, the intellectual property rights of that Runtime or SDK still belong to DCloud.
11+
Similar to the application you develop with embedded jvm or .net framework, although the copyright of your java code belongs to you, the intellectual property rights of the third-party runtime such as jvm still belong to the original author.
12+
If DCloud open source some code, these codes will have a separate open source license agreement and be provided under the official account of DCloud on github and other websites. You can use DCloud's open source code on the basis of complying with these open source agreements.
13+
This software may use third-party software or technology, such as third-party open source code. Such use has ensured compliance with the license agreement of these third-party software. The detailed list can be found in the ThirdPartyNotices file in the installation directory of this software.
14+
15+
## Your obligations
16+
You may not crack, decompile, or reverse engineer this software, or crack or hijack the software network request, or conduct cyber attacks on the DCloud service, or use the loopholes in the DCloud system for profit or infringe on the interests of DCloud, or replace, delete or modify the software that comes with the software. Non-user-defined files.
17+
Without written permission, you may not use all or part of the files, modules, and components of DCloud products to make products that compete with DCloud for users (developers who serve the DCloud plug-in market do not belong to this scope).
18+
If you violate your obligations, DCloud will have the right to stop your use of the software, and you will be responsible for the losses caused.
19+
If you cause major losses to DCloud, or refuse to make corrections after receiving DCloud’s stop breach of contract notice, DCloud will have the right to stop the authorization to use all of your DCloud products and services, and freeze your prepayments in all DCloud products and services And receivables, the losses caused by this shall be borne by you.
20+
If your actions cause legal problems, DCloud has the right to hold you accountable for legal responsibility.
21+
22+
## Privacy Policy
23+
DCloud respects user privacy and code security, and will never collect user code, and hereby disclose all the data lists that this software will report to the DCloud server.
24+
1. Abnormal crash, error log
25+
In the event of an abnormality or crash of the software, the error information will be sent to the DCloud server, and the log information will be clearly displayed in the software.
26+
2. Usual operating data statistics
27+
Like most applications, this software also needs to count daily additions, daily activity and other operational data, as well as device identification information. It is also necessary to count the usage of certain function points of the software to determine whether to strengthen or offline certain function points of the software.
28+
3. Upgrade and plug-in download
29+
Version information submitted to support the upgrade of this software or the download and upgrade of plug-ins.
30+
4. Account Service
31+
When the account service provided by this software is used (optional), including but not limited to login, registration, password retrieval, donation, synchronization, account peripheral information query and other functions, it will connect to the DCloud server.
32+
5. User feedback
33+
When you contact DCloud through the feedback function of this software, DCloud will collect your comments. The contact information you fill in in your feedback will only be used by our customer service to communicate and feedback with you, and will never be disclosed to any third party.
34+
6. Information collection instructions for cloud packaging
35+
When using the App cloud packaging service provided by this software, the code and certificate when you packaged will be temporarily uploaded to the DCloud packaging server. After the installation package is created, the information will be automatically discarded and not stored in the DCloud server.
36+
The download address of the installation package provided by the DCloud cloud packaging server is temporary and will be periodically cleaned and deleted, and cannot be used for external release.
37+
You can also package locally and offline, and configure the packaging environment yourself.
38+
39+
## Safety
40+
You understand and agree that this software, like other software, cannot promise absolute security.
41+
Maintaining software security and normal use is the joint responsibility of DCloud and you. You should strengthen the awareness of information security and personal information protection, and pay attention to password protection to avoid losses.
42+
At the same time, DCloud will provide security measures in accordance with industry standards, including not using your account password in plain text in storage or network transmission, but you acknowledge and agree that DCloud cannot provide any guarantee in this regard.
43+
When DCloud discovers any security vulnerabilities in this software, it will promptly send an announcement to [Community](https://ask.dcloud.net.cn/explore/), and will promptly release urgent update patches and upgrade push notifications.
44+
45+
## Disclaimer
46+
This software supports plug-ins or external programs triggered by users. The scope of influence of this agreement only includes this software, excluding third-party plug-ins and external programs.
47+
DCloud does not assume any legal responsibility for the developer's use of the software or plug-ins or external programs.
48+
When you use third-party plug-ins and call external programs, please evaluate their security and authorization to avoid causing losses to yourself.
49+
50+
## Agreement revision
51+
According to development, DCloud may modify this agreement. When making changes, DCloud will post relevant information in a prominent place in the product or webpage so as to notify users in time. If you choose to continue using the software, it means that you agree to accept these modifications.
52+
53+
## contact us
54+
If you have any questions, comments or suggestions about this software, please contact us:
55+
[Website](https://DCloud.io)

zh-cn/_sidebar.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,7 @@
7777
* [内置浏览器开发者控制台空白问题](/Tutorial/faq/devtools.md)
7878
* [崩溃报告](/Tutorial/CrashReporter.md)
7979
* [历史版本](/Tutorial/HistoryVersion.md)
80+
* [LICENSE](/license.md)
8081
<div class="contact-box">
8182
<a href="https://www.dcloud.io/hbuilderx.html" target="_blank" class="contact-item">
8283
<img src="/static/favicon/favicon.png" width="20" height="21">

zh-cn/license.md

Lines changed: 55 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,55 @@
1+
# HBuilder使用许可协议
2+
本协议是数字天堂(北京)网络技术有限公司(以下称“DCloud”)与您之间达成的关于HBuilder软件(以下简称本软件)的协议。
3+
本协议签订地点为中华人民共和国北京市海淀区。
4+
您使用本软件即视为您已阅读并同意受本协议的约束。
5+
6+
## 知识产权及使用授权
7+
您可以自由下载、使用、复制本软件而不需要向DCloud付费。
8+
DCloud所拥有的知识产权,包括但不限于商标、专利、著作权、商业秘密、专有数据、源码,并不发生转移或共享。
9+
您使用本软件开发的代码及输出物,包括但不限于网站、移动应用,其知识产权归属您所有。
10+
关于移动应用的特别注意,如果您的移动应用中内嵌了DCloud的Runtime或sdk,该Runtime或sdk的知识产权仍然属于DCloud。
11+
类似于您开发的应用内嵌了jvm或.net framework,虽然您的java代码的著作权属于您,但jvm等三方runtime的知识产权仍归原作者所有。
12+
如果DCloud开源了某些代码,这些代码会有单独的开源许可协议并提供在github等网站的DCloud官方账号下。您可以在遵守这些开源协议的基础上使用DCloud开源的代码。
13+
本软件可能会使用第三方软件或技术,例如三方开源代码,这类使用已经确保遵循这些三方软件的授权协议。详细的列表在本软件安装目录下的ThirdPartyNotices文件中查阅。
14+
15+
## 您的义务
16+
您不得破解、反编译、逆向工程本软件,不得破解或劫持本软件网络请求,不得对DCloud服务进行网络攻击,不得利用DCloud系统漏洞谋利或侵害DCloud利益,不得替换、删改本软件自带的非用户自定义文件。
17+
未经书面许可您不可利用DCloud产品的全部或部分文件、模块、组件来制作与DCloud争夺用户的产品(通过DCloud插件市场服务开发者不属于此范围)。
18+
如果您违反您的义务,DCloud将有权停止您使用本软件,造成的损失由您自行承担。
19+
如果您给DCloud造成重大损失,或者在接收到DCloud的停止违约通知后拒不改正,DCloud将有权停止对您的DCloud所有产品和服务的使用授权,冻结您在DCloud所有产品服务中的预付款项和应收款项,因此造成的损失由您自行承担。
20+
如果您的行为产生法律问题,DCloud有权追责您的法律责任。
21+
22+
## 隐私条款
23+
DCloud尊重用户隐私及代码安全,绝不会采集用户代码,并在此公开所有本软件会上报DCloud服务器的数据清单。
24+
1. 异常崩溃、错误日志
25+
本软件发生错误异常、崩溃时,会将错误信息发送给DCloud服务器,该日志信息明示在本软件中。
26+
2. 惯常的运营数据统计
27+
与大多数应用一样,本软件也需要统计日新增、日活跃等运营数据,以及设备标识信息。也需要统计本软件某些功能点的使用情况,以决定是否强化或下线本软件的某些功能点。
28+
3. 升级与插件下载
29+
为支持本软件的升级或插件的下载及升级而提交的版本信息。
30+
4. 账户服务
31+
在本软件提供的账户服务被使用时(可选),包括不限于登陆、注册、密码找回、捐赠、同步、账户周边信息查询等功能时,会连接DCloud服务器。
32+
5. 用户意见反馈
33+
当您通过本软件的意见反馈功能联系DCloud时,DCloud会采集您填写的意见。您在反馈意见中所填写的联系方式,只会用于我们的客服与您沟通与反馈,绝对不会泄露给任何第三方。
34+
6. 云打包的信息采集说明
35+
当使用本软件提供的App云打包服务时,你打包时的代码和证书会临时上传至DCloud的打包服务器,在制作完毕安装包后,这些信息自动丢弃,没有保存在DCloud服务器。
36+
DCloud云打包服务器提供的安装包下载地址是临时的,会定期清理删除,不可用于对外发布。
37+
您也可以本地离线打包,自行配置打包环境。
38+
39+
## 安全
40+
您理解并同意,本软件同其他软件一样,无法承诺绝对的安全性。
41+
维护软件安全与正常使用是DCloud和您的共同责任,您应加强信息安全及个人信息的保护意识,注意密码保护,以免遭受损失。
42+
同时DCloud将按照行业标准提供安全措施,包括不在存储或网络传输中明文使用您的账户密码,但是您承认和同意DCloud不能就此提供任何保证。
43+
当DCloud发现本软件的任何安全漏洞时,将及时在[社区](https://ask.dcloud.net.cn/explore/)发送公告,并将及时发布紧急更新补丁和升级推送通知。
44+
45+
## 免责声明
46+
本软件支持插件或由用户触发外部程序,本协议影响范围仅包含本软件,不包含三方插件及外部程序。
47+
DCloud不因开发者使用本软件或插件或外部程序而承担任何法律责任。
48+
您在使用三方插件和调用外部程序时,请自行评估其安全性和授权许可,避免给自己造成损失。
49+
50+
## 协议修订
51+
根据发展,DCloud可能会对本协议进行修改。修改时,DCloud会在产品或者网页中显著的位置发布相关信息以便及时通知到用户。如果您选择继续使用本软件,即表示您同意接受这些修改。
52+
53+
## 联系我们
54+
若您对本软件有任何疑问、意见和建议,欢迎联系我们:
55+
[网站](https://DCloud.io)

zh-hant/_sidebar.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,7 @@
7676
* [內置瀏覽器開發者控制檯空白問題](/Tutorial/faq/devtools.md)
7777
* [崩潰報告](/Tutorial/CrashReporter.md)
7878
* [歷史版本](/Tutorial/HistoryVersion.md)
79+
* [LICENSE](/license.md)
7980
<div class="contact-box">
8081
<a href="https://www.dcloud.io/hbuilderx.html" target="_blank" class="contact-item">
8182
<img src="/static/favicon/favicon.png" width="20" height="21">

zh-hant/license.md

Lines changed: 55 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,55 @@
1+
# HBuilder使用许可协议
2+
本协议是数字天堂(北京)网络技术有限公司(以下称“DCloud”)与您之间达成的关于HBuilder软件(以下简称本软件)的协议。
3+
本协议签订地点为中华人民共和国北京市海淀区。
4+
您使用本软件即视为您已阅读并同意受本协议的约束。
5+
6+
## 知识产权及使用授权
7+
您可以自由下载、使用、复制本软件而不需要向DCloud付费。
8+
DCloud所拥有的知识产权,包括但不限于商标、专利、著作权、商业秘密、专有数据、源码,并不发生转移或共享。
9+
您使用本软件开发的代码及输出物,包括但不限于网站、移动应用,其知识产权归属您所有。
10+
关于移动应用的特别注意,如果您的移动应用中内嵌了DCloud的Runtime或sdk,该Runtime或sdk的知识产权仍然属于DCloud。
11+
类似于您开发的应用内嵌了jvm或.net framework,虽然您的java代码的著作权属于您,但jvm等三方runtime的知识产权仍归原作者所有。
12+
如果DCloud开源了某些代码,这些代码会有单独的开源许可协议并提供在github等网站的DCloud官方账号下。您可以在遵守这些开源协议的基础上使用DCloud开源的代码。
13+
本软件可能会使用第三方软件或技术,例如三方开源代码,这类使用已经确保遵循这些三方软件的授权协议。详细的列表在本软件安装目录下的ThirdPartyNotices文件中查阅。
14+
15+
## 您的义务
16+
您不得破解、反编译、逆向工程本软件,不得破解或劫持本软件网络请求,不得对DCloud服务进行网络攻击,不得利用DCloud系统漏洞谋利或侵害DCloud利益,不得替换、删改本软件自带的非用户自定义文件。
17+
未经书面许可您不可利用DCloud产品的全部或部分文件、模块、组件来制作与DCloud争夺用户的产品(通过DCloud插件市场服务开发者不属于此范围)。
18+
如果您违反您的义务,DCloud将有权停止您使用本软件,造成的损失由您自行承担。
19+
如果您给DCloud造成重大损失,或者在接收到DCloud的停止违约通知后拒不改正,DCloud将有权停止对您的DCloud所有产品和服务的使用授权,冻结您在DCloud所有产品服务中的预付款项和应收款项,因此造成的损失由您自行承担。
20+
如果您的行为产生法律问题,DCloud有权追责您的法律责任。
21+
22+
## 隐私条款
23+
DCloud尊重用户隐私及代码安全,绝不会采集用户代码,并在此公开所有本软件会上报DCloud服务器的数据清单。
24+
1. 异常崩溃、错误日志
25+
本软件发生错误异常、崩溃时,会将错误信息发送给DCloud服务器,该日志信息明示在本软件中。
26+
2. 惯常的运营数据统计
27+
与大多数应用一样,本软件也需要统计日新增、日活跃等运营数据,以及设备标识信息。也需要统计本软件某些功能点的使用情况,以决定是否强化或下线本软件的某些功能点。
28+
3. 升级与插件下载
29+
为支持本软件的升级或插件的下载及升级而提交的版本信息。
30+
4. 账户服务
31+
在本软件提供的账户服务被使用时(可选),包括不限于登陆、注册、密码找回、捐赠、同步、账户周边信息查询等功能时,会连接DCloud服务器。
32+
5. 用户意见反馈
33+
当您通过本软件的意见反馈功能联系DCloud时,DCloud会采集您填写的意见。您在反馈意见中所填写的联系方式,只会用于我们的客服与您沟通与反馈,绝对不会泄露给任何第三方。
34+
6. 云打包的信息采集说明
35+
当使用本软件提供的App云打包服务时,你打包时的代码和证书会临时上传至DCloud的打包服务器,在制作完毕安装包后,这些信息自动丢弃,没有保存在DCloud服务器。
36+
DCloud云打包服务器提供的安装包下载地址是临时的,会定期清理删除,不可用于对外发布。
37+
您也可以本地离线打包,自行配置打包环境。
38+
39+
## 安全
40+
您理解并同意,本软件同其他软件一样,无法承诺绝对的安全性。
41+
维护软件安全与正常使用是DCloud和您的共同责任,您应加强信息安全及个人信息的保护意识,注意密码保护,以免遭受损失。
42+
同时DCloud将按照行业标准提供安全措施,包括不在存储或网络传输中明文使用您的账户密码,但是您承认和同意DCloud不能就此提供任何保证。
43+
当DCloud发现本软件的任何安全漏洞时,将及时在[社区](https://ask.dcloud.net.cn/explore/)发送公告,并将及时发布紧急更新补丁和升级推送通知。
44+
45+
## 免责声明
46+
本软件支持插件或由用户触发外部程序,本协议影响范围仅包含本软件,不包含三方插件及外部程序。
47+
DCloud不因开发者使用本软件或插件或外部程序而承担任何法律责任。
48+
您在使用三方插件和调用外部程序时,请自行评估其安全性和授权许可,避免给自己造成损失。
49+
50+
## 协议修订
51+
根据发展,DCloud可能会对本协议进行修改。修改时,DCloud会在产品或者网页中显著的位置发布相关信息以便及时通知到用户。如果您选择继续使用本软件,即表示您同意接受这些修改。
52+
53+
## 联系我们
54+
若您对本软件有任何疑问、意见和建议,欢迎联系我们:
55+
[网站](https://DCloud.io)

0 commit comments

Comments
 (0)