GNU GPLv3 是自由软件基金会 (FSF) 于 2007 年发布的许可证,它提供了保护自由软件用户和开发人员权利并保证软件共享和修改自由的条款。
主要目标和特点
自由的保障
保护您自由使用、共享和修改软件的权利。
修改版本和衍生作品也受相同的许可条款的约束,以保持自由(copyleft)。
数字版权管理 (DRM) 合规性
禁止限制软件修改或安装的硬件或技术技术 (DRM)。
应对专利问题
防止软件专利带来的限制,确保专利的自由使用。
提供源代码的义务
分发软件时,必须提供相应的源代码。
灵活的附加条件
您可以添加某些条件(例如,归属、商标限制)。
主要许可条款
第 0 条:定义
程序:根据 GPLv3 许可的受版权保护的作品。
传达:向他人提供副本的行为(不包括通过网络使用)。
对应源码:生成、执行、修改目标码所需的所有源码(可执行形式)。
第1条:基本权利
授予运行程序的无限权限。
程序的通信和修改需要遵守许可条款。
第二节:用户权利的保护
禁止使用版权管理技术 (DRM) 来推翻 GPL 的条款。
第4条:修改和分配
如果要修改和分发程序,必须:
指定更改的位置和日期。
整个程序根据 GPLv3 条款获得许可。
对于互动节目,请显示适当的法律声明。
第 5 部分:以非源格式分发
分发目标代码(二进制形式)时,请提供以下内容之一:
相应的源代码。
提供源代码的书面报价。
指向可供下载源代码的位置的链接。
第6条:自动授予权利
该计划的接受者将自动获得 GPLv3 下的权利。
第 7 条:专利和许可
确保软件专利不限制 GPLv3 的条款。
专利许可同样适用于所有接受者。
第 8 节:区域限制
如果程序的分发受到特定地区的专利或法律的限制,则可能会禁止在该地区分发。
第9条:新版本
如果发布了新版本的 GPLv3,如果程序显示“或更高版本”,您可以选择遵循新版本。
第 15-16 条:责任的免除和限制
该程序不提供任何保证,版权所有者或分销商不承担任何责任。
GPLv3 功能
DRM 支持:GPLv3 禁止设备限制用户修改。
专利问题的解决:GPLv3 规定专利的使用必须与许可条款一致。
增加灵活性:您可以添加归属和商标限制等条件。
使用和应用示例
源代码中的描述示例
/* プログラム名と説明 */
Copyright (C) 2007 Your Name
This program is released under the GPLv3 license.
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program. If not, see <https://www.gnu.org/licenses/>.
To provide the best experiences, we use technologies like cookies to store and/or access device information. Consenting to these technologies will allow us to process data such as browsing behavior or unique IDs on this site. Not consenting or withdrawing consent, may adversely affect certain features and functions.
Functional
Always active
The technical storage or access is strictly necessary for the legitimate purpose of enabling the use of a specific service explicitly requested by the subscriber or user, or for the sole purpose of carrying out the transmission of a communication over an electronic communications network.
Preferences
The technical storage or access is necessary for the legitimate purpose of storing preferences that are not requested by the subscriber or user.
Statistics
The technical storage or access that is used exclusively for statistical purposes.The technical storage or access that is used exclusively for anonymous statistical purposes. Without a subpoena, voluntary compliance on the part of your Internet Service Provider, or additional records from a third party, information stored or retrieved for this purpose alone cannot usually be used to identify you.
Marketing
The technical storage or access is required to create user profiles to send advertising, or to track the user on a website or across several websites for similar marketing purposes.
コメント