diff --git a/dlls/comctl32/tests/trackbar.c b/dlls/comctl32/tests/trackbar.c index db3910b806a..78aacb14286 100644 --- a/dlls/comctl32/tests/trackbar.c +++ b/dlls/comctl32/tests/trackbar.c @@ -11,7 +11,11 @@ * 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 #include diff --git a/dlls/cryptnet/cryptnet_main.c b/dlls/cryptnet/cryptnet_main.c index 3ecb0d3fc2e..b43a492d83f 100644 --- a/dlls/cryptnet/cryptnet_main.c +++ b/dlls/cryptnet/cryptnet_main.c @@ -9,7 +9,7 @@ * 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 + * 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 diff --git a/dlls/itss/chm_lib.c b/dlls/itss/chm_lib.c index c0f3699059a..cd694489480 100644 --- a/dlls/itss/chm_lib.c +++ b/dlls/itss/chm_lib.c @@ -31,12 +31,21 @@ ***************************************************************************/ /*************************************************************************** - * * - * 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. * - * * + * + * 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. + * + * 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 + * ***************************************************************************/ /*************************************************************************** diff --git a/dlls/itss/chm_lib.h b/dlls/itss/chm_lib.h index 0413fe3b7c7..285795c64aa 100644 --- a/dlls/itss/chm_lib.h +++ b/dlls/itss/chm_lib.h @@ -30,12 +30,21 @@ ***************************************************************************/ /*************************************************************************** - * * - * 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. * - * * + * + * 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. + * + * 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 diff --git a/dlls/itss/lzx.c b/dlls/itss/lzx.c index cfafea09c01..b5fdfc7e275 100644 --- a/dlls/itss/lzx.c +++ b/dlls/itss/lzx.c @@ -16,14 +16,23 @@ ***************************************************************************/ /*************************************************************************** - * * - * Copyright(C) Stuart Caie * - * * - * 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. * - * * + * + * Copyright(C) Stuart Caie + * + * 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. + * + * 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" diff --git a/dlls/itss/lzx.h b/dlls/itss/lzx.h index d1cdc7d5690..85903079798 100644 --- a/dlls/itss/lzx.h +++ b/dlls/itss/lzx.h @@ -10,14 +10,23 @@ ***************************************************************************/ /*************************************************************************** - * * - * Copyright(C) Stuart Caie * - * * - * 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. * - * * + * + * Copyright(C) Stuart Caie + * + * 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. + * + * 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 diff --git a/dlls/mshtml/hlink.c b/dlls/mshtml/hlink.c index 0e6e35a1e4a..d6238e0f5ec 100644 --- a/dlls/mshtml/hlink.c +++ b/dlls/mshtml/hlink.c @@ -11,6 +11,7 @@ * 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 */ diff --git a/dlls/msi/update.c b/dlls/msi/update.c index a2bcbd06d55..8c291de4b6a 100644 --- a/dlls/msi/update.c +++ b/dlls/msi/update.c @@ -13,7 +13,7 @@ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. * - * You should have receuved 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 * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA */ diff --git a/dlls/rsaenh/des.c b/dlls/rsaenh/des.c index 67931de351b..58528f0ca55 100644 --- a/dlls/rsaenh/des.c +++ b/dlls/rsaenh/des.c @@ -7,7 +7,7 @@ * and Dobes Vandermeer. * * 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 * version 2.1 of the License, or (at your option) any later version. * diff --git a/dlls/rsaenh/md2.c b/dlls/rsaenh/md2.c index a3eca49c5e2..947a35985ee 100644 --- a/dlls/rsaenh/md2.c +++ b/dlls/rsaenh/md2.c @@ -6,7 +6,7 @@ * Based on public domain code by Tom St Denis (tomstdenis@iahu.ca) * * 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 * version 2.1 of the License, or (at your option) any later version. * diff --git a/dlls/rsaenh/mpi.c b/dlls/rsaenh/mpi.c index cd7e2f86193..a037c93b28c 100644 --- a/dlls/rsaenh/mpi.c +++ b/dlls/rsaenh/mpi.c @@ -6,7 +6,7 @@ * Based on public domain code by Tom St Denis (tomstdenis@iahu.ca) * * 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 * version 2.1 of the License, or (at your option) any later version. * diff --git a/dlls/rsaenh/rc2.c b/dlls/rsaenh/rc2.c index 7125733dd96..82b7bd3d694 100644 --- a/dlls/rsaenh/rc2.c +++ b/dlls/rsaenh/rc2.c @@ -6,7 +6,7 @@ * Based on public domain code by Tom St Denis (tomstdenis@iahu.ca) * * 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 * version 2.1 of the License, or (at your option) any later version. * diff --git a/dlls/rsaenh/rc4.c b/dlls/rsaenh/rc4.c index df2130952d6..35f054b71cc 100644 --- a/dlls/rsaenh/rc4.c +++ b/dlls/rsaenh/rc4.c @@ -6,7 +6,7 @@ * Based on public domain code by Tom St Denis (tomstdenis@iahu.ca) * * 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 * version 2.1 of the License, or (at your option) any later version. * diff --git a/dlls/rsaenh/rsa.c b/dlls/rsaenh/rsa.c index e6ccddfc781..5e9019f53d0 100644 --- a/dlls/rsaenh/rsa.c +++ b/dlls/rsaenh/rsa.c @@ -6,7 +6,7 @@ * Based on public domain code by Tom St Denis (tomstdenis@iahu.ca) * * 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 * version 2.1 of the License, or (at your option) any later version. * diff --git a/dlls/rsaenh/rsaenh.c b/dlls/rsaenh/rsaenh.c index b70f8b7c134..2ace2d56b28 100644 --- a/dlls/rsaenh/rsaenh.c +++ b/dlls/rsaenh/rsaenh.c @@ -7,7 +7,7 @@ * Copyright 2004, 2005 Michael Jung * * 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 * version 2.1 of the License, or (at your option) any later version. * diff --git a/dlls/rsaenh/tomcrypt.h b/dlls/rsaenh/tomcrypt.h index b2a206723db..bd0c1c10662 100644 --- a/dlls/rsaenh/tomcrypt.h +++ b/dlls/rsaenh/tomcrypt.h @@ -7,7 +7,7 @@ * Based on public domain code by Tom St Denis (tomstdenis@iahu.ca) * * 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 * version 2.1 of the License, or (at your option) any later version. * diff --git a/dlls/shell32/cpanelfolder.c b/dlls/shell32/cpanelfolder.c index 263eb06acb1..fef45b5ce7e 100644 --- a/dlls/shell32/cpanelfolder.c +++ b/dlls/shell32/cpanelfolder.c @@ -6,7 +6,7 @@ * 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. + * 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 diff --git a/include/mapitags.h b/include/mapitags.h index 5a68f716466..50646bf8434 100644 --- a/include/mapitags.h +++ b/include/mapitags.h @@ -6,15 +6,15 @@ * 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. + * 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 + * 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 + * 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 MAPITAGS_H diff --git a/programs/oleview/details.c b/programs/oleview/details.c index 6306e0164fe..f360222e5f9 100644 --- a/programs/oleview/details.c +++ b/programs/oleview/details.c @@ -15,7 +15,7 @@ * * 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 + * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA */ #include "main.h" diff --git a/programs/oleview/pane.c b/programs/oleview/pane.c index 08bcc945fcd..54ac27481b0 100644 --- a/programs/oleview/pane.c +++ b/programs/oleview/pane.c @@ -15,7 +15,7 @@ * * 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 + * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA */ #include "main.h" diff --git a/programs/oleview/resource.h b/programs/oleview/resource.h index 7ff5a1153fb..bb372125362 100644 --- a/programs/oleview/resource.h +++ b/programs/oleview/resource.h @@ -15,7 +15,7 @@ * * 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 + * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA */ #define IDS_APPNAME 1 diff --git a/programs/oleview/tree.c b/programs/oleview/tree.c index 348c4f248c4..0488b75de95 100644 --- a/programs/oleview/tree.c +++ b/programs/oleview/tree.c @@ -15,7 +15,7 @@ * * 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 + * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA */ #include "main.h" diff --git a/tools/winedump/pdb.c b/tools/winedump/pdb.c index c03967c8a85..7ba7122c3bc 100644 --- a/tools/winedump/pdb.c +++ b/tools/winedump/pdb.c @@ -15,7 +15,7 @@ * * 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 0211/0-1301, USA + * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA */ #include "config.h"