LINUX版最终用户许可协议

合集下载

几种常见的开源软件许可协议(GPL,LGPL,ApacheLicense,BSD)

几种常见的开源软件许可协议(GPL,LGPL,ApacheLicense,BSD)

⼏种常见的开源软件许可协议(GPL,LGPL,ApacheLicense,BSD)GPLGPL授予程序接受⼈以下权利,或称“⾃由”:* 以任何⽬的运⾏此程序的⾃由* 以学习程序⼯作机理为⽬的,对程序进⾏修改的⾃由(能得到源代码是前提)* 再发⾏复制件的⾃由* 改进此程序,并公开发布改进的⾃由(能得到源代码是前提)相反地,随版权所有软件的最终⽤户许可证⼏乎从不授予⽤户任何权利(除了使⽤的权利),甚⾄可能限制法律允许的⾏为,⽐如逆向⼯程。

GPL与其他⼀些更“许可的”⾃由软件许可证(⽐如BSD许可证)相⽐,主要区别就在于GPL寻求确保上述⾃由能在复制件及演绎作品中得到保障。

它通过⼀种由Stallman发明的叫copyleft的法律机制实现,即要求GPL程序的演绎作品也要在GPL之下。

相反,BSD式的许可证并不禁⽌演绎作品变成版权所有软件。

GPL不会授予许可证接受⼈⽆限的权利。

再发⾏权的授予需要许可证接受⼈开放软件的源代码,及所有修改。

且复制件、修改版本,都必须以GPL为许可证。

这些要求就是copyleft,它的基础就是作品在法律上版权所有。

由于它版权所有,许可证接受⼈就⽆权进⾏修改和再发⾏(除合理使⽤),除⾮它有⼀个copyleft条款。

如果某⼈想⾏使通常被法律所禁⽌的权利,只需同意GPL的条款。

相反地,如果某⼈发⾏软件违反了GPL(⽐如不开放源代码),他就有可能被原作者起诉。

copyleft利⽤版权法来达到与其相反的⽬的:copyleft给⼈不可剥夺的权利,⽽不是版权法所规定的诸多限制。

这也是GPL被称作“被⿊的版权法”的原因。

许多GPL软件发⾏者都把源代码与可执⾏程序捆绑起来。

另⼀⽅式就是以物理介质(⽐如CD)为载体提供源代码。

在实践中,许多GPL软件都是在互联⽹上发⾏的,源代码也有许多可以FTP⽅式得到。

copyleft只在程序再发⾏时发⽣效⼒。

对软件的修改可以不公开或开放源代码,只要不发⾏。

注意copyleft只对软件有效⼒,⽽对软件的输出并⽆效⼒(除⾮输出的是软件本⾝)。

Novell Open Enterprise Server软件许可协议说明书

Novell Open Enterprise Server软件许可协议说明书

Novell® Open Enterprise ServerNovell 软件许可协议请仔细阅读此许可协议。

安装或使用此软件即表示您同意此许可协议中的条款。

如果您不同意这些条款,请不要下载、安装或使用此软件。

未经 Novell 授权,不得销售、转让或进一步传播此软件。

本 Novell 软件许可协议(以下简称“许可协议”)是您(实体或个人)与 Novell, Inc.(以下简称Novell)之间的法律许可协议。

本协议中所述的软件产品、媒介(如果有)及所附说明文档(通称“软件”)受美国和其他国家/地区的版权法和合约保护,并受本协议条款制约。

如果您不同意本许可协议中的条款,请不要下载、安装或使用本“软件”;如果可能的话,请将未使用过的产品包连同收据一起完整退回经销商,可获得退款。

本“软件”是许可给您,并非出售。

本“软件”可能已按照不同的条款和(或)经 Novell之外的厂商许可,提供有其他软件程序或与其他软件程序捆绑在一起。

使用带有单独许可协议的任何软件程序均受该单独许可协议的制约。

随本“软件”所提供的任何第三方软件可供您自由选择使用。

Novell对于任何第三方软件不负任何责任,对于您使用第三方软件也不负任何赔偿责任。

授权使用“用户”是指单一目录树内的用户对象(或包含代表一个人的数据的其他类对象,如包含信用卡信息或 PIN号码的对象),这个用户对象有 (a) 存取或使用本“软件”任何部分之权限,或 (b)存取或使用由本“软件”管理的产品(设备、硬件或软件)的权限,而不管该用户对象是否已分配给一个用户或设备。

代表同一个人并在单个目录树内互相连接和(或)跨多个目录树连接的用户对象(或其他类对象)被当做一个用户。

“处理器”是指微处理器,或其他形式的访问共享资源的中央处理单元。

