<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>devkuma – License</title>
    <link>https://www.devkuma.com/en/tags/license/</link>
    <image>
      <url>https://www.devkuma.com/en/tags/license/logo/180x180.jpg</url>
      <title>License</title>
      <link>https://www.devkuma.com/en/tags/license/</link>
    </image>
    <description>Recent content in License on devkuma</description>
    <generator>Hugo -- gohugo.io</generator>
    <language>en</language>
    <managingEditor>kc@example.com (kc kim)</managingEditor>
    <webMaster>kc@example.com (kc kim)</webMaster>
    <copyright>The devkuma</copyright>
    
	  <atom:link href="https://www.devkuma.com/en/tags/license/index.xml" rel="self" type="application/rss+xml" />
    
    
      
        
      
    
    
    <item>
      <title>Open Software License</title>
      <link>https://www.devkuma.com/en/docs/open-software-license/</link>
      <pubDate>Sun, 17 Mar 2019 01:31:20 +0900</pubDate>
      <author>kc@example.com (kc kim)</author>
      <guid>https://www.devkuma.com/en/docs/open-software-license/</guid>
      <description>
        
        
        &lt;h2 id=&#34;what-is-a-license&#34;&gt;What Is a License?&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;License in a broad sense&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;A permit or certificate.&lt;/li&gt;
&lt;li&gt;Permission granted by an administrative authority to qualify someone to perform a specific activity.&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;License in software&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;A right to use software, or a document stating that use is permitted.&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id=&#34;free-software-license&#34;&gt;Free Software License&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Freedom, not price; it is not about whether software is free of charge.&lt;/li&gt;
&lt;li&gt;Meaning of freedom
&lt;ul&gt;
&lt;li&gt;Freedom to run the program for any purpose.&lt;/li&gt;
&lt;li&gt;Freedom to study how the program works and change it to fit one&amp;rsquo;s needs.&lt;/li&gt;
&lt;li&gt;Freedom to copy and distribute the program to help others.&lt;/li&gt;
&lt;li&gt;Freedom to improve the program and return those improvements for the benefit of the whole community.&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id=&#34;free-software-foundation&#34;&gt;Free Software Foundation&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Founded by Richard Stallman on October 4, 1985.&lt;/li&gt;
&lt;li&gt;An organization that promotes free copying, distribution, and improvement of software.&lt;/li&gt;
&lt;li&gt;Main activities
&lt;ul&gt;
&lt;li&gt;Maintaining free software philosophy.&lt;/li&gt;
&lt;li&gt;Protecting copyrighted free software.&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;http://www.fsf.org&#34; target=&#34;_blank&#34; rel=&#34;noopener&#34;&gt;http://www.fsf.org&lt;i class=&#34;fas fa-external-link-alt&#34;&gt;&lt;/i&gt;&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id=&#34;license-classification&#34;&gt;License Classification&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;GPL-compatible free software licenses
&lt;ul&gt;
&lt;li&gt;GPL, LGPL, Apache 2.0, and so on.&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;GPL-incompatible free software licenses
&lt;ul&gt;
&lt;li&gt;Apache 1.0, BSD, MPL, and so on.&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;NonFree software licenses
&lt;ul&gt;
&lt;li&gt;Code Project License, JSON, and so on.&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id=&#34;license-types&#34;&gt;License Types&lt;/h2&gt;
&lt;h3 id=&#34;gplthe-gnu-general-public-license&#34;&gt;GPL(The GNU General Public License)&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;A license created by the Free Software Foundation. Richard Stallman created it for software distributed as part of the GNU Project.&lt;/li&gt;
&lt;li&gt;It is one of the best-known open source licenses and has relatively strict obligations compared with other open source licenses.&lt;/li&gt;
&lt;li&gt;GPL programs can be used for any purpose and in any form, but if a used or modified program is distributed, it must be released under the same license. A notice such as &amp;ldquo;This product(SW) includes ○○○(name of GPL SW used), which is distributed under the GPL license&amp;rdquo; must be included in a manual or equivalent medium, and the full GPL text must be attached.&lt;/li&gt;
&lt;li&gt;Computer programs can be used for any purpose, except actions restricted by law.&lt;/li&gt;
&lt;li&gt;Executable copies of computer programs must always be sold with the program source code or the source code must be distributed for free.&lt;/li&gt;
&lt;li&gt;The source code of modified source programs can be changed according to purpose.&lt;/li&gt;
&lt;li&gt;Modified computer programs must also disclose and distribute the source code.&lt;/li&gt;
&lt;li&gt;Modified programs must also adopt the exact same license, meaning the GPL license must be applied.&lt;/li&gt;
&lt;/ul&gt;
&lt;table&gt;
  &lt;thead&gt;
      &lt;tr&gt;
          &lt;th&gt;Item&lt;/th&gt;
          &lt;th&gt;Yes/No&lt;/th&gt;
      &lt;/tr&gt;
  &lt;/thead&gt;
  &lt;tbody&gt;
      &lt;tr&gt;
          &lt;td&gt;Copyright protection&lt;/td&gt;
          &lt;td&gt;Yes&lt;/td&gt;
      &lt;/tr&gt;
      &lt;tr&gt;
          &lt;td&gt;Can be used in commercial software&lt;/td&gt;
          &lt;td&gt;Yes&lt;/td&gt;
      &lt;/tr&gt;
      &lt;tr&gt;
          &lt;td&gt;&lt;strong&gt;Obligation to provide bug patches and feature extensions&lt;/strong&gt;&lt;/td&gt;
          &lt;td&gt;&lt;strong&gt;Yes&lt;/strong&gt;&lt;/td&gt;
      &lt;/tr&gt;
      &lt;tr&gt;
          &lt;td&gt;&lt;strong&gt;Explicit patent rights can be exercised&lt;/strong&gt;&lt;/td&gt;
          &lt;td&gt;&lt;strong&gt;No&lt;/strong&gt;&lt;/td&gt;
      &lt;/tr&gt;
      &lt;tr&gt;
          &lt;td&gt;&lt;strong&gt;Can be used in proprietary software(closed-source software)&lt;/strong&gt;&lt;/td&gt;
          &lt;td&gt;&lt;strong&gt;No&lt;/strong&gt;&lt;/td&gt;
      &lt;/tr&gt;
      &lt;tr&gt;
          &lt;td&gt;&lt;strong&gt;License propagation&lt;/strong&gt;&lt;/td&gt;
          &lt;td&gt;&lt;strong&gt;Yes&lt;/strong&gt;&lt;/td&gt;
      &lt;/tr&gt;
  &lt;/tbody&gt;
