Module: wine Branch: master Commit: 1dea0c1d672051e6b74ee27a2e629b3336015bbb URL: http://source.winehq.org/git/wine.git/?a=commit;h=1dea0c1d672051e6b74ee27a2e...
Author: Henri Verbeet hverbeet@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