双内核或多内核处理器(一种集成电路,带有两个或更多个插入同一插座的微处理器或中央处理单元)应被视为单个处理器。

许可授权。

Novell eDirectory™ 软件许可。

linux 协议栈 udp checksum校验

linux 协议栈 udp checksum校验

linux 协议栈 udp checksum校验UDP(用户数据报协议)是一种无连接的传输层协议,它在Linux协议栈中起着重要的作用。

在UDP协议中,数据被划分为多个数据报发送。

每个数据报都包含一个UDP头部和数据部分。

UDP数据报的头部有两个重要字段:源端口和目标端口。

这两个字段指定了数据报发送和接收的应用程序。

除了这些字段,UDP头部还有一个长度为16位的校验和字段,用于检测数据在传输过程中是否被改动。

校验和是通过一个算法生成的,接收方可以使用相同的算法来验证数据的完整性。

UDP协议中的校验和是十分关键的,它提供了对数据完整性的保护。

在发送端,当数据报准备好发送时,操作系统会计算数据报的校验和并将其填充到UDP头部的校验和字段中。

接收方在收到数据报后,会重新计算校验和,并将其与接收到的校验和进行比较。

如果两个校验和不一致,那么接收方将会认为数据报被修改过,并丢弃该数据报。

UDP校验和算法是一种简单而有效的算法,它使用二进制反码求和来计算校验和。

具体步骤如下:1.将数据报的每个16位字节划分成两个8位的字节,即低字节和高字节。

2.将所有16位字节对进行二进制反码求和,得到一个32位的中间结果。

3.如果中间结果高16位的任何位上有进位,则将进位加到低16位上去。

4.将中间结果的低16位取反,得到最终的校验和。

UDP校验和的计算是在传输层的协议进行的,而不是在网络硬件上。

这就意味着校验和的计算和验证由操作系统负责,而不是由网络设备完成。

这种设计灵活性很高,可以适用于不同种类的网络接口。

UDP校验和的作用是保证数据在传输过程中的完整性。

如果数据在传输过程中被修改,那么校验和的值就会发生变化,接收方可以通过比较校验和的值来判断数据是否被篡改。

然而,UDP校验和并不能提供数据的机密性和真实性,因为它是一种简单的校验和算法,容易被攻击者伪造。

总而言之,UDP校验和在Linux协议栈中起着重要的作用,用于检测数据在传输过程中的完整性。

Kaspersky Security Center 13.1 用户手册说明书

Kaspersky Security Center 13.1 用户手册说明书

