From 12efa4ae18f835561237a886bedcab642a668c97 Mon Sep 17 00:00:00 2001 From: "Steinar H. Gunderson" Date: Tue, 28 Sep 2010 22:13:41 +0200 Subject: [PATCH] Add LGPL blurb. --- modules/access/decklink.cpp | 23 ++++++++++++++++++++++- 1 file changed, 22 insertions(+), 1 deletion(-) diff --git a/modules/access/decklink.cpp b/modules/access/decklink.cpp index 78ef54c5f6..de903e12cb 100644 --- a/modules/access/decklink.cpp +++ b/modules/access/decklink.cpp @@ -1,4 +1,25 @@ -/* Blackmagic SDI driver */ +/***************************************************************************** + * decklink.cpp: BlackMagic DeckLink SDI input module + ***************************************************************************** + * Copyright (C) 2010 VideoLAN + * + * Authors: Steinar H. Gunderson + * + * This library is free software; you can redistribute it and/or + * modify it under the terms of the GNU Lesser General Public + * License as published by the Free Software Foundation; + * version 2 of the License. + * + * This library 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 + * Lesser General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public + * License along with this library; if not, write to the Free Software + * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * + *****************************************************************************/ #ifdef HAVE_CONFIG_H # include "config.h" -- 2.39.2