[PATCH 2/5] ddraw: Get rid of some comments in the middle of the copyright headers.

Henri Verbeet hverbeet at codeweavers.com
Fri Mar 20 06:41:52 CDT 2015


Mostly for the benefit of people copying these without reading them.
---
 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
-- 
1.7.10.4




More information about the wine-patches mailing list