From 6c9a19aabab3a878b565e6c2a5f2a3824277c4dc Mon Sep 17 00:00:00 2001 From: Julian Smart Date: Mon, 17 Mar 2003 11:23:28 +0000 Subject: [PATCH] Removed erroneous copyright names and corrected licence spelling git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@19593 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- include/wx/x11/dataobj2.h | 2 +- src/gtk/dc.cpp | 2 +- src/gtk/dcclient.cpp | 2 +- src/gtk/evtloop.cpp | 2 +- src/gtk/font.cpp | 2 +- src/gtk/gdiobj.cpp | 2 +- src/gtk/joystick.cpp | 2 +- src/gtk/scrolwin.cpp | 4 ++-- src/gtk/utilsgtk.cpp | 2 +- src/gtk/wave.cpp | 2 +- src/gtk1/dc.cpp | 2 +- src/gtk1/dcclient.cpp | 2 +- src/gtk1/evtloop.cpp | 2 +- src/gtk1/font.cpp | 2 +- src/gtk1/gdiobj.cpp | 2 +- src/gtk1/joystick.cpp | 2 +- src/gtk1/scrolwin.cpp | 4 ++-- src/gtk1/utilsgtk.cpp | 2 +- src/gtk1/wave.cpp | 2 +- src/msw/app.cpp | 4 ++-- src/msw/bitmap.cpp | 4 ++-- src/msw/bmpbuttn.cpp | 4 ++-- src/msw/brush.cpp | 4 ++-- src/msw/button.cpp | 4 ++-- src/msw/checkbox.cpp | 4 ++-- src/msw/checklst.cpp | 2 +- src/msw/choice.cpp | 4 ++-- src/msw/clipbrd.cpp | 4 ++-- src/msw/colordlg.cpp | 2 +- src/msw/colour.cpp | 2 +- src/msw/combobox.cpp | 2 +- src/msw/control.cpp | 2 +- src/msw/data.cpp | 2 +- src/msw/dc.cpp | 2 +- src/msw/dcclient.cpp | 2 +- src/msw/dcmemory.cpp | 2 +- src/msw/dcprint.cpp | 2 +- src/msw/dcscreen.cpp | 2 +- src/msw/dde.cpp | 2 +- src/msw/dialog.cpp | 2 +- src/msw/dib.cpp | 2 +- src/msw/dibutils.cpp | 4 ++-- src/msw/dir.cpp | 2 +- src/msw/dirdlg.cpp | 2 +- src/msw/enhmeta.cpp | 2 +- src/msw/evtloop.cpp | 2 +- src/msw/filedlg.cpp | 2 +- src/msw/fontdlg.cpp | 2 +- src/msw/fontutil.cpp | 2 +- src/msw/frame.cpp | 2 +- src/msw/gauge95.cpp | 2 +- src/msw/gaugemsw.cpp | 2 +- src/msw/gdiimage.cpp | 2 +- src/msw/gdiobj.cpp | 2 +- src/msw/helpwin.cpp | 4 ++-- src/msw/icon.cpp | 4 ++-- src/msw/imaglist.cpp | 4 ++-- src/msw/iniconf.cpp | 2 +- src/msw/joystick.cpp | 4 ++-- src/msw/listbox.cpp | 2 +- src/msw/listctrl.cpp | 4 ++-- src/msw/main.cpp | 4 ++-- src/msw/mdi.cpp | 4 ++-- src/msw/menu.cpp | 4 ++-- src/msw/menuitem.cpp | 2 +- src/msw/metafile.cpp | 4 ++-- src/msw/mimetype.cpp | 2 +- src/msw/minifram.cpp | 4 ++-- src/msw/msgdlg.cpp | 4 ++-- src/msw/nativdlg.cpp | 4 ++-- src/msw/notebook.cpp | 2 +- src/msw/ole/access.cpp | 8 ++++++++ src/msw/ole/dataobj.cpp | 2 +- src/msw/ole/dropsrc.cpp | 2 +- src/msw/ole/droptgt.cpp | 2 +- src/msw/ole/oleutils.cpp | 2 +- src/msw/ole/uuid.cpp | 2 +- src/msw/ownerdrw.cpp | 2 +- src/msw/palette.cpp | 4 ++-- src/msw/pen.cpp | 4 ++-- src/msw/penwin.cpp | 4 ++-- src/msw/popupwin.cpp | 2 +- src/msw/printdlg.cpp | 4 ++-- src/msw/printwin.cpp | 4 ++-- src/msw/radiobox.cpp | 4 ++-- src/msw/radiobut.cpp | 4 ++-- src/msw/regconf.cpp | 2 +- src/msw/region.cpp | 2 +- src/msw/registry.cpp | 2 +- src/msw/scrolbar.cpp | 4 ++-- src/msw/settings.cpp | 4 ++-- src/msw/slider95.cpp | 4 ++-- src/msw/slidrmsw.cpp | 4 ++-- src/msw/snglinst.cpp | 2 +- src/msw/spawnbrowser.cpp | 2 +- src/msw/spinbutt.cpp | 4 ++-- src/msw/statbmp.cpp | 4 ++-- src/msw/statbox.cpp | 4 ++-- src/msw/statbr95.cpp | 2 +- src/msw/stattext.cpp | 4 ++-- src/msw/tabctrl.cpp | 2 +- src/msw/tbar95.cpp | 4 ++-- src/msw/tbarmsw.cpp | 4 ++-- src/msw/textctrl.cpp | 4 ++-- src/msw/timer.cpp | 4 ++-- src/msw/tooltip.cpp | 2 +- src/msw/toplevel.cpp | 2 +- src/msw/utils.cpp | 4 ++-- src/msw/utilsexc.cpp | 2 +- src/msw/volume.cpp | 2 +- src/msw/wave.cpp | 4 ++-- src/msw/wince/dummy.cpp | 2 +- src/msw/wince/main.cpp | 2 +- src/msw/wince/wxbase.cpp | 2 +- src/msw/wince/wxwince.cpp | 2 +- src/msw/window.cpp | 4 ++-- 116 files changed, 168 insertions(+), 160 deletions(-) diff --git a/include/wx/x11/dataobj2.h b/include/wx/x11/dataobj2.h index 74562e6d79..21b98e717d 100644 --- a/include/wx/x11/dataobj2.h +++ b/include/wx/x11/dataobj2.h @@ -5,7 +5,7 @@ // Created: 19.10.99 (extracted from gtk/dataobj.h) // RCS-ID: $Id$ // Copyright: (c) 1998, 1999 Vadim Zeitlin, Robert Roebling -// Licence: wxWindows license +// Licence: wxWindows licence /////////////////////////////////////////////////////////////////////////////// #ifndef _WX_X11_DATAOBJ2_H_ diff --git a/src/gtk/dc.cpp b/src/gtk/dc.cpp index 46ea5626c4..aa54a1ae8e 100644 --- a/src/gtk/dc.cpp +++ b/src/gtk/dc.cpp @@ -3,7 +3,7 @@ // Purpose: // Author: Robert Roebling // RCS-ID: $Id$ -// Copyright: (c) 1998 Robert Roebling, Markus Holzem +// Copyright: (c) 1998 Robert Roebling // Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// diff --git a/src/gtk/dcclient.cpp b/src/gtk/dcclient.cpp index 8ef99e5cb1..e07a871f76 100644 --- a/src/gtk/dcclient.cpp +++ b/src/gtk/dcclient.cpp @@ -3,7 +3,7 @@ // Purpose: // Author: Robert Roebling // RCS-ID: $Id$ -// Copyright: (c) 1998 Robert Roebling, Markus Holzem, Chris Breeze +// Copyright: (c) 1998 Robert Roebling, Chris Breeze // Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// diff --git a/src/gtk/evtloop.cpp b/src/gtk/evtloop.cpp index 361fa3ab92..c602dead45 100644 --- a/src/gtk/evtloop.cpp +++ b/src/gtk/evtloop.cpp @@ -6,7 +6,7 @@ // Created: 10.07.01 // RCS-ID: $Id$ // Copyright: (c) 2001 Vadim Zeitlin -// License: wxWindows license +// License: wxWindows licence /////////////////////////////////////////////////////////////////////////////// // ============================================================================ diff --git a/src/gtk/font.cpp b/src/gtk/font.cpp index 8735f843f7..b616789edb 100644 --- a/src/gtk/font.cpp +++ b/src/gtk/font.cpp @@ -3,7 +3,7 @@ // Purpose: // Author: Robert Roebling // Id: $Id$ -// Copyright: (c) 1998 Robert Roebling, Julian Smart and Markus Holzem +// Copyright: (c) 1998 Robert Roebling and Julian Smart // Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// diff --git a/src/gtk/gdiobj.cpp b/src/gtk/gdiobj.cpp index 64f5b61dfa..38a919ade2 100644 --- a/src/gtk/gdiobj.cpp +++ b/src/gtk/gdiobj.cpp @@ -3,7 +3,7 @@ // Purpose: wxGDIObject class // Author: Julian Smart // RCS-ID: $Id$ -// Copyright: (c) Julian Smart and Markus Holzem +// Copyright: (c) Julian Smart // Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// diff --git a/src/gtk/joystick.cpp b/src/gtk/joystick.cpp index bbc4d826c0..710841201a 100644 --- a/src/gtk/joystick.cpp +++ b/src/gtk/joystick.cpp @@ -6,7 +6,7 @@ // Created: 05/23/98 // RCS-ID: $Id$ // Copyright: (c) Guilhem Lavaux -// Licence: wxWindows license +// Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// #ifdef __GNUG__ diff --git a/src/gtk/scrolwin.cpp b/src/gtk/scrolwin.cpp index 9a792a679e..efdafd7d07 100644 --- a/src/gtk/scrolwin.cpp +++ b/src/gtk/scrolwin.cpp @@ -5,8 +5,8 @@ // Modified by: Ron Lee // Created: 01/02/97 // RCS-ID: $Id$ -// Copyright: (c) Julian Smart and Markus Holzem -// Licence: wxWindows license +// Copyright: (c) Julian Smart +// Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// // ============================================================================ diff --git a/src/gtk/utilsgtk.cpp b/src/gtk/utilsgtk.cpp index 1bc1106f93..4ed43ea7fc 100644 --- a/src/gtk/utilsgtk.cpp +++ b/src/gtk/utilsgtk.cpp @@ -3,7 +3,7 @@ // Purpose: // Author: Robert Roebling // Id: $Id$ -// Copyright: (c) 1998 Robert Roebling, Julian Smart and Markus Holzem +// Copyright: (c) 1998 Robert Roebling // Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// diff --git a/src/gtk/wave.cpp b/src/gtk/wave.cpp index 382c1db09b..747514360d 100644 --- a/src/gtk/wave.cpp +++ b/src/gtk/wave.cpp @@ -6,7 +6,7 @@ // Created: 25/10/98 // RCS-ID: $Id$ // Copyright: (c) Julian Smart -// Licence: wxWindows license +// Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// #ifdef __GNUG__ diff --git a/src/gtk1/dc.cpp b/src/gtk1/dc.cpp index 46ea5626c4..aa54a1ae8e 100644 --- a/src/gtk1/dc.cpp +++ b/src/gtk1/dc.cpp @@ -3,7 +3,7 @@ // Purpose: // Author: Robert Roebling // RCS-ID: $Id$ -// Copyright: (c) 1998 Robert Roebling, Markus Holzem +// Copyright: (c) 1998 Robert Roebling // Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// diff --git a/src/gtk1/dcclient.cpp b/src/gtk1/dcclient.cpp index 8ef99e5cb1..e07a871f76 100644 --- a/src/gtk1/dcclient.cpp +++ b/src/gtk1/dcclient.cpp @@ -3,7 +3,7 @@ // Purpose: // Author: Robert Roebling // RCS-ID: $Id$ -// Copyright: (c) 1998 Robert Roebling, Markus Holzem, Chris Breeze +// Copyright: (c) 1998 Robert Roebling, Chris Breeze // Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// diff --git a/src/gtk1/evtloop.cpp b/src/gtk1/evtloop.cpp index 361fa3ab92..c602dead45 100644 --- a/src/gtk1/evtloop.cpp +++ b/src/gtk1/evtloop.cpp @@ -6,7 +6,7 @@ // Created: 10.07.01 // RCS-ID: $Id$ // Copyright: (c) 2001 Vadim Zeitlin -// License: wxWindows license +// License: wxWindows licence /////////////////////////////////////////////////////////////////////////////// // ============================================================================ diff --git a/src/gtk1/font.cpp b/src/gtk1/font.cpp index 8735f843f7..b616789edb 100644 --- a/src/gtk1/font.cpp +++ b/src/gtk1/font.cpp @@ -3,7 +3,7 @@ // Purpose: // Author: Robert Roebling // Id: $Id$ -// Copyright: (c) 1998 Robert Roebling, Julian Smart and Markus Holzem +// Copyright: (c) 1998 Robert Roebling and Julian Smart // Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// diff --git a/src/gtk1/gdiobj.cpp b/src/gtk1/gdiobj.cpp index 64f5b61dfa..38a919ade2 100644 --- a/src/gtk1/gdiobj.cpp +++ b/src/gtk1/gdiobj.cpp @@ -3,7 +3,7 @@ // Purpose: wxGDIObject class // Author: Julian Smart // RCS-ID: $Id$ -// Copyright: (c) Julian Smart and Markus Holzem +// Copyright: (c) Julian Smart // Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// diff --git a/src/gtk1/joystick.cpp b/src/gtk1/joystick.cpp index bbc4d826c0..710841201a 100644 --- a/src/gtk1/joystick.cpp +++ b/src/gtk1/joystick.cpp @@ -6,7 +6,7 @@ // Created: 05/23/98 // RCS-ID: $Id$ // Copyright: (c) Guilhem Lavaux -// Licence: wxWindows license +// Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// #ifdef __GNUG__ diff --git a/src/gtk1/scrolwin.cpp b/src/gtk1/scrolwin.cpp index 9a792a679e..efdafd7d07 100644 --- a/src/gtk1/scrolwin.cpp +++ b/src/gtk1/scrolwin.cpp @@ -5,8 +5,8 @@ // Modified by: Ron Lee // Created: 01/02/97 // RCS-ID: $Id$ -// Copyright: (c) Julian Smart and Markus Holzem -// Licence: wxWindows license +// Copyright: (c) Julian Smart +// Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// // ============================================================================ diff --git a/src/gtk1/utilsgtk.cpp b/src/gtk1/utilsgtk.cpp index 1bc1106f93..4ed43ea7fc 100644 --- a/src/gtk1/utilsgtk.cpp +++ b/src/gtk1/utilsgtk.cpp @@ -3,7 +3,7 @@ // Purpose: // Author: Robert Roebling // Id: $Id$ -// Copyright: (c) 1998 Robert Roebling, Julian Smart and Markus Holzem +// Copyright: (c) 1998 Robert Roebling // Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// diff --git a/src/gtk1/wave.cpp b/src/gtk1/wave.cpp index 382c1db09b..747514360d 100644 --- a/src/gtk1/wave.cpp +++ b/src/gtk1/wave.cpp @@ -6,7 +6,7 @@ // Created: 25/10/98 // RCS-ID: $Id$ // Copyright: (c) Julian Smart -// Licence: wxWindows license +// Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// #ifdef __GNUG__ diff --git a/src/msw/app.cpp b/src/msw/app.cpp index bb05dd8873..14d9ec6086 100644 --- a/src/msw/app.cpp +++ b/src/msw/app.cpp @@ -5,8 +5,8 @@ // Modified by: // Created: 04/01/98 // RCS-ID: $Id$ -// Copyright: (c) Julian Smart and Markus Holzem -// Licence: wxWindows license +// Copyright: (c) Julian Smart +// Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// // =========================================================================== diff --git a/src/msw/bitmap.cpp b/src/msw/bitmap.cpp index 9be4159f48..3215a98445 100644 --- a/src/msw/bitmap.cpp +++ b/src/msw/bitmap.cpp @@ -5,8 +5,8 @@ // Modified by: // Created: 04/01/98 // RCS-ID: $Id$ -// Copyright: (c) Julian Smart and Markus Holzem -// Licence: wxWindows license +// Copyright: (c) Julian Smart +// Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// // ============================================================================ diff --git a/src/msw/bmpbuttn.cpp b/src/msw/bmpbuttn.cpp index cb9c724e6e..ba336ee822 100644 --- a/src/msw/bmpbuttn.cpp +++ b/src/msw/bmpbuttn.cpp @@ -5,8 +5,8 @@ // Modified by: // Created: 04/01/98 // RCS-ID: $Id$ -// Copyright: (c) Julian Smart and Markus Holzem -// Licence: wxWindows license +// Copyright: (c) Julian Smart +// Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// #ifdef __GNUG__ diff --git a/src/msw/brush.cpp b/src/msw/brush.cpp index e47a77f3b1..9f44181943 100644 --- a/src/msw/brush.cpp +++ b/src/msw/brush.cpp @@ -5,8 +5,8 @@ // Modified by: // Created: 04/01/98 // RCS-ID: $Id$ -// Copyright: (c) Julian Smart and Markus Holzem -// Licence: wxWindows license +// Copyright: (c) Julian Smart +// Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// // ============================================================================ diff --git a/src/msw/button.cpp b/src/msw/button.cpp index 81c588c5be..98b2176f60 100644 --- a/src/msw/button.cpp +++ b/src/msw/button.cpp @@ -5,8 +5,8 @@ // Modified by: // Created: 04/01/98 // RCS-ID: $Id$ -// Copyright: (c) Julian Smart and Markus Holzem -// Licence: wxWindows license +// Copyright: (c) Julian Smart +// Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// // ============================================================================ diff --git a/src/msw/checkbox.cpp b/src/msw/checkbox.cpp index f1e29a2395..8dfdd9fd0e 100644 --- a/src/msw/checkbox.cpp +++ b/src/msw/checkbox.cpp @@ -5,8 +5,8 @@ // Modified by: // Created: 04/01/98 // RCS-ID: $Id$ -// Copyright: (c) Julian Smart and Markus Holzem -// Licence: wxWindows license +// Copyright: (c) Julian Smart +// Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// // ============================================================================ diff --git a/src/msw/checklst.cpp b/src/msw/checklst.cpp index 756293a0ed..2a7e01108e 100644 --- a/src/msw/checklst.cpp +++ b/src/msw/checklst.cpp @@ -6,7 +6,7 @@ // Created: 16.11.97 // RCS-ID: $Id$ // Copyright: (c) 1998 Vadim Zeitlin -// Licence: wxWindows license +// Licence: wxWindows licence /////////////////////////////////////////////////////////////////////////////// // ============================================================================ diff --git a/src/msw/choice.cpp b/src/msw/choice.cpp index 58a2f6a17d..5493aedb24 100644 --- a/src/msw/choice.cpp +++ b/src/msw/choice.cpp @@ -5,8 +5,8 @@ // Modified by: Vadim Zeitlin to derive from wxChoiceBase // Created: 04/01/98 // RCS-ID: $Id$ -// Copyright: (c) Julian Smart and Markus Holzem -// Licence: wxWindows license +// Copyright: (c) Julian Smart +// Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// // ============================================================================ diff --git a/src/msw/clipbrd.cpp b/src/msw/clipbrd.cpp index 7f07e896eb..c33ba4313d 100644 --- a/src/msw/clipbrd.cpp +++ b/src/msw/clipbrd.cpp @@ -5,8 +5,8 @@ // Modified by: // Created: 04/01/98 // RCS-ID: $Id$ -// Copyright: (c) Julian Smart and Markus Holzem -// Licence: wxWindows license +// Copyright: (c) Julian Smart +// Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// // =========================================================================== diff --git a/src/msw/colordlg.cpp b/src/msw/colordlg.cpp index 4466b024f4..e5c1513289 100644 --- a/src/msw/colordlg.cpp +++ b/src/msw/colordlg.cpp @@ -5,7 +5,7 @@ // Modified by: // Created: 01/02/97 // RCS-ID: $Id$ -// Copyright: (c) Julian Smart and Markus Holzem +// Copyright: (c) Julian Smart // Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// diff --git a/src/msw/colour.cpp b/src/msw/colour.cpp index bac04c76cd..90074735d9 100644 --- a/src/msw/colour.cpp +++ b/src/msw/colour.cpp @@ -5,7 +5,7 @@ // Modified by: // Created: 01/02/97 // RCS-ID: $Id$ -// Copyright: (c) Julian Smart and Markus Holzem +// Copyright: (c) Julian Smart // Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// diff --git a/src/msw/combobox.cpp b/src/msw/combobox.cpp index 4acd9c73bd..a2a49d7f78 100644 --- a/src/msw/combobox.cpp +++ b/src/msw/combobox.cpp @@ -5,7 +5,7 @@ // Modified by: // Created: 01/02/97 // RCS-ID: $Id$ -// Copyright: (c) Julian Smart and Markus Holzem +// Copyright: (c) Julian Smart // Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// diff --git a/src/msw/control.cpp b/src/msw/control.cpp index 3a3b57b99c..4eb36ecd3a 100644 --- a/src/msw/control.cpp +++ b/src/msw/control.cpp @@ -5,7 +5,7 @@ // Modified by: // Created: 01/02/97 // RCS-ID: $Id$ -// Copyright: (c) Julian Smart and Markus Holzem +// Copyright: (c) Julian Smart // Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// diff --git a/src/msw/data.cpp b/src/msw/data.cpp index 65120bb896..586b760059 100644 --- a/src/msw/data.cpp +++ b/src/msw/data.cpp @@ -5,7 +5,7 @@ // Modified by: // Created: 01/02/97 // RCS-ID: $Id$ -// Copyright: (c) Julian Smart and Markus Holzem +// Copyright: (c) Julian Smart // Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// diff --git a/src/msw/dc.cpp b/src/msw/dc.cpp index 63eadae253..c3406621d5 100644 --- a/src/msw/dc.cpp +++ b/src/msw/dc.cpp @@ -5,7 +5,7 @@ // Modified by: // Created: 01/02/97 // RCS-ID: $Id$ -// Copyright: (c) Julian Smart and Markus Holzem +// Copyright: (c) Julian Smart // Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// diff --git a/src/msw/dcclient.cpp b/src/msw/dcclient.cpp index 687253ddc8..c03897cf2a 100644 --- a/src/msw/dcclient.cpp +++ b/src/msw/dcclient.cpp @@ -5,7 +5,7 @@ // Modified by: // Created: 01/02/97 // RCS-ID: $Id$ -// Copyright: (c) Julian Smart and Markus Holzem +// Copyright: (c) Julian Smart // Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// diff --git a/src/msw/dcmemory.cpp b/src/msw/dcmemory.cpp index 4f169bec64..ea4c0c90e6 100644 --- a/src/msw/dcmemory.cpp +++ b/src/msw/dcmemory.cpp @@ -5,7 +5,7 @@ // Modified by: // Created: 01/02/97 // RCS-ID: $Id$ -// Copyright: (c) Julian Smart and Markus Holzem +// Copyright: (c) Julian Smart // Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// diff --git a/src/msw/dcprint.cpp b/src/msw/dcprint.cpp index adc0e85930..eb6842a4ca 100644 --- a/src/msw/dcprint.cpp +++ b/src/msw/dcprint.cpp @@ -5,7 +5,7 @@ // Modified by: // Created: 01/02/97 // RCS-ID: $Id$ -// Copyright: (c) Julian Smart and Markus Holzem +// Copyright: (c) Julian Smart // Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// diff --git a/src/msw/dcscreen.cpp b/src/msw/dcscreen.cpp index 4a2aa9ed8b..53cc7c826a 100644 --- a/src/msw/dcscreen.cpp +++ b/src/msw/dcscreen.cpp @@ -5,7 +5,7 @@ // Modified by: // Created: 01/02/97 // RCS-ID: $Id$ -// Copyright: (c) Julian Smart and Markus Holzem +// Copyright: (c) Julian Smart // Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// diff --git a/src/msw/dde.cpp b/src/msw/dde.cpp index a03da5030b..c5b16d9dc0 100644 --- a/src/msw/dde.cpp +++ b/src/msw/dde.cpp @@ -5,7 +5,7 @@ // Modified by: // Created: 01/02/97 // RCS-ID: $Id$ -// Copyright: (c) Julian Smart and Markus Holzem +// Copyright: (c) Julian Smart // Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// diff --git a/src/msw/dialog.cpp b/src/msw/dialog.cpp index 214bfb1dd4..c18d222798 100644 --- a/src/msw/dialog.cpp +++ b/src/msw/dialog.cpp @@ -5,7 +5,7 @@ // Modified by: // Created: 01/02/97 // RCS-ID: $Id$ -// Copyright: (c) Julian Smart and Markus Holzem +// Copyright: (c) Julian Smart // Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// diff --git a/src/msw/dib.cpp b/src/msw/dib.cpp index 632e70c552..81bbdc7379 100644 --- a/src/msw/dib.cpp +++ b/src/msw/dib.cpp @@ -6,7 +6,7 @@ // Created: 03.03.03 (replaces the old file with the same name) // RCS-ID: $Id$ // Copyright: (c) 2003 Vadim Zeitlin -// License: wxWindows license +// License: wxWindows licence /////////////////////////////////////////////////////////////////////////////// // ============================================================================ diff --git a/src/msw/dibutils.cpp b/src/msw/dibutils.cpp index 0e10e7b029..a2ee9ba130 100644 --- a/src/msw/dibutils.cpp +++ b/src/msw/dibutils.cpp @@ -5,8 +5,8 @@ // Modified by: // Created: 04/01/98 // RCS-ID: $Id$ -// Copyright: (c) Microsoft, Julian Smart and Markus Holzem -// Licence: wxWindows license +// Copyright: (c) Microsoft, Julian Smart +// Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// #ifdef __GNUG__ diff --git a/src/msw/dir.cpp b/src/msw/dir.cpp index 273734724d..724625bf1a 100644 --- a/src/msw/dir.cpp +++ b/src/msw/dir.cpp @@ -6,7 +6,7 @@ // Created: 08.12.99 // RCS-ID: $Id$ // Copyright: (c) 1999 Vadim Zeitlin -// Licence: wxWindows license +// Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// // ============================================================================ diff --git a/src/msw/dirdlg.cpp b/src/msw/dirdlg.cpp index 9d79a398f1..0c61464260 100644 --- a/src/msw/dirdlg.cpp +++ b/src/msw/dirdlg.cpp @@ -5,7 +5,7 @@ // Modified by: // Created: 01/02/97 // RCS-ID: $Id$ -// Copyright: (c) Julian Smart and Markus Holzem +// Copyright: (c) Julian Smart // Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// diff --git a/src/msw/enhmeta.cpp b/src/msw/enhmeta.cpp index 6061f3deda..04dd7bc916 100644 --- a/src/msw/enhmeta.cpp +++ b/src/msw/enhmeta.cpp @@ -6,7 +6,7 @@ // Created: 13.01.00 // RCS-ID: $Id$ // Copyright: (c) 2000 Vadim Zeitlin -// Licence: wxWindows license +// Licence: wxWindows licence /////////////////////////////////////////////////////////////////////////////// // ============================================================================ diff --git a/src/msw/evtloop.cpp b/src/msw/evtloop.cpp index dca66aba58..bf33c7d9e8 100644 --- a/src/msw/evtloop.cpp +++ b/src/msw/evtloop.cpp @@ -6,7 +6,7 @@ // Created: 01.06.01 // RCS-ID: $Id$ // Copyright: (c) 2001 Vadim Zeitlin -// License: wxWindows license +// License: wxWindows licence /////////////////////////////////////////////////////////////////////////////// // ============================================================================ diff --git a/src/msw/filedlg.cpp b/src/msw/filedlg.cpp index b81e5ad940..0de0f976be 100644 --- a/src/msw/filedlg.cpp +++ b/src/msw/filedlg.cpp @@ -5,7 +5,7 @@ // Modified by: // Created: 01/02/97 // RCS-ID: $Id$ -// Copyright: (c) Julian Smart and Markus Holzem +// Copyright: (c) Julian Smart // Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// diff --git a/src/msw/fontdlg.cpp b/src/msw/fontdlg.cpp index fdcbccd218..75fcd09d38 100644 --- a/src/msw/fontdlg.cpp +++ b/src/msw/fontdlg.cpp @@ -5,7 +5,7 @@ // Modified by: // Created: 01/02/97 // RCS-ID: $Id$ -// Copyright: (c) Julian Smart and Markus Holzem +// Copyright: (c) Julian Smart // Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// diff --git a/src/msw/fontutil.cpp b/src/msw/fontutil.cpp index 221dfe50e6..1cce639e45 100644 --- a/src/msw/fontutil.cpp +++ b/src/msw/fontutil.cpp @@ -6,7 +6,7 @@ // Created: 05.11.99 // RCS-ID: $Id$ // Copyright: (c) 1999 Vadim Zeitlin -// Licence: wxWindows license +// Licence: wxWindows licence /////////////////////////////////////////////////////////////////////////////// // ============================================================================ diff --git a/src/msw/frame.cpp b/src/msw/frame.cpp index 10896a17f6..4ed0d984d6 100644 --- a/src/msw/frame.cpp +++ b/src/msw/frame.cpp @@ -5,7 +5,7 @@ // Modified by: // Created: 01/02/97 // RCS-ID: $Id$ -// Copyright: (c) Julian Smart and Markus Holzem +// Copyright: (c) Julian Smart // Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// diff --git a/src/msw/gauge95.cpp b/src/msw/gauge95.cpp index efcb6da297..2d93312fc6 100644 --- a/src/msw/gauge95.cpp +++ b/src/msw/gauge95.cpp @@ -5,7 +5,7 @@ // Modified by: // Created: 01/02/97 // RCS-ID: $Id$ -// Copyright: (c) Julian Smart and Markus Holzem +// Copyright: (c) Julian Smart // Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// diff --git a/src/msw/gaugemsw.cpp b/src/msw/gaugemsw.cpp index 380a30e516..1331cac5ef 100644 --- a/src/msw/gaugemsw.cpp +++ b/src/msw/gaugemsw.cpp @@ -5,7 +5,7 @@ // Modified by: // Created: 01/02/97 // RCS-ID: $Id$ -// Copyright: (c) Julian Smart and Markus Holzem +// Copyright: (c) Julian Smart // Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// diff --git a/src/msw/gdiimage.cpp b/src/msw/gdiimage.cpp index 7fb451d303..33229d4fab 100644 --- a/src/msw/gdiimage.cpp +++ b/src/msw/gdiimage.cpp @@ -6,7 +6,7 @@ // Created: 20.11.99 // RCS-ID: $Id$ // Copyright: (c) 1999 Vadim Zeitlin -// Licence: wxWindows license +// Licence: wxWindows licence /////////////////////////////////////////////////////////////////////////////// // ============================================================================ diff --git a/src/msw/gdiobj.cpp b/src/msw/gdiobj.cpp index 81c0f3d3c0..7078a1d946 100644 --- a/src/msw/gdiobj.cpp +++ b/src/msw/gdiobj.cpp @@ -5,7 +5,7 @@ // Modified by: // Created: 01/02/97 // RCS-ID: $Id$ -// Copyright: (c) Julian Smart and Markus Holzem +// Copyright: (c) Julian Smart // Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// diff --git a/src/msw/helpwin.cpp b/src/msw/helpwin.cpp index a507852e1e..cdcaa37628 100644 --- a/src/msw/helpwin.cpp +++ b/src/msw/helpwin.cpp @@ -5,8 +5,8 @@ // Modified by: // Created: 04/01/98 // RCS-ID: $Id$ -// Copyright: (c) Julian Smart and Markus Holzem -// Licence: wxWindows license +// Copyright: (c) Julian Smart +// Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// #ifdef __GNUG__ diff --git a/src/msw/icon.cpp b/src/msw/icon.cpp index 75be5af852..ce393c4258 100644 --- a/src/msw/icon.cpp +++ b/src/msw/icon.cpp @@ -5,8 +5,8 @@ // Modified by: 20.11.99 (VZ): don't derive from wxBitmap any more // Created: 04/01/98 // RCS-ID: $Id$ -// Copyright: (c) Julian Smart and Markus Holzem -// Licence: wxWindows license +// Copyright: (c) Julian Smart +// Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// // ============================================================================ diff --git a/src/msw/imaglist.cpp b/src/msw/imaglist.cpp index 46cb341d12..09c344d1d9 100644 --- a/src/msw/imaglist.cpp +++ b/src/msw/imaglist.cpp @@ -5,8 +5,8 @@ // Modified by: // Created: 04/01/98 // RCS-ID: $Id$ -// Copyright: (c) Julian Smart and Markus Holzem -// Licence: wxWindows license +// Copyright: (c) Julian Smart +// Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// // ============================================================================ diff --git a/src/msw/iniconf.cpp b/src/msw/iniconf.cpp index 7bcce6e8f2..1ab07f3183 100644 --- a/src/msw/iniconf.cpp +++ b/src/msw/iniconf.cpp @@ -6,7 +6,7 @@ // Created: 27.07.98 // RCS-ID: $Id$ // Copyright: (c) 1998 Vadim Zeitlin -// Licence: wxWindows license +// Licence: wxWindows licence /////////////////////////////////////////////////////////////////////////////// #ifdef __GNUG__ diff --git a/src/msw/joystick.cpp b/src/msw/joystick.cpp index 1cfed85842..0d0a0d0751 100644 --- a/src/msw/joystick.cpp +++ b/src/msw/joystick.cpp @@ -5,8 +5,8 @@ // Modified by: // Created: 04/01/98 // RCS-ID: $Id$ -// Copyright: (c) Julian Smart and Markus Holzem -// Licence: wxWindows license +// Copyright: (c) Julian Smart +// Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// #ifdef __GNUG__ diff --git a/src/msw/listbox.cpp b/src/msw/listbox.cpp index 662b86359f..ea6f4cf692 100644 --- a/src/msw/listbox.cpp +++ b/src/msw/listbox.cpp @@ -6,7 +6,7 @@ // Created: // RCS-ID: $Id$ // Copyright: (c) Julian Smart -// Licence: wxWindows license +// Licence: wxWindows licence /////////////////////////////////////////////////////////////////////////////// #ifdef __GNUG__ diff --git a/src/msw/listctrl.cpp b/src/msw/listctrl.cpp index 227cd4616b..e47b10a13d 100644 --- a/src/msw/listctrl.cpp +++ b/src/msw/listctrl.cpp @@ -5,8 +5,8 @@ // Modified by: // Created: 04/01/98 // RCS-ID: $Id$ -// Copyright: (c) Julian Smart and Markus Holzem -// Licence: wxWindows license +// Copyright: (c) Julian Smart +// Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// // ============================================================================ diff --git a/src/msw/main.cpp b/src/msw/main.cpp index 9c99ed611c..a2f18278cf 100644 --- a/src/msw/main.cpp +++ b/src/msw/main.cpp @@ -5,8 +5,8 @@ // Modified by: // Created: 04/01/98 // RCS-ID: $Id$ -// Copyright: (c) Julian Smart and Markus Holzem -// Licence: wxWindows license +// Copyright: (c) Julian Smart +// Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// // ============================================================================ diff --git a/src/msw/mdi.cpp b/src/msw/mdi.cpp index a11484a3ed..92b2fde323 100644 --- a/src/msw/mdi.cpp +++ b/src/msw/mdi.cpp @@ -5,8 +5,8 @@ // Modified by: // Created: 04/01/98 // RCS-ID: $Id$ -// Copyright: (c) Julian Smart and Markus Holzem -// Licence: wxWindows license +// Copyright: (c) Julian Smart +// Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// // =========================================================================== diff --git a/src/msw/menu.cpp b/src/msw/menu.cpp index 6420604cc5..b3005be6cc 100644 --- a/src/msw/menu.cpp +++ b/src/msw/menu.cpp @@ -5,8 +5,8 @@ // Modified by: Vadim Zeitlin // Created: 04/01/98 // RCS-ID: $Id$ -// Copyright: (c) Julian Smart and Markus Holzem -// Licence: wxWindows license +// Copyright: (c) Julian Smart +// Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// // =========================================================================== diff --git a/src/msw/menuitem.cpp b/src/msw/menuitem.cpp index 74a82794de..6efb8e08eb 100644 --- a/src/msw/menuitem.cpp +++ b/src/msw/menuitem.cpp @@ -6,7 +6,7 @@ // Created: 11.11.97 // RCS-ID: $Id$ // Copyright: (c) 1998 Vadim Zeitlin -// Licence: wxWindows license +// Licence: wxWindows licence /////////////////////////////////////////////////////////////////////////////// // =========================================================================== diff --git a/src/msw/metafile.cpp b/src/msw/metafile.cpp index dad3bd1b42..4f46aed04a 100644 --- a/src/msw/metafile.cpp +++ b/src/msw/metafile.cpp @@ -5,8 +5,8 @@ // Modified by: VZ 07.01.00: implemented wxMetaFileDataObject // Created: 04/01/98 // RCS-ID: $Id$ -// Copyright: (c) Julian Smart and Markus Holzem -// Licence: wxWindows license +// Copyright: (c) Julian Smart +// Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// // ============================================================================ diff --git a/src/msw/mimetype.cpp b/src/msw/mimetype.cpp index a453c99079..bc4e634a05 100644 --- a/src/msw/mimetype.cpp +++ b/src/msw/mimetype.cpp @@ -6,7 +6,7 @@ // Created: 23.09.98 // RCS-ID: $Id$ // Copyright: (c) 1998 Vadim Zeitlin -// Licence: wxWindows license (part of wxExtra library) +// Licence: wxWindows licence (part of wxExtra library) ///////////////////////////////////////////////////////////////////////////// #ifdef __GNUG__ diff --git a/src/msw/minifram.cpp b/src/msw/minifram.cpp index e76e9f15de..2b4e637099 100644 --- a/src/msw/minifram.cpp +++ b/src/msw/minifram.cpp @@ -5,8 +5,8 @@ // Modified by: // Created: 04/01/98 // RCS-ID: $Id$ -// Copyright: (c) Julian Smart and Markus Holzem -// Licence: wxWindows license +// Copyright: (c) Julian Smart +// Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// #ifdef __GNUG__ diff --git a/src/msw/msgdlg.cpp b/src/msw/msgdlg.cpp index af52a3d595..aa45cb9181 100644 --- a/src/msw/msgdlg.cpp +++ b/src/msw/msgdlg.cpp @@ -5,8 +5,8 @@ // Modified by: // Created: 04/01/98 // RCS-ID: $Id$ -// Copyright: (c) Julian Smart and Markus Holzem -// Licence: wxWindows license +// Copyright: (c) Julian Smart +// Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// #ifdef __GNUG__ diff --git a/src/msw/nativdlg.cpp b/src/msw/nativdlg.cpp index eac7d80f51..1a6ee40629 100644 --- a/src/msw/nativdlg.cpp +++ b/src/msw/nativdlg.cpp @@ -5,8 +5,8 @@ // Modified by: // Created: 04/01/98 // RCS-ID: $Id$ -// Copyright: (c) Julian Smart and Markus Holzem -// Licence: wxWindows license +// Copyright: (c) Julian Smart +// Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// // =========================================================================== diff --git a/src/msw/notebook.cpp b/src/msw/notebook.cpp index 41bb070524..84c156cb33 100644 --- a/src/msw/notebook.cpp +++ b/src/msw/notebook.cpp @@ -6,7 +6,7 @@ // Created: 11.06.98 // RCS-ID: $Id$ // Copyright: (c) 1998 Vadim Zeitlin -// Licence: wxWindows license +// Licence: wxWindows licence /////////////////////////////////////////////////////////////////////////////// #ifdef __GNUG__ diff --git a/src/msw/ole/access.cpp b/src/msw/ole/access.cpp index d75b8abc43..ea77e722d8 100644 --- a/src/msw/ole/access.cpp +++ b/src/msw/ole/access.cpp @@ -1706,6 +1706,14 @@ void* wxAccessible::GetIAccessibleStd() return NULL; } +// Sends an event when something changes in an accessible object. +void wxAccessible::NotifyEvent(int eventType, wxWindow* window, wxAccObject objectType, + int objectId) +{ + ::NotifyWinEvent((DWORD) eventType, (HWND) window->GetHWND(), + (LONG) objectType, (LONG) objectId); +} + // Utilities // Convert to Windows role diff --git a/src/msw/ole/dataobj.cpp b/src/msw/ole/dataobj.cpp index 6aa1b39762..a4375d010e 100644 --- a/src/msw/ole/dataobj.cpp +++ b/src/msw/ole/dataobj.cpp @@ -6,7 +6,7 @@ // Created: 10.05.98 // RCS-ID: $Id$ // Copyright: (c) 1998 Vadim Zeitlin -// Licence: wxWindows license +// Licence: wxWindows licence /////////////////////////////////////////////////////////////////////////////// // ============================================================================ diff --git a/src/msw/ole/dropsrc.cpp b/src/msw/ole/dropsrc.cpp index fee89b633f..45260de525 100644 --- a/src/msw/ole/dropsrc.cpp +++ b/src/msw/ole/dropsrc.cpp @@ -6,7 +6,7 @@ // Created: 10.05.98 // RCS-ID: $Id$ // Copyright: (c) 1998 Vadim Zeitlin -// Licence: wxWindows license +// Licence: wxWindows licence /////////////////////////////////////////////////////////////////////////////// // ============================================================================ diff --git a/src/msw/ole/droptgt.cpp b/src/msw/ole/droptgt.cpp index c24f6e5ae6..e7982fb237 100644 --- a/src/msw/ole/droptgt.cpp +++ b/src/msw/ole/droptgt.cpp @@ -6,7 +6,7 @@ // Created: // RCS-ID: $Id$ // Copyright: (c) 1998 Vadim Zeitlin -// Licence: wxWindows license +// Licence: wxWindows licence /////////////////////////////////////////////////////////////////////////////// // ============================================================================ diff --git a/src/msw/ole/oleutils.cpp b/src/msw/ole/oleutils.cpp index 6a68095f7d..543c54f9fe 100644 --- a/src/msw/ole/oleutils.cpp +++ b/src/msw/ole/oleutils.cpp @@ -6,7 +6,7 @@ // Created: 19.02.98 // RCS-ID: $Id$ // Copyright: (c) 1998 Vadim Zeitlin -// Licence: wxWindows license +// Licence: wxWindows licence /////////////////////////////////////////////////////////////////////////////// // ============================================================================ diff --git a/src/msw/ole/uuid.cpp b/src/msw/ole/uuid.cpp index f64ae4d358..5d2d8b488f 100644 --- a/src/msw/ole/uuid.cpp +++ b/src/msw/ole/uuid.cpp @@ -6,7 +6,7 @@ // Created: 12.09.96 // RCS-ID: $Id$ // Copyright: (c) 1998 Vadim Zeitlin -// Licence: wxWindows license +// Licence: wxWindows licence /////////////////////////////////////////////////////////////////////////////// // ============================================================================ diff --git a/src/msw/ownerdrw.cpp b/src/msw/ownerdrw.cpp index cc87619eef..d47642669e 100644 --- a/src/msw/ownerdrw.cpp +++ b/src/msw/ownerdrw.cpp @@ -6,7 +6,7 @@ // Created: 13.11.97 // RCS-ID: $Id$ // Copyright: (c) 1998 Vadim Zeitlin -// Licence: wxWindows license +// Licence: wxWindows licence /////////////////////////////////////////////////////////////////////////////// #ifdef __GNUG__ diff --git a/src/msw/palette.cpp b/src/msw/palette.cpp index 159975a963..a7828cb1ef 100644 --- a/src/msw/palette.cpp +++ b/src/msw/palette.cpp @@ -5,8 +5,8 @@ // Modified by: // Created: 04/01/98 // RCS-ID: $Id$ -// Copyright: (c) Julian Smart and Markus Holzem -// Licence: wxWindows license +// Copyright: (c) Julian Smart +// Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// #ifdef __GNUG__ diff --git a/src/msw/pen.cpp b/src/msw/pen.cpp index 993af83b62..a5a30412ad 100644 --- a/src/msw/pen.cpp +++ b/src/msw/pen.cpp @@ -5,8 +5,8 @@ // Modified by: // Created: 04/01/98 // RCS-ID: $Id$ -// Copyright: (c) Julian Smart and Markus Holzem -// Licence: wxWindows license +// Copyright: (c) Julian Smart +// Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// #ifdef __GNUG__ diff --git a/src/msw/penwin.cpp b/src/msw/penwin.cpp index 3545a28bda..fa0a52aa32 100644 --- a/src/msw/penwin.cpp +++ b/src/msw/penwin.cpp @@ -5,8 +5,8 @@ // Modified by: // Created: 04/01/98 // RCS-ID: $Id$ -// Copyright: (c) Julian Smart and Markus Holzem -// Licence: wxWindows license +// Copyright: (c) Julian Smart +// Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// #ifdef __GNUG__ diff --git a/src/msw/popupwin.cpp b/src/msw/popupwin.cpp index 8469ea701d..a9c0676ae3 100644 --- a/src/msw/popupwin.cpp +++ b/src/msw/popupwin.cpp @@ -6,7 +6,7 @@ // Created: 08.05.02 // RCS-ID: $Id$ // Copyright: (c) 2002 Vadim Zeitlin -// License: wxWindows license +// License: wxWindows licence /////////////////////////////////////////////////////////////////////////////// // ============================================================================ diff --git a/src/msw/printdlg.cpp b/src/msw/printdlg.cpp index 712b0d374a..380233da94 100644 --- a/src/msw/printdlg.cpp +++ b/src/msw/printdlg.cpp @@ -5,8 +5,8 @@ // Modified by: // Created: 04/01/98 // RCS-ID: $Id$ -// Copyright: (c) Julian Smart and Markus Holzem -// Licence: wxWindows license +// Copyright: (c) Julian Smart +// Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// // =========================================================================== diff --git a/src/msw/printwin.cpp b/src/msw/printwin.cpp index 0acf3ddba4..5c5279e6f4 100644 --- a/src/msw/printwin.cpp +++ b/src/msw/printwin.cpp @@ -5,8 +5,8 @@ // Modified by: // Created: 04/01/98 // RCS-ID: $Id$ -// Copyright: (c) Julian Smart and Markus Holzem -// Licence: wxWindows license +// Copyright: (c) Julian Smart +// Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// // =========================================================================== diff --git a/src/msw/radiobox.cpp b/src/msw/radiobox.cpp index f5bc5e6c6f..521caa3e09 100644 --- a/src/msw/radiobox.cpp +++ b/src/msw/radiobox.cpp @@ -5,8 +5,8 @@ // Modified by: // Created: 04/01/98 // RCS-ID: $Id$ -// Copyright: (c) Julian Smart and Markus Holzem -// Licence: wxWindows license +// Copyright: (c) Julian Smart +// Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// // =========================================================================== diff --git a/src/msw/radiobut.cpp b/src/msw/radiobut.cpp index d3729c2951..9dd4865998 100644 --- a/src/msw/radiobut.cpp +++ b/src/msw/radiobut.cpp @@ -5,8 +5,8 @@ // Modified by: // Created: 04/01/98 // RCS-ID: $Id$ -// Copyright: (c) Julian Smart and Markus Holzem -// Licence: wxWindows license +// Copyright: (c) Julian Smart +// Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// // ============================================================================ diff --git a/src/msw/regconf.cpp b/src/msw/regconf.cpp index d9c5fd5aae..050ef4646f 100644 --- a/src/msw/regconf.cpp +++ b/src/msw/regconf.cpp @@ -6,7 +6,7 @@ // Created: 27.04.98 // RCS-ID: $Id$ // Copyright: (c) 1998 Vadim Zeitlin -// Licence: wxWindows license +// Licence: wxWindows licence /////////////////////////////////////////////////////////////////////////////// #ifdef __GNUG__ diff --git a/src/msw/region.cpp b/src/msw/region.cpp index 38d3267d44..1e6e76fab0 100644 --- a/src/msw/region.cpp +++ b/src/msw/region.cpp @@ -1,7 +1,7 @@ ///////////////////////////////////////////////////////////////////////////// // Name: msw/region.cpp // Purpose: wxRegion implementation using Win32 API -// Author: Markus Holzem, Vadim Zeitlin +// Author: Vadim Zeitlin // Modified by: // Created: Fri Oct 24 10:46:34 MET 1997 // RCS-ID: $Id$ diff --git a/src/msw/registry.cpp b/src/msw/registry.cpp index 4d3dc28b9b..4dcca6a04a 100644 --- a/src/msw/registry.cpp +++ b/src/msw/registry.cpp @@ -6,7 +6,7 @@ // Created: 03.04.98 // RCS-ID: $Id$ // Copyright: (c) 1998 Vadim Zeitlin -// Licence: wxWindows license +// Licence: wxWindows licence // TODO: - parsing of registry key names // - support of other (than REG_SZ/REG_DWORD) registry types // - add high level functions (RegisterOleServer, ...) diff --git a/src/msw/scrolbar.cpp b/src/msw/scrolbar.cpp index 4823e54f29..cd25307611 100644 --- a/src/msw/scrolbar.cpp +++ b/src/msw/scrolbar.cpp @@ -5,8 +5,8 @@ // Modified by: // Created: 04/01/98 // RCS-ID: $Id$ -// Copyright: (c) Julian Smart and Markus Holzem -// Licence: wxWindows license +// Copyright: (c) Julian Smart +// Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// #ifdef __GNUG__ diff --git a/src/msw/settings.cpp b/src/msw/settings.cpp index a621cc73e2..268cdd874e 100644 --- a/src/msw/settings.cpp +++ b/src/msw/settings.cpp @@ -5,8 +5,8 @@ // Modified by: // Created: 04/01/98 // RCS-ID: $Id$ -// Copyright: (c) Julian Smart and Markus Holzem -// Licence: wxWindows license +// Copyright: (c) Julian Smart +// Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// // ============================================================================ diff --git a/src/msw/slider95.cpp b/src/msw/slider95.cpp index 61eb07927b..d818a6b3a2 100644 --- a/src/msw/slider95.cpp +++ b/src/msw/slider95.cpp @@ -5,8 +5,8 @@ // Modified by: // Created: 04/01/98 // RCS-ID: $Id$ -// Copyright: (c) Julian Smart and Markus Holzem -// Licence: wxWindows license +// Copyright: (c) Julian Smart +// Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// #ifdef __GNUG__ diff --git a/src/msw/slidrmsw.cpp b/src/msw/slidrmsw.cpp index af096e87f3..79bfa0f06f 100644 --- a/src/msw/slidrmsw.cpp +++ b/src/msw/slidrmsw.cpp @@ -5,8 +5,8 @@ // Modified by: // Created: 04/01/98 // RCS-ID: $Id$ -// Copyright: (c) Julian Smart and Markus Holzem -// Licence: wxWindows license +// Copyright: (c) Julian Smart +// Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// #ifdef __GNUG__ diff --git a/src/msw/snglinst.cpp b/src/msw/snglinst.cpp index 1593db9662..bf43276566 100644 --- a/src/msw/snglinst.cpp +++ b/src/msw/snglinst.cpp @@ -7,7 +7,7 @@ // Created: 08.06.01 // RCS-ID: $Id$ // Copyright: (c) 2001 Vadim Zeitlin -// License: wxWindows license +// License: wxWindows licence /////////////////////////////////////////////////////////////////////////////// // ============================================================================ diff --git a/src/msw/spawnbrowser.cpp b/src/msw/spawnbrowser.cpp index 80bb1becd7..04862492e2 100644 --- a/src/msw/spawnbrowser.cpp +++ b/src/msw/spawnbrowser.cpp @@ -6,7 +6,7 @@ // Created: 13.06.01 // RCS-ID: // Copyright: (c) 2001 Jason Quijano -// License: wxWindows license +// License: wxWindows licence /////////////////////////////////////////////////////////////////////////////// // ============================================================================ diff --git a/src/msw/spinbutt.cpp b/src/msw/spinbutt.cpp index 662a102242..f875c29fd9 100644 --- a/src/msw/spinbutt.cpp +++ b/src/msw/spinbutt.cpp @@ -5,8 +5,8 @@ // Modified by: // Created: 04/01/98 // RCS-ID: $Id$ -// Copyright: (c) Julian Smart and Markus Holzem -// Licence: wxWindows license +// Copyright: (c) Julian Smart +// Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// // ============================================================================ diff --git a/src/msw/statbmp.cpp b/src/msw/statbmp.cpp index 52dc1c5bbc..fa803fe344 100644 --- a/src/msw/statbmp.cpp +++ b/src/msw/statbmp.cpp @@ -5,8 +5,8 @@ // Modified by: // Created: 04/01/98 // RCS-ID: $Id$ -// Copyright: (c) Julian Smart and Markus Holzem -// Licence: wxWindows license +// Copyright: (c) Julian Smart +// Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// // =========================================================================== diff --git a/src/msw/statbox.cpp b/src/msw/statbox.cpp index fb017bd219..80c77ce5ce 100644 --- a/src/msw/statbox.cpp +++ b/src/msw/statbox.cpp @@ -5,8 +5,8 @@ // Modified by: // Created: 04/01/98 // RCS-ID: $Id$ -// Copyright: (c) Julian Smart and Markus Holzem -// Licence: wxWindows license +// Copyright: (c) Julian Smart +// Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// // ============================================================================ diff --git a/src/msw/statbr95.cpp b/src/msw/statbr95.cpp index 45d66c2fcf..cab0b401be 100644 --- a/src/msw/statbr95.cpp +++ b/src/msw/statbr95.cpp @@ -6,7 +6,7 @@ // Created: 04.04.98 // RCS-ID: $Id$ // Copyright: (c) 1998 Vadim Zeitlin -// Licence: wxWindows license +// Licence: wxWindows licence /////////////////////////////////////////////////////////////////////////////// #ifdef __GNUG__ diff --git a/src/msw/stattext.cpp b/src/msw/stattext.cpp index e34b055958..0da7ce60b3 100644 --- a/src/msw/stattext.cpp +++ b/src/msw/stattext.cpp @@ -5,8 +5,8 @@ // Modified by: // Created: 04/01/98 // RCS-ID: $Id$ -// Copyright: (c) Julian Smart and Markus Holzem -// Licence: wxWindows license +// Copyright: (c) Julian Smart +// Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// #ifdef __GNUG__ diff --git a/src/msw/tabctrl.cpp b/src/msw/tabctrl.cpp index 128ffff8cc..27278e64c9 100644 --- a/src/msw/tabctrl.cpp +++ b/src/msw/tabctrl.cpp @@ -6,7 +6,7 @@ // Created: 04/01/98 // RCS-ID: $Id$ // Copyright: (c) Julian Smart -// Licence: wxWindows license +// Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// #ifdef __GNUG__ diff --git a/src/msw/tbar95.cpp b/src/msw/tbar95.cpp index b0c059dd89..59747b11a9 100644 --- a/src/msw/tbar95.cpp +++ b/src/msw/tbar95.cpp @@ -5,8 +5,8 @@ // Modified by: // Created: 04/01/98 // RCS-ID: $Id$ -// Copyright: (c) Julian Smart and Markus Holzem -// Licence: wxWindows license +// Copyright: (c) Julian Smart +// Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// // ============================================================================ diff --git a/src/msw/tbarmsw.cpp b/src/msw/tbarmsw.cpp index 92b60a0fa1..d10ddd60a8 100644 --- a/src/msw/tbarmsw.cpp +++ b/src/msw/tbarmsw.cpp @@ -5,8 +5,8 @@ // Modified by: 13.12.99 by VZ during toolbar classes reorganization // Created: 04/01/98 // RCS-ID: $Id$ -// Copyright: (c) Julian Smart and Markus Holzem -// Licence: wxWindows license +// Copyright: (c) Julian Smart +// Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// // ============================================================================ diff --git a/src/msw/textctrl.cpp b/src/msw/textctrl.cpp index 4d90bd0d72..53f74e07fd 100644 --- a/src/msw/textctrl.cpp +++ b/src/msw/textctrl.cpp @@ -5,8 +5,8 @@ // Modified by: // Created: 04/01/98 // RCS-ID: $Id$ -// Copyright: (c) Julian Smart and Markus Holzem -// Licence: wxWindows license +// Copyright: (c) Julian Smart +// Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// // ============================================================================ diff --git a/src/msw/timer.cpp b/src/msw/timer.cpp index b339a8f040..0fe07b64a3 100644 --- a/src/msw/timer.cpp +++ b/src/msw/timer.cpp @@ -5,8 +5,8 @@ // Modified by: // Created: 04/01/98 // RCS-ID: $Id$ -// Copyright: (c) Julian Smart and Markus Holzem -// Licence: wxWindows license +// Copyright: (c) Julian Smart +// Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// #ifdef __GNUG__ diff --git a/src/msw/tooltip.cpp b/src/msw/tooltip.cpp index 78b93e424c..f42840e457 100644 --- a/src/msw/tooltip.cpp +++ b/src/msw/tooltip.cpp @@ -6,7 +6,7 @@ // Created: 31.01.99 // RCS-ID: $Id$ // Copyright: (c) 1999 Vadim Zeitlin -// Licence: wxWindows license +// Licence: wxWindows licence /////////////////////////////////////////////////////////////////////////////// // ============================================================================ diff --git a/src/msw/toplevel.cpp b/src/msw/toplevel.cpp index 7e827494bd..82ed98594b 100644 --- a/src/msw/toplevel.cpp +++ b/src/msw/toplevel.cpp @@ -6,7 +6,7 @@ // Created: 24.09.01 // RCS-ID: $Id$ // Copyright: (c) 2001 SciTech Software, Inc. (www.scitechsoft.com) -// License: wxWindows license +// License: wxWindows licence /////////////////////////////////////////////////////////////////////////////// // ============================================================================ diff --git a/src/msw/utils.cpp b/src/msw/utils.cpp index 2b1fc04bb0..30e41428af 100644 --- a/src/msw/utils.cpp +++ b/src/msw/utils.cpp @@ -5,8 +5,8 @@ // Modified by: // Created: 04/01/98 // RCS-ID: $Id$ -// Copyright: (c) Julian Smart and Markus Holzem -// Licence: wxWindows license +// Copyright: (c) Julian Smart +// Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// // ============================================================================ diff --git a/src/msw/utilsexc.cpp b/src/msw/utilsexc.cpp index 3fb6d493fe..17eac58b19 100644 --- a/src/msw/utilsexc.cpp +++ b/src/msw/utilsexc.cpp @@ -6,7 +6,7 @@ // Created: 04/01/98 // RCS-ID: $Id$ // Copyright: (c) 1998-2002 wxWindows dev team -// Licence: wxWindows license +// Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// // ============================================================================ diff --git a/src/msw/volume.cpp b/src/msw/volume.cpp index 628dc4e66c..6b90beabb3 100644 --- a/src/msw/volume.cpp +++ b/src/msw/volume.cpp @@ -6,7 +6,7 @@ // Created: 28 Jan 02 // RCS-ID: $Id$ // Copyright: (c) 2002 George Policello -// Licence: wxWindows license +// Licence: wxWindows licence /////////////////////////////////////////////////////////////////////////////// // ============================================================================ diff --git a/src/msw/wave.cpp b/src/msw/wave.cpp index 52e5ebfe56..abb89060fb 100644 --- a/src/msw/wave.cpp +++ b/src/msw/wave.cpp @@ -5,8 +5,8 @@ // Modified by: // Created: 04/01/98 // RCS-ID: $Id$ -// Copyright: (c) Julian Smart and Markus Holzem -// Licence: wxWindows license +// Copyright: (c) Julian Smart +// Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// #ifdef __GNUG__ diff --git a/src/msw/wince/dummy.cpp b/src/msw/wince/dummy.cpp index 0f359418db..da6a612412 100644 --- a/src/msw/wince/dummy.cpp +++ b/src/msw/wince/dummy.cpp @@ -6,7 +6,7 @@ // Created: 08/11/2002 // RCS-ID: // Copyright: (c) KOAN SAS ( www.koansoftware.com ) -// Licence: wxWindows license +// Licence: wxWindows licence /////////////////////////////////////////////////////////////////////////////// /* A dummy file to include wx.h. If precompiling wx.h, I diff --git a/src/msw/wince/main.cpp b/src/msw/wince/main.cpp index 86c820aa38..7cd925dd80 100644 --- a/src/msw/wince/main.cpp +++ b/src/msw/wince/main.cpp @@ -6,7 +6,7 @@ // Created: 08/11/2002 // RCS-ID: // Copyright: (c) KOAN SAS ( www.koansoftware.com ) -// Licence: wxWindows license +// Licence: wxWindows licence /////////////////////////////////////////////////////////////////////////////// diff --git a/src/msw/wince/wxbase.cpp b/src/msw/wince/wxbase.cpp index 904d88eb51..c2e4eb1635 100644 --- a/src/msw/wince/wxbase.cpp +++ b/src/msw/wince/wxbase.cpp @@ -6,7 +6,7 @@ // Created: 05/12/2002 // RCS-ID: // Copyright: (c) KOAN SAS ( www.koansoftware.com ) -// Licence: wxWindows license +// Licence: wxWindows licence /////////////////////////////////////////////////////////////////////////////// // For compilers that support precompilation, includes "wx.h". diff --git a/src/msw/wince/wxwince.cpp b/src/msw/wince/wxwince.cpp index 9b44e62578..8ef99b82f5 100644 --- a/src/msw/wince/wxwince.cpp +++ b/src/msw/wince/wxwince.cpp @@ -6,7 +6,7 @@ // Created: 08/11/2002 // RCS-ID: // Copyright: (c) KOAN SAS ( www.koansoftware.com ) -// Licence: wxWindows license +// Licence: wxWindows licence /////////////////////////////////////////////////////////////////////////////// // For compilers that support precompilation, includes "wx.h". diff --git a/src/msw/window.cpp b/src/msw/window.cpp index 5e72624091..d097ef44cc 100644 --- a/src/msw/window.cpp +++ b/src/msw/window.cpp @@ -5,8 +5,8 @@ // Modified by: VZ on 13.05.99: no more Default(), MSWOnXXX() reorganisation // Created: 04/01/98 // RCS-ID: $Id$ -// Copyright: (c) Julian Smart and Markus Holzem -// Licence: wxWindows license +// Copyright: (c) Julian Smart +// Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// // =========================================================================== -- 2.45.2