]> git.sesse.net Git - vlc/blobdiff - mozilla/vlcruntime.cpp
* modules/packetizer/mpeg4video.c: rewrite using the block helper facility. Fixes...
[vlc] / mozilla / vlcruntime.cpp
index 40927a85a3afdb549f5d954cb81dd882d91409ea..269d778cd02565b0c073f929aaed62debe7ad681 100755 (executable)
@@ -1,3 +1,26 @@
+/*****************************************************************************
+ * vlcruntime.cpp: support for NPRuntime API for Netscape Script-able plugins
+ *                 FYI: http://www.mozilla.org/projects/plugins/npruntime.html
+ *****************************************************************************
+ * Copyright (C) 2005 the VideoLAN team
+ *
+ * Authors: Damien Fouilleul <Damien.Fouilleul@laposte.net>
+ *
+ * This program is free software; you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation; either version 2 of the License, or
+ * (at your option) any later version.
+ *
+ * This program 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 General Public License for more details.
+ *
+ * You should have received a copy of the GNU 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.
+ *****************************************************************************/
+
 #include "config.h"
 
 #include <stdio.h>