Kaspersky Security Center 13.1© 2023 AO Kaspersky Lab目录Kaspersky Security Center 13.1 帮助新闻Kaspersky Security Center 13.1关于 Kaspersky Security Center硬件和软件要求不支持的操作系统和平台支持的 Kaspersky 应用程序列表Kaspersky Security Center 13.1 的授权许可和功能关于管理服务器与 Kaspersky Security Center 13.1 Web Console 的兼容性Kaspersky Security Center 的比较:基于 Windows 与基于 Linux关于 Kaspersky Security Center 云控制台基本概念管理服务器管理服务器层级虚拟管理服务器移动设备服务器Web 服务器网络代理管理组受管理设备未分配的设备管理员工作站管理插件管理 Web 插件策略策略配置文件任务任务范围本地应用程序设置与策略的关系分发点连接网关架构主要安装方案Kaspersky Security Center 使用的端口关于 Kaspersky Security Center 证书数据流量和端口使用的 schemaLAN 中的管理服务器和受管理设备局域网中的主管理服务器和两个从属管理服务器管理服务器位于 LAN、受管理设备位于互联网、TMG 使用中管理服务器位于 LAN、受管理设备位于互联网、连接网关使用中管理服务器位于 DMZ、受管理设备位于互联网Kaspersky Security Center 组件和安全应用程序的交互:更多信息交互模式中的惯例管理服务器和 DBMS管理服务器和管理控制台管理服务器和客户端设备:管理安全应用程序通过分发点在客户端设备上升级软件管理服务器层级:主管理服务器和从属管理服务器DMZ 中带有从属管理服务器的管理服务器层级管理服务器、网段连接网关和客户端设备管理服务器和 DMZ 中的两台设备:连接网关和客户端设备管理服务器和 Kaspersky Security Center 13.1 Web Console激活和管理移动设备上的安全应用程序部署最佳实践部署准备计划 Kaspersky Security Center 部署部署保护系统的常规方案关于在组织网络中规划 Kaspersky Security Center 的部署选择企业保护结构Kaspersky Security Center 的标准配置标准配置:单一办公室标准配置:由自己管理员运行的几个大规模办公室标准配置:多个小远程办公室如何为管理服务器选择 DBMS选择 DBMS使用 Kaspersky Endpoint Security for Android 管理移动设备提供到管理服务器的互联网访问互联网访问:本地网络上的管理服务器互联网访问:DMZ 中的管理服务器互联网访问:DMZ 中作为连接网关的网络代理关于分发点计算分发点的数量和配置管理服务器层级虚拟管理服务器Kaspersky Security Center 的限制信息网络负载反病毒保护的初始部署反病毒数据库的原始更新使客户端和管理服务器同步反病毒数据库附加更新利用管理服务器对客户端事件的处理24小时流量准备移动设备管理Exchange 移动设备服务器如何部署 Exchange 移动设备服务器部署 Exchange 移动设备服务器所需的权限Exchange ActiveSync 服务账户iOS MDM 服务器标准配置:DMZ 中的 Kaspersky Device Management for iOS标准配置:组织本地网络中的 iOS MDM 服务器使用 Kaspersky Endpoint Security for Android 管理移动设备管理服务器性能相关信息连接到管理服务器的限制管理服务器性能测试报告KSN 代理服务器性能测试结果部署网络代理和安全应用程序初始化部署配置安装程序安装包MSI 属性和转换文件使用应用程序远程安装的第三方工具部署关于 Kaspersky Security Center 中的远程安装任务通过捕获和复制设备硬盘驱动器镜像来部署使用 Microsoft Windows 组策略部署通过 Kaspersky Security Center 远程安装任务的强制部署运行 Kaspersky Security Center 创建的独立包手动安装应用程序的选项在安装有网络代理的设备上远程安装应用程序在远程安装任务中管理设备重启安全应用程序安装包上的数据库更新在 Kaspersky Security Center 中使用工具远程安装应用程序以便在受管理设备上运行相关可执行文件监控部署配置安装程序常规信息在静默模式下安装(带有响应文件)在静默模式下安装网络代理(没有响应文件)通过 setup.exe 的部分安装配置管理服务器安装参数网络代理安装参数虚拟基础架构降低虚拟机负载的窍门对动态虚拟机的支持对虚拟机复制的支持对网络代理设备文件系统回滚的支持应用程序的本地安装网络代理的本地安装在非交互(静默)模式下安装网络代理以静默模式安装 Linux 网络代理(使用应答文件)应用程序管理插件的本地安装以静默模式安装应用程序使用独立包安装应用程序网络代理安装包设置查看隐私策略。

RADIUS使用手册

RADIUS使用手册

TransFar RADIUS 4.0.1 使用手册Version: 1.0.0Update: 2003/02/13目录1. 前言 (3)1.1. 感谢您使用TransFar RADIUS 4.0.1 (3)1.2. 最终用户许可协议 (3)2. TransFar RADIUS 4.0.1的安装 (5)2.1. 准备工作 (5)2.2. 安装 (5)2.3. 安装TransFar RADIUS 4.0.1的TUXEDO服务端 (6)2.3.1. TransFar RADIUS 4.0.1 Sevice简介 (6)2.3.2. TransFar RADIUS 4.0.1 Sevice的安装 (7)3. TransFar RADIUS 4.0.1的配置 (7)3.1. 参数配置文件 (7)3.2. TransFar RADIUS 4.0.1 TUXEDO 服务端配置文件 (11)3.3. NAS配置文件 (11)3.4. 漫游服务器配置文件 (12)3.5. 本地用户配置文件 (12)3.6. 带宽控制配置文件 (13)4. 运行TransFar RADIUS 4.0.1 (14)4.1. 运行主程序 (14)4.2. TransFar RADIUS 4.0.1脚本执行文件 (14)4.3. 启动和终止TransFar RADIUS 4.0.1 TUXEDO Sevice (14)5. 认证失败原因代码 (15)附录一:radius用户的配置文件参考 (17)附录二:ucd-snmp软件包的安装 (18)附录三:radius.conf文件示例 (18)附录四:server.conf文件示例 (21)附录五:clients文件示例 (22)附录六:roamservers文件示例 (23)附录七:dialinusers文件示例 (23)附录八:roamusers文件示例 (24)附录九:vpdnusers文件示例 (24)1.前言1.1.感谢您使用TransFar RADIUS 4.0.1TransFar RADIUS 4.0.1是为创发科技IP综合业务支撑平台而设计的“认证与计费服务器”程序。

openenterpriseserver20novell软件许可协议请仔细阅读本协议

openenterpriseserver20novell软件许可协议请仔细阅读本协议

