[vlc-commits] npmac: fix copyright header layout

Felix Paul Kühne git at videolan.org
Sun Dec 30 20:14:11 CET 2012


npapi-vlc | branch: master | Felix Paul Kühne <fkuehne at videolan.org> | Sun Dec 30 20:13:53 2012 +0100| [79929ae597ec6fea565df79af5f89c5cd71dcdde] | committer: Felix Paul Kühne

npmac: fix copyright header layout

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

 npapi/support/npmac.cpp |   33 +++++++++++++++++++--------------
 1 file changed, 19 insertions(+), 14 deletions(-)

diff --git a/npapi/support/npmac.cpp b/npapi/support/npmac.cpp
index d7a3579..9fc3fda 100644
--- a/npapi/support/npmac.cpp
+++ b/npapi/support/npmac.cpp
@@ -1,22 +1,27 @@
-/* Safari/Mozilla/Firefox plugin for VLC
+/*****************************************************************************
+ * npmac.cpp: Safari/Mozilla/Firefox plugin for VLC
+ *****************************************************************************
  * Copyright (C) 2009, Jean-Paul Saman <jpsaman at videolan.org>
- *           (C) 2012, Felix Paul Kühne <fkuehne # videolan # org>
+ * Copyright (C) 2012, Felix Paul Kühne <fkuehne # videolan # org>
+ * $Id:$
  *
- * 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.
+ * Authors: Jean-Paul Saman <jpsaman at videolan.org>
+ *          Felix Paul Kühne <fkuehne # videolan # org>
  *
- * This library is distributed in the hope that it will be useful,
+ * 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 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
- * Lesser General Public License for more details.
+ * 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.
+ *****************************************************************************/
 
 #include "config.h"
 



More information about the vlc-commits mailing list