<div dir="ltr">Thanks for the feedback, Dmitrijs. I&#39;m actually taking my cues from jQuery which is dual licensed MIT/GPL and merely says:<br><blockquote style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;" class="gmail_quote">

<pre>/*!<br> * jQuery JavaScript Library v1.4.2<br> * <a href="http://jquery.com/" target="_blank">http://jquery.com/</a><br> *<br> * Copyright 2010, John Resig<br> * Dual licensed under the MIT or GPL Version 2 licenses.<br>
 * <a href="http://jquery.org/license" target="_blank">http://jquery.org/license</a><br>
</pre></blockquote><a href="http://ajax.googleapis.com/ajax/libs/jquery/1.4/jquery.min.js" target="_blank">http://ajax.googleapis.com/ajax/libs/jquery/1.4/jquery.min.js</a><br><br>However, I just added the MIT license block in addition to the GPL and MIT license URLs. Good that you thought of those without Internet access.<br>
<br>More on why dual licensing is a good idea: <a href="http://benalman.com/news/2010/02/on-licensing-my-code/">http://benalman.com/news/2010/02/on-licensing-my-code/</a><br>
<br>Thanks!<br>Weston<br><br><div class="gmail_quote">On Tue, May 11, 2010 at 1:45 PM, Dmitrijs Ledkovs <span dir="ltr">&lt;<a href="mailto:dmitrij.ledkov@ubuntu.com" target="_blank">dmitrij.ledkov@ubuntu.com</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">
<div>On 11 May 2010 19:58, Weston Ruter &lt;<a href="mailto:westonruter@gmail.com" target="_blank">westonruter@gmail.com</a>&gt; wrote:<br>
&gt; Actually, it has to be open source because we don&#39;t have a paid GitHub<br>
&gt; account :-) But you&#39;re right, I added a copyright block:<br>
&gt; <a href="http://github.com/openscriptures/api/commit/a731bdd68b84415f22d3a2d3a035e6ad827eaf28" target="_blank">http://github.com/openscriptures/api/commit/a731bdd68b84415f22d3a2d3a035e6ad827eaf28</a><br>
&gt;<br>
&gt; Dual licensed MIT/GPL.<br>
&gt;<br>
<br>
</div>Kind of pointless =) MIT is compatible with GPL and MIT is less<br>
restrictive =) so *everyone* will choose MIT =)<br>
<br>
Plus you need to think about people without internet access who might<br>
receive your software. (or have internet access but live in a<br>
prosecuted country and get your software e.g. via printout in a<br>
letter).<br>
<br>
So actually it would have been absolutely amazing to have this header<br>
(taken from <a href="http://opensource.org/licenses/mit-license.php" target="_blank">http://opensource.org/licenses/mit-license.php</a>)<br>
<br>
<br>
----8&lt;-----<br>
<br>
Copyright (C) 2010 OpenScriptures.org<br>
<br>
Permission is hereby granted, free of charge, to any person obtaining a copy<br>
of this software and associated documentation files (the &quot;Software&quot;), to deal<br>
in the Software without restriction, including without limitation the rights<br>
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell<br>
copies of the Software, and to permit persons to whom the Software is<br>
furnished to do so, subject to the following conditions:<br>
<br>
The above copyright notice and this permission notice shall be included in<br>
all copies or substantial portions of the Software.<br>
<br>
THE SOFTWARE IS PROVIDED &quot;AS IS&quot;, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR<br>
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,<br>
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE<br>
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER<br>
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,<br>
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN<br>
THE SOFTWARE.<br>
<br>
<br>
----8&lt;------<br>
<div><div></div><div><br>
&gt; Thanks!<br>
&gt; Weston<br>
&gt;<br>
&gt;<br>
&gt; On Tue, May 11, 2010 at 11:23 AM, Dmitrijs Ledkovs<br>
&gt; &lt;<a href="mailto:dmitrij.ledkov@ubuntu.com" target="_blank">dmitrij.ledkov@ubuntu.com</a>&gt; wrote:<br>
&gt;&gt;<br>
&gt;&gt; On 11 May 2010 17:32, Weston Ruter &lt;<a href="mailto:westonruter@gmail.com" target="_blank">westonruter@gmail.com</a>&gt; wrote:<br>
&gt;&gt; &gt; I&#39;m working on a Python module for representing osisIDs (works,<br>
&gt;&gt; &gt; passages,<br>
&gt;&gt; &gt; IDs, and refs). I think I&#39;ve got the OsisWork class baked pretty well<br>
&gt;&gt; &gt; (at<br>
&gt;&gt; &gt; least for reading/parsing), and I would appreciate your thoughts:<br>
&gt;&gt; &gt; <a href="http://github.com/openscriptures/api/blob/master/osis.py#L122" target="_blank">http://github.com/openscriptures/api/blob/master/osis.py#L122</a><br>
&gt;&gt; &gt;<br>
&gt;&gt;<br>
&gt;&gt; Currently I can only assume that it is proprietary software =)<br>
&gt;&gt;<br>
&gt;&gt; Please include copyright and license at the top of the file.<br>
&gt;&gt;<br>
&gt;&gt; Copyright (C) YYYY Name Lastname<br>
&gt;&gt;<br>
&gt;&gt; and boiler-plate for one of the OSI / FSF approved licenses.<br>
&gt;&gt;<br>
&gt;&gt; I recommend you to choose between Expat, 3-Clause BSD or LGPL / GPL<br>
&gt;&gt; licenses depending on how much freedom you would like to grant =)<br>
&gt;&gt;<br>
&gt;&gt; _______________________________________________<br>
&gt;&gt; sword-devel mailing list: <a href="mailto:sword-devel@crosswire.org" target="_blank">sword-devel@crosswire.org</a><br>
&gt;&gt; <a href="http://www.crosswire.org/mailman/listinfo/sword-devel" target="_blank">http://www.crosswire.org/mailman/listinfo/sword-devel</a><br>
&gt;&gt; Instructions to unsubscribe/change your settings at above page<br>
&gt;<br>
&gt;<br>
&gt; _______________________________________________<br>
&gt; sword-devel mailing list: <a href="mailto:sword-devel@crosswire.org" target="_blank">sword-devel@crosswire.org</a><br>
&gt; <a href="http://www.crosswire.org/mailman/listinfo/sword-devel" target="_blank">http://www.crosswire.org/mailman/listinfo/sword-devel</a><br>
&gt; Instructions to unsubscribe/change your settings at above page<br>
&gt;<br>
<br>
_______________________________________________<br>
sword-devel mailing list: <a href="mailto:sword-devel@crosswire.org" target="_blank">sword-devel@crosswire.org</a><br>
<a href="http://www.crosswire.org/mailman/listinfo/sword-devel" target="_blank">http://www.crosswire.org/mailman/listinfo/sword-devel</a><br>
Instructions to unsubscribe/change your settings at above page<br>
</div></div></blockquote></div><br></div>