Browse Source

doc/developer: Add web links for all suggested licenses

tags/n1.2
Diego Biurrun 12 years ago
parent
commit
cb30bf7f03
1 changed files with 5 additions and 2 deletions
  1. +5
    -2
      doc/developer.texi

+ 5
- 2
doc/developer.texi View File

@@ -248,8 +248,11 @@ For Emacs, add these roughly equivalent lines to your @file{.emacs.d/init.el}:

@enumerate
@item
Contributions should be licensed under the LGPL 2.1, including an
"or any later version" clause, or the MIT license. GPL 2 including
Contributions should be licensed under the
@uref{http://www.gnu.org/licenses/lgpl-2.1.html, LGPL 2.1},
including an "or any later version" clause, or the
@uref{http://mit-license.org/, MIT license}.
@uref{http://www.gnu.org/licenses/gpl-2.0.html, GPL 2} including
an "or any later version" clause is also acceptable, but LGPL is
preferred.
@item


Loading…
Cancel
Save