eisen-dev / eisen_front

Eisen Front Web application for remote package and job task management
http://eisen-dev.github.io/eisen/
Other
3 stars 2 forks source link

ライセンスを決まる必要があります #38

Closed aliceinwire closed 8 years ago

aliceinwire commented 8 years ago

ライセンスを決めましょう。 デュアルライセンス gplとmit gpl2だけ gpl3だけ gpl+cad code agreement

aliceinwire commented 8 years ago

eisen frontend: gettext/gettext MIT License monolog/monolog MIT License nategood/httpful MIT license https://github.com/enginkizil/FeedEk MIT https://github.com/christianbach/tablesorter dual license MIT GPL (pick one) https://github.com/aliceinwire/eisen_front/blob/master/webd/includes/charts/Chart.js MIT http://fontawesome.io MIT jquery MIT dual license github.com/necolas/normalize.css MIT bootstrap MIT

eisen agent: celery BSD Flask three clause BSD License Flask-HTTPAuth MIT Flask-RESTful three clause BSD License Flask-SQLAlchemy three clause BSD License ansible==1.9.4 GPL sqlalchemy MIT

ansibleのために eisen agent は gpl v3 しかできないです。

eisen frontend デュアルライセンス GPL v3 と MIT

aliceinwire commented 8 years ago

/*!

aliceinwire commented 8 years ago

Licenses MIT License (More Information)https://web.archive.org/web/20100419071301/http://github.com/jquery/jquery/blob/master/MIT-LICENSE.txt GPL (More Information)https://web.archive.org/web/20100330142420/http://github.com/jquery/jquery/blob/master/GPL-LICENSE.txt

depra95 commented 8 years ago

eisen frontはGPLと MITのデュアルライセンスで良いと思います。 核となるのはagentですし、frontはMITでも困ることは無いでしょう。

aliceinwire commented 8 years ago

ないですね Eisen AgentとEisen Frontendが 同じプロセスを使ってないからです。 べつのプロセスですから

aliceinwire commented 8 years ago

ライセンスを追加を始めます

aliceinwire commented 8 years ago
/*
 * Eisen Frontend
 * http://eisen-dev.github.io
 *
 * Copyright (c) 2016 Alice Ferrazzi <alice.ferrazzi@gmail.com> - Takuma Muramatsu <t.muramatu59@gmail.com>
 * Dual licensed under the MIT or GPL Version 3 licenses or later.
 * http://eisen-dev.github.io/License.md
 *
 */
aliceinwire commented 8 years ago
# (c) 2015-2016, Alice Ferrazzi <alice.ferrazzi@gmail.com>
#
# This file is part of Eisen Engine
#
# Eisen 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.
#
# Eisen 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 Eisen.  If not, see <http://www.gnu.org/licenses/>.