Module: wine
Branch: master
Commit: c5f03c3933f71d7cf3a0ff28b371eed5b2bedcde
URL: http://source.winehq.org/git/wine.git/?a=commit;h=c5f03c3933f71d7cf3a0ff28b…
Author: Henri Verbeet <hverbeet(a)codeweavers.com>
Date: Fri Mar 20 12:41:53 2015 +0100
d3drm: Get rid of some incorrect comments.
---
dlls/d3drm/device.c | 3 ---
dlls/d3drm/face.c | 3 ---
dlls/d3drm/viewport.c | 3 ---
3 files changed, 9 deletions(-)
diff --git a/dlls/d3drm/device.c b/dlls/d3drm/device.c
index e1e2250..c53abfc 100644
--- a/dlls/d3drm/device.c
+++ b/dlls/d3drm/device.c
@@ -3,9 +3,6 @@
*
* Copyright 2011, 2012 André Hentschel
*
- * This file contains the (internal) driver registration functions,
- * driver enumeration APIs and DirectDraw creation functions.
- *
* 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
diff --git a/dlls/d3drm/face.c b/dlls/d3drm/face.c
index 8cba39b..e9e7e9a 100644
--- a/dlls/d3drm/face.c
+++ b/dlls/d3drm/face.c
@@ -3,9 +3,6 @@
*
* Copyright 2013 André Hentschel
*
- * This file contains the (internal) driver registration functions,
- * driver enumeration APIs and DirectDraw creation functions.
- *
* 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
diff --git a/dlls/d3drm/viewport.c b/dlls/d3drm/viewport.c
index c39903f..498b764 100644
--- a/dlls/d3drm/viewport.c
+++ b/dlls/d3drm/viewport.c
@@ -3,9 +3,6 @@
*
* Copyright 2012 André Hentschel
*
- * This file contains the (internal) driver registration functions,
- * driver enumeration APIs and DirectDraw creation functions.
- *
* 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
Module: wine
Branch: master
Commit: 1dea0c1d672051e6b74ee27a2e629b3336015bbb
URL: http://source.winehq.org/git/wine.git/?a=commit;h=1dea0c1d672051e6b74ee27a2…
Author: Henri Verbeet <hverbeet(a)codeweavers.com>
Date: Fri Mar 20 12:41:52 2015 +0100
ddraw: Get rid of some comments in the middle of the copyright headers.
---
dlls/ddraw/executebuffer.c | 2 --
dlls/ddraw/light.c | 2 --
dlls/ddraw/main.c | 3 ---
dlls/ddraw/material.c | 2 --
dlls/ddraw/vertexbuffer.c | 2 --
dlls/ddraw/viewport.c | 2 --
6 files changed, 13 deletions(-)
diff --git a/dlls/ddraw/executebuffer.c b/dlls/ddraw/executebuffer.c
index 4e9baad..fb52ffd 100644
--- a/dlls/ddraw/executebuffer.c
+++ b/dlls/ddraw/executebuffer.c
@@ -3,8 +3,6 @@
* Copyright (c) 2002-2004 Christian Costa
* Copyright (c) 2006 Stefan Dösinger
*
- * This file contains the implementation of IDirect3DExecuteBuffer.
- *
* 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
diff --git a/dlls/ddraw/light.c b/dlls/ddraw/light.c
index c4062ac..755fb41 100644
--- a/dlls/ddraw/light.c
+++ b/dlls/ddraw/light.c
@@ -2,8 +2,6 @@
* Copyright (c) 1998 / 2002 Lionel ULMER
* Copyright (c) 2006 Stefan DÖSINGER
*
- * This file contains the implementation of Direct3DLight.
- *
* 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
diff --git a/dlls/ddraw/main.c b/dlls/ddraw/main.c
index eb52360..021c2b9 100644
--- a/dlls/ddraw/main.c
+++ b/dlls/ddraw/main.c
@@ -6,9 +6,6 @@
* Copyright 2006 Stefan Dösinger
* Copyright 2008 Denver Gingerich
*
- * This file contains the (internal) driver registration functions,
- * driver enumeration APIs and DirectDraw creation functions.
- *
* 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
diff --git a/dlls/ddraw/material.c b/dlls/ddraw/material.c
index 5317bf5..df8a5d9 100644
--- a/dlls/ddraw/material.c
+++ b/dlls/ddraw/material.c
@@ -2,8 +2,6 @@
* Copyright (c) 2002 Lionel ULMER
* Copyright (c) 2006 Stefan DÖSINGER
*
- * This file contains the implementation of Direct3DMaterial.
- *
* 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
diff --git a/dlls/ddraw/vertexbuffer.c b/dlls/ddraw/vertexbuffer.c
index 0f06fe5..84c0e69 100644
--- a/dlls/ddraw/vertexbuffer.c
+++ b/dlls/ddraw/vertexbuffer.c
@@ -2,8 +2,6 @@
* Copyright (c) 2002 Lionel ULMER
* Copyright (c) 2006 Stefan DÖSINGER
*
- * This file contains the implementation of Direct3DVertexBuffer COM object
- *
* 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
diff --git a/dlls/ddraw/viewport.c b/dlls/ddraw/viewport.c
index a1126ec..84c1b14 100644
--- a/dlls/ddraw/viewport.c
+++ b/dlls/ddraw/viewport.c
@@ -2,8 +2,6 @@
* Copyright (c) 1998 Lionel ULMER
* Copyright (c) 2006-2007 Stefan DÖSINGER
*
- * This file contains the implementation of Direct3DViewport2.
- *
* 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