From a95a5bcf2f9ee4cba8e33bcc9e6ce668260026d3 Mon Sep 17 00:00:00 2001 From: Rudolf Polzer Date: Mon, 8 Apr 2013 09:43:29 +0200 Subject: vf_dlopen examples: add copyright headers (LGPL 2.1+) --- TOOLS/vf_dlopen/rectangle.c | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) (limited to 'TOOLS/vf_dlopen/rectangle.c') diff --git a/TOOLS/vf_dlopen/rectangle.c b/TOOLS/vf_dlopen/rectangle.c index 758ad7701c..1492ec221e 100644 --- a/TOOLS/vf_dlopen/rectangle.c +++ b/TOOLS/vf_dlopen/rectangle.c @@ -1,3 +1,24 @@ +/* + * Copyright (c) 2012 Rudolf Polzer + * + * This file is part of mpv's vf_dlopen examples. + * + * mpv's vf_dlopen examples are free software; you can redistribute them and/or + * modify them under the terms of the GNU Lesser General Public License as + * published by the Free Software Foundation; either version 2.1 of the + * License, or (at your option) any later version. + * + * mpv's vf_dlopen examples are distributed in the hope that they will be + * useful, but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser + * General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public + * License along with mpv's vf_dlopen examples; if not, write to the Free + * Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA + * 02110-1301 USA + */ + #include #include #include -- cgit v1.2.3