版本 1.0 · Zero Public License (0PL)
0PL 是一款极度宽松的许可证。它对软件使用没有任何要求,只保留作者署名权(可选)。适合希望代码被最大程度自由使用,又不想使用粗俗语言的场合。
================================================================================
0号公共许可证 (0PL)
Zero Public License
Version 1.0, March 2026
================================================================================
任何人都可以免费获得本软件及相关文档文件(以下简称"软件")的副本,可以
不受限制地处理本软件,包括但不限于使用、复制、修改、合并、发布、分发、
再许可和/或销售软件副本。
本软件按"原样"提供,不做任何明示或暗示的担保,包括但不限于对适销性、
特定用途适用性和非侵权性的担保。在任何情况下,作者或版权持有人均不对
因本软件或本软件的使用或其他交易而产生的任何索赔、损害或其他责任负责,
无论是合同诉讼、侵权诉讼还是其他诉讼。
================================================================================
ZERO PUBLIC LICENSE
Version 1.0, March 2026
================================================================================
Everyone is permitted to copy and distribute verbatim or modified copies of
this license document.
Permission is granted to anyone obtaining a copy of this software and associated
documentation files (the "Software"), to deal in the Software without
restriction, including without limitation the rights to use, copy, modify,
merge, publish, distribute, sublicense, and/or sell copies of the Software.
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 authors or
copyright holders be liable for any claim, damages or other liability, whether
in an action of contract, tort or otherwise, arising from, out of or in
connection with the Software or the use or other dealings in the Software.
================================================================================
使用建议:
- 将上述文本保存为项目根目录下的 LICENSE 或 LICENSE.txt 文件
- 建议在源代码文件头部添加简短声明:
// 本项目采用 0PL 许可证
// 详见:https://license.pub/0pl/
================================================================================