&lt;/table&gt;
&lt;h3 id=&#34;agplaffero-general-public-license&#34;&gt;AGPL(Affero General Public License)&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;A license based on GPL. Versions 1 and 2 were developed by Affero, and version 3 was developed by the Free Software Foundation.&lt;/li&gt;
&lt;li&gt;This license was created to solve the problem where users cannot obtain source code if a developer uses modified source code only on a server and does not distribute the program.&lt;/li&gt;
&lt;li&gt;It contains a clause requiring that, when a program is run on a server and communicates with other users, users must be able to download the source code of the running program.&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id=&#34;lgplthe-lesser-gnu-general-public-license&#34;&gt;LGPL(The Lesser GNU General Public License)&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;LGPL is a license created by the Free Software Foundation so that some libraries can be used with a somewhat relaxed source-code disclosure requirement compared with GPL. It relaxes GPL restrictions.&lt;/li&gt;
&lt;li&gt;If open source libraries that provide the same functionality as commercial libraries were given a strict license like GPL, developers would avoid using them because they would have to disclose source code. LGPL was created to prevent that and encourage open source use.&lt;/li&gt;
&lt;li&gt;For a library under LGPL, the original program&amp;rsquo;s source code does not need to be disclosed; only the source code of the open source used must be disclosed.&lt;/li&gt;
&lt;li&gt;It was originally named Library GPL because it was intended to apply only to limited libraries, but to avoid the misunderstanding that it applied to every library, it was changed to Lesser GPL in version 2.1.&lt;/li&gt;
&lt;li&gt;When dynamically linking a library with the LGPL license, the obligation to disclose source code disappears.&lt;/li&gt;
&lt;li&gt;If an LGPL-licensed library is modified, the modified library source must be disclosed.&lt;/li&gt;
&lt;li&gt;The GNU Foundation currently promotes it.&lt;/li&gt;
&lt;/ul&gt;
&lt;table&gt;
  &lt;thead&gt;
      &lt;tr&gt;
          &lt;th&gt;Item&lt;/th&gt;
          &lt;th&gt;Yes/No&lt;/th&gt;
      &lt;/tr&gt;
  &lt;/thead&gt;
  &lt;tbody&gt;
      &lt;tr&gt;
          &lt;td&gt;Copyright protection&lt;/td&gt;
          &lt;td&gt;Yes&lt;/td&gt;
      &lt;/tr&gt;
      &lt;tr&gt;
          &lt;td&gt;Can be used in commercial software&lt;/td&gt;
          &lt;td&gt;Yes&lt;/td&gt;
      &lt;/tr&gt;
      &lt;tr&gt;
          &lt;td&gt;&lt;strong&gt;Obligation to provide bug patches and feature extensions&lt;/strong&gt;&lt;/td&gt;
          &lt;td&gt;&lt;strong&gt;Yes&lt;/strong&gt;&lt;/td&gt;
      &lt;/tr&gt;
      &lt;tr&gt;
          &lt;td&gt;&lt;strong&gt;Explicit patent rights can be exercised&lt;/strong&gt;&lt;/td&gt;
          &lt;td&gt;&lt;strong&gt;No&lt;/strong&gt;&lt;/td&gt;
      &lt;/tr&gt;
      &lt;tr&gt;
          &lt;td&gt;Can be used in proprietary software(closed-source software)&lt;/td&gt;
          &lt;td&gt;Yes&lt;/td&gt;
      &lt;/tr&gt;
      &lt;tr&gt;
          &lt;td&gt;&lt;strong&gt;License propagation&lt;/strong&gt;&lt;/td&gt;
          &lt;td&gt;&lt;strong&gt;Yes&lt;/strong&gt;&lt;/td&gt;
      &lt;/tr&gt;
  &lt;/tbody&gt;
