Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-winehq
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-winehq
Commits
69a88a9d
Commit
69a88a9d
authored
May 04, 2007
by
Alexandre Julliard
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix minor differences in the formatting of the license notices.
parent
46fe7177
Hide whitespace changes
Inline
Side-by-side
Showing
23 changed files
with
89 additions
and
48 deletions
+89
-48
trackbar.c
dlls/comctl32/tests/trackbar.c
+5
-1
cryptnet_main.c
dlls/cryptnet/cryptnet_main.c
+1
-1
chm_lib.c
dlls/itss/chm_lib.c
+15
-6
chm_lib.h
dlls/itss/chm_lib.h
+15
-6
lzx.c
dlls/itss/lzx.c
+17
-8
lzx.h
dlls/itss/lzx.h
+17
-8
hlink.c
dlls/mshtml/hlink.c
+1
-0
update.c
dlls/msi/update.c
+1
-1
des.c
dlls/rsaenh/des.c
+1
-1
md2.c
dlls/rsaenh/md2.c
+1
-1
mpi.c
dlls/rsaenh/mpi.c
+1
-1
rc2.c
dlls/rsaenh/rc2.c
+1
-1
rc4.c
dlls/rsaenh/rc4.c
+1
-1
rsa.c
dlls/rsaenh/rsa.c
+1
-1
rsaenh.c
dlls/rsaenh/rsaenh.c
+1
-1
tomcrypt.h
dlls/rsaenh/tomcrypt.h
+1
-1
cpanelfolder.c
dlls/shell32/cpanelfolder.c
+1
-1
mapitags.h
include/mapitags.h
+3
-3
details.c
programs/oleview/details.c
+1
-1
pane.c
programs/oleview/pane.c
+1
-1
resource.h
programs/oleview/resource.h
+1
-1
tree.c
programs/oleview/tree.c
+1
-1
pdb.c
tools/winedump/pdb.c
+1
-1
No files found.
dlls/comctl32/tests/trackbar.c
View file @
69a88a9d
...
@@ -11,7 +11,11 @@
...
@@ -11,7 +11,11 @@
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
* Lesser General Public License for more details.
* Lesser General Public License for more details.
*/
*
* You should have received a copy of the GNU Lesser General Public
* License along with this library; if not, write to the Free Software
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*/
#include <assert.h>
#include <assert.h>
#include <windows.h>
#include <windows.h>
...
...
dlls/cryptnet/cryptnet_main.c
View file @
69a88a9d
...
@@ -9,7 +9,7 @@
...
@@ -9,7 +9,7 @@
* This library is distributed in the hope that it will be useful,
* This library is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
* Lesser General Public License for more details
* Lesser General Public License for more details
.
*
*
* You should have received a copy of the GNU Lesser General Public
* You should have received a copy of the GNU Lesser General Public
* License along with this library; if not, write to the Free Software
* License along with this library; if not, write to the Free Software
...
...
dlls/itss/chm_lib.c
View file @
69a88a9d
...
@@ -31,12 +31,21 @@
...
@@ -31,12 +31,21 @@
***************************************************************************/
***************************************************************************/
/***************************************************************************
/***************************************************************************
* *
*
* This library is free software; you can redistribute it and/or modify *
* This library is free software; you can redistribute it and/or
* it under the terms of the GNU Lesser General Public License as *
* modify it under the terms of the GNU Lesser General Public
* published by the Free Software Foundation; either version 2.1 of the *
* License as published by the Free Software Foundation; either
* License, or (at your option) any later version. *
* version 2.1 of the License, or (at your option) any later version.
* *
*
* This library is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
* Lesser General Public License for more details.
*
* You should have received a copy of the GNU Lesser General Public
* License along with this library; if not, write to the Free Software
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*
***************************************************************************/
***************************************************************************/
/***************************************************************************
/***************************************************************************
...
...
dlls/itss/chm_lib.h
View file @
69a88a9d
...
@@ -30,12 +30,21 @@
...
@@ -30,12 +30,21 @@
***************************************************************************/
***************************************************************************/
/***************************************************************************
/***************************************************************************
* *
*
* This library is free software; you can redistribute it and/or modify *
* This library is free software; you can redistribute it and/or
* it under the terms of the GNU Lesser General Public License as *
* modify it under the terms of the GNU Lesser General Public
* published by the Free Software Foundation; either version 2.1 of the *
* License as published by the Free Software Foundation; either
* License, or (at your option) any later version. *
* version 2.1 of the License, or (at your option) any later version.
* *
*
* This library is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
* Lesser General Public License for more details.
*
* You should have received a copy of the GNU Lesser General Public
* License along with this library; if not, write to the Free Software
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*
***************************************************************************/
***************************************************************************/
#ifndef INCLUDED_CHMLIB_H
#ifndef INCLUDED_CHMLIB_H
...
...
dlls/itss/lzx.c
View file @
69a88a9d
...
@@ -16,14 +16,23 @@
...
@@ -16,14 +16,23 @@
***************************************************************************/
***************************************************************************/
/***************************************************************************
/***************************************************************************
* *
*
* Copyright(C) Stuart Caie *
* Copyright(C) Stuart Caie
* *
*
* This library is free software; you can redistribute it and/or modify *
* This library is free software; you can redistribute it and/or
* it under the terms of the GNU Lesser General Public License as *
* modify it under the terms of the GNU Lesser General Public
* published by the Free Software Foundation; either version 2.1 of the *
* License as published by the Free Software Foundation; either
* License, or (at your option) any later version. *
* version 2.1 of the License, or (at your option) any later version.
* *
*
* This library is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
* Lesser General Public License for more details.
*
* You should have received a copy of the GNU Lesser General Public
* License along with this library; if not, write to the Free Software
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*
***************************************************************************/
***************************************************************************/
#include "lzx.h"
#include "lzx.h"
...
...
dlls/itss/lzx.h
View file @
69a88a9d
...
@@ -10,14 +10,23 @@
...
@@ -10,14 +10,23 @@
***************************************************************************/
***************************************************************************/
/***************************************************************************
/***************************************************************************
* *
*
* Copyright(C) Stuart Caie *
* Copyright(C) Stuart Caie
* *
*
* This library is free software; you can redistribute it and/or modify *
* This library is free software; you can redistribute it and/or
* it under the terms of the GNU Lesser General Public License as *
* modify it under the terms of the GNU Lesser General Public
* published by the Free Software Foundation; either version 2.1 of the *
* License as published by the Free Software Foundation; either
* License, or (at your option) any later version. *
* version 2.1 of the License, or (at your option) any later version.
* *
*
* This library is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
* Lesser General Public License for more details.
*
* You should have received a copy of the GNU Lesser General Public
* License along with this library; if not, write to the Free Software
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*
***************************************************************************/
***************************************************************************/
#ifndef INCLUDED_LZX_H
#ifndef INCLUDED_LZX_H
...
...
dlls/mshtml/hlink.c
View file @
69a88a9d
...
@@ -11,6 +11,7 @@
...
@@ -11,6 +11,7 @@
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
* Lesser General Public License for more details.
* Lesser General Public License for more details.
*
*
* You should have received a copy of the GNU Lesser General Public
* License along with this library; if not, write to the Free Software
* License along with this library; if not, write to the Free Software
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*/
*/
...
...
dlls/msi/update.c
View file @
69a88a9d
...
@@ -13,7 +13,7 @@
...
@@ -13,7 +13,7 @@
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
* Lesser General Public License for more details.
* Lesser General Public License for more details.
*
*
* You should have rece
u
ved a copy of the GNU Lesser General Public
* You should have rece
i
ved a copy of the GNU Lesser General Public
* License along with this library; if not, write to the Free Software
* License along with this library; if not, write to the Free Software
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*/
*/
...
...
dlls/rsaenh/des.c
View file @
69a88a9d
...
@@ -7,7 +7,7 @@
...
@@ -7,7 +7,7 @@
* and Dobes Vandermeer.
* and Dobes Vandermeer.
*
*
* This library is free software; you can redistribute it and/or
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* modify it under the terms of the GNU Lesser General Public
* License as published by the Free Software Foundation; either
* License as published by the Free Software Foundation; either
* version 2.1 of the License, or (at your option) any later version.
* version 2.1 of the License, or (at your option) any later version.
*
*
...
...
dlls/rsaenh/md2.c
View file @
69a88a9d
...
@@ -6,7 +6,7 @@
...
@@ -6,7 +6,7 @@
* Based on public domain code by Tom St Denis (tomstdenis@iahu.ca)
* Based on public domain code by Tom St Denis (tomstdenis@iahu.ca)
*
*
* This library is free software; you can redistribute it and/or
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* modify it under the terms of the GNU Lesser General Public
* License as published by the Free Software Foundation; either
* License as published by the Free Software Foundation; either
* version 2.1 of the License, or (at your option) any later version.
* version 2.1 of the License, or (at your option) any later version.
*
*
...
...
dlls/rsaenh/mpi.c
View file @
69a88a9d
...
@@ -6,7 +6,7 @@
...
@@ -6,7 +6,7 @@
* Based on public domain code by Tom St Denis (tomstdenis@iahu.ca)
* Based on public domain code by Tom St Denis (tomstdenis@iahu.ca)
*
*
* This library is free software; you can redistribute it and/or
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* modify it under the terms of the GNU Lesser General Public
* License as published by the Free Software Foundation; either
* License as published by the Free Software Foundation; either
* version 2.1 of the License, or (at your option) any later version.
* version 2.1 of the License, or (at your option) any later version.
*
*
...
...
dlls/rsaenh/rc2.c
View file @
69a88a9d
...
@@ -6,7 +6,7 @@
...
@@ -6,7 +6,7 @@
* Based on public domain code by Tom St Denis (tomstdenis@iahu.ca)
* Based on public domain code by Tom St Denis (tomstdenis@iahu.ca)
*
*
* This library is free software; you can redistribute it and/or
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* modify it under the terms of the GNU Lesser General Public
* License as published by the Free Software Foundation; either
* License as published by the Free Software Foundation; either
* version 2.1 of the License, or (at your option) any later version.
* version 2.1 of the License, or (at your option) any later version.
*
*
...
...
dlls/rsaenh/rc4.c
View file @
69a88a9d
...
@@ -6,7 +6,7 @@
...
@@ -6,7 +6,7 @@
* Based on public domain code by Tom St Denis (tomstdenis@iahu.ca)
* Based on public domain code by Tom St Denis (tomstdenis@iahu.ca)
*
*
* This library is free software; you can redistribute it and/or
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* modify it under the terms of the GNU Lesser General Public
* License as published by the Free Software Foundation; either
* License as published by the Free Software Foundation; either
* version 2.1 of the License, or (at your option) any later version.
* version 2.1 of the License, or (at your option) any later version.
*
*
...
...
dlls/rsaenh/rsa.c
View file @
69a88a9d
...
@@ -6,7 +6,7 @@
...
@@ -6,7 +6,7 @@
* Based on public domain code by Tom St Denis (tomstdenis@iahu.ca)
* Based on public domain code by Tom St Denis (tomstdenis@iahu.ca)
*
*
* This library is free software; you can redistribute it and/or
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* modify it under the terms of the GNU Lesser General Public
* License as published by the Free Software Foundation; either
* License as published by the Free Software Foundation; either
* version 2.1 of the License, or (at your option) any later version.
* version 2.1 of the License, or (at your option) any later version.
*
*
...
...
dlls/rsaenh/rsaenh.c
View file @
69a88a9d
...
@@ -7,7 +7,7 @@
...
@@ -7,7 +7,7 @@
* Copyright 2004, 2005 Michael Jung
* Copyright 2004, 2005 Michael Jung
*
*
* This library is free software; you can redistribute it and/or
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* modify it under the terms of the GNU Lesser General Public
* License as published by the Free Software Foundation; either
* License as published by the Free Software Foundation; either
* version 2.1 of the License, or (at your option) any later version.
* version 2.1 of the License, or (at your option) any later version.
*
*
...
...
dlls/rsaenh/tomcrypt.h
View file @
69a88a9d
...
@@ -7,7 +7,7 @@
...
@@ -7,7 +7,7 @@
* Based on public domain code by Tom St Denis (tomstdenis@iahu.ca)
* Based on public domain code by Tom St Denis (tomstdenis@iahu.ca)
*
*
* This library is free software; you can redistribute it and/or
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* modify it under the terms of the GNU Lesser General Public
* License as published by the Free Software Foundation; either
* License as published by the Free Software Foundation; either
* version 2.1 of the License, or (at your option) any later version.
* version 2.1 of the License, or (at your option) any later version.
*
*
...
...
dlls/shell32/cpanelfolder.c
View file @
69a88a9d
...
@@ -6,7 +6,7 @@
...
@@ -6,7 +6,7 @@
* This library is free software; you can redistribute it and/or
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* modify it under the terms of the GNU Lesser General Public
* License as published by the Free Software Foundation; either
* License as published by the Free Software Foundation; either
* version 2.1 of the License, or(at your option) any later version.
* version 2.1 of the License, or
(at your option) any later version.
*
*
* This library is distributed in the hope that it will be useful,
* This library is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* but WITHOUT ANY WARRANTY; without even the implied warranty of
...
...
include/mapitags.h
View file @
69a88a9d
...
@@ -6,15 +6,15 @@
...
@@ -6,15 +6,15 @@
* This library is free software; you can redistribute it and/or
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* modify it under the terms of the GNU Lesser General Public
* License as published by the Free Software Foundation; either
* License as published by the Free Software Foundation; either
* version 2.1 of the License,or (at your option) any later version.
* version 2.1 of the License,
or (at your option) any later version.
*
*
* This library is distributed in the hope that it will be useful,
* This library is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
See the GNU
* Lesser General Public License for more details.
* Lesser General Public License for more details.
*
*
* You should have received a copy of the GNU Lesser General Public
* You should have received a copy of the GNU Lesser General Public
* License along with this library; if not,write to the Free Software
* License along with this library; if not,
write to the Free Software
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*/
*/
#ifndef MAPITAGS_H
#ifndef MAPITAGS_H
...
...
programs/oleview/details.c
View file @
69a88a9d
...
@@ -15,7 +15,7 @@
...
@@ -15,7 +15,7 @@
*
*
* You should have received a copy of the GNU Lesser General Public
* You should have received a copy of the GNU Lesser General Public
* License along with this library; if not, write to the Free Software
* License along with this library; if not, write to the Free Software
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*/
*/
#include "main.h"
#include "main.h"
...
...
programs/oleview/pane.c
View file @
69a88a9d
...
@@ -15,7 +15,7 @@
...
@@ -15,7 +15,7 @@
*
*
* You should have received a copy of the GNU Lesser General Public
* You should have received a copy of the GNU Lesser General Public
* License along with this library; if not, write to the Free Software
* License along with this library; if not, write to the Free Software
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*/
*/
#include "main.h"
#include "main.h"
...
...
programs/oleview/resource.h
View file @
69a88a9d
...
@@ -15,7 +15,7 @@
...
@@ -15,7 +15,7 @@
*
*
* You should have received a copy of the GNU Lesser General Public
* You should have received a copy of the GNU Lesser General Public
* License along with this library; if not, write to the Free Software
* License along with this library; if not, write to the Free Software
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*/
*/
#define IDS_APPNAME 1
#define IDS_APPNAME 1
...
...
programs/oleview/tree.c
View file @
69a88a9d
...
@@ -15,7 +15,7 @@
...
@@ -15,7 +15,7 @@
*
*
* You should have received a copy of the GNU Lesser General Public
* You should have received a copy of the GNU Lesser General Public
* License along with this library; if not, write to the Free Software
* License along with this library; if not, write to the Free Software
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*/
*/
#include "main.h"
#include "main.h"
...
...
tools/winedump/pdb.c
View file @
69a88a9d
...
@@ -15,7 +15,7 @@
...
@@ -15,7 +15,7 @@
*
*
* You should have received a copy of the GNU Lesser General Public
* You should have received a copy of the GNU Lesser General Public
* License along with this library; if not, write to the Free Software
* License along with this library; if not, write to the Free Software
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 0211
/
0-1301, USA
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*/
*/
#include "config.h"
#include "config.h"
...
...
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