diff --git a/dlls/ddraw/executebuffer.c b/dlls/ddraw/executebuffer.c index 4e9baad665f..fb52ffd3179 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 c4062ac5db6..755fb41045e 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 eb523601553..021c2b9f1b0 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 5317bf5ad05..df8a5d9f89a 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 0f06fe545bd..84c0e696c5f 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 a1126ecd1e0..84c1b14d437 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