diff options
author | Diego Biurrun <diego@biurrun.de> | 2013-01-31 19:34:37 +0100 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2013-02-01 11:16:55 +0100 |
commit | cb30bf7f03ac1e2d8ae70e28cfe16beb9243604a (patch) | |
tree | cb3344705152fcd9e04e0981df52d1344f13e80b /doc/developer.texi | |
parent | 52acd79165e70799871a2feeb02b4fdc0d38a956 (diff) | |
download | ffmpeg-cb30bf7f03ac1e2d8ae70e28cfe16beb9243604a.tar.gz |
doc/developer: Add web links for all suggested licenses
Diffstat (limited to 'doc/developer.texi')
-rw-r--r-- | doc/developer.texi | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/doc/developer.texi b/doc/developer.texi index f24b4fe41c..7c14f97cb1 100644 --- a/doc/developer.texi +++ b/doc/developer.texi @@ -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 |