[MPlayer-cvslog] r26758 - in trunk/vidix: dhahelperwin/dhahelper.c dhahelperwin/dhahelper.h dhahelperwin/dhasetup.c vidixlib.c
diego
subversion at mplayerhq.hu
Tue May 13 10:36:44 CEST 2008
Author: diego
Date: Tue May 13 10:36:44 2008
New Revision: 26758
Log:
Use standard license header with standard formatting.
Modified:
trunk/vidix/dhahelperwin/dhahelper.c
trunk/vidix/dhahelperwin/dhahelper.h
trunk/vidix/dhahelperwin/dhasetup.c
trunk/vidix/vidixlib.c
Modified: trunk/vidix/dhahelperwin/dhahelper.c
==============================================================================
--- trunk/vidix/dhahelperwin/dhahelper.c (original)
+++ trunk/vidix/dhahelperwin/dhahelper.c Tue May 13 10:36:44 2008
@@ -1,5 +1,6 @@
-/******************************************************************************
- * dhahelper.c: direct hardware access under Windows NT/2000/XP
+/*
+ * direct hardware access under Windows NT/2000/XP
+ *
* Copyright (c) 2004 Sascha Sommer <saschasommer at freenet.de>.
* Patched to compile with MinGW by Kevin Kofler:
* Copyright (c) 2007 Kevin Kofler
@@ -16,11 +17,10 @@
* 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 MPlayer; 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 General Public License along
+ * with MPlayer; if not, write to the Free Software Foundation, Inc.,
+ * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
+ */
#if defined(_MSC_VER)
Modified: trunk/vidix/dhahelperwin/dhahelper.h
==============================================================================
--- trunk/vidix/dhahelperwin/dhahelper.h (original)
+++ trunk/vidix/dhahelperwin/dhahelper.h Tue May 13 10:36:44 2008
@@ -1,5 +1,6 @@
-/******************************************************************************
- * dhahelper.c: direct hardware access under Windows NT/2000/XP
+/*
+ * direct hardware access under Windows NT/2000/XP
+ *
* Copyright (c) 2004 Sascha Sommer <saschasommer at freenet.de>.
*
* This file is part of MPlayer.
@@ -14,10 +15,10 @@
* 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 MPlayer; 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 General Public License along
+ * with MPlayer; if not, write to the Free Software Foundation, Inc.,
+ * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
+ */
#ifndef MPLAYER_DHAHELPER_H
#define MPLAYER_DHAHELPER_H
Modified: trunk/vidix/dhahelperwin/dhasetup.c
==============================================================================
--- trunk/vidix/dhahelperwin/dhasetup.c (original)
+++ trunk/vidix/dhahelperwin/dhasetup.c Tue May 13 10:36:44 2008
@@ -1,24 +1,28 @@
-/* dhasetup - dhahelper setup program
+/*
+ * dhasetup - dhahelper setup program
*
- * Copyright (c) 2004 - 2007 Sascha Sommer (MPlayer)
+ * Copyright (c) 2004 - 2007 Sascha Sommer (MPlayer)
*
- * Some parts from dhasetup.c source code <http://svn.tilp.info/cgi-bin/viewcvs.cgi/libticables/trunk/src/win32/dha/>
+ * some parts from dhasetup.c source code
+ * http://svn.tilp.info/cgi-bin/viewcvs.cgi/libticables/trunk/src/win32/dha/
*
- * Copyright (C) 2007 Romain Lievin (tilp)
+ * Copyright (C) 2007 Romain Lievin (tilp)
*
- * 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 file is part of MPlayer.
*
- * 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.
+ * MPlayer 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.
*
- * 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-1307, USA.
+ * MPlayer 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 MPlayer; if not, write to the Free Software Foundation, Inc.,
+ * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
*/
#include <windows.h>
Modified: trunk/vidix/vidixlib.c
==============================================================================
--- trunk/vidix/vidixlib.c (original)
+++ trunk/vidix/vidixlib.c Tue May 13 10:36:44 2008
@@ -28,9 +28,9 @@
* 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 MPlayer; 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 General Public License along
+ * with MPlayer; if not, write to the Free Software Foundation, Inc.,
+ * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
*/
#include <stdlib.h>
More information about the MPlayer-cvslog
mailing list