&lt;/table&gt;
&lt;h3 id=&#34;the-bsdberkeley-software-distribution-license&#34;&gt;The BSD(Berkeley Software Distribution) License&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;BSD is an open software license distributed by the University of California, Berkeley, and is one of the representative open source licenses that does not require source code disclosure.&lt;/li&gt;
&lt;li&gt;The BSD license has a broad scope of permission because projects distributed under the BSD license were funded by the U.S. government, meaning by public institutions and U.S. taxpayers.&lt;/li&gt;
&lt;li&gt;In other words, because the cost of the software was paid in advance by U.S. citizens&amp;rsquo; taxes, people were permitted to use or create software in whatever way they wanted, emphasizing public benefit.&lt;/li&gt;
&lt;li&gt;Therefore, even if new programs are developed using BSD-licensed source code, the new program&amp;rsquo;s source code does not need to be disclosed, and it can be sold under a license other than BSD.&lt;/li&gt;
&lt;/ul&gt;
&lt;table&gt;
  &lt;thead&gt;
      &lt;tr&gt;
          &lt;th&gt;Item&lt;/th&gt;
          &lt;th&gt;Yes/No&lt;/th&gt;
      &lt;/tr&gt;
  &lt;/thead&gt;
  &lt;tbody&gt;
      &lt;tr&gt;
          &lt;td&gt;Copyright protection&lt;/td&gt;
          &lt;td&gt;Yes&lt;/td&gt;
      &lt;/tr&gt;
      &lt;tr&gt;
          &lt;td&gt;Can be used in commercial software&lt;/td&gt;
          &lt;td&gt;Yes&lt;/td&gt;
      &lt;/tr&gt;
      &lt;tr&gt;
          &lt;td&gt;Obligation to provide bug patches and feature extensions&lt;/td&gt;
          &lt;td&gt;No&lt;/td&gt;
      &lt;/tr&gt;
      &lt;tr&gt;
          &lt;td&gt;&lt;strong&gt;Explicit patent rights can be exercised&lt;/strong&gt;&lt;/td&gt;
          &lt;td&gt;&lt;strong&gt;No&lt;/strong&gt;&lt;/td&gt;
      &lt;/tr&gt;
      &lt;tr&gt;
          &lt;td&gt;Can be used in proprietary software(closed-source software)&lt;/td&gt;
          &lt;td&gt;Yes&lt;/td&gt;
      &lt;/tr&gt;
      &lt;tr&gt;
          &lt;td&gt;License propagation&lt;/td&gt;
          &lt;td&gt;No&lt;/td&gt;
      &lt;/tr&gt;
  &lt;/tbody&gt;
