vlc | branch: master | Jean-Baptiste Kempf <[email protected]> | Thu Aug 30 17:11:12 2012 +0200| [ec7e4d5322e73df58d116418dc10eb025d9eea70] | committer: Jean-Baptiste Kempf
Decklink: use a consistent licence header > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=ec7e4d5322e73df58d116418dc10eb025d9eea70 --- modules/access/decklink.cpp | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) diff --git a/modules/access/decklink.cpp b/modules/access/decklink.cpp index cfb5587..0b60995 100644 --- a/modules/access/decklink.cpp +++ b/modules/access/decklink.cpp @@ -5,20 +5,19 @@ * * Authors: Steinar H. Gunderson <[email protected]> * - * 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 program 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 - * + * You should have received a copy of the GNU Lesser 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. *****************************************************************************/ #define __STDC_CONSTANT_MACROS 1 _______________________________________________ vlc-commits mailing list [email protected] http://mailman.videolan.org/listinfo/vlc-commits
