diff options
author | Tim Walker <tdskywalker@gmail.com> | 2013-12-22 16:52:05 +0000 |
---|---|---|
committer | Tim Walker <tdskywalker@gmail.com> | 2013-12-22 22:35:11 +0100 |
commit | 57ead8449e44bd07b3d4a5bd42f1aab64566f92e (patch) | |
tree | 99fbfc0b13672b31e4b9acdf16e9374ecfb7d7bd /doc | |
parent | 6c0e83511705e7f8f5100e7852a1e7fd16aa8877 (diff) | |
download | ffmpeg-streaming-57ead8449e44bd07b3d4a5bd42f1aab64566f92e.zip ffmpeg-streaming-57ead8449e44bd07b3d4a5bd42f1aab64566f92e.tar.gz |
doc: fix link to the ISC license text in the developer documentation.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/developer.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/developer.texi b/doc/developer.texi index 36d3e0f..1ffdff1 100644 --- a/doc/developer.texi +++ b/doc/developer.texi @@ -286,7 +286,7 @@ 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, if you prefer a gift-style license, the -@uref{http://www.isc.org/software/license/, ISC} or +@uref{http://opensource.org/licenses/isc-license.txt, ISC} or @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 |