&lt;/table&gt;
&lt;h3 id=&#34;mplmozilla-public-license&#34;&gt;MPL(Mozilla Public License)&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;The Mozilla Foundation decided to open the Netscape source code as MS Explorer&amp;rsquo;s market share rose, and developed a new license because of GPL restrictions and BSD uncertainty.&lt;/li&gt;
&lt;li&gt;It permits free use, copying, distribution, and modification of programs.&lt;/li&gt;
&lt;li&gt;MPL was developed to disclose the source code of the Netscape browser and defines the scope of source code that must be disclosed more clearly.&lt;/li&gt;
&lt;li&gt;In GPL, the scope of source code that must be disclosed, including linked software, is vaguely defined. In MPL, regardless of linking, there is no obligation to disclose source code written in new files that were not part of the original source code.&lt;/li&gt;
&lt;li&gt;Therefore, MPL software itself must be disclosed no matter what, but new files that did not exist in the original source code do not need to be disclosed.&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id=&#34;the-apache-license-version-20&#34;&gt;The Apache License, Version 2.0&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;A license created by the Apache Software Foundation.&lt;/li&gt;
&lt;li&gt;It applies to all software from the Apache Foundation, including the Apache web server. It is similar to the BSD license and does not impose obligations such as source-code disclosure.&lt;/li&gt;
&lt;li&gt;However, it explicitly includes a clause that the &amp;ldquo;Apache&amp;rdquo; trademark must not be infringed, and it includes patent-related content.&lt;/li&gt;
&lt;li&gt;If Apache-licensed source code is modified and distributed, Apache License Version 2.0 must be included, and it must be stated that the software was made by the Apache Foundation.&lt;/li&gt;
&lt;li&gt;Anyone can create derivative programs, transfer copyrights, and distribute the software.&lt;/li&gt;
&lt;li&gt;There is no obligation to disclose source code.&lt;/li&gt;
&lt;/ul&gt;
&lt;table&gt;
  &lt;thead&gt;
      &lt;tr&gt;
          &lt;th&gt;Item&lt;/th&gt;
          &lt;th&gt;Yes/No&lt;/th&gt;
      &lt;/tr&gt;
  &lt;/thead&gt;
  &lt;tbody&gt;
      &lt;tr&gt;
          &lt;td&gt;Copyright protection&lt;/td&gt;
          &lt;td&gt;Yes&lt;/td&gt;
      &lt;/tr&gt;
      &lt;tr&gt;
          &lt;td&gt;Can be used in commercial software&lt;/td&gt;
          &lt;td&gt;Yes&lt;/td&gt;
      &lt;/tr&gt;
      &lt;tr&gt;
          &lt;td&gt;Obligation to provide bug patches and feature extensions&lt;/td&gt;
          &lt;td&gt;No&lt;/td&gt;
      &lt;/tr&gt;
      &lt;tr&gt;
          &lt;td&gt;Explicit patent rights can be exercised&lt;/td&gt;
          &lt;td&gt;Yes&lt;/td&gt;
      &lt;/tr&gt;
      &lt;tr&gt;
          &lt;td&gt;Can be used in proprietary software(closed-source software)&lt;/td&gt;
          &lt;td&gt;Yes&lt;/td&gt;
      &lt;/tr&gt;
      &lt;tr&gt;
          &lt;td&gt;License propagation&lt;/td&gt;
          &lt;td&gt;No&lt;/td&gt;
      &lt;/tr&gt;
  &lt;/tbody&gt;
&lt;/table&gt;
&lt;h3 id=&#34;the-mit-license&#34;&gt;The MIT License&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;MIT is a license developed by the Massachusetts Institute of Technology in the United States to help its software engineering students.&lt;/li&gt;
&lt;li&gt;It only requires that license and copyright notices be preserved. It was written based on the BSD license, and because it does not require modified source code to be distributed as open source, it is popular with users who want to avoid strict licenses such as GPL.&lt;/li&gt;
&lt;/ul&gt;
&lt;table&gt;
  &lt;thead&gt;
      &lt;tr&gt;
          &lt;th&gt;Item&lt;/th&gt;
          &lt;th&gt;Yes/No&lt;/th&gt;
      &lt;/tr&gt;
  &lt;/thead&gt;
  &lt;tbody&gt;
      &lt;tr&gt;
          &lt;td&gt;Copyright protection&lt;/td&gt;
          &lt;td&gt;Yes&lt;/td&gt;
      &lt;/tr&gt;
      &lt;tr&gt;
          &lt;td&gt;Can be used in commercial software&lt;/td&gt;
          &lt;td&gt;Yes&lt;/td&gt;
      &lt;/tr&gt;
      &lt;tr&gt;
          &lt;td&gt;Obligation to provide bug patches and feature extensions&lt;/td&gt;
          &lt;td&gt;No&lt;/td&gt;
      &lt;/tr&gt;
      &lt;tr&gt;
          &lt;td&gt;&lt;strong&gt;Explicit patent rights can be exercised&lt;/strong&gt;&lt;/td&gt;
          &lt;td&gt;&lt;strong&gt;No&lt;/strong&gt;&lt;/td&gt;
      &lt;/tr&gt;
      &lt;tr&gt;
          &lt;td&gt;Can be used in proprietary software(closed-source software)&lt;/td&gt;
          &lt;td&gt;Yes&lt;/td&gt;
      &lt;/tr&gt;
      &lt;tr&gt;
          &lt;td&gt;License propagation&lt;/td&gt;
          &lt;td&gt;No&lt;/td&gt;
      &lt;/tr&gt;
  &lt;/tbody&gt;
