X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=modules%2Faccess%2Fdecklink.cpp;h=87bf5237ced44d77c7dceb0bef416807186b439a;hb=bc09c365ab435fda0185e60a423f69d6dfa348c8;hp=78ef54c5f695a062f7823c95e827271be344823a;hpb=903a434e3f7f78e2522b00f1f4c5da00a66e6d8c;p=vlc diff --git a/modules/access/decklink.cpp b/modules/access/decklink.cpp index 78ef54c5f6..87bf5237ce 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; either + * version 2.1 of the License, or (at your option) any later version. + * + * 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., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA + * + *****************************************************************************/ #ifdef HAVE_CONFIG_H # include "config.h"