summaryrefslogtreecommitdiffstats
path: root/vidix
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2008-05-13 08:36:44 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2008-05-13 08:36:44 +0000
commit1a417a80c39adbcb5e6a716f2921e97ee54c48e0 (patch)
tree23283bee1ce765e938ba846f4c66309dd98891a5 /vidix
parentf025ffda0b410fd98ea4552b15eeee199807cb39 (diff)
downloadmpv-1a417a80c39adbcb5e6a716f2921e97ee54c48e0.tar.bz2
mpv-1a417a80c39adbcb5e6a716f2921e97ee54c48e0.tar.xz
Use standard license header with standard formatting.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26758 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'vidix')
-rw-r--r--vidix/dhahelperwin/dhahelper.c14
-rw-r--r--vidix/dhahelperwin/dhahelper.h13
-rw-r--r--vidix/dhahelperwin/dhasetup.c34
-rw-r--r--vidix/vidixlib.c6
4 files changed, 36 insertions, 31 deletions
diff --git a/vidix/dhahelperwin/dhahelper.c b/vidix/dhahelperwin/dhahelper.c
index b68f397c6d..0b68791c85 100644
--- a/vidix/dhahelperwin/dhahelper.c
+++ b/vidix/dhahelperwin/dhahelper.c
@@ -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@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)
diff --git a/vidix/dhahelperwin/dhahelper.h b/vidix/dhahelperwin/dhahelper.h
index 2cb84c9eb8..eb96ea4c4d 100644
--- a/vidix/dhahelperwin/dhahelper.h
+++ b/vidix/dhahelperwin/dhahelper.h
@@ -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@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
diff --git a/vidix/dhahelperwin/dhasetup.c b/vidix/dhahelperwin/dhasetup.c
index d51f0015df..be593edae5 100644
--- a/vidix/dhahelperwin/dhasetup.c
+++ b/vidix/dhahelperwin/dhasetup.c
@@ -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>
diff --git a/vidix/vidixlib.c b/vidix/vidixlib.c
index 21f92f58ea..c1758c7597 100644
--- a/vidix/vidixlib.c
+++ b/vidix/vidixlib.c
@@ -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>