Ramblings of Narc

When the issue isn't confused enough.

Licensing

I’ve been reading The Free Software Definition as published by the Free Software Foundation, and considering how I could use that with regards to my projects.

Well, I haven’t read about copyleft yet, but considering that’s mostly a GNU thing, and I’m not GNU, I’d rather make my own license. However, I do like their wording and enumeration of the four basic freedoms. Therefore, my first draft Narc License v. 0.5 looks like this:

[Program Name] is Free Software, as defined by the Free Software Foundation at http://www.gnu.org/philosophy/free-sw.html. Therefore, you are hereby accorded the following freedoms:

  • You have the freedom to run the program anytime, on any platform, for any purpose.
  • You have the freedom to study how the program works, and adapt it to your needs. For this purpose, the source code is made available at [source code URL] in packages whose names end with “-source”.
  • You have the freedom to redistribute copies at any time, for any cost, and for any purpose.
  • You have the freedom to modify the program in any way, and release your modifications to the public at any time, for any cost, and for any purpose. You are explicitly NOT required to release modifications under this exact license, or any other. You are explicitly NOT required to notify anyone of your modifications, the release thereof, or of their intended purpose.

In accordance with these terms, please note that:

  • I, as the programmer, am not under any obligation, legal or otherwise, to support, assist, or otherwise help with the program.
  • I make no promises that the program will function in any sense of the word. While I make a good faith effort to ensure that it will not break, the fact remains that I am only human. I am not to be held liable for any foreseen or unforeseen consequences or side-effects of breakage of the program.
  • I make no promises that the program will perform a useful task, or that it is fit for any particular purpose. As stated above, I have made a good faith effort to ensure the software is useful. However, I am not liable for any lack of merchantability or fitness for a particular purpose. The entire risk as to the quality and performance of the program is with you.

However, please note that I have an interest in making the software function and be useful, therefore you are encouraged to contact me at [email address] to notify me of any failings in the program, or to request assistance from me, or simply to state that the program is useful to you.

In short: in return for the freedom to do anything with the software, you are assuming the responsibility that I may not respond or assist with any inquiries regarding it. I will try to do so, but I make no guarantees.

Please be aware that the legal status of software licenses is currently unknown (as of 2008-04-07), and this license may not be legally binding in your legal jurisdiction.

Reviewing courts are hereby asked to apply local law that most closely approximates an absolute waiver of all civil liability in connection with the program, unless it can be proved that an additional statement was made, in writing and signed by me, the programmer, whereby liability is being assumed.

Not having researched the field very deeply, I can’t say if this is similar, in letter or in spirit, with any other software license currently in existence. I also can’t honestly say that I care either way.

You are welcome (nay, encouraged) to comment on any part of the license. I haven’t used it for anything yet, but I intend to release at least TNChat under this license.

ETA: Having read more, it occurs to me that the FSF is mostly concerned with keeping their work free, whereas all I care about is that the version I’m releasing be free. More accurately, they’re worried about “proprietary developers” using their (zomg) free software to make proprietary software (OHNOES!). Me, I don’t care if they do that. I don’t even ask them to tell me about it. I guess if I cared about it, I’d use GPL.

Well, there’s nothing stopping me from switching to GPL later.

ETA2: FSF to the rescue again: this license here is for Non-copylefted free software. Just a step above public domain, in that it doesn’t mean I can’t re-release under different terms later. According to the same page, public domain specifically means “not copyrighted”, and that’s not exactly what I want.

And since I’m stuck on the GNU website, one more piece of reading: Why Software Should Not Have Owners.

ETA3: Having browsed many other sources (no links, sorry; there’s too many of them), I’ve come to several conclusions:

  • firstly, it’s a bad idea to lose GPL-compatibility;
  • explicitly allowing derivative (or creative derivative) works to be relicensed under any terms is a bad idea;
  • GPL is not the only GPL-compatible license out there; GNU APL is an interesting idea;
  • shorter doesn’t necessarily have any influence on better, and I like short;
  • writing a new license is bad because it’s hard to get right, and fragments the community;
  • the Eiffel Forum License, v2 looks good. As far as I can tell, it makes all the points I wanted to make in the above, and does so in a much shorter and cleaner format;

I guess I’ll be joining Sean B. Palmer in using EFL (his reasoning is offered here and resonates very well with me).


Add your comment

 

XHTML: You may use these tags: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>