Novell(R) Open Enterprise Server 2.0Novell 软件许可协议请仔细阅读本协议。

安装、下载或以其它方式使用本软件即表示您同意本协议的条款。

如果您不同意这些条款,请勿下载、安装或使用本软件,并在适用的情况下,将完整的未使用的软件包连同购买凭据一并退还给代销商以获得退款。

未经 Novell 授权,不得出售、转让或进一步分发本软件。

本 Novell 软件许可协议(以下简称“协议”)是您(作为实体或个人)与 Novell, Inc.(以下简称“Novell”)之间的法律协议。

本协议的标题、任何媒体和随附文档中所指的软件产品(统称为“软件”),受美国及其他国家/地区版权法和相关条约保护,并受本协议条款的制约。

对于下载或收到的本软件的任何更新或支持,如果没有随附明示取代本协议的许可协议,仍视为本软件并且需要遵守本协议。

如果本软件为更新版或支持版,则在安装或使用本更新版或支持版之前,必须获得与所更新或支持软件的版本和数量相对应的有效许可证。

本软件可能包含或附带其它软件程序,这些软件程序适用于不同的许可条款并/或由 Novell 之外的许可证颁发者许可。

使用附带单独许可协议的任何软件程序需受该单独许可协议的约束。

是否使用本软件可能附带的任何第三方软件由您自行决定。

许可使用“用户”指单个目录树中的用户对象(或包含诸如信用卡信息或 PIN 号码等代表个人数据的其它类型的对象),无论该用户对象是分配给了人员还是设备,它都具有 (a) 对本软件的任何部分的访问或使用权利,或者 (b) 对本软件管理的产品(设备、硬件或软件)的访问或使用权利。

代表单个树内互相链接和/或跨多个树链接的同一人员的用户对象(或其他对象类)计为一个用户。

许可证的授予。

Novell Open Enterprise Server。

可在 NetWare(R) 平台、Linux* 平台或同时在这两种平台上安装和使用 Novell Open Enterprise Server 软件。

浪潮 InPath for Linux 用户手册说明书

浪潮 InPath for Linux 用户手册说明书

浪潮存储平台用户手册文档版本发布日期适用版本尊敬的用户:衷心感谢您选用浪潮存储!浪潮存储秉承“云存智用运筹新数据”的新存储之道,致力于为您提供符合新数据时代需求的存储产品和解决方案。

本手册用于帮助您更详细地了解和便捷地使用本存储,涉及的截图仅为示例,最终界面请以实际设备显示的界面为准。

由于产品版本升级或其他原因,本手册内容会不定期进行更新,如有变动恕不另行通知。

除非另有约定,本手册仅作为使用指导,本手册中的所有陈述、信息和建议不构成任何明示或暗示的担保。

浪潮拥有本手册的版权,保留随时修改本手册的权利。

未经浪潮许可,任何单位和个人不得以任何形式复制本手册的内容。

如果您对本手册有任何疑问或建议,请向浪潮电子信息产业股份有限公司垂询。

技术服务电话:4008600011地址:中国济南市浪潮路1036号浪潮电子信息产业股份有限公司邮编:250101在您正式使用本存储之前,请先阅读以下声明。

只有您阅读并且同意以下声明后,方可正式开始使用本存储。

如果您对以下声明有任何疑问,请和您的供货商联系或直接与我们联系。

如您在开始使用本系统前未就以下声明向我们提出疑问,则默认您已经同意了以下声明。

1.请不要自行拆卸本存储的机箱及机箱内任何硬件设备。

在本存储出现任何硬件故障或您希望对硬件进行任何升级时,请您将机器的详细硬件配置反映给我们的客户服务中心。

2.请不要将本存储的设备与任何其他型号的相应设备混用。

本存储的内存、CPU、CPU散热片、风扇、硬盘托架、硬盘等都是特殊规格的。

3.在使用本存储时遇到任何软件问题,请您首先和相应软件的提供商联系。

由提供商和我们联系,以方便我们共同沟通和解决您遇到的问题。

对于数据库、网络管理软件或其他网络产品的安装、运行问题,我们尤其希望您能够这样处理。

4.上架安装本存储前,请先仔细阅读相关产品手册中的快速安装指南。

我们致力于产品功能和性能的持续提升,部分功能及操作与手册描述可能会有所差异,但不会影响使用。

网站安全狗Linux版 V2.0用户使用手册

网站安全狗Linux版 V2.0用户使用手册

网站安全狗Linux版 V2.0用户使用手册1.软件安装以32位安装包为例,64位安装包把对应的32改成64即可。

