From bca098f54da44d24be35c15777872cc628cab00b Mon Sep 17 00:00:00 2001
From: Diego Biurrun <diego@biurrun.de>
Date: Thu, 26 Apr 2007 09:47:56 +0000
Subject: [PATCH] Policy addition: New files should have proper license
 headers.

Originally committed as revision 8825 to svn://svn.ffmpeg.org/ffmpeg/trunk
---
 doc/ffmpeg-doc.texi | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/doc/ffmpeg-doc.texi b/doc/ffmpeg-doc.texi
index 673275930d3..30bc235f824 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.
-- 
GitLab