public
Description: mmm-free Minor Mode for editing rhtml file in Emacs
Homepage: http://rinari.rubyforge.org
Clone URL: git://github.com/eschulte/rhtml.git
rhtml / LICENSE
100644 16 lines (14 sloc) 0.718 kb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
!!!ATTENTION!!!
 
Files for RHTML-MODE are licensed under the MPL Tri-license (MPL
1.1/GPL 2.0/LGPL 2.1)
EXCEPT for the following:
  ``rhtml-sgml-hacks.el''
  ``rhtml-font.el''
Which are licensed under the GPL License due to using GPL'ed code verbatim.
 
Also, since FSF Emacs (the reference elisp implementaion) is released
under the GPL it is questionable as to wether elisp which can run in
Emacs--and indeed, Emacs is the intendend target--should also fall
under the GPL. I hold to the belief that license violations for elisp
code ONLY OCCUR DURING EXECUTION and not for "at rest" code which may
make reference to GPL'ed functions. However, if you have any doubts
the MPL Tri-license allows you to choose the GPL.