test01 发表于 2012-10-14 23:51:48

两种开源协议模板

本帖最后由 test01 于 2012-10-15 14:18 编辑

    /*
      <这儿填代码名>
      Copyright (C) <填代码年份><填作者>
   
      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 <http://www.gnu.org/licenses/>.
    */

上面一段是GPL 3.0的模板

/* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */

上面一段是MPL 2.0的模板
===================================
以后贡献自己写的开源程序,选一个放开头就行了

迷你强 发表于 2012-10-15 07:48:27

{:soso_e136:}其实,这玩意主要是看清楚这几开源协议的内容。。。

太行摄狼 发表于 2012-10-15 08:13:58

:o不懂:P:lol:lol
页: [1]
查看完整版本: 两种开源协议模板