From 491a0ad0b9513d9de7909cc795f683f7b34a6737 Mon Sep 17 00:00:00 2001 From: Anton Khirnov Date: Mon, 20 Mar 2023 11:20:33 +0100 Subject: [PATCH] doc/developer: move a sentence to a more appropriate place It's targeted at our users, not developers, so it makes more sense to group it with other text targeted at our users. --- doc/developer.texi | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/doc/developer.texi b/doc/developer.texi index 0c2f2cd7d1..85515f5d37 100644 --- a/doc/developer.texi +++ b/doc/developer.texi @@ -24,6 +24,10 @@ generated from the headers the examples under @file{doc/examples} @end itemize +For more detailed legal information about the use of FFmpeg in +external programs read the @file{LICENSE} file in the source tree and +consult @url{https://ffmpeg.org/legal.html}. + If you modify FFmpeg code for your own use case, you are highly encouraged to @emph{submit your changes back to us}, using this document as a guide. There are both pragmatic and ideological reasons to do so: @@ -40,10 +44,6 @@ By supporting the project you find useful you ensure it continues to be maintained and developed. @end itemize -For more detailed legal information about the use of FFmpeg in -external programs read the @file{LICENSE} file in the source tree and -consult @url{https://ffmpeg.org/legal.html}. - @section Contributing code All proposed code changes should be submitted for review to