[vlc-commits] Add license headers

Jean-Baptiste Kempf git at videolan.org
Thu Dec 13 18:36:20 CET 2012


npapi-vlc | branch: windowless | Jean-Baptiste Kempf <jb at videolan.org> | Thu Dec 13 17:26:57 2012 +0100| [37ac7eae4ca46bd4d9bcd018742be5a6f2c810ef] | committer: Jean-Baptiste Kempf

Add license headers

> http://git.videolan.org/gitweb.cgi/npapi-vlc.git/?a=commit;h=37ac7eae4ca46bd4d9bcd018742be5a6f2c810ef
---

 npapi/support/classinfo.h |   28 ++++++++++++++++++++++++++++
 npapi/vlcplugin.h         |   28 ++++++++++++++++++++++++++++
 2 files changed, 56 insertions(+)

diff --git a/npapi/support/classinfo.h b/npapi/support/classinfo.h
index d5128e9..bd7e838 100644
--- a/npapi/support/classinfo.h
+++ b/npapi/support/classinfo.h
@@ -1,3 +1,31 @@
+/*****************************************************************************
+ * classinfo.h: helper class to implement all necessary nsIClassInfo methods
+ *****************************************************************************
+ * Copyright (C) 2002-2012 VideoLAN
+ * $Id$
+ *
+ * Authors: Samuel Hocevar <sam at zoy.org>
+ *          Damien Fouilleul <damienf.fouilleul at laposte.net>
+ *          Jean-Paul Saman <jpsaman at videolan.org>
+ *          Sergey Radionov <rsatom at gmail.com>
+ *          Jean-Baptiste Kempf <jb at videolan.org>
+ *          Cheng Sun <chengsun9 at gmail.com>
+ *
+ * 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 "nsIClassInfo.h"
 
 // helper class to implement all necessary nsIClassInfo method stubs
diff --git a/npapi/vlcplugin.h b/npapi/vlcplugin.h
index d18b782..4a8deeb 100644
--- a/npapi/vlcplugin.h
+++ b/npapi/vlcplugin.h
@@ -1,3 +1,31 @@
+/*****************************************************************************
+ * vlcplugin.h: a VLC plugin for Mozilla
+ *****************************************************************************
+ * Copyright (C) 2002-2012 VideoLAN
+ * $Id$
+ *
+ * Authors: Samuel Hocevar <sam at zoy.org>
+ *          Damien Fouilleul <damienf.fouilleul at laposte.net>
+ *          Jean-Paul Saman <jpsaman at videolan.org>
+ *          Sergey Radionov <rsatom at gmail.com>
+ *          Jean-Baptiste Kempf <jb at videolan.org>
+ *          Cheng Sun <chengsun9 at gmail.com>
+ *
+ * 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.
+ *****************************************************************************/
+
 #ifndef __VLCPLUGIN_H__
 #define __VLCPLUGIN_H__
 



More information about the vlc-commits mailing list