diff options
author | Diego Biurrun <diego@biurrun.de> | 2007-04-23 17:20:27 +0000 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2007-04-23 17:20:27 +0000 |
commit | bbe94afb7a397952e1d108727892ba42330c56d2 (patch) | |
tree | 3f2a7ee315f36a6ec01c1cd4ed5a2c8098b640c7 /doc | |
parent | c6a29a63b1ad30b773b9080fe8908e5d8a13ca2b (diff) | |
download | ffmpeg-bbe94afb7a397952e1d108727892ba42330c56d2.tar.gz |
Add a note about license headers to the patch submission checklist.
Originally committed as revision 8793 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'doc')
-rw-r--r-- | doc/ffmpeg-doc.texi | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/ffmpeg-doc.texi b/doc/ffmpeg-doc.texi index 14a7cf7d06..64d063141b 100644 --- a/doc/ffmpeg-doc.texi +++ b/doc/ffmpeg-doc.texi @@ -1671,6 +1671,9 @@ do not attach several unrelated patches to the same mail. patch easily? @item If you did any benchmarks, did you provide them in the mail? +@item + If you added a new file, did you insert a license header? It should be + taken from FFmpeg, not randomly copy and pasted from somewhere else. @end enumerate @section Patch review process |