8
5

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 3 years have passed since last update.

オープンソースのライセンスの選び方をガイドしてくれる、"choosealicense.com"というサイト

Last updated at Posted at 2020-01-06

TL; DR

  • ソースコードを公開する時には、ライセンスを設定しよう
  • GitHubが作った、choosealicenseというサイトを見るとライセンス選択の役に立つ
  • 最終的には専門家にきちんと相談しよう

GitHubのドキュメントとchoosealicense

GitHubのヘルプにある、以下のドキュメントを見ると、公開するリポジトリにはライセンスを付与しましょうという話が書かれてあります。

Licensing a repository

この中で登場するのが、以下のサイトです。

choosealicense

image.png

自分のシチュエーションに合わせて、ライセンスを選択するようにナビゲーションしてくれます。

たとえば

などなど。

また、人気のライセンスの許可していること、条件、制限などもまとまっているので、合わせて見てみるとよいでしょう。

Licenses

Appendix

とはいえ

このサイト自体は、オープンソースライセンスを包括的に網羅したものではありません。

Abount

ソースコードに対して適切にライセンス付与を行うことと、その際に発生する法的問題については、ちゃんと専門家に相談しましょうね、と。

Licensing a repository / Disclaimer

このサイトを管理しているGitHub自体も、ライセンス選択の助けになればよいとは考えてはいるものの、自分たちは弁護士ではないということを免責事項に挙げています。

The goal of GitHub's open source licensing efforts is to provide a starting point to help you make an informed choice. GitHub displays license information to help users get information about open source licenses and the projects that use them. We hope it helps, but please keep in mind that we’re not lawyers and that we make mistakes like everyone else.

というわけで、ちゃんとライセンスは選んで付与しましょう、と。

参考

8
5
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
8
5

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?