&lt;/table&gt;
&lt;h3 id=&#34;cpolthe-code-project-open-license&#34;&gt;CPOL(The Code Project Open License)&lt;/h3&gt;
&lt;table&gt;
  &lt;thead&gt;
      &lt;tr&gt;
          &lt;th&gt;Item&lt;/th&gt;
          &lt;th&gt;Yes/No&lt;/th&gt;
      &lt;/tr&gt;
  &lt;/thead&gt;
  &lt;tbody&gt;
      &lt;tr&gt;
          &lt;td&gt;Copyright protection&lt;/td&gt;
          &lt;td&gt;Yes&lt;/td&gt;
      &lt;/tr&gt;
      &lt;tr&gt;
          &lt;td&gt;Can be used in commercial software&lt;/td&gt;
          &lt;td&gt;Yes&lt;/td&gt;
      &lt;/tr&gt;
      &lt;tr&gt;
          &lt;td&gt;Obligation to provide bug patches and feature extensions&lt;/td&gt;
          &lt;td&gt;No&lt;/td&gt;
      &lt;/tr&gt;
      &lt;tr&gt;
          &lt;td&gt;Explicit patent rights can be exercised&lt;/td&gt;
          &lt;td&gt;Yes&lt;/td&gt;
      &lt;/tr&gt;
      &lt;tr&gt;
          &lt;td&gt;Can be used in proprietary software(closed-source software)&lt;/td&gt;
          &lt;td&gt;Yes&lt;/td&gt;
      &lt;/tr&gt;
      &lt;tr&gt;
          &lt;td&gt;License propagation&lt;/td&gt;
          &lt;td&gt;No&lt;/td&gt;
      &lt;/tr&gt;
  &lt;/tbody&gt;
&lt;/table&gt;
&lt;h3 id=&#34;cddlthe-common-development-and-distribution-license&#34;&gt;CDDL(The Common Development and Distribution License)&lt;/h3&gt;
&lt;table&gt;
  &lt;thead&gt;
      &lt;tr&gt;
          &lt;th&gt;Item&lt;/th&gt;
          &lt;th&gt;Yes/No&lt;/th&gt;
      &lt;/tr&gt;
  &lt;/thead&gt;
  &lt;tbody&gt;
      &lt;tr&gt;
          &lt;td&gt;Copyright protection&lt;/td&gt;
          &lt;td&gt;Yes&lt;/td&gt;
      &lt;/tr&gt;
      &lt;tr&gt;
          &lt;td&gt;Can be used in commercial software&lt;/td&gt;
          &lt;td&gt;Yes&lt;/td&gt;
      &lt;/tr&gt;
      &lt;tr&gt;
          &lt;td&gt;&lt;strong&gt;Obligation to provide bug patches and feature extensions&lt;/strong&gt;&lt;/td&gt;
          &lt;td&gt;&lt;strong&gt;Yes&lt;/strong&gt;&lt;/td&gt;
      &lt;/tr&gt;
      &lt;tr&gt;
          &lt;td&gt;Explicit patent rights can be exercised&lt;/td&gt;
          &lt;td&gt;Yes&lt;/td&gt;
      &lt;/tr&gt;
      &lt;tr&gt;
          &lt;td&gt;Can be used in proprietary software(closed-source software)&lt;/td&gt;
          &lt;td&gt;Yes&lt;/td&gt;
      &lt;/tr&gt;
      &lt;tr&gt;
          &lt;td&gt;License propagation&lt;/td&gt;
          &lt;td&gt;No&lt;/td&gt;
      &lt;/tr&gt;
  &lt;/tbody&gt;
&lt;/table&gt;
&lt;h3 id=&#34;ms-plthe-microsoft-public-license&#34;&gt;Ms-PL(The Microsoft Public License)&lt;/h3&gt;
&lt;table&gt;
  &lt;thead&gt;
      &lt;tr&gt;
          &lt;th&gt;Item&lt;/th&gt;
          &lt;th&gt;Yes/No&lt;/th&gt;
      &lt;/tr&gt;
  &lt;/thead&gt;
  &lt;tbody&gt;
      &lt;tr&gt;
          &lt;td&gt;Copyright protection&lt;/td&gt;
          &lt;td&gt;Yes&lt;/td&gt;
      &lt;/tr&gt;
      &lt;tr&gt;
          &lt;td&gt;Can be used in commercial software&lt;/td&gt;
          &lt;td&gt;Yes&lt;/td&gt;
      &lt;/tr&gt;
      &lt;tr&gt;
          &lt;td&gt;Obligation to provide bug patches and feature extensions&lt;/td&gt;
          &lt;td&gt;No&lt;/td&gt;
      &lt;/tr&gt;
      &lt;tr&gt;
          &lt;td&gt;Explicit patent rights can be exercised&lt;/td&gt;
          &lt;td&gt;Yes&lt;/td&gt;
      &lt;/tr&gt;
      &lt;tr&gt;
          &lt;td&gt;Can be used in proprietary software(closed-source software)&lt;/td&gt;
          &lt;td&gt;Yes&lt;/td&gt;
      &lt;/tr&gt;
      &lt;tr&gt;
          &lt;td&gt;License propagation&lt;/td&gt;
          &lt;td&gt;No&lt;/td&gt;
      &lt;/tr&gt;
  &lt;/tbody&gt;
&lt;/table&gt;
&lt;h3 id=&#34;mpl-11the-mozilla-public-license-11&#34;&gt;MPL 1.1(The Mozilla Public License 1.1)&lt;/h3&gt;
&lt;table&gt;
  &lt;thead&gt;
      &lt;tr&gt;
          &lt;th&gt;Item&lt;/th&gt;
          &lt;th&gt;Yes/No&lt;/th&gt;
      &lt;/tr&gt;
  &lt;/thead&gt;
  &lt;tbody&gt;
      &lt;tr&gt;
          &lt;td&gt;Copyright protection&lt;/td&gt;
          &lt;td&gt;Yes&lt;/td&gt;
      &lt;/tr&gt;
      &lt;tr&gt;
          &lt;td&gt;Can be used in commercial software&lt;/td&gt;
          &lt;td&gt;Yes&lt;/td&gt;
      &lt;/tr&gt;
      &lt;tr&gt;
          &lt;td&gt;&lt;strong&gt;Obligation to provide bug patches and feature extensions&lt;/strong&gt;&lt;/td&gt;
          &lt;td&gt;&lt;strong&gt;Yes&lt;/strong&gt;&lt;/td&gt;
      &lt;/tr&gt;
      &lt;tr&gt;
          &lt;td&gt;Explicit patent rights can be exercised&lt;/td&gt;
          &lt;td&gt;Yes&lt;/td&gt;
      &lt;/tr&gt;
      &lt;tr&gt;
          &lt;td&gt;Can be used in proprietary software(closed-source software)&lt;/td&gt;
          &lt;td&gt;Yes&lt;/td&gt;
      &lt;/tr&gt;
      &lt;tr&gt;
          &lt;td&gt;License propagation&lt;/td&gt;
          &lt;td&gt;No&lt;/td&gt;
      &lt;/tr&gt;
  &lt;/tbody&gt;
&lt;/table&gt;
&lt;h3 id=&#34;cplthe-common-public-license-version-10&#34;&gt;CPL(The Common Public License Version 1.0)&lt;/h3&gt;
&lt;table&gt;
  &lt;thead&gt;
      &lt;tr&gt;
          &lt;th&gt;Item&lt;/th&gt;
          &lt;th&gt;Yes/No&lt;/th&gt;
      &lt;/tr&gt;
  &lt;/thead&gt;
  &lt;tbody&gt;
      &lt;tr&gt;
          &lt;td&gt;Copyright protection&lt;/td&gt;
          &lt;td&gt;Yes&lt;/td&gt;
      &lt;/tr&gt;
      &lt;tr&gt;
          &lt;td&gt;Can be used in commercial software&lt;/td&gt;
          &lt;td&gt;Yes&lt;/td&gt;
      &lt;/tr&gt;
      &lt;tr&gt;
          &lt;td&gt;&lt;strong&gt;Obligation to provide bug patches and feature extensions&lt;/strong&gt;&lt;/td&gt;
          &lt;td&gt;&lt;strong&gt;Yes&lt;/strong&gt;&lt;/td&gt;
      &lt;/tr&gt;
      &lt;tr&gt;
          &lt;td&gt;Explicit patent rights can be exercised&lt;/td&gt;
          &lt;td&gt;Yes&lt;/td&gt;
      &lt;/tr&gt;
      &lt;tr&gt;
          &lt;td&gt;Can be used in proprietary software(closed-source software)&lt;/td&gt;
          &lt;td&gt;Yes&lt;/td&gt;
      &lt;/tr&gt;
      &lt;tr&gt;
          &lt;td&gt;License propagation&lt;/td&gt;
          &lt;td&gt;No&lt;/td&gt;
      &lt;/tr&gt;
  &lt;/tbody&gt;