步骤1 :下载软件发布包(.tar.gz格式):safedogwz_linux32.tar.gz也可以采取wget的方式下载发布包:wget /safedogwz_linux32.tar.gz 步骤2:在root帐户下执行以下命令:tar xzvf safedogwz_linux32.tar.gzcd ApacheSafeDog32chmod +x install.sh./install.sh运行时会提示输入apache服务器的配置文件路径(绝对路径),请根据您所安装的apache 的目录,填写真实的配置文件路径。

举例:/usr/local/apache2/conf/httpd.conf注意:(1)提示:若您在输入时,不慎输入错误,请按组合键CTRL+Backspace删除。

(2)网站狗的安装目录为/etc/ApacheSafeDog,请不要删除此目录及目录下的任何内容。

(3)安装完成后,请重新启动apache服务器,以使网站安全狗软件生效。

(4)如果重启apache服务器时失败,并提示Permission denied错误,请参看《网站安全狗Linux版SElinux的相关设置》一文。

2. 软件功能说明修改网站安全狗的配置文件所在目录/etc/ApacheSafeDog/conf下的配置文件来启用网站安全狗的相应功能。

注意:(1)以下配置文件各字段的值只是举例,请根据您的实际需要自行设定。

设定前请参考每个字段前的注释信息。

(2)修改完的配置,会在一分钟后自动生效。

如果您需要让其立即生效,请重启apache 服务器。

(3)白名单和黑名单的优先级高于其他防护,其中白名单又高于黑名单。

如果您在设置了某个防护后,发现其未起效等异常,请检查是否是设置了白名单和黑名单导致的。

(4)修改配置中的字段时,请在英文状态下输入,正则表达式规则说明字段Description 除外。

  1. 1、下载文档前请自行甄别文档内容的完整性,平台不提供额外的编辑、内容补充、找答案等附加服务。
  2. 2、"仅部分预览"的文档,不可在线预览部分如存在完整性等问题,可反馈申请退款(可完整预览的文档不适用该条件!)。
  3. 3、如文档侵犯您的权益,请联系客服反馈,我们会尽快为您处理(人工客服工作时间:9:00-18:30)。

