ChangeSet ID: 21161 CVSROOT: /opt/cvs-commit Module name: wine Changes by: julliard@winehq.org 2005/11/08 06:46:43
Modified files: dlls/msxml3 : nodemap.c nodelist.c node.c element.c domdoc.c
Log message: Huw Davies huw@codeweavers.com Fix cut-n-paste error in licence text.
Patch: http://cvs.winehq.org/patch.py?id=21161
Old revision New revision Changes Path 1.7 1.8 +2 -2 wine/dlls/msxml3/nodemap.c 1.5 1.6 +2 -2 wine/dlls/msxml3/nodelist.c 1.12 1.13 +2 -2 wine/dlls/msxml3/node.c 1.9 1.10 +2 -2 wine/dlls/msxml3/element.c 1.15 1.16 +2 -2 wine/dlls/msxml3/domdoc.c
Index: wine/dlls/msxml3/nodemap.c diff -u -p wine/dlls/msxml3/nodemap.c:1.7 wine/dlls/msxml3/nodemap.c:1.8 --- wine/dlls/msxml3/nodemap.c:1.7 8 Nov 2005 12:46:43 -0000 +++ wine/dlls/msxml3/nodemap.c 8 Nov 2005 12:46:43 -0000 @@ -3,12 +3,12 @@ * * Copyright 2005 Mike McCormack * - * iface 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 * License as published by the Free Software Foundation; either * version 2.1 of the License, or (at your option) any later version. * - * iface 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 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. Index: wine/dlls/msxml3/nodelist.c diff -u -p wine/dlls/msxml3/nodelist.c:1.5 wine/dlls/msxml3/nodelist.c:1.6 --- wine/dlls/msxml3/nodelist.c:1.5 8 Nov 2005 12:46:43 -0000 +++ wine/dlls/msxml3/nodelist.c 8 Nov 2005 12:46:43 -0000 @@ -3,12 +3,12 @@ * * Copyright 2005 Mike McCormack * - * iface 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 * License as published by the Free Software Foundation; either * version 2.1 of the License, or (at your option) any later version. * - * iface 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 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. Index: wine/dlls/msxml3/node.c diff -u -p wine/dlls/msxml3/node.c:1.12 wine/dlls/msxml3/node.c:1.13 --- wine/dlls/msxml3/node.c:1.12 8 Nov 2005 12:46:43 -0000 +++ wine/dlls/msxml3/node.c 8 Nov 2005 12:46:43 -0000 @@ -3,12 +3,12 @@ * * Copyright 2005 Mike McCormack * - * iface 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 * License as published by the Free Software Foundation; either * version 2.1 of the License, or (at your option) any later version. * - * iface 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 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. Index: wine/dlls/msxml3/element.c diff -u -p wine/dlls/msxml3/element.c:1.9 wine/dlls/msxml3/element.c:1.10 --- wine/dlls/msxml3/element.c:1.9 8 Nov 2005 12:46:43 -0000 +++ wine/dlls/msxml3/element.c 8 Nov 2005 12:46:43 -0000 @@ -3,12 +3,12 @@ * * Copyright 2005 Mike McCormack * - * iface 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 * License as published by the Free Software Foundation; either * version 2.1 of the License, or (at your option) any later version. * - * iface 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 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. Index: wine/dlls/msxml3/domdoc.c diff -u -p wine/dlls/msxml3/domdoc.c:1.15 wine/dlls/msxml3/domdoc.c:1.16 --- wine/dlls/msxml3/domdoc.c:1.15 8 Nov 2005 12:46:43 -0000 +++ wine/dlls/msxml3/domdoc.c 8 Nov 2005 12:46:43 -0000 @@ -3,12 +3,12 @@ * * Copyright 2005 Mike McCormack * - * iface 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 * License as published by the Free Software Foundation; either * version 2.1 of the License, or (at your option) any later version. * - * iface 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 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details.