&lt;/table&gt;
&lt;h3 id=&#34;the-eclipse-public-license-10&#34;&gt;The Eclipse Public License 1.0&lt;/h3&gt;
&lt;table&gt;
  &lt;thead&gt;
      &lt;tr&gt;
          &lt;th&gt;Item&lt;/th&gt;
          &lt;th&gt;Yes/No&lt;/th&gt;
      &lt;/tr&gt;
  &lt;/thead&gt;
  &lt;tbody&gt;
      &lt;tr&gt;
          &lt;td&gt;Copyright protection&lt;/td&gt;
          &lt;td&gt;Yes&lt;/td&gt;
      &lt;/tr&gt;
      &lt;tr&gt;
          &lt;td&gt;Can be used in commercial software&lt;/td&gt;
          &lt;td&gt;Yes&lt;/td&gt;
      &lt;/tr&gt;
      &lt;tr&gt;
          &lt;td&gt;&lt;strong&gt;Obligation to provide bug patches and feature extensions&lt;/strong&gt;&lt;/td&gt;
          &lt;td&gt;&lt;strong&gt;Yes&lt;/strong&gt;&lt;/td&gt;
      &lt;/tr&gt;
      &lt;tr&gt;
          &lt;td&gt;Explicit patent rights can be exercised&lt;/td&gt;
          &lt;td&gt;Yes&lt;/td&gt;
      &lt;/tr&gt;
      &lt;tr&gt;
          &lt;td&gt;Can be used in proprietary software(closed-source software)&lt;/td&gt;
          &lt;td&gt;Yes&lt;/td&gt;
      &lt;/tr&gt;
      &lt;tr&gt;
          &lt;td&gt;License propagation&lt;/td&gt;
          &lt;td&gt;No&lt;/td&gt;
      &lt;/tr&gt;
  &lt;/tbody&gt;
&lt;/table&gt;
&lt;h3 id=&#34;the-creative-commons-attribution-sharealike-25-license&#34;&gt;The Creative Commons Attribution-ShareAlike 2.5 License&lt;/h3&gt;
&lt;table&gt;
  &lt;thead&gt;
      &lt;tr&gt;
          &lt;th&gt;Item&lt;/th&gt;
          &lt;th&gt;Yes/No&lt;/th&gt;
      &lt;/tr&gt;
  &lt;/thead&gt;
  &lt;tbody&gt;
      &lt;tr&gt;
          &lt;td&gt;Copyright protection&lt;/td&gt;
          &lt;td&gt;Yes&lt;/td&gt;
      &lt;/tr&gt;
      &lt;tr&gt;
          &lt;td&gt;Can be used in commercial software&lt;/td&gt;
          &lt;td&gt;Yes&lt;/td&gt;
      &lt;/tr&gt;
      &lt;tr&gt;
          &lt;td&gt;Obligation to provide bug patches and feature extensions&lt;/td&gt;
          &lt;td&gt;No&lt;/td&gt;
      &lt;/tr&gt;
      &lt;tr&gt;
          &lt;td&gt;&lt;strong&gt;Explicit patent rights can be exercised&lt;/strong&gt;&lt;/td&gt;
          &lt;td&gt;&lt;strong&gt;No&lt;/strong&gt;&lt;/td&gt;
      &lt;/tr&gt;
      &lt;tr&gt;
          &lt;td&gt;&lt;strong&gt;Can be used in proprietary software(closed-source software)&lt;/strong&gt;&lt;/td&gt;
          &lt;td&gt;&lt;strong&gt;No&lt;/strong&gt;&lt;/td&gt;
      &lt;/tr&gt;
      &lt;tr&gt;
          &lt;td&gt;&lt;strong&gt;License propagation&lt;/strong&gt;&lt;/td&gt;
          &lt;td&gt;&lt;strong&gt;Yes&lt;/strong&gt;&lt;/td&gt;
      &lt;/tr&gt;
  &lt;/tbody&gt;