LICENSE AGREEMENT OF KINGSOFT OFFICE FOR LINUX COMMUNITY VERSION (also called WPS OFFICE FOR COMMUNITY VERSION)Please read and understand all rights and limitations stated in this LICENSE AGREEMENT OF KINGSOFT OFFICE FOR LINUX COMMUNITY VERSION (also called WPS OFFICE FOR COMMUNITY VERSION) ("the Agreement") carefully. Before using Kingsoft Office for Linux Community Version (also called WPS Office for Community Version)(the "Product" )that accompanies the Agreement, you need to read all the terms of the Agreement and decide whether to agree with the terms or not. You shall not enjoy any right regarding the "Product" or use the "Product" by any means unless and until you agree to all terms of the Agreement.As a reference, you may print out the text of the Agreement from this page now.The Agreement is a legal agreement entered into between you and Kingsoft regarding the "Product". The "Product" consists of the attached computer software, including all versions (including all language versions and updated versions being released and will be released in the future by Kingsoft , etc.; Kingsoft Software has the right of decision as to whether to release new language version, which language is to be chosen for the release, whether to release updated version as well as when to release language version and updated version) of Kingsoft Office for Linux Community Version, and other relevant documents. Once you use any version (including without limitation any language version or updated version, if any) of the "Product", it shall be deemed that you have agreed to be bound by the estrictions of all terms in the Agreement. If you do not agree to the terms of the Agreement, then you shall not be entitled to use any version (including without limitation any language version or updated version, if any) of the "Product" by any means.The "Product" is protected by copyright laws, international copyright treaties and other related laws and treaties. The "Product" is licensed, not sold.1. Kingsoft authorizes you the non-exclusive right to use the "Product" in the territorial scope in the world ("Authorized Territorial Scope") . Your right to use the "Product" is limited to:1) On the premise that you observe and abide by this term, you have the right to repack the "Product" for the purpose of distributing the "Product" to endusers in the authorized territorial scope via your community :a. The "repack" in this term means that you are only allowed to modify the script, record and graphic files of the "Product", and you should guarantee that any modifications you make to the script, record and graphic files of the "Product" in you "repacking" process are based on the original version of the "Product" provided by Kingsoft; you shall not make any modification (including without limitation repacking) in the version of the "Product" repacked according to this term by the third party at any time. Unless the modifications to the script, record and graphic files of the "Product" are made in the repacking process agreed in this term, you shall not make any other modifications, including without limitation modifying any documents that have "boot" in the name, modifying any icon of the "Product", changing the content of copyright notice or any other notice of the "Product", modifying the Agreement or any attached agreement of the "Product";b. The format of the "Product" after repacking shall only be the format of software package you need when you add the "Product" to your community software warehouse in order to distribute it according to the Agreement.2) On the premise that you observe and abide by this term, you have the right to distribute the "Product" via your community in a lawful manner to end users within the Authorized Territorial Scope:a. You are only allowed to distribute the "Product" provided by Kingsoft as a whole on an AS IS basis. The distributed "Product" shall only be the unmodified complete (including without limitation the whole content of the attached "Kingsoft Software End-User License Agreement" (hereafter referred to as "Kingsoft EULA") ) version provided by Kingsoft that includes all copyright identification;b. You shall not make any modification to the Agreement in the form or content. You shall guarantee that the end users who get the "Product" that you distribute all agree to accept the terms and restrictions of Kingsoft EULA before installing and using the "Product";c. You shall guarantee by legal technical means (including without limitation, providing, alias, phony target, copying and other legal technical means which can be supported by your community software warehouse) that the software any users installed from your community software warehouse named "kingsoft-office" or "wps-office" is exactly the "Product";d. You shall not integrate the "Product" with any software or program (including without limitation software and program that contains open-source code);e. You shall not sell the "Product", make a profit of or or collect disguised fee from the "Product" by any means.3) In case of a conflict between this term and other terms in the Agreement regarding the content and the actual execution, the provisions of this term shall prevai.2. You shall abide by the following obligations:1) Before using the "Product", you shall guarantee that you have already logged in the official website of the "Product"(/privacy/unixdistribute) and filled out your relevant information, which is truthful, accurate and valid.2) You shall guarantee that you will guide the third party to distribute the "Product" (including the repacked "Product", which means that you consent to the distributing of the repacked "Product" by the third party according to the Agreement without paying any charge to you) in the way licensed in the Agreement in a lawful manner. You shall inform the third party that before distributing the "Product" (including the repacked "Product"), he should log in the official website of the "Product" (/privacy/unixdistribute), fill in his relevant information, read through and agree to all the terms of the Agreement. Under the above-mentioned condition, the third party has the right to distribute the "Product" (including the repacked "Product") according to the Agreement. Otherwise, any use (including without limitation repacking and distributing actions) of the "Product" (including the repacked "Product") shall be deemed to be unauthorized use, and Kingsoft reserves the right to the legal responsibility. If you remiss in perform or fail to prove your full implement of the above-mentioned obligations under this term, you shall assume joint liability for the third party's unauthorized use of the "Product" (including the repacked "Product") to Kingsoft.3) You shall guarantee that you have legal right to any community (including community software warehouse) in which you distribute the "Product" (including the repacked "Product"). You shall ensure that you have the right to add the "Product" to the community (including community software warehouse) and the right to distribute the "Product" according to the Agreement in this community ((including community software warehouse), and that such actions do not infringe upon the legitimate interest of any third party. The community including community software warehouse) and its content (including without limitation all the software it contains) shall be legitimate and legally authorized by copyright owners, so that it shall not infringe upon the legitimate interest of any third party.4) Do not use, copy, revise and/or assign the "Product", as a whole or part, beyond the scope authorized by the Agreement.5) Do not reverse engineer, de-compile, or disassemble the "Product" or attempt to gain access to the source code for the "Products" by any means. 6) Make sure that all the copies of the "Product" comprise all the copyright marks.7) You shall not assign, sublicense or reinvest any of your right under the Agreement by any means.8) Unless it is expressly stipulated in other terms of the Agreement, you are not allowed to photocopy the whole or any part of the "Product", create any derivative work based on the "Product", evade any security measure that aims to control access to the "Product" by any means. Without separate licensefrom Kingsoft, you shall not pack or bundle the "Product" with any hardware or pre-install the "Product" in any hardware. You are licensed according to this Agreement to use the "Product" only as an integral whole, and you shall not use any component of the "Product" separately in any form or by any means.3. Replacing, Reworking and Upgrading1) Kingsoft reserves the rights to replace, revise and upgrade the "Product", as well as the rights to charge fees for such replaced, revised and/or upgraded edition of the "Product" by prior announcement to you (including without limitation to the "Product" official website and the email address you provided) at any time.2) Any replaced, revised and/or upgraded edition of the "Product" provided to you will be deemed as a part of the "Product", and shall be governed by the Agreement, unless the Agreement is replaced by another agreement attached to the replaced, revised and/or upgraded edition of the "Product".3) If Kingsoft provides a replaced, revised and/or upgraded edition of the "Product",you shall not use the replaced, revised and/or upgraded edition of the ""Product" until you fully agree with the replaced, revised and/or upgraded edition of the "Product" and the new version of EULA attached (if any).4. Reservation of RightsAny rights not expressly and clearly granted in the Agreement shall be reserved by Kingsoft.5. Copyright1) You shall not remove any copyright mark from the "Product", meanwhile you shall make the copyright mark exactly as is on all the copies of the "Product" to duly announce Kingsoft's copyright.2) Kingsoft own the copyright of the "Product" (including but not limited to any image, picture, flash, video, record, music, word and add-program), printing material attached and any copies of the "Product".3) Copyright and any other rights in the "Product" and its documents are protected under the local and international Laws and treaties.4) You shall not remove or destroy any copyright mark regarding the "Product". You guarantee that you shall also copy this copyright declaration in all copies of the "Product" (whether in whole or part).5) You agree to prevent any pirates of the "Product" and its documents.6) The attached documents (if any) of the "Product" are placed in your community for the purpose of introducing and illustrating the "Product" for end users as reference.7) You shall ensure not to register, claim or require any right regarding the "Product" in any territorial scope besides the license you have to the "Product"under the Agreement. You acknowledge and accept that Kingsoft or its affiliate company has the exclusive right of all trademarks and symbols relevant to the "Product", regardless of the language (including without limitation "金山", "KINGSOFT", "WPS" and other relevant trademarks, symbols, names and marks, hereinafter referred to collectively as "Kingsoft Trademarks"). Without prior written consent of Kingsoft, you are not allowed to use Kingsoft Trademarks by any means: including without limitation, using Kingsoft Trademarks as trade names (brand names), or the name of a company or enterprise, authorizing the third party to use Kingsoft Trademarks, unless the above-mentioned use is agreed by Kingsoft in writing in advance. At any time you are not allowed to apply or register in any country or region, or assist any third party to apply or register Kingsoft Trademarks or any trademarks that are identical, similar or confusingly similar to Kingsoft Trademarks. In addition, without clear endorsement of Kingsoft, you recognize that you shall not use or register, or authorize other people to use or register any name containing Kingsoft Trademarks or identical, confusingly similar names as website domain names.8) You acknowledge and accept that Kingsoft has the right to alter (including without limitation adding, abridging, replacing, revising, etc. similarly hereinafter) or modify any Kingsoft Trademarks, name, version or any function and the kind of language of the "Product" due to the existing or possible intellectual property right violation risks, or the existing proceedings initiated by a third party regarding the issue of intellectual property right concerning the "Product" (including the trademarks, marks and logos of the "Product", etc.) arise in whole or part of the authorized territorial scope; you are in duty bound to assist Kingsoft to alter and modify the above mentioned elements. In case of a conflict between this term and other terms in the Agreement regarding the content and the actual execution, the provision of this term shall prevail.6. Export RestrictionsThe "Product" is subject to the People's Republic of China export laws and regulations. You must comply with all domestic and international export laws and regulations that apply to the "Product". These laws include restrictions on destinations, end users and end use.7. Disclaimer Of Warranties.To the maximum extent permitted by the applicable laws, Kingsoft and its suppliers provide the "Product" and support services (if any) AS IS AND WITH ALL FAULTS, and hereby disclaim all other assurance and warranties, whether express, implied or statutory, including, but not limited to, any (if any) implied warranties of merchantability or fitness for a particular purpose, accuracy of responses, completeness of results, free of viruses and negligence with regard to the "Product", and theprovision of or failure to provide support or other services as for the "Product". You recognize that Kingsoft shall not bear any liability for any guaranty regarding Kingsoft Trademarks and any legal liability (including without limitation liability for tort) caused by Kingsoft Trademarks in the authorized territorial scope. You shall assume any legal liability caused by Kingsoft Trademarks in the authorized territorial scope and guarantee that Kingsoft shall not suffer losses or bear any liability thereby. Moreover, you recognize that Kingsoft shall not bear any liability for any guaranty regarding the violation of patent right of any party in any country or region within the authorized territorial scope caused by the "Product". You shall assume any legal liability caused by the violation of patent right of any party in any country or region within the authorized territorial scope and guarantee that Kingsoft shall not suffer losses or bear any liability thereby.8. Limited LiabilityTO THE MAXIMUM EXTENT PERMITTED BY THE APPLICABLE LAWS, IN NO EVENT WILL KINGSOFT, AFFILIATES, DIRECTORS, EMPLOYEES, DISTRIBUTORS, SUPPLIERS, AGENTS OR RESELLERS (COLLECTIVELY, THE "KINGSOFT ") BE LIABLE FOR ANY INDIRECT, INCIDENTAL, DIRECT, SPECIAL, CONSEQUENTIAL, EXEMPLARY OR ANY OTHER DAMAGES ARISING OUT OF OR IN ANY WAY RELATING TO USING OR NON-USING THE PRODUCT, INCLUDING, BUT NOT LIMITED TO DAMAGES CAUSED BY PERSONAL INJURIES OR PROPERTY LOSSES, DAMAGES CAUSED BY LOST PROFITS, LOST DATA, WORK STOPPAGE, COMPUTER FAILURE OR MALFUNCTION OR LOST COMMERCIAL INFORMATION, DAMAGES CUASED BY DISCLOSURE OF PRIVACY DUE TO FAILURE TO PERFORM GOOD-WILL OR PROPER CARE OR ANY OTHER LIABILITY, DAMAGES CAUSE BY NEGLIGENCE, OR ANY AND ALL OTHER COMMERCIAL DAMAGES OR LOSSES, EVEN IF SUCH PARTY HAS BEEN ADVISED OF THE POSSIBILITY THEREOF, AND REGARDLESS OF THE LEGAL OR EQUITABLE THEORY (CONTRACT, TORT OR OTHERWISE) UPON WHICH THE CLAIM IS BASED. IN ANY CASE, THE KINGSOFT'S ENTIRE COLLECTIVE LIABILITY UNDER ANY PROVISION OF THE AGREEMENT, AND THE COMPENSATION YOU MAY HAVE SHALL NOT EXCEED IN THE AGGREGATE SUM OF THE REASONABLE FEES (IF ANY) YOU PAID FOR the "Product" STIPULATED IN THE AGREEMENT. ADDITIONALLY, KINGSOFT SHALL NOT BE LIABLE FOR ANY CLAIMS OR DAMAGES ARISING OUT OF CONTENT PROVIDED BY LICENSEEOR A THIRD PARTY THAT IS ACCESSED THROUGH OR USED WITH the "Product" AND/OR ANY MATERIAL LINKED THROUGH SUCH CONTENT.9. Termination of License1) Kingsoft is entitled to terminate the Agreement at any time, if any terms or conditions in the Agreement are violated. Upon the termination, you shall destroy or return to Kingsoft all the copies and all the associated documents and printed materials of the "Product".2) Provided that Kingsoft offers you any replaced, revised and/or upgraded edition of the "Product" attached with a replacement of the Agreement which stipulates that you can use the replaced, revised and/or upgraded edition of the "Product" under the condition that you accept the replacement of the Agreement, Kingsoft may terminate the original EULA.3) Kingsoft is entitled to modify the policy concerning the "Product" and the content of the Agreement by issuing an announcement on the official website of the "Product" (/privacy/unixdistribute) fifteen (15) natural days in advance, including without limitation adding restrictions to the license, modifying or deleting the licensed way of use, altering the authorized territorial scope, reducing functions, setting service time, licensing termination, etc. 10. The execution, application, interpretation and resolution of disputeswith respect to the Agreement shall be governed by the laws of the P.R.C.All disputes arising out of or in connection with the performance of theAgreement shall be resolved through friendly negotiation betweenparties. Any dispute, if failed to be solved by the above consultation,shall be submitted to the people's court having jurisdiction in the placewhere Kingosft has its domicile.11. Important Notice:The copyright of all Founder Fonts ("Founder Fonts") included in the "Product" belongs to Beijing Founder Electronics Co., Ltd. ("Founder"). Except distributing the Founder Fonts as a part of the "Product" according to the Agreement, you shall not use Founder Fonts in any other form. Otherwise, you shall bear full legal responsibility for Founder and right owners of Founder Fonts independently and directly; Kingsoft does not undertake any responsibility.You recognize that you have the responsibility to inform end users when distributing the "Product" to end users through your community according to the Agreement that the end users are only allowed to usethe Founder Fonts of the "Product" in office applications (i.e. use the Founder Fonts only in the "Product" for merely screen display and printing) when they get the legal license of the "Product" according to Kingsoft EULA. If end users need to use Founder Fonts beyond the authorized scope in the above-mentioned term, end users shall negotiate with Founder, copyright owner of Fonder Fonts, separately and get the license from Founder. Any violation of intellectual property right of Founder Fonts by end users has no concern with Kingsoft. Kingsoft thereby shall not bear any responsibility for guarantee and joint responsibility. End users shall bear full legal responsibility for Founder and other right owners of Founder Fonts independently and directly.AdmissionYou acknowledge that you have now read and understood the Agreement and have expressly agreed to be bound by all the terms and conditions of it.。

相关文档
最新文档