]> git.sesse.net Git - vlc/blobdiff - plugins/kde/kde.cpp
* libdvdcss enhancements by Billy Biggs <vektor@dumbterm.net>. This breaks
[vlc] / plugins / kde / kde.cpp
index e1576f2d6e63076faacc7366cd318499046b4e40..99dfdb78873e08ec6840a8241acf9299f1bda54a 100644 (file)
@@ -1,11 +1,26 @@
-/***************************************************************************
-                          kde.cpp  -  description
-                             -------------------
-    begin                : Sun Mar 25 2001
-    copyright            : (C) 2001 by andres
-    email                : dae@chez.com
- ***************************************************************************/
-#define MODULE_NAME kde
+/*****************************************************************************
+ * kde.cpp : KDE plugin for vlc
+ *****************************************************************************
+ * Copyright (C) 2001 VideoLAN
+ * $Id: kde.cpp,v 1.3 2001/07/11 02:01:04 sam Exp $
+ *
+ * Authors: Andres <dae@chez.com> Sun Mar 25 2001
+ *
+ * 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., 59 Temple Place - Suite 330, Boston, MA  02111, USA.
+ *****************************************************************************/
+#define MODULE_NAME kde 
 #include "intf_plugin.h"
 
 extern "C"
@@ -38,3 +53,4 @@ MODULE_DEACTIVATE_START
 MODULE_DEACTIVATE_STOP
 
 } /* extern "C" */
+