From ce3ffd42929006daf5e94256fbb468c707859f2e Mon Sep 17 00:00:00 2001 From: diego Date: Sat, 30 Jan 2010 13:35:03 +0000 Subject: Add standard license header to C tools missing them. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@30458 b3059339-0415-0410-9bf9-f77b7e298cf2 --- TOOLS/bmovl-test.c | 18 +++++++++++++++++- 1 file changed, 17 insertions(+), 1 deletion(-) (limited to 'TOOLS/bmovl-test.c') diff --git a/TOOLS/bmovl-test.c b/TOOLS/bmovl-test.c index 45fa409dce..b6d0f55022 100644 --- a/TOOLS/bmovl-test.c +++ b/TOOLS/bmovl-test.c @@ -1,4 +1,20 @@ -/* Small program to test the features of vf_bmovl */ +/* small program to test the features of vf_bmovl + * + * This program is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation; either version 2 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License along + * with this program; if not, write to the Free Software Foundation, Inc., + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. + */ + #include #include -- cgit v1.2.3