[MPlayer-cvslog] r30461 - in trunk/vidix: dhahelperwin/dhahelper.rc sysdep/libdha_win32.c

diego subversion at mplayerhq.hu
Sat Jan 30 14:49:24 CET 2010


Author: diego
Date: Sat Jan 30 14:49:24 2010
New Revision: 30461

Log:
Add missing license headers.

Modified:
   trunk/vidix/dhahelperwin/dhahelper.rc
   trunk/vidix/sysdep/libdha_win32.c

Modified: trunk/vidix/dhahelperwin/dhahelper.rc
==============================================================================
--- trunk/vidix/dhahelperwin/dhahelper.rc	Sat Jan 30 14:49:03 2010	(r30460)
+++ trunk/vidix/dhahelperwin/dhahelper.rc	Sat Jan 30 14:49:24 2010	(r30461)
@@ -1,3 +1,21 @@
+/*
+ * This file is part of MPlayer.
+ *
+ * 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.
+ *
+ * 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>
 
 #include <ntverp.h>

Modified: trunk/vidix/sysdep/libdha_win32.c
==============================================================================
--- trunk/vidix/sysdep/libdha_win32.c	Sat Jan 30 14:49:03 2010	(r30460)
+++ trunk/vidix/sysdep/libdha_win32.c	Sat Jan 30 14:49:24 2010	(r30461)
@@ -1,8 +1,24 @@
 /*
-  MAPDEV.h - include file for VxD MAPDEV
-  Copyright (c) 1996 Vireo Software, Inc.
-  Modified for libdha by Nick Kurshev.
-*/
+ * MAPDEV.h - include file for VxD MAPDEV
+ * Copyright (c) 1996 Vireo Software, Inc.
+ * Modified for libdha by Nick Kurshev.
+ *
+ * This file is part of MPlayer.
+ *
+ * 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.
+ *
+ * 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>
 #include <ddk/ntddk.h>


More information about the MPlayer-cvslog mailing list