diff options
author | Diego Biurrun <diego@biurrun.de> | 2007-04-26 09:47:56 +0000 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2007-04-26 09:47:56 +0000 |
commit | bca098f54da44d24be35c15777872cc628cab00b (patch) | |
tree | b3f3ec0806db64c16e30fcae66020220a24cef87 /doc/ffmpeg-doc.texi | |
parent | 1c086afc21c5d55ba9eb4235d2ecfc4c3cbb4024 (diff) | |
download | ffmpeg-bca098f54da44d24be35c15777872cc628cab00b.tar.gz |
Policy addition: New files should have proper license headers.
Originally committed as revision 8825 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'doc/ffmpeg-doc.texi')
-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 673275930d..30bc235f82 100644 --- a/doc/ffmpeg-doc.texi +++ b/doc/ffmpeg-doc.texi @@ -1629,6 +1629,9 @@ please use av_log() instead. @item Do not change code to hide warnings without ensuring that the underlying logic is correct and thus the warning was inappropriate. +@item + If you add a new file, give it a proper license header. Do not copy and + paste it from a random place, use an existing file as template. @end enumerate We think our rules are not too hard. If you have comments, contact us. |