&lt;/table&gt;
&lt;h3 id=&#34;the-zliblibpng-license&#34;&gt;The zlib/libpng License&lt;/h3&gt;
&lt;table&gt;
  &lt;thead&gt;
      &lt;tr&gt;
          &lt;th&gt;Item&lt;/th&gt;
          &lt;th&gt;Yes/No&lt;/th&gt;
      &lt;/tr&gt;
  &lt;/thead&gt;
  &lt;tbody&gt;
      &lt;tr&gt;
          &lt;td&gt;Copyright protection&lt;/td&gt;
          &lt;td&gt;Yes&lt;/td&gt;
      &lt;/tr&gt;
      &lt;tr&gt;
          &lt;td&gt;Can be used in commercial software&lt;/td&gt;
          &lt;td&gt;Yes&lt;/td&gt;
      &lt;/tr&gt;
      &lt;tr&gt;
          &lt;td&gt;Obligation to provide bug patches and feature extensions&lt;/td&gt;
          &lt;td&gt;No&lt;/td&gt;
      &lt;/tr&gt;
      &lt;tr&gt;
          &lt;td&gt;&lt;strong&gt;Explicit patent rights can be exercised&lt;/strong&gt;&lt;/td&gt;
          &lt;td&gt;&lt;strong&gt;No&lt;/strong&gt;&lt;/td&gt;
      &lt;/tr&gt;
      &lt;tr&gt;
          &lt;td&gt;Can be used in proprietary software(closed-source software)&lt;/td&gt;
          &lt;td&gt;Yes&lt;/td&gt;
      &lt;/tr&gt;
      &lt;tr&gt;
          &lt;td&gt;License propagation&lt;/td&gt;
          &lt;td&gt;No&lt;/td&gt;
      &lt;/tr&gt;
  &lt;/tbody&gt;
&lt;/table&gt;
&lt;h3 id=&#34;contribution-to-the-public-communitynot-a-license&#34;&gt;Contribution to the Public Community(Not a License)&lt;/h3&gt;
&lt;table&gt;
  &lt;thead&gt;
      &lt;tr&gt;
          &lt;th&gt;Item&lt;/th&gt;
          &lt;th&gt;Yes/No&lt;/th&gt;
      &lt;/tr&gt;
  &lt;/thead&gt;
  &lt;tbody&gt;
      &lt;tr&gt;
          &lt;td&gt;&lt;strong&gt;Copyright protection&lt;/strong&gt;&lt;/td&gt;
          &lt;td&gt;&lt;strong&gt;No&lt;/strong&gt;&lt;/td&gt;
      &lt;/tr&gt;
      &lt;tr&gt;
          &lt;td&gt;Can be used in commercial software&lt;/td&gt;
          &lt;td&gt;Yes&lt;/td&gt;
      &lt;/tr&gt;
      &lt;tr&gt;
          &lt;td&gt;Obligation to provide bug patches and feature extensions&lt;/td&gt;
          &lt;td&gt;No&lt;/td&gt;
      &lt;/tr&gt;
      &lt;tr&gt;
          &lt;td&gt;&lt;strong&gt;Explicit patent rights can be exercised&lt;/strong&gt;&lt;/td&gt;
          &lt;td&gt;&lt;strong&gt;No&lt;/strong&gt;&lt;/td&gt;
      &lt;/tr&gt;
      &lt;tr&gt;
          &lt;td&gt;Can be used in proprietary software(closed-source software)&lt;/td&gt;
          &lt;td&gt;Yes&lt;/td&gt;
      &lt;/tr&gt;
      &lt;tr&gt;
          &lt;td&gt;License propagation&lt;/td&gt;
          &lt;td&gt;No&lt;/td&gt;
      &lt;/tr&gt;
  &lt;/tbody&gt;
&lt;/table&gt;
&lt;h2 id=&#34;sources&#34;&gt;Sources&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&#34;https://www.codeproject.com/info/Licenses.aspx&#34; target=&#34;_blank&#34; rel=&#34;noopener&#34;&gt;https://www.codeproject.com/info/Licenses.aspx&lt;i class=&#34;fas fa-external-link-alt&#34;&gt;&lt;/i&gt;&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;http://www.fsf.org&#34; target=&#34;_blank&#34; rel=&#34;noopener&#34;&gt;http://www.fsf.org&lt;i class=&#34;fas fa-external-link-alt&#34;&gt;&lt;/i&gt;&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;http://www.gnu.org&#34; target=&#34;_blank&#34; rel=&#34;noopener&#34;&gt;http://www.gnu.org&lt;i class=&#34;fas fa-external-link-alt&#34;&gt;&lt;/i&gt;&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;http://www.olis.or.kr&#34; target=&#34;_blank&#34; rel=&#34;noopener&#34;&gt;http://www.olis.or.kr&lt;i class=&#34;fas fa-external-link-alt&#34;&gt;&lt;/i&gt;&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;http://www.bloter.net/archives/209318&#34; target=&#34;_blank&#34; rel=&#34;noopener&#34;&gt;http://www.bloter.net/archives/209318&lt;i class=&#34;fas fa-external-link-alt&#34;&gt;&lt;/i&gt;&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;

      </description>
      
      <category>License</category>
      
    </item>
    
  </channel>
</rss>
