[geany/geany-plugins] 5c6c4d: markdown: Clarify license with regards to embedded Discount code
Matthew Brush
git-noreply at xxxxx
Sun Aug 26 09:16:25 UTC 2012
Branch: refs/heads/master
Author: Matthew Brush <matt at geany.org>
Committer: Matthew Brush <matt at geany.org>
Date: Mon, 16 Jul 2012 20:22:55
Commit: 5c6c4d7ccd3ddea2c93120e0524afb24ae4f0131
https://github.com/geany/geany-plugins/commit/5c6c4d7ccd3ddea2c93120e0524afb24ae4f0131
Log Message:
-----------
markdown: Clarify license with regards to embedded Discount code
Modified Paths:
--------------
markdown/README
markdown/docs/help.html
Modified: markdown/README
12 files changed, 10 insertions(+), 2 deletions(-)
===================================================================
@@ -153,8 +153,16 @@ License
-------
The Markdown plugin is licensed under the GNU General Public License,
-version 2 or (at your option) later versions. For the full text of the
-license, please visit http://www.gnu.org/licenses/gpl-2.0.html.
+version 2. For the full text of the license, please visit
+http://www.gnu.org/licenses/gpl-2.0.html. The GPL license covers all code
+and files *not* in the ``discount`` directory.
+
+All code inside the ``discount`` directory is under a BSD-style license
+(see the ``discount/COPYRIGHT`` file) and all contributions to this code
+*will* remain under this license. This will make it easier to integrate
+improvements to Discount back upstream if it ever makes sense. So far the
+only changes are superficial to allow it to build with the Geany-Plugins
+build system and to prevent some compiler warnings.
Authors
-------
Modified: markdown/docs/help.html
11 files changed, 9 insertions(+), 2 deletions(-)
===================================================================
@@ -496,8 +496,15 @@ <h1 class="title">Markdown</h1>
<div class="section" id="license">
<h1><a class="toc-backref" href="#id8">License</a></h1>
<p>The Markdown plugin is licensed under the GNU General Public License,
-version 2 or (at your option) later versions. For the full text of the
-license, please visit <a class="reference external" href="http://www.gnu.org/licenses/gpl-2.0.html">http://www.gnu.org/licenses/gpl-2.0.html</a>.</p>
+version 2. For the full text of the license, please visit
+<a class="reference external" href="http://www.gnu.org/licenses/gpl-2.0.html">http://www.gnu.org/licenses/gpl-2.0.html</a>. The GPL license covers all code
+and files <em>not</em> in the <tt class="docutils literal">discount</tt> directory.</p>
+<p>All code inside the <tt class="docutils literal">discount</tt> directory is under a BSD-style license
+(see the <tt class="docutils literal">discount/COPYRIGHT</tt> file) and all contributions to this code
+<em>will</em> remain under this license. This will make it easier to integrate
+improvements to Discount back upstream if it ever makes sense. So far the
+only changes are superficial to allow it to build with the Geany-Plugins
+build system and to prevent some compiler warnings.</p>
</div>
<div class="section" id="authors">
<h1><a class="toc-backref" href="#id9">Authors</a></h1>
@@ Diff output truncated at 100000 characters. @@
--------------
This E-Mail was brought to you by github_commit_mail.py (Source: TBD).
More information about the Plugins-Commits
mailing list