From 037a2d7fb7e69be8522fbaac378823fa8b4f3f21 Mon Sep 17 00:00:00 2001 From: Jean-Paul Saman Date: Tue, 17 Mar 2009 09:54:20 +0100 Subject: [PATCH] safari: add license to file --- projects/mozilla/support/npmac.cpp | 23 ++++++++++++++++++++--- 1 file changed, 20 insertions(+), 3 deletions(-) diff --git a/projects/mozilla/support/npmac.cpp b/projects/mozilla/support/npmac.cpp index 015ceb4500..87774c9735 100644 --- a/projects/mozilla/support/npmac.cpp +++ b/projects/mozilla/support/npmac.cpp @@ -1,3 +1,23 @@ +/* -*- Mode: C++; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*- + * + * Safari/Mozilla/Firefox plugin for VLC + * Copyright (C) 2009, Jean-Paul Saman + * + * 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 + */ + //:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: // // npmac.cpp @@ -204,10 +224,8 @@ static void* SetupTVtoFPGlue(TTVtoFPGlue* functionGlue, void* tvp) #endif /* XP_MACOSX */ - #pragma mark - - //:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: // // Globals @@ -229,7 +247,6 @@ NPNetscapeFuncs gNetscapeFuncs; // Function table for procs in Netscape // //:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: - void NPN_Version(int* plugin_major, int* plugin_minor, int* netscape_major, int* netscape_minor) { *plugin_major = NP_VERSION_MAJOR; -- 2.39.2