NIFCLOUD-mbaas / UserCommunity

ニフクラ mobile backend ユーザーコミュニティ
https://mbaas.nifcloud.com/
81 stars 18 forks source link

Unity SDK利用時のライセンス表記について #298

Open oudont3 opened 8 years ago

oudont3 commented 8 years ago

はじめまして

UnityでNCMB(Freeプラン)を利用し開発をしていて iOS・Android両対応を考えています。

それぞれのSDKが必須ということでダウンロードして使用しているのですが 公開にあたってライセンス表記はどのようにすれば良いか悩んでいます。

Apache License version2 ということで アプリ内に表記しようと思っているのですが、この場合

https://github.com/NIFTYCloud-mbaas/ncmb_unity/blob/master/LICENSE https://github.com/NIFTYCloud-mbaas/ncmb_ios/blob/master/LICENSE https://github.com/NIFTYCloud-mbaas/ncmb_android/blob/master/LICENSE の内容をすべて記載すべきなのか

よくみる(?)簡易的な


Copyright 2014 NIFTY Corporation All Rights Reserved.

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.


という記載で十分なのか

他のアプリをいろいろ参考にしつつ調べていたのですが、よくわからなかったので 質問させていただきます。

よろしくお願いいたします。

ncmbsupport commented 8 years ago

ニフティクラウド mobile backendをご利用いただき、ありがとうございます。

アプリをストアに公開するだけなら、ライセンスの表記は不要ですが、 アプリのソースコードを公開する場合には、記載いただいている通り、 APACHE LICENCE 2.0に準じて以下の記載が必要になります。

Copyright 2014 NIFTY Corporation All Rights Reserved.

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.

Unity,iOS,Androidの内容をすべて記載いただく必要はございませんので、 どうぞ宜しくお願いいたします。

oudont3 commented 8 years ago

ご回答ありがとうございます。 ライセンス周りはいろいろ悩んでいたので 公式に回答いただけて非常に安心しました。

ncmbsupport commented 7 years ago

本回答について、訂正させていただきます。

アプリをストアに公開する場合、ライセンスの表記が不要です。

アプリをストアに公開する場合、 http://www.apache.org/licenses/LICENSE-2.0 の項目7に記載の通り、 「あなたは成果物の使用や再頒布の適切性を自分で判断する責任を持つと共に、本ライセンスにより付与される権利を行使することに伴うすべてのリスクを負うことになります。 」 とありますので、 SDKをご利用いただく際は、使用方法等は自己責任で決めていただきますよう、お願い致します。

※英語原稿 https://osdn.jp/projects/opensource/wiki/licenses%2FApache_License_2.0 「You are solely responsible for determining the appropriateness of using or redistributing the Work and assume any risks associated with Your exercise of permissions under this License.」

以上です、どうぞ宜しくお願いします。