Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-cw
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
wine
wine-cw
Commits
1dea0c1d
Commit
1dea0c1d
authored
Mar 20, 2015
by
Henri Verbeet
Committed by
Alexandre Julliard
Mar 20, 2015
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ddraw: Get rid of some comments in the middle of the copyright headers.
parent
df16cb2c
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
0 additions
and
13 deletions
+0
-13
executebuffer.c
dlls/ddraw/executebuffer.c
+0
-2
light.c
dlls/ddraw/light.c
+0
-2
main.c
dlls/ddraw/main.c
+0
-3
material.c
dlls/ddraw/material.c
+0
-2
vertexbuffer.c
dlls/ddraw/vertexbuffer.c
+0
-2
viewport.c
dlls/ddraw/viewport.c
+0
-2
No files found.
dlls/ddraw/executebuffer.c
View file @
1dea0c1d
...
...
@@ -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
...
...
dlls/ddraw/light.c
View file @
1dea0c1d
...
...
@@ -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
...
...
dlls/ddraw/main.c
View file @
1dea0c1d
...
...
@@ -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
...
...
dlls/ddraw/material.c
View file @
1dea0c1d
...
...
@@ -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
...
...
dlls/ddraw/vertexbuffer.c
View file @
1dea0c1d
...
...
@@ -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
...
...
dlls/ddraw/viewport.c
View file @
1dea0c1d
...
...
@@ -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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment