开源协议
程序员文章站
2022-06-22 16:05:58
...
Apache
The Apache-2.0 License
The 2.0 version of the Apache License, approved by the ASF in 2004, helps us achieve our goal of providing reliable and long-lived software products through collaborative open source software development.
引用格式:
Copyright [yyyy] [name of copyright owner]
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
举例:
# Copyright (c) 2016 by Contributors
#Copyright (c) 2017 Microsoft
# Licensed under The Apache-2.0 License [see LICENSE for details]
# Modified by xyz, from py-faster-rcnn (https://github.com/rbgirshick/py-faster-rcnn)
选择合适的开源协议
上一篇: Spring学习笔记2——什么是IOC
下一篇: 不相交集合的数据结构-并查集