Policy addition: New files should have proper license headers.
authorDiego Biurrun <diego@biurrun.de>
Thu, 26 Apr 2007 09:47:56 +0000 (09:47 +0000)
committerDiego Biurrun <diego@biurrun.de>
Thu, 26 Apr 2007 09:47:56 +0000 (09:47 +0000)
Originally committed as revision 8825 to svn://svn.ffmpeg.org/ffmpeg/trunk

doc/ffmpeg-doc.texi

index 6732759..30bc235 100644 (file)
@@ -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.