]> git.saurik.com Git - wxWidgets.git/commitdiff
Added licence/copyright information
authorJulian Smart <julian@anthemion.co.uk>
Wed, 4 May 2005 18:57:50 +0000 (18:57 +0000)
committerJulian Smart <julian@anthemion.co.uk>
Wed, 4 May 2005 18:57:50 +0000 (18:57 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33948 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

112 files changed:
contrib/include/wx/deprecated/expr.h
contrib/include/wx/deprecated/wxexpr.h
contrib/src/deprecated/cwlex_yy.c
contrib/src/deprecated/cwy_tab.c
contrib/src/deprecated/doslex.c
contrib/src/deprecated/dosyacc.c
contrib/src/deprecated/lexer.l
contrib/src/deprecated/parser.y
include/wx/brush.h
include/wx/choicdlg.h
include/wx/colour.h
include/wx/config.h
include/wx/cppunit.h
include/wx/cursor.h
include/wx/dcclient.h
include/wx/dcmemory.h
include/wx/dcprint.h
include/wx/dcps.h
include/wx/dcscreen.h
include/wx/dde.h
include/wx/defs.h
include/wx/dirctrl.h
include/wx/dirdlg.h
include/wx/docmdi.h
include/wx/docview.h
include/wx/dragimag.h
include/wx/gdicmn.h
include/wx/gdiobj.h
include/wx/generic/colrdlgg.h
include/wx/generic/fontdlgg.h
include/wx/generic/panelg.h
include/wx/generic/printps.h
include/wx/generic/prntdlgg.h
include/wx/generic/splash.h
include/wx/generic/tabg.h
include/wx/glcanvas.h
include/wx/grid.h
include/wx/gsocket.h
include/wx/gtk/accel.h
include/wx/gtk1/accel.h
include/wx/hash.h
include/wx/help.h
include/wx/helpwin.h
include/wx/html/htmprint.h
include/wx/icon.h
include/wx/imaglist.h
include/wx/laywin.h
include/wx/mac/carbon/gsockmac.h
include/wx/mac/classic/gsockmac.h
include/wx/mac/gsockmac.h
include/wx/math.h
include/wx/mdi.h
include/wx/memtext.h
include/wx/minifram.h
include/wx/msgdlg.h
include/wx/msgout.h
include/wx/msw/gccpriv.h
include/wx/msw/gsockmsw.h
include/wx/msw/wx.rc
include/wx/notebook.h
include/wx/numdlg.h
include/wx/palette.h
include/wx/panel.h
include/wx/pen.h
include/wx/platform.h
include/wx/print.h
include/wx/printdlg.h
include/wx/progdlg.h
include/wx/propdlg.h
include/wx/radiobox.h
include/wx/radiobut.h
include/wx/region.h
include/wx/sashwin.h
include/wx/scrolbar.h
include/wx/setup_inc.h
include/wx/setup_redirect.h
include/wx/slider.h
include/wx/splash.h
include/wx/splitter.h
include/wx/statbox.h
include/wx/stattext.h
include/wx/statusbr.h
include/wx/stopwatch.h
include/wx/tab.h
include/wx/tabctrl.h
include/wx/taskbar.h
include/wx/textbuf.h
include/wx/textctrl.h
include/wx/tglbtn.h
include/wx/timer.h
include/wx/toolbar.h
include/wx/tooltip.h
include/wx/treectrl.h
include/wx/unix/gsockunx.h
include/wx/unix/joystick.h
include/wx/uri.h
include/wx/valgen.h
include/wx/variant.h
include/wx/vms_x_fix.h
include/wx/window.h
include/wx/wx.h
include/wx/wx_cw_cm.h
include/wx/wxchar.h
include/wx/wxprec.h
include/wx/xpmhand.h
src/common/glob.inc
src/common/imagfill.cpp
src/mac/carbon/gsocket.cpp
src/mac/carbon/gsockosx.cpp
src/msw/gsocket.cpp
src/msw/gsockmsw.cpp
src/unix/gsocket.cpp

index 57777f96d1db899d6b091937242f78beb759e2e0..92239242d1dea8db63408879964c32c760b57d5b 100644 (file)
@@ -5,7 +5,7 @@
 // Modified by:
 // Created:     01/02/97
 // RCS-ID:      $Id$
-// Copyright:   (c)
+// Copyright:   (c) Julian Smart
 // Licence:     wxWindows licence
 ////////////////////////////////////////////////////////////////////////// */
 
index 12b0167dc785728965a9baabf0759563a66aa2aa..817d721f0ec6f85ed03061fdd3986b62aa2913d4 100644 (file)
@@ -5,7 +5,7 @@
 // Modified by:
 // Created:     01/02/97
 // RCS-ID:      $Id$
-// Copyright:   (c)
+// Copyright:   (c) Julian Smart
 // Licence:     wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
 
index 3f675628968ed3478ec0469b4f1302a3fd50635a..18464795f74a72951fe08af4f4b1ea05541376e9 100644 (file)
@@ -1,4 +1,6 @@
 /* A lexical scanner generated by flex */
+/* Copyright: (c) Julian Smart */
+/* Licence:   wxWindows Licence */
 
 /* scanner skeleton version:
  * $Header$
index a03dc235eef4a667da388ce8744d899c8dcfae17..c3ce96131396cebb38babfc5b250a3b7362e4c1e 100644 (file)
@@ -1,3 +1,6 @@
+/* Copyright: (c) Julian Smart */
+/* Licence:   wxWindows Licence */
+
 #ifndef lint
 static char yysccsid[] = "@(#)yaccpar     1.7 (Berkeley) 09/09/90";
 #endif
index 2be69c9bd5aec9da57afe1e12ac5b9007cc357ea..d63b9b2590f76d0d2bcfe197f8b008f7b08dc51d 100644 (file)
@@ -4,6 +4,8 @@
  * $Header$
        Last change:  JS   13 Jul 97    6:17 pm
  */
+/* Copyright: (c) Julian Smart */
+/* Licence:   wxWindows Licence */
 
 #define FLEX_SCANNER
 
index 201fabc7c9b7cd4e2cebf4df1e2e600ed6afc54e..e7a33d4a3eab81c14d1e7397dd76f6bb0ac164a4 100644 (file)
@@ -1,3 +1,5 @@
+/* Copyright: (c) Julian Smart */
+/* Licence:   wxWindows Licence */
 /* include platform.h first to get __WIN32__ definition */
 #include "wx/platform.h"
 #include "wx/setup.h"
index 0b6da15c985045a165d20fec37a3d1954547c7d4..3b0c75f0b446e08fd57b3ab58fb1f769660c87ad 100644 (file)
@@ -10,6 +10,8 @@ WORDCHAR      [^'\\]
  * File:         lexer.l
  * Description:  Lexical analyser for PROLOGIO; can be used with
  *               either lex and flex.
+ * Copyright:    (c) Julian Smart
+ * Licence:      wxWindows Licence
  */
 #include <string.h>
 #include <unistd.h>
index 98084434173169e0ab9dd6812967dba74d9c7eab..91e3b95320a4f845ab2b773f36128f40da06f7b6 100644 (file)
@@ -1,4 +1,6 @@
 /* Version: $Id$ */
+/* Copyright:    (c) Julian Smart */
+/* Licence:      wxWindows Licence */
  %{
 #include "wx/setup.h"
 #include <string.h>
index 06e9290a89182e614410ed24120897cd10ab3f10..9d01935be2f7ad68abc7504617104b76bfc28d88 100644 (file)
@@ -1,3 +1,14 @@
+/////////////////////////////////////////////////////////////////////////////
+// Name:        wx/brush.h
+// Purpose:     Includes platform-specific wxBrush file
+// Author:      Julian Smart
+// Modified by:
+// Created:
+// RCS-ID:      $Id$
+// Copyright:   Julian Smart
+// Licence:     wxWindows Licence
+/////////////////////////////////////////////////////////////////////////////
+
 #ifndef _WX_BRUSH_H_BASE_
 #define _WX_BRUSH_H_BASE_
 
index daa7b778809ee6697c278eb2373fc2a3c96a4302..29802b5965612a17b61a7f21de9cfbdf3c16ce77 100644 (file)
@@ -1,3 +1,14 @@
+/////////////////////////////////////////////////////////////////////////////
+// Name:        wx/choicdgg.h
+// Purpose:     Includes generic choice dialog file
+// Author:      Julian Smart
+// Modified by:
+// Created:
+// RCS-ID:      $Id$
+// Copyright:   Julian Smart
+// Licence:     wxWindows licence
+/////////////////////////////////////////////////////////////////////////////
+
 #ifndef _WX_CHOICDLG_H_BASE_
 #define _WX_CHOICDLG_H_BASE_
 
index da566b2dc739fd405cdfb5de9ed4da1a168e2550..d5fc5d500e66a9cb2cc0693be04a5c0d4a7a91a4 100644 (file)
@@ -1,3 +1,14 @@
+/////////////////////////////////////////////////////////////////////////////
+// Name:        wx/colour.h
+// Purpose:     Includes platform-specific wxColour file
+// Author:      Julian Smart
+// Modified by:
+// Created:
+// RCS-ID:      $Id$
+// Copyright:   Julian Smart
+// Licence:     wxWindows licence
+/////////////////////////////////////////////////////////////////////////////
+
 #ifndef _WX_COLOUR_H_BASE_
 #define _WX_COLOUR_H_BASE_
 
index 2028c217ae935773c21eaa173f42c2d9962558cb..2cd571dae6d48ebecab54174cb47aa5f68f649e2 100644 (file)
@@ -1,10 +1,10 @@
 /////////////////////////////////////////////////////////////////////////////
 // Name:        config.h
 // Purpose:     wxConfig base header
-// Author:      wxWidgets Team
+// Author:      Julian Smart
 // Modified by:
 // Created:
-// Copyright:   (c) wxWidgets Team
+// Copyright:   (c) Julian Smart
 // RCS-ID:      $Id$
 // Licence:     wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
index 756ecfa1185ce6484905ca037a96a679ea3a1d5c..b7848534a3d5f652edccb241270ebf04ed67dbc6 100644 (file)
@@ -5,6 +5,7 @@
 // Created:     15.02.04
 // RCS-ID:      $Id$
 // Copyright:   (c) 2004 Vadim Zeitlin
+// Licence:     wxWindows Licence
 /////////////////////////////////////////////////////////////////////////////
 
 #ifndef _WX_CPPUNIT_H_
index 4eb52242a997e2059f4695db1e38cc3f2e91c8ba..651afd5a0940e0df46d343d5cc86995091cd89e7 100644 (file)
@@ -1,3 +1,14 @@
+/////////////////////////////////////////////////////////////////////////////
+// Name:        wx/cursor.h
+// Purpose:     wxCursor base header
+// Author:      Julian Smart
+// Modified by:
+// Created:
+// Copyright:   (c) Julian Smart
+// RCS-ID:      $Id$
+// Licence:     wxWindows Licence
+/////////////////////////////////////////////////////////////////////////////
+
 #ifndef _WX_CURSOR_H_BASE_
 #define _WX_CURSOR_H_BASE_
 
index e5124c207f27d9b95a2ceb1d818aaa0fee263f30..7ae8709ba22e5aebdb7641d53cbaac908df88636 100644 (file)
@@ -1,3 +1,14 @@
+/////////////////////////////////////////////////////////////////////////////
+// Name:        wx/dcclient.h
+// Purpose:     wxClientDC base header
+// Author:      Julian Smart
+// Modified by:
+// Created:
+// Copyright:   (c) Julian Smart
+// RCS-ID:      $Id$
+// Licence:     wxWindows Licence
+/////////////////////////////////////////////////////////////////////////////
+
 #ifndef _WX_DCCLIENT_H_BASE_
 #define _WX_DCCLIENT_H_BASE_
 
index 80d3c7f5debc68700a549b2b55d7544716e153ee..f8e3f95bc3a726a69a6dd29ac19c74a922f0dac3 100644 (file)
@@ -1,3 +1,14 @@
+/////////////////////////////////////////////////////////////////////////////
+// Name:        wx/dcmemory.h
+// Purpose:     wxMemoryDC base header
+// Author:      Julian Smart
+// Modified by:
+// Created:
+// Copyright:   (c) Julian Smart
+// RCS-ID:      $Id$
+// Licence:     wxWindows Licence
+/////////////////////////////////////////////////////////////////////////////
+
 #ifndef _WX_DCMEMORY_H_BASE_
 #define _WX_DCMEMORY_H_BASE_
 
index 12792fd553639b7123390d90e8449f7f559d3a66..8f976472f2455e9196dbdc96390d2e6d9603f2b8 100644 (file)
@@ -1,3 +1,14 @@
+/////////////////////////////////////////////////////////////////////////////
+// Name:        wx/dcprint.h
+// Purpose:     wxPrinterDC base header
+// Author:      Julian Smart
+// Modified by:
+// Created:
+// Copyright:   (c) Julian Smart
+// RCS-ID:      $Id$
+// Licence:     wxWindows Licence
+/////////////////////////////////////////////////////////////////////////////
+
 #ifndef _WX_DCPRINT_H_BASE_
 #define _WX_DCPRINT_H_BASE_
 
index 6c146675cb4c1e833b35e7e080fe02e8b8fe44e2..3a12299f73c6fe1e1f81e3ff2ff23dc68f55ff45 100644 (file)
@@ -1,3 +1,14 @@
+/////////////////////////////////////////////////////////////////////////////
+// Name:        wx/dcps.h
+// Purpose:     wxPostScriptDC base header
+// Author:      Julian Smart
+// Modified by:
+// Created:
+// Copyright:   (c) Julian Smart
+// RCS-ID:      $Id$
+// Licence:     wxWindows Licence
+/////////////////////////////////////////////////////////////////////////////
+
 #ifndef _WX_DCPS_H_BASE_
 #define _WX_DCPS_H_BASE_
 
index 97fe316b8d77cc14ef6b5c4f169a8f322e693174..6b25147b50932e35b6e5beacac14194b7946c281 100644 (file)
@@ -1,3 +1,14 @@
+/////////////////////////////////////////////////////////////////////////////
+// Name:        wx/dcscreen.h
+// Purpose:     wxScreenDC base header
+// Author:      Julian Smart
+// Modified by:
+// Created:
+// Copyright:   (c) Julian Smart
+// RCS-ID:      $Id$
+// Licence:     wxWindows Licence
+/////////////////////////////////////////////////////////////////////////////
+
 #ifndef _WX_DCSCREEN_H_BASE_
 #define _WX_DCSCREEN_H_BASE_
 
index 0f8ebbfe15321d23b47f247761cbe234c188fb2d..3cd44336430e8ed03b0b01454a539017bc84d6b9 100644 (file)
@@ -1,3 +1,14 @@
+/////////////////////////////////////////////////////////////////////////////
+// Name:        wx/dde.h
+// Purpose:     DDE base header
+// Author:      Julian Smart
+// Modified by:
+// Created:
+// Copyright:   (c) Julian Smart
+// RCS-ID:      $Id$
+// Licence:     wxWindows Licence
+/////////////////////////////////////////////////////////////////////////////
+
 #ifndef _WX_DDE_H_BASE_
 #define _WX_DDE_H_BASE_
 
index 43a993e20ac306bf782163b1fa242a8e2b5a8dca..79f795e0ade11a40d13a51e5856d3d6c6a03ef1d 100644 (file)
@@ -5,7 +5,7 @@
 *  Modified by: Ryan Norton (Converted to C)
 *  Created:     01/02/97
 *  RCS-ID:      $Id$
-*  Copyright:   (c)
+*  Copyright:   (c) Julian Smart
 *  Licence:     wxWindows licence
 */
 
index 6fe73a80b88bd32bb9d932829ad179789802c4bb..8e6ad71c2545d889dee6d432eacdd5d2f600a460 100644 (file)
@@ -1,3 +1,14 @@
+/////////////////////////////////////////////////////////////////////////////
+// Name:        wx/dirctrl.h
+// Purpose:     Directory control base header
+// Author:      Julian Smart
+// Modified by:
+// Created:
+// Copyright:   (c) Julian Smart
+// RCS-ID:      $Id$
+// Licence:     wxWindows Licence
+/////////////////////////////////////////////////////////////////////////////
+
 #ifndef _WX_DIRCTRL_H_BASE_
 #define _WX_DIRCTRL_H_BASE_
 
index 78d21ae1cdb708080f29e77adcb2ae670266c881..0752c5e97224c0061bc47fe7f908f075f234ed4a 100644 (file)
@@ -1,3 +1,14 @@
+/////////////////////////////////////////////////////////////////////////////
+// Name:        wx/dirdlg.h
+// Purpose:     wxDirDialog base class
+// Author:      Robert Roebling
+// Modified by:
+// Created:
+// Copyright:   (c) Robert Roebling
+// RCS-ID:      $Id$
+// Licence:     wxWindows Licence
+/////////////////////////////////////////////////////////////////////////////
+
 #ifndef _WX_DIRDLG_H_BASE_
 #define _WX_DIRDLG_H_BASE_
 
index 6f7db58da565e5815c4fb4b849e5f49982bfda47..f82194c1996ecea66810550ff597d783f407c0b4 100644 (file)
@@ -5,7 +5,7 @@
 // Modified by:
 // Created:     01/02/97
 // RCS-ID:      $Id$
-// Copyright:   (c)
+// Copyright:   (c) Julian Smart
 // Licence:     wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
 
index 00c2fb976bb5e7b59c5fde7e509b41cadd4f477b..381dd1ac1a3027c79aba33bd798ba4a34a672db6 100644 (file)
@@ -5,7 +5,7 @@
 // Modified by:
 // Created:     01/02/97
 // RCS-ID:      $Id$
-// Copyright:   (c)
+// Copyright:   (c) Julian Smart
 // Licence:     wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
 
index 2563a895fd1be1eacf8731fd480f2efd7f2a923c..a53feb05db076837f36aff84170e7f8000e228d5 100644 (file)
@@ -1,3 +1,14 @@
+/////////////////////////////////////////////////////////////////////////////
+// Name:        wx/dragimag.h
+// Purpose:     wxDragImage base header
+// Author:      Julian Smart
+// Modified by:
+// Created:
+// Copyright:   (c) Julian Smart
+// RCS-ID:      $Id$
+// Licence:     wxWindows Licence
+/////////////////////////////////////////////////////////////////////////////
+
 #ifndef _WX_DRAGIMAG_H_BASE_
 #define _WX_DRAGIMAG_H_BASE_
 
index ec1704e5c01e265d729d191308e08ccd7123c940..f04d644dbadc1dca8eade411a4c0a5687abba20c 100644 (file)
@@ -5,7 +5,7 @@
 // Modified by:
 // Created:     01/02/97
 // RCS-ID:      $Id$
-// Copyright:   (c)
+// Copyright:   (c) Julian Smart
 // Licence:     wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
 
index d7f5d46377208af18204cb8102adc4a14dcb7e80..9460592e6034836a530a99c23e12066b2d16cf85 100644 (file)
@@ -1,3 +1,14 @@
+/////////////////////////////////////////////////////////////////////////////
+// Name:        wx/gdiobj.h
+// Purpose:     wxGDIObject base header
+// Author:      Julian Smart
+// Modified by:
+// Created:
+// Copyright:   (c) Julian Smart
+// RCS-ID:      $Id$
+// Licence:     wxWindows Licence
+/////////////////////////////////////////////////////////////////////////////
+
 #ifndef _WX_GDIOBJ_H_BASE_
 #define _WX_GDIOBJ_H_BASE_
 
index 8e80019d78b127fb61ee62b9e6719277f7338666..d9a7a369988efa7cb1fe338238f87f2517570c98 100644 (file)
@@ -5,7 +5,7 @@
 // Modified by:
 // Created:     01/02/97
 // RCS-ID:      $Id$
-// Copyright:   (c)
+// Copyright:   (c) Julian Smart
 // Licence:     wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
 
index f15539ddef717a733cd5b058073f66fb10711ca5..17dc833a2f8d9a294bf6cc2403afdb39ce35541c 100644 (file)
@@ -5,7 +5,7 @@
 // Modified by:
 // Created:     01/02/97
 // RCS-ID:      $Id$
-// Copyright:   (c)
+// Copyright:   (c) Julian Smart
 // Licence:     wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
 
index 3175d0bb3455d253e3c37827ff16dd459b861858..dba4981564e37213e8dea8cbb061a3f4c26676ca 100644 (file)
@@ -5,7 +5,7 @@
 // Modified by:
 // Created:     01/02/97
 // RCS-ID:      $Id$
-// Copyright:   (c)
+// Copyright:   (c) Julian Smart
 // Licence:     wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
 
index b0446273406db4ebb3d51e537b2c41938789dbfe..817cd4c1eb7b36cc67ba49b5bdbee84e3ef22025 100644 (file)
@@ -6,7 +6,7 @@
 // Modified by:
 // Created:     01/02/97
 // RCS-ID:      $Id$
-// Copyright:   (c)
+// Copyright:   (c) Julian Smart
 // Licence:     wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
 
index 70ce01a6d0478b970cce6cd70c1835c4f9db0d86..58326a231db23de5996692bf479edb01d6f25be9 100644 (file)
@@ -6,7 +6,7 @@
 // Modified by:
 // Created:     01/02/97
 // RCS-ID:      $Id$
-// Copyright:   (c)
+// Copyright:   (c) Julian Smart
 // Licence:     wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
 
index c073c5243632d1e8f8aaa1c82300dd944fdac9fd..e2bfe4c871efae5385eb99c12602e739f201617c 100644 (file)
@@ -6,7 +6,7 @@
 // Created:     28/6/2000
 // RCS-ID:      $Id$
 // Copyright:   (c) Julian Smart
-// Licence:
+// Licence:     wxWindows Licence
 /////////////////////////////////////////////////////////////////////////////
 
 #if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
index 2badfdbc2ff13fad271cc0281e6b9d2dc98f82d3..6825b4226db5220c505940e2b53069bff2514fb2 100644 (file)
@@ -5,7 +5,7 @@
 // Modified by:
 // Created:     01/02/97
 // RCS-ID:      $Id$
-// Copyright:   (c)
+// Copyright:   (c) Julian Smart
 // Licence:     wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
 
index 815633ff7cd78bc1c4808314abe1915ac8722067..607c41232b87a23aff55134e760ce5ff5f57e1f9 100644 (file)
@@ -1,3 +1,14 @@
+/////////////////////////////////////////////////////////////////////////////
+// Name:        wx/glcanvas.h
+// Purpose:     wxGLCanvas base header
+// Author:      Julian Smart
+// Modified by:
+// Created:
+// Copyright:   (c) Julian Smart
+// RCS-ID:      $Id$
+// Licence:     wxWindows licence
+/////////////////////////////////////////////////////////////////////////////
+
 #ifndef _WX_GLCANVAS_H_BASE_
 #define _WX_GLCANVAS_H_BASE_
 
index c6f4fc5dc803591acecb08ebd6b3694d16c6e2b7..9ebf58ce5040badbea52c5c2c76714cd8c70bfe4 100644 (file)
@@ -1,3 +1,14 @@
+/////////////////////////////////////////////////////////////////////////////
+// Name:        wx/grid.h
+// Purpose:     wxGrid base header
+// Author:      Julian Smart
+// Modified by:
+// Created:
+// Copyright:   (c) Julian Smart
+// RCS-ID:      $Id$
+// Licence:     wxWindows licence
+/////////////////////////////////////////////////////////////////////////////
+
 #ifndef _WX_GRID_H_BASE_
 #define _WX_GRID_H_BASE_
 
index 009804091ef1ee77579db84c2ee09c9cb0b98fbb..ffd70673d67ef5a08815b662a4ec832e6fc9121b 100644 (file)
@@ -1,10 +1,12 @@
 /* -------------------------------------------------------------------------
- * Project: GSocket (Generic Socket)
- * Name:    gsocket.h
- * Author:  Guilhem Lavaux
- *          Guillermo Rodriguez Garcia <guille@iies.es> (maintainer)
- * Purpose: GSocket include file (system independent)
- * CVSID:   $Id$
+ * Project:     GSocket (Generic Socket)
+ * Name:        gsocket.h
+ * Author:      Guilhem Lavaux
+ *              Guillermo Rodriguez Garcia <guille@iies.es> (maintainer)
+ * Copyright:   (c) Guilhem Lavaux
+ * Licence:     wxWindows Licence
+ * Purpose:     GSocket include file (system independent)
+ * CVSID:       $Id$
  * -------------------------------------------------------------------------
  */
 
index d151f42a7ac2d12f907528c32e0bcb081bfce947..035a0fd38ced98eb16c34be8424e026c09ada02a 100644 (file)
@@ -1,3 +1,14 @@
+/////////////////////////////////////////////////////////////////////////////
+// Name:        wx/gtk/accel.h
+// Purpose:     wxAcceleratorTable redirection file
+// Author:      Julian Smart
+// Modified by:
+// Created:
+// Copyright:   (c) Julian Smart
+// RCS-ID:      $Id$
+// Licence:     wxWindows licence
+/////////////////////////////////////////////////////////////////////////////
+
 // VZ: keeping the old file just in case we're going to have a native GTK+
 // wxAcceleratorTable implementation one day, but for now use the generic
 // version
index d151f42a7ac2d12f907528c32e0bcb081bfce947..035a0fd38ced98eb16c34be8424e026c09ada02a 100644 (file)
@@ -1,3 +1,14 @@
+/////////////////////////////////////////////////////////////////////////////
+// Name:        wx/gtk/accel.h
+// Purpose:     wxAcceleratorTable redirection file
+// Author:      Julian Smart
+// Modified by:
+// Created:
+// Copyright:   (c) Julian Smart
+// RCS-ID:      $Id$
+// Licence:     wxWindows licence
+/////////////////////////////////////////////////////////////////////////////
+
 // VZ: keeping the old file just in case we're going to have a native GTK+
 // wxAcceleratorTable implementation one day, but for now use the generic
 // version
index 247a844637e17be3e90fd919ad516f6c64137ec6..704e42101af9483af1a6e9e0a5fe907036329063 100644 (file)
@@ -5,7 +5,7 @@
 // Modified by: VZ at 25.02.00: type safe hashes with WX_DECLARE_HASH()
 // Created:     01/02/97
 // RCS-ID:      $Id$
-// Copyright:   (c)
+// Copyright:   (c) Julian Smart
 // Licence:     wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
 
index 6cef56c5e2fff0e3832917758a1ef25b2fb0d377..2bbf133418174bd63b2240b941703e0a2c73bd3b 100644 (file)
@@ -4,7 +4,7 @@
 // Author:      wxWidgets Team
 // Modified by:
 // Created:
-// Copyright:   (c) wxWidgets Team
+// Copyright:   (c) Julian Smart
 // RCS-ID:      $Id$
 // Licence:     wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
index a5b207bb5ac6e788f016a11095d2fc4d1b03d71f..b6f3500fc8d8c7643d832060ea1f0bcb999f2f7c 100644 (file)
@@ -1,3 +1,14 @@
+/////////////////////////////////////////////////////////////////////////////
+// Name:        helpwin.h
+// Purpose:     Includes Windows or OS/2 help
+// Author:      Julian Smart
+// Modified by:
+// Created:
+// RCS-ID:      $Id$
+// Copyright:   (c) Julian Smart
+// Licence:     wxWindows licence
+/////////////////////////////////////////////////////////////////////////////
+
 #ifndef _WX_HELPWIN_H_BASE_
 #define _WX_HELPWIN_H_BASE_
 
index df90a47dce40aa01c73d90063606620028f62979..7c80088e5ecdb47992d77efe6ac226763d474c3f 100644 (file)
@@ -4,7 +4,7 @@
 // Author:      Vaclav Slavik
 // Created:     25/09/99
 // RCS-ID:      $Id$
-// Copyright:   (c)
+// Copyright:   (c) Vaclav Slavik
 // Licence:     wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
 
index 4b7218e15865c9ae308b7ce74cf057d022298322..4bccbc43d95c56c6d455a2bfa998b315b54ae0b3 100644 (file)
@@ -1,3 +1,14 @@
+/////////////////////////////////////////////////////////////////////////////
+// Name:        wx/icon.h
+// Purpose:     wxIcon base header
+// Author:      Julian Smart
+// Modified by:
+// Created:
+// Copyright:   (c) Julian Smart
+// RCS-ID:      $Id$
+// Licence:     wxWindows licence
+/////////////////////////////////////////////////////////////////////////////
+
 #ifndef _WX_ICON_H_BASE_
 #define _WX_ICON_H_BASE_
 
index 623585d56efa44be9b3fac8d6087e957d7903660..1b2c2c4cc28dd82828c90b96dc39c82a79c99c50 100644 (file)
@@ -1,3 +1,14 @@
+/////////////////////////////////////////////////////////////////////////////
+// Name:        wx/imaglist.h
+// Purpose:     wxImageList base header
+// Author:      Julian Smart
+// Modified by:
+// Created:
+// Copyright:   (c) Julian Smart
+// RCS-ID:      $Id$
+// Licence:     wxWindows licence
+/////////////////////////////////////////////////////////////////////////////
+
 #ifndef _WX_IMAGLIST_H_BASE_
 #define _WX_IMAGLIST_H_BASE_
 
index f3ad27274d7fb97cbfd3c98dc2ab784179a43997..47e9109e1d8d67cc5b20626dd03e5909e7aa117f 100644 (file)
@@ -1,3 +1,14 @@
+/////////////////////////////////////////////////////////////////////////////
+// Name:        wx/laywin.h
+// Purpose:     wxSashLayoutWindow base header
+// Author:      Julian Smart
+// Modified by:
+// Created:
+// Copyright:   (c) Julian Smart
+// RCS-ID:      $Id$
+// Licence:     wxWindows licence
+/////////////////////////////////////////////////////////////////////////////
+
 #ifndef _WX_LAYWIN_H_BASE_
 #define _WX_LAYWIN_H_BASE_
 
index cb38767cebf4a6adcc378bfce456cdae9cd824e2..de035d0d4011ae6393fcb702b7e28d152aeb2ee3 100644 (file)
@@ -1,8 +1,10 @@
 /* -------------------------------------------------------------------------
- * Project: GSocket (Generic Socket) for WX
- * Name:    gsockunx.h
- * Purpose: GSocket Macintosh header
- * CVSID:   $Id$
+ * Project:     GSocket (Generic Socket) for WX
+ * Name:        gsockunx.h
+ * Copyright:   (c) Guilhem Lavaux
+ * Licence:     wxWindows Licence
+ * Purpose:     GSocket Macintosh header
+ * CVSID:       $Id$
  * -------------------------------------------------------------------------
  */
 
index 6bb4a2aa71fe92ae01eda6d7abdc9c422684e0ad..2fc9be36aff626962e1d9b3569028956f545c7a5 100644 (file)
@@ -1,8 +1,10 @@
 /* -------------------------------------------------------------------------
- * Project: GSocket (Generic Socket) for WX
- * Name:    gsockunx.h
- * Purpose: GSocket Macintosh header
- * CVSID:   $Id$
+ * Project:     GSocket (Generic Socket) for WX
+ * Name:        gsockunx.h
+ * Copyright:   (c) Guilhem Lavaux
+ * Licence:     wxWindows Licence
+ * Purpose:     GSocket Macintosh header
+ * CVSID:       $Id$
  * -------------------------------------------------------------------------
  */
 
index 23cc004d5f62874d9e7c4bd6668986d735401991..ed521693960eb308b2670b983d605a54ac269c7d 100644 (file)
@@ -1,3 +1,14 @@
+/*
+ Name:        wx/gsockmac.h
+ Purpose:     GSocket base header
+ Author:      Stefan Csomor
+ Modified by:
+ Created:
+ Copyright:   (c) Stefan Csomor
+ RCS-ID:      $Id$
+ Licence:     wxWindows Licence
+*/
+
 #ifdef __WXMAC_CLASSIC__
 #include "wx/mac/classic/gsockmac.h"
 #else
index 2ff0645454d3cd70aa4ce2b8be73fa0629b4bc8c..c1d945c1e212dad1f7b23ff11b9457e8db84588a 100644 (file)
@@ -5,7 +5,7 @@
 * Modified by:
 * Created:     02/02/03
 * RCS-ID:
-* Copyright:   (c)
+* Copyright:   (c) John Labenski
 * Licence:     wxWindows licence
 */
 
index 6c393bcb5a2fca7731243fdcf698488cf88cdc95..199e701d835785db5a0e576c3e8406fc063f1656 100644 (file)
@@ -1,10 +1,10 @@
 /////////////////////////////////////////////////////////////////////////////
-// Name:        mdi.h
+// Name:        wx/mdi.h
 // Purpose:     wxMDI base header
-// Author:      wxWidgets Team
+// Author:      Julian Smart
 // Modified by:
 // Created:
-// Copyright:   (c) wxWidgets Team
+// Copyright:   (c) Julian Smart
 // RCS-ID:      $Id$
 // Licence:     wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
index 31e346ecbb337bbc7b5ca560e94e9195f6fdfb0a..aa2df7b63756336a77163e70144ff756524dc6e1 100644 (file)
@@ -3,7 +3,7 @@
 // Purpose:     wxMemoryText allows to use wxTextBuffer without a file
 // Created:     14.11.01
 // Author:      Morten Hanssen
-// Copyright:   (c) 2001 wxWidgets team
+// Copyright:   (c) 2001 Morten Hanssen
 // Licence:     wxWindows licence
 ///////////////////////////////////////////////////////////////////////////////
 
index b90587ce22bbf1a181bd4ee3e1d4c005f38428b3..9826eb274dc622ac80d9a13836064f7766a27437 100644 (file)
@@ -1,3 +1,14 @@
+/////////////////////////////////////////////////////////////////////////////
+// Name:        wx/minifram.h
+// Purpose:     wxMiniFrame base header
+// Author:      Julian Smart
+// Modified by:
+// Created:
+// Copyright:   (c) Julian Smart
+// RCS-ID:      $Id$
+// Licence:     wxWindows Licence
+/////////////////////////////////////////////////////////////////////////////
+
 #ifndef _WX_MINIFRAM_H_BASE_
 #define _WX_MINIFRAMH_BASE_
 
index 2176ed6efb5855dce4cbc9467898605eab0ebe8b..45b12423ebc18dd597868f4fe3830cbd3b8ba380 100644 (file)
@@ -1,11 +1,11 @@
 /////////////////////////////////////////////////////////////////////////////
 // Name:        wx/msgdlgg.h
 // Purpose:     common header and base class for wxMessageDialog
-// Author:      wxWidgets Team
+// Author:      Julian Smart
 // Modified by:
 // Created:
 // RCS-ID:      $Id$
-// Copyright:   (c) wxWidgets
+// Copyright:   (c) Julian Smart
 // Licence:     wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
 
index 171642b154d58524a06e26a0c6be0314860965e4..60d7c7b9961c95cea92751d374e017037c50d151 100755 (executable)
@@ -5,7 +5,7 @@
 // Modified by:
 // Created:     17.07.02
 // RCS-ID:      $Id$
-// Copyright:   (c) wxWidgets team
+// Copyright:   (c) Mattia Barbon
 // Licence:     wxWindows licence
 ///////////////////////////////////////////////////////////////////////////////
 
index 20dc5c11d11ce99515800335693f20fc12634286..52428c4624dd609d5cbe009911ecaca31cf95f9c 100644 (file)
@@ -1,5 +1,15 @@
+/*
+ Name:        wx/msw/gccpriv.h
+ Purpose:     MinGW/Cygwin definitions
+ Author:      Vadim Zeitlin
+ Modified by:
+ Created:
+ RCS-ID:      $Id$
+ Copyright:   (c) Vadim Zeitlin
+ Licence:     wxWindows Licence
+*/
+
 /* THIS IS A C FILE, DON'T USE C++ FEATURES (IN PARTICULAR COMMENTS) IN IT */
-/* MinGW w32api specific stuff */
 
 #ifndef _WX_MSW_GCCPRIV_H_
 #define _WX_MSW_GCCPRIV_H_
     #endif
 #endif
 
-// current (= before mingw-runtime 3.3) mingw32 headers forget to
-// define _puttchar, this will probably be fixed in the next versions but
-// for now do it ourselves
+/* current (= before mingw-runtime 3.3) mingw32 headers forget to
+   define _puttchar, this will probably be fixed in the next versions but
+   for now do it ourselves
+ */
 #if defined( __MINGW32__ ) && \
         !wxCHECK_MINGW32_VERSION(3,3) && !defined( _puttchar )
     #ifdef wxUSE_UNICODE
index 60573eeda0754536113429648c6bfda016fc9b57..859ed60513acd8ced9c68286fe871d922c2d6da9 100644 (file)
@@ -1,8 +1,10 @@
 /* -------------------------------------------------------------------------
- * Project: GSocket (Generic Socket) for WX
- * Name:    gsockmsw.h
- * Purpose: GSocket MSW header
- * CVSID:   $Id$
+ * Project:     GSocket (Generic Socket) for WX
+ * Name:        gsockmsw.h
+ * Copyright:   (c) Guilhem Lavaux
+ * Licence:     wxWindows Licence
+ * Purpose:     GSocket MSW header
+ * CVSID:       $Id$
  * -------------------------------------------------------------------------
  */
 
index 88c57dfdebcc9b17ac66b9122e9d0e1759c24093..e46062ac93cb8bc0c5d69345ba2d65dcd851c343 100644 (file)
@@ -1,32 +1,13 @@
 /////////////////////////////////////////////////////////////////////////////
-// File:     wx.rc
-// Purpose:  wxWindows resource definitions. ALWAYS include
-//           this in your application resource file.
-//
-//                     wxWindows version 1.50
-// Copyright (c) 1993 Artificial Intelligence Applications Institute,
-//                   The University of Edinburgh
-//
-//                     Author: Julian Smart
-//                       Date: 9-4-93
-//
-// Permission to use, copy, modify, and distribute this software and its
-// documentation for any purpose is hereby granted without fee, provided
-// that the above copyright notice, author statement and this permission
-// notice appear in all copies of this software and related documentation.
-//
-// THE SOFTWARE IS PROVIDED "AS-IS" AND WITHOUT WARRANTY OF ANY KIND, EXPRESS,
-// IMPLIED OR OTHERWISE, INCLUDING WITHOUT LIMITATION, ANY WARRANTY OF
-// MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE.
-//
-// IN NO EVENT SHALL THE ARTIFICIAL INTELLIGENCE APPLICATIONS INSTITUTE OR THE
-// UNIVERSITY OF EDINBURGH BE LIABLE FOR ANY SPECIAL, INCIDENTAL, INDIRECT OR
-// CONSEQUENTIAL DAMAGES OF ANY KIND, OR ANY DAMAGES WHATSOEVER RESULTING FROM
-// LOSS OF USE, DATA OR PROFITS, WHETHER OR NOT ADVISED OF THE POSSIBILITY OF
-// DAMAGE, AND ON ANY THEORY OF LIABILITY, ARISING OUT OF OR IN CONNECTION WITH
-// THE USE OR PERFORMANCE OF THIS SOFTWARE.
-//
-// Version: $Id$
+// File:        wx.rc
+// Purpose:     wxWindows resource definitions. ALWAYS include
+//              this in your application resource file.
+// Author:      Julian Smart
+// Modified by:
+// Created:
+// Copyright:   (c) Julian Smart
+// RCS-ID:      $Id$
+// Licence:     wxWindows Licence
 /////////////////////////////////////////////////////////////////////////////
 
 #include <windows.h>
index 68dd745d513ce73d234e05e41f61b5876236fbaf..78523bd13d7c86fb917964999ef0fadc58effd1c 100644 (file)
@@ -5,7 +5,7 @@
 // Modified by:
 // Created:     01.02.01
 // RCS-ID:      $Id$
-// Copyright:   (c) 1996-2000 wxWidgets team
+// Copyright:   (c) 1996-2000 Vadim Zeitlin
 // Licence:     wxWindows licence
 ///////////////////////////////////////////////////////////////////////////////
 
index fe6f4ad02f286524b4d00d6ab501e2abfccf428e..332bac3cb5c4b3b2d84fe00f54c72022bb623a78 100644 (file)
@@ -5,7 +5,7 @@
 // Modified by:
 // Created:     07.02.04 (extracted from wx/textdlg.h)
 // RCS-ID:      $Id$
-// Copyright:   (c) wxWidgets team
+// Copyright:   (c) John Labenski
 // Licence:     wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
 
index 30aa385cbf5c777038d731554feeb19cede42ff2..ec364de2bb6ddf01fb55a4762c275e8b50795331 100644 (file)
@@ -1,3 +1,14 @@
+/////////////////////////////////////////////////////////////////////////////
+// Name:        wx/palette.h
+// Purpose:     Common header and base class for wxPalette
+// Author:      Julian Smart
+// Modified by:
+// Created:
+// RCS-ID:      $Id$
+// Copyright:   (c) Julian Smart
+// Licence:     wxWindows Licence
+/////////////////////////////////////////////////////////////////////////////
+
 #ifndef _WX_PALETTE_H_BASE_
 #define _WX_PALETTE_H_BASE_
 
index 0bfa7daaca81d7b8f9ae60e2ca7c1f546fd5fcfd..fb5892207f752d16f6a70f027bf2711c6a96f684 100644 (file)
@@ -1,3 +1,14 @@
+/////////////////////////////////////////////////////////////////////////////
+// Name:        wx/panel.h
+// Purpose:     Base header for wxPanel
+// Author:      Julian Smart
+// Modified by:
+// Created:
+// RCS-ID:      $Id$
+// Copyright:   (c) Julian Smart
+// Licence:     wxWindows Licence
+/////////////////////////////////////////////////////////////////////////////
+
 #ifndef _WX_PANEL_H_BASE_
 #define _WX_PANEL_H_BASE_
 
index 00634869e7bd36c1fc91153e3f92913cb81b10d7..239642819a6c15526e9e765e8002db460afec7d0 100644 (file)
@@ -1,3 +1,14 @@
+/////////////////////////////////////////////////////////////////////////////
+// Name:        wx/pen.h
+// Purpose:     Base header for wxPen
+// Author:      Julian Smart
+// Modified by:
+// Created:
+// RCS-ID:      $Id$
+// Copyright:   (c) Julian Smart
+// Licence:     wxWindows Licence
+/////////////////////////////////////////////////////////////////////////////
+
 #ifndef _WX_PEN_H_BASE_
 #define _WX_PEN_H_BASE_
 
index e3e59593ee1a07890e9d527c3de15ae2d6978869..035b7e78ae0b92f21079ada59ba6a2b5b9a21f22 100644 (file)
@@ -5,7 +5,7 @@
 * Modified by:
 * Created:     29.10.01 (extracted from wx/defs.h)
 * RCS-ID:      $Id$
-* Copyright:   (c) 1997-2001 wxWidgets team
+* Copyright:   (c) 1997-2001 Vadim Zeitlin
 * Licence:     wxWindows licence
 */
 
index fe3558726f52b871c601baaabf2476d3db896a41..f3a3bfa7f130b7c3b767d972c782d48564556b2f 100644 (file)
@@ -1,3 +1,14 @@
+/////////////////////////////////////////////////////////////////////////////
+// Name:        wx/print.h
+// Purpose:     Base header for printer classes
+// Author:      Julian Smart
+// Modified by:
+// Created:
+// RCS-ID:      $Id$
+// Copyright:   (c) Julian Smart
+// Licence:     wxWindows Licence
+/////////////////////////////////////////////////////////////////////////////
+
 #ifndef _WX_PRINT_H_BASE_
 #define _WX_PRINT_H_BASE_
 
index 4486ab32331291ae27008256a311cdbc96c21b5c..56327b9f27a671a3d8ea0d8b85e917ad8b8cbcdc 100644 (file)
@@ -1,3 +1,14 @@
+/////////////////////////////////////////////////////////////////////////////
+// Name:        wx/printdlg.h
+// Purpose:     Base header and class for print dialogs
+// Author:      Julian Smart
+// Modified by:
+// Created:
+// RCS-ID:      $Id$
+// Copyright:   (c) Julian Smart
+// Licence:     wxWindows Licence
+/////////////////////////////////////////////////////////////////////////////
+
 #ifndef _WX_PRINTDLG_H_BASE_
 #define _WX_PRINTDLG_H_BASE_
 
index 8e600c0780b40b5f453e069f9a8f89e6ff0ec0fa..e38c9cef8f801789e61ea93c287ba16acbea629f 100644 (file)
@@ -1,3 +1,14 @@
+/////////////////////////////////////////////////////////////////////////////
+// Name:        wx/progdlg.h
+// Purpose:     Base header for wxProgressDialog
+// Author:      Julian Smart
+// Modified by:
+// Created:
+// RCS-ID:      $Id$
+// Copyright:   (c) Julian Smart
+// Licence:     wxWindows Licence
+/////////////////////////////////////////////////////////////////////////////
+
 #ifndef _WX_PROGDLG_H_BASE_
 #define _WX_PROGDLG_H_BASE_
 
index 72116b7fac380fca8ab9b309accb088afaf31419..9f81ff8628c72466ee50e2c3743847498e8ad509 100644 (file)
@@ -1,3 +1,14 @@
+/////////////////////////////////////////////////////////////////////////////
+// Name:        wx/propdlg.h
+// Purpose:     wxPropertySheetDialog base header
+// Author:      Julian Smart
+// Modified by:
+// Created:
+// RCS-ID:      $Id$
+// Copyright:   (c) Julian Smart
+// Licence:     wxWindows licence
+/////////////////////////////////////////////////////////////////////////////
+
 #ifndef _WX_PROPDLG_H_BASE_
 #define _WX_PROPDLG_H_BASE_
 
index 25fc92c152aeb5c72cf9467ffb038c3a3d3542b0..bfad84b10ab72f1d2135977b7a33a305b96345f0 100644 (file)
@@ -5,7 +5,7 @@
 // Modified by:
 // Created:     10.09.00
 // RCS-ID:      $Id$
-// Copyright:   (c) wxWidgets team
+// Copyright:   (c) Vadim Zeitlin
 // Licence:     wxWindows licence
 ///////////////////////////////////////////////////////////////////////////////
 
index a2daea534180c5b28367e86a373e307e7e3150c3..92d0e75173a08165ff54b3972b74a02dc83dc605 100644 (file)
@@ -5,7 +5,7 @@
 // Modified by:
 // Created:     07.09.00
 // RCS-ID:      $Id$
-// Copyright:   (c) wxWidgets team
+// Copyright:   (c) Vadim Zeitlin
 // Licence:     wxWindows licence
 ///////////////////////////////////////////////////////////////////////////////
 
index 7dad80a147649f1c4c19f78d9d4d3c3584495e82..425e8198fe919e7e1289f9ec933ce401f13529c1 100644 (file)
@@ -1,3 +1,14 @@
+/////////////////////////////////////////////////////////////////////////////
+// Name:        wx/region.h
+// Purpose:     Base header for wxRegion
+// Author:      Julian Smart
+// Modified by:
+// Created:
+// RCS-ID:      $Id$
+// Copyright:   (c) Julian Smart
+// Licence:     wxWindows Licence
+/////////////////////////////////////////////////////////////////////////////
+
 #ifndef _WX_REGION_H_BASE_
 #define _WX_REGION_H_BASE_
 
index 6b46b6348f2c1a997e9b18933516d6f5a2366c18..d4214442cb70ce1449e53dab7c9de8ce33d1b1f8 100644 (file)
@@ -1,3 +1,14 @@
+/////////////////////////////////////////////////////////////////////////////
+// Name:        wx/sashwin.h
+// Purpose:     Base header for wxSashWindow
+// Author:      Julian Smart
+// Modified by:
+// Created:
+// RCS-ID:      $Id$
+// Copyright:   (c) Julian Smart
+// Licence:     wxWindows Licence
+/////////////////////////////////////////////////////////////////////////////
+
 #ifndef _WX_SASHWIN_H_BASE_
 #define _WX_SASHWIN_H_BASE_
 
index 0c2011c197d4aafb4350971fca196ae485418449..e19f3de923e173dfcfb7ffef420f0892dd9b2bbf 100644 (file)
@@ -1,10 +1,10 @@
 /////////////////////////////////////////////////////////////////////////////
 // Name:        scrolbar.h
 // Purpose:     wxScrollBar base header
-// Author:      wxWidgets Team
+// Author:      Julian Smart
 // Modified by:
 // Created:
-// Copyright:   (c) wxWidgets Team
+// Copyright:   (c) Julian Smart
 // RCS-ID:      $Id$
 // Licence:     wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
index 56fc33e02e1a232998982e49dd27e5bf8b278455..cb4d664ef60fdb5dbcf3387b69025aa62a8f4261 100644 (file)
@@ -1,3 +1,13 @@
+///////////////////////////////////////////////////////////////////////////////
+// Name:        wx/setup_inc.h
+// Purpose:     setup.h settings
+// Author:      Vadim Zeitlin
+// Modified by:
+// Created:
+// RCS-ID:      $Id$
+// Copyright:   (c) Vadim Zeitlin
+// Licence:     wxWindows licence
+///////////////////////////////////////////////////////////////////////////////
 
 // ----------------------------------------------------------------------------
 // global settings
index 8c95388a21e3c96e40d3335663260164a11e7b15..f93be378c2df9008ca65aea0e4f74b7b1d11d509 100644 (file)
@@ -4,6 +4,10 @@
  * This file should not normally be used, except where makefiles
  * have not yet been adjusted to take into account of the new scheme
  * whereby a setup.h is created under the lib directory.
+ *
+ * Copyright:   (c) Vadim Zeitlin
+ * RCS-ID:      $Id$
+ * Licence:     wxWindows Licence
  */
 
 #ifdef __WXMSW__
index ad842d12e5af9814b29a842c01b1e090fc0142ab..a58b942be47eb86c612bcf8fe1fbb923d5874274 100644 (file)
@@ -5,7 +5,7 @@
 // Modified by:
 // Created:     09.02.01
 // RCS-ID:      $Id$
-// Copyright:   (c) 1996-2001 wxWidgets team
+// Copyright:   (c) 1996-2001 Vadim Zeitlin
 // Licence:     wxWindows licence
 ///////////////////////////////////////////////////////////////////////////////
 
index 7de6f94429e86b5467fbbd809468d28b5a25514d..21c190ced97158161ccf6d6c1170033af4f5b6be 100644 (file)
@@ -1,3 +1,14 @@
+/////////////////////////////////////////////////////////////////////////////
+// Name:        wx/splash.h
+// Purpose:     Base header for wxSplashScreen
+// Author:      Julian Smart
+// Modified by:
+// Created:
+// RCS-ID:      $Id$
+// Copyright:   (c) Julian Smart
+// Licence:     wxWindows Licence
+/////////////////////////////////////////////////////////////////////////////
+
 #ifndef _WX_SPLASH_H_BASE_
 #define _WX_SPLASH_H_BASE_
 
index 0858064c69fddfb252a853e45ae6236d48d526e2..b2a7cad53288f4c59f78c684fcd417c3c3c2d1e2 100644 (file)
@@ -1,3 +1,14 @@
+/////////////////////////////////////////////////////////////////////////////
+// Name:        wx/splitter.h
+// Purpose:     Base header for wxSplitterWindow
+// Author:      Julian Smart
+// Modified by:
+// Created:
+// RCS-ID:      $Id$
+// Copyright:   (c) Julian Smart
+// Licence:     wxWindows Licence
+/////////////////////////////////////////////////////////////////////////////
+
 #ifndef _WX_SPLITTER_H_BASE_
 #define _WX_SPLITTER_H_BASE_
 
index 9d9976318d1cda51de199f3ba7e6d89c930fdf0f..aea08aca5efb4727f4ff730e30c46bb51e422c6f 100644 (file)
@@ -1,10 +1,10 @@
 /////////////////////////////////////////////////////////////////////////////
 // Name:        statbox.h
 // Purpose:     wxStaticBox base header
-// Author:      wxWidgets Team
+// Author:      Julian Smart
 // Modified by:
 // Created:
-// Copyright:   (c) wxWidgets Team
+// Copyright:   (c) Julian Smart
 // RCS-ID:      $Id$
 // Licence:     wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
index cf49abca926933f0f564d7b45e333ad6cc2b539d..4bfeec331800d3186a943470df13e2132b870261 100644 (file)
@@ -1,10 +1,10 @@
 /////////////////////////////////////////////////////////////////////////////
 // Name:        stattext.h
 // Purpose:     wxStaticText base header
-// Author:      wxWidgets Team
+// Author:      Julian Smart
 // Modified by:
 // Created:
-// Copyright:   (c) wxWidgets Team
+// Copyright:   (c) Julian Smart
 // RCS-ID:      $Id$
 // Licence:     wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
index 13edd15157738b15bb123b3127859d5d2d877d8c..04cca259d84a51679fc1b0232297ceb4d4824041 100644 (file)
@@ -5,7 +5,7 @@
 // Modified by:
 // Created:     05.02.00
 // RCS-ID:      $Id$
-// Copyright:   (c) wxWidgets team
+// Copyright:   (c) Vadim Zeitlin
 // Licence:     wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
 
index d7abae28beb9b9f2e9b41a85ce15439b03ca28b2..19d35a168b679313f93b7a86f32ba17135a6f861 100644 (file)
@@ -4,7 +4,7 @@
 // Author:      Julian Smart (wxTimer), Sylvain Bougnoux (wxStopWatch)
 // Created:     26.06.03 (extracted from wx/timer.h)
 // RCS-ID:      $Id$
-// Copyright:   (c) 1998-2003 wxWidgets team
+// Copyright:   (c) 1998-2003 Julian Smart, Sylvain Bougnoux
 // Licence:     wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
 
index 808f9c714652c1e8a70ea2b7e0035e49a56cfe8a..c069ee7e949a4fc7c59a1d447dced9f98054ee24 100644 (file)
@@ -1,3 +1,14 @@
+/////////////////////////////////////////////////////////////////////////////
+// Name:        wx/tab.h
+// Purpose:     Generic tab class base header
+// Author:      Julian Smart
+// Modified by:
+// Created:
+// Copyright:   (c) Julian Smart
+// RCS-ID:      $Id$
+// Licence:     wxWindows licence
+/////////////////////////////////////////////////////////////////////////////
+
 #ifndef _WX_TAB_H_BASE_
 #define _WX_TAB_H_BASE_
 
index e227529f2246b91d2e2fbee8a38883b4c3e4ea01..c84b8cdc032c8163f8d15c6a24784820110244d0 100644 (file)
@@ -1,3 +1,14 @@
+/////////////////////////////////////////////////////////////////////////////
+// Name:        wx/tabctrl.h
+// Purpose:     wxTabCtrl base header
+// Author:      Julian Smart
+// Modified by:
+// Created:
+// Copyright:   (c) Julian Smart
+// RCS-ID:      $Id$
+// Licence:     wxWindows licence
+/////////////////////////////////////////////////////////////////////////////
+
 #ifndef _WX_TABCTRL_H_BASE_
 #define _WX_TABCTRL_H_BASE_
 
index 2a03b0f0c11b1d88c633e9d6c4b1c8c712d45368..1992d92eb90204977b10ada38fb58276e45137a9 100644 (file)
@@ -1,3 +1,14 @@
+/////////////////////////////////////////////////////////////////////////////
+// Name:        wx/taskbar.h
+// Purpose:     wxTaskBarIcon base header and class
+// Author:      Julian Smart
+// Modified by:
+// Created:
+// Copyright:   (c) Julian Smart
+// RCS-ID:      $Id$
+// Licence:     wxWindows licence
+/////////////////////////////////////////////////////////////////////////////
+
 #ifndef _WX_TASKBAR_H_BASE_
 #define _WX_TASKBAR_H_BASE_
 
index f6ca9dcfb9d32c7e48b276b5d343ce650c90a7ab..17c3d3cb99e86aeb77d09370e356b09373addf2c 100644 (file)
@@ -5,7 +5,7 @@
 //              differences between platforms.
 // Created:     14.11.01
 // Author:      Morten Hanssen, Vadim Zeitlin
-// Copyright:   (c) 1998-2001 wxWidgets team
+// Copyright:   (c) 1998-2001 Morten Hanssen, Vadim Zeitlin
 // Licence:     wxWindows licence
 ///////////////////////////////////////////////////////////////////////////////
 
index 0f5ed157472dfee1bda8a7fca2876da296bc12e8..6471019d16bab24d758d5c4e4e3e4c045d767eb0 100644 (file)
@@ -5,7 +5,7 @@
 // Modified by:
 // Created:     13.07.99
 // RCS-ID:      $Id$
-// Copyright:   (c) wxWidgets team
+// Copyright:   (c) Vadim Zeitlin
 // Licence:     wxWindows licence
 ///////////////////////////////////////////////////////////////////////////////
 
index 9c38f3cdf6e7e24ea6bab8fa4117b5e36383267b..1827e0b49413ad54aa1e769c02754f27eb275b2a 100644 (file)
@@ -7,7 +7,7 @@
 // Created:     08.02.01
 // RCS-ID:      $Id$
 // Copyright:   (c) 2000 Johnny C. Norris II
-// License:     Rocketeer license
+// License:     wxWindows Licence
 /////////////////////////////////////////////////////////////////////////////
 
 #ifndef _WX_TOGGLEBUTTON_H_BASE_
index f17a83a091bb3dd8dbb23ba068d7c464485bc76f..6cded151efebff1a4ad35628d4e592b3f8e3cb75 100644 (file)
@@ -1,12 +1,12 @@
 /////////////////////////////////////////////////////////////////////////////
 // Name:        wx/timer.h
 // Purpose:     wxTimer, wxStopWatch and global time-related functions
-// Author:      Julian Smart (wxTimer), Sylvain Bougnoux (wxStopWatch)
+// Author:      Julian Smart
 // Modified by: Vadim Zeitlin (wxTimerBase)
 //              Guillermo Rodriguez (global clean up)
 // Created:     04/01/98
 // RCS-ID:      $Id$
-// Copyright:   (c) wxWidgets team
+// Copyright:   (c) Julian Smart
 // Licence:     wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
 
index e5428f6ae87e9d0690b5deb9a881accd8cf0a35d..62cbe202c4393e6c1c0cd4be95473c16568dd911 100644 (file)
@@ -5,7 +5,7 @@
 // Modified by:
 // Created:     20.11.99
 // RCS-ID:      $Id$
-// Copyright:   (c) wxWidgets team
+// Copyright:   (c) Vadim Zeitlin
 // Licence:     wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
 
index 83a4eb92493d52c9bb51830a52478eb88bbb6065..f7ff630068611050ce37e65c9f28b665a37889c0 100644 (file)
@@ -1,10 +1,10 @@
 /////////////////////////////////////////////////////////////////////////////
 // Name:        tooltip.h
 // Purpose:     wxToolTip base header
-// Author:      wxWidgets Team
+// Author:      Robert Roebling
 // Modified by:
 // Created:
-// Copyright:   (c) wxWidgets Team
+// Copyright:   (c) Robert Roebling
 // RCS-ID:      $Id$
 // Licence:     wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
index 228194f8fa47d1efa4e903e2a1c0e22f0bb9e723..3117191abad7c50aa35edd3eb39b273a7f5043ee 100644 (file)
@@ -1,3 +1,14 @@
+/////////////////////////////////////////////////////////////////////////////
+// Name:        wx/treectrl.h
+// Purpose:     wxTreeCtrl base header
+// Author:      Karsten Ballueder
+// Modified by:
+// Created:
+// Copyright:   (c) Karsten Ballueder
+// RCS-ID:      $Id$
+// Licence:     wxWindows licence
+/////////////////////////////////////////////////////////////////////////////
+
 #ifndef _WX_TREECTRL_H_BASE_
 #define _WX_TREECTRL_H_BASE_
 
index cf04be6a65076bd248bc6886ee0dfb43f0f4cea1..c4a5ba3773bf6267310bb02fc9c864fb71277044 100644 (file)
@@ -1,8 +1,10 @@
 /* -------------------------------------------------------------------------
- * Project: GSocket (Generic Socket) for WX
- * Name:    gsockunx.h
- * Purpose: GSocket Unix header
- * CVSID:   $Id$
+ * Project:     GSocket (Generic Socket) for WX
+ * Name:        gsockunx.h
+ * Copyright:   (c) Guilhem Lavaux
+ * Licence:     wxWindows Licence
+ * Purpose:     GSocket Unix header
+ * CVSID:       $Id$
  * -------------------------------------------------------------------------
  */
 
index ec389652843c75e8bba28c6c95c133ba6e26c02f..37cca7c575a6782392394c7750b967e3720a6a0b 100644 (file)
@@ -5,7 +5,7 @@
 // Modified by:
 // Created:     01/02/97
 // RCS-ID:      $Id$
-// Copyright:
+// Copyright:   (c) Guilhem Lavaux
 // Licence:    wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
 
index c433a15ab9c234354822b0f67189f79fe41684dc..0fc434d16e37e640d82c66a151ea3541943066e3 100644 (file)
@@ -5,7 +5,8 @@
 // Modified By:
 // Created:     07/01/2004
 // RCS-ID:      $Id$
-// Licence:     wxWindows
+// Copyright:   (c) Ryan Norton
+// Licence:     wxWindows Licence
 /////////////////////////////////////////////////////////////////////////////
 
 #ifndef _WX_URI_H_
index 395f06a7c012aa224d57e2dc23c923250831c853..44596d0486c5596db0f03c379f2a67f09e84e8f7 100644 (file)
@@ -5,7 +5,7 @@
 // Modified by:
 // Created:     Jan 22 1999
 // RCS-ID:
-// Copyright:   (c) 1999 Kevin Smith
+// Copyright:   (c) 1999 Julian Smart (assigned from Kevin)
 // Licence:     wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
 
index 527d0826309c0927c824f5e69c413f7ae29ce015..a7fe791e8d271ee6e90d393415490baf76d079c1 100644 (file)
@@ -5,7 +5,7 @@
 // Modified by:
 // Created:     10/09/98
 // RCS-ID:      $Id$
-// Copyright:   (c)
+// Copyright:   (c) Julian Smart
 // Licence:     wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
 
index d11d3dddb498be31dead717b14142e09d53b0e29..0837277af80234ef3941a6e382d6d9095ea04edf 100644 (file)
@@ -3,6 +3,8 @@
  * Author : Jouk Jansen (joukj@hrem.stm.tudelft.nl)                        *
  *                                                                         *
  * Last revision : 19 January 2004                                         *
+ * Copyright:   (c) Jouk Jansen                                            *
+ * Licence:     wxWindows licence                                          *
  *                                                                         *
  * Repair definitions of Runtime library functions when compiling with     *
  * /name=(as_is) on OpenVMS                                                *
index ad037aca486453662b9368f03ea83f3181178336..f2227aecb535c2172ec3de7d32cbc8278c918f87 100644 (file)
@@ -5,7 +5,7 @@
 // Modified by: Ron Lee
 // Created:     01/02/97
 // RCS-ID:      $Id$
-// Copyright:   (c) wxWidgets team
+// Copyright:   (c) Vadim Zeitlin
 // Licence:     wxWindows licence
 ///////////////////////////////////////////////////////////////////////////////
 
index 062cc30a09b10b2aef8ddcec3feba818bffd8795..46af2cd1dd4d02a8f26ba89f6461a3bf960e0f18 100644 (file)
@@ -5,7 +5,7 @@
 // Modified by:
 // Created:     01/02/97
 // RCS-ID:      $Id$
-// Copyright:   (c)
+// Copyright:   (c) Julian Smart
 // Licence:     wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
 
index a577e2860c5a10020f0e3fbce59a988bbf0110f4..f860d0efe1d50f2cad905f2b2fef84df1b8eaaaf 100644 (file)
@@ -1,3 +1,14 @@
+/*
+ Name:        wx/wx_cw_cm.h
+ Purpose:     wxWidgets definitions for CodeWarrior builds
+ Author:      Stefan Csomor
+ Modified by:
+ Created:
+ RCS-ID:      $Id$
+ Copyright:   (c) Stefan Csomor
+ Licence:     wxWindows licence
+*/
+
 #define MSL_USE_PRECOMPILED_HEADERS 0
 #if __WXDEBUG__
     // mac os assert levels
index 0f65f8ef3ba473116c486e1547f37825811d0deb..139f54061174e7ed93c74c9f28c7be238ddd1c58 100644 (file)
@@ -5,7 +5,7 @@
  * Modified by: Vadim Zeitlin, Robert Roebling, Ron Lee
  * Created:     1998/06/12
  * RCS-ID:      $Id$
- * Copyright:   (c) 1998-2002 wxWidgets dev team
+ * Copyright:   (c) 1998-2002 Joel Farley, Ove Kåven, Robert Roebling, Ron Lee
  * Licence:     wxWindows licence
  */
 
index 4037833a48c7c5f66a27792c7ba51413e1e47a0b..d9491eb3d6535f1211d0f5cc5dad9c23d9a06d70 100644 (file)
@@ -5,7 +5,7 @@
 // Modified by:
 // Created:     01/02/97
 // RCS-ID:      $Id$
-// Copyright:   (c)
+// Copyright:   (c) Julian Smart
 // Licence:     wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
 
index 80105ed80edde6f752c21b7c67d04ad3b0c06fd0..17139965a1b2f8c225852bc6e181be4e4f1f2e7b 100644 (file)
@@ -1,3 +1,14 @@
+/////////////////////////////////////////////////////////////////////////////
+// Name:        wx/xpmhand.h
+// Purpose:     XPM handler base header
+// Author:      Julian Smart
+// Modified by:
+// Created:
+// RCS-ID:      $Id$
+// Copyright:   (c) Julian Smart
+// Licence:     wxWindows licence
+/////////////////////////////////////////////////////////////////////////////
+
 #ifndef _WX_XPMHAND_H_BASE_
 #define _WX_XPMHAND_H_BASE_
 
index c8a821d32e087f38adbdb6a57bea189c3b97318c..cc79572ccd55c42a5e37eaef958c787e366ae789 100644 (file)
@@ -1,13 +1,19 @@
-/*
- * File and other globbing (included by wb_utils.cc)
- */
+/////////////////////////////////////////////////////////////////////////////
+// Name:        glob.inc
+// Purpose:     File and other globbing (included by utils.cpp)
+// Author:      Karsten Ballueder
+// Modified by:
+// Created:     20/5/1998
+// RCS-ID:      $Id$
+// Copyright:   (c) Karsten Ballueder
+// Licence:     wxWindows licence
+/////////////////////////////////////////////////////////////////////////////
 
 // This file includes:
 //     wxIsWild(const char *pattern)
 //     wxMatchWild(const char *pattern, const char *str, bool dot_special)
 //
 
-
 //---------------------------------------------------------------------------------
 #ifndef UNIX_GLOB
 # ifdef wx_x
index 129c63c168aafc230d60a529019f4c1d7d77b71a..08f35858c46a80a2788f93dbd0de7c9b83540356 100644 (file)
@@ -1,9 +1,9 @@
 /////////////////////////////////////////////////////////////////////////////
 // Name:        imagfill.cpp
 // Purpose:     FloodFill for wxImage
-// Author:
+// Author:      Julian Smart
 // RCS-ID:      $Id$
-// Copyright:
+// Copyright:   (c) Julian Smart
 // Licence:     wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
 
index c8c8586d3a517bbedd50a8eeb683cb60af23da7a..91fb0149d53d9179c0c4184c37d54c0c1c67961b 100644 (file)
@@ -1,11 +1,13 @@
 /* -------------------------------------------------------------------------
- * Project: GSocket (Generic Socket) for WX
- * Name:    gsocket.cpp
- * Authors: Guilhem Lavaux,
- *          Guillermo Rodriguez Garcia <guille@iies.es> (maintainer)
- *          Stefan CSomor
- * Purpose: GSocket main mac file
- * CVSID:   $Id$
+ * Project:     GSocket (Generic Socket) for WX
+ * Name:        gsocket.cpp
+ * Copyright:   (c) Guilhem Lavaux
+ * Licence:     wxWindows Licence
+ * Authors:     Guilhem Lavaux,
+ *              Guillermo Rodriguez Garcia <guille@iies.es> (maintainer)
+ *              Stefan CSomor
+ * Purpose:     GSocket main mac file
+ * CVSID:       $Id$
  * -------------------------------------------------------------------------
  */
 
index 52e93233471631ee464d3c4a7baa4d85a2f30702..46495ac6fbb4cabd63e437907987744a0595a5d8 100644 (file)
@@ -1,8 +1,10 @@
 /* -------------------------------------------------------------------------
- * Project: GSocket (Generic Socket) for WX
- * Name:    gsockosx.c
- * Purpose: GSocket: Mac OS X mach-o part
- * CVSID:   $Id$
+ * Project:     GSocket (Generic Socket) for WX
+ * Name:        gsockosx.c
+ * Copyright:   (c) Brian Victor
+ * Licence:     wxWindows Licence
+ * Purpose:     GSocket: Mac OS X mach-o part
+ * CVSID:       $Id$
  * Mac code by Brian Victor, February 2002.  Email comments to bhv1@psu.edu
  * ------------------------------------------------------------------------- */
 
index 83fb30a935b8098a765607ff3510000d2b61c782..81b4dd2daf57c2f16da6cef231d7e1d2b5fffc5b 100644 (file)
@@ -1,10 +1,12 @@
 /* -------------------------------------------------------------------------
- * Project: GSocket (Generic Socket)
- * Name:    gsocket.cpp
- * Author:  Guillermo Rodriguez Garcia <guille@iies.es>
- * Purpose: GSocket main MSW file
- * Licence: The wxWindows licence
- * CVSID:   $Id$
+ * Project:     GSocket (Generic Socket)
+ * Name:        gsocket.cpp
+ * Copyright:   (c) Guilhem Lavaux
+ * Licence:     wxWindows Licence
+ * Author:      Guillermo Rodriguez Garcia <guille@iies.es>
+ * Purpose:     GSocket main MSW file
+ * Licence:     The wxWindows licence
+ * CVSID:       $Id$
  * -------------------------------------------------------------------------
  */
 
index 4fb65b9106583b21bbb7248b069eab277ee6cf91..c7247e249e519a464664db90c15041c72eed6adf 100644 (file)
@@ -1,9 +1,11 @@
 /* -------------------------------------------------------------------------
- * Project: GSocket (Generic Socket)
- * Name:    gsockmsw.cpp
- * Author:  Guillermo Rodriguez Garcia <guille@iies.es>
- * Purpose: GSocket GUI-specific MSW code
- * CVSID:   $Id$
+ * Project:     GSocket (Generic Socket)
+ * Name:        gsockmsw.cpp
+ * Copyright:   (c) Guilhem Lavaux
+ * Licence:     wxWindows Licence
+ * Author:      Guillermo Rodriguez Garcia <guille@iies.es>
+ * Purpose:     GSocket GUI-specific MSW code
+ * CVSID:       $Id$
  * -------------------------------------------------------------------------
  */
 
index 5ff4d214428cc22b18218132c17d600934ff3dc2..6effecbcc2af0833d00da1660a3b4f0c0843b11a 100644 (file)
@@ -1,12 +1,14 @@
 /* -------------------------------------------------------------------------
- * Project: GSocket (Generic Socket) for WX
- * Name:    gsocket.c
- * Authors: David Elliott (C++ conversion, maintainer)
- *          Guilhem Lavaux,
- *          Guillermo Rodriguez Garcia <guille@iies.es>
- * Purpose: GSocket main Unix and OS/2 file
- * Licence: The wxWindows licence
- * CVSID:   $Id$
+ * Project:     GSocket (Generic Socket) for WX
+ * Name:        gsocket.c
+ * Copyright:   (c) Guilhem Lavaux
+ * Licence:     wxWindows Licence
+ * Authors:     David Elliott (C++ conversion, maintainer)
+ *              Guilhem Lavaux,
+ *              Guillermo Rodriguez Garcia <guille@iies.es>
+ * Purpose:     GSocket main Unix and OS/2 file
+ * Licence:     The wxWindows licence
+ * CVSID:       $Id$
  * -------------------------------------------------------------------------
  */