From 442b35b53bf95f5c6c003ea9ddbefd17adbc2a00 Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Mon, 2 Jul 2001 19:42:27 +0000 Subject: [PATCH] changed copyright to SciTech one git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@10795 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- include/wx/univ/app.h | 2 +- include/wx/univ/button.h | 2 +- include/wx/univ/checkbox.h | 2 +- include/wx/univ/colschem.h | 2 +- include/wx/univ/combobox.h | 2 +- include/wx/univ/control.h | 2 +- include/wx/univ/frame.h | 2 +- include/wx/univ/gauge.h | 2 +- include/wx/univ/inphand.h | 2 +- include/wx/univ/listbox.h | 2 +- include/wx/univ/menu.h | 2 +- include/wx/univ/menuitem.h | 2 +- include/wx/univ/notebook.h | 2 +- include/wx/univ/radiobox.h | 2 +- include/wx/univ/radiobut.h | 2 +- include/wx/univ/renderer.h | 2 +- include/wx/univ/scrarrow.h | 2 +- include/wx/univ/scrolbar.h | 2 +- include/wx/univ/scrthumb.h | 2 +- include/wx/univ/scrtimer.h | 2 +- include/wx/univ/setup.h | 2 +- include/wx/univ/slider.h | 2 +- include/wx/univ/spinbutt.h | 2 +- include/wx/univ/statbmp.h | 2 +- include/wx/univ/statbox.h | 2 +- include/wx/univ/stattext.h | 2 +- include/wx/univ/textctrl.h | 2 +- include/wx/univ/theme.h | 2 +- include/wx/univ/window.h | 2 +- src/univ/bmpbuttn.cpp | 2 +- src/univ/button.cpp | 2 +- src/univ/checkbox.cpp | 2 +- src/univ/checklst.cpp | 2 +- src/univ/colschem.cpp | 2 +- src/univ/combobox.cpp | 2 +- src/univ/control.cpp | 2 +- src/univ/framuniv.cpp | 2 +- src/univ/gauge.cpp | 2 +- src/univ/inphand.cpp | 2 +- src/univ/listbox.cpp | 2 +- src/univ/menu.cpp | 2 +- src/univ/notebook.cpp | 2 +- src/univ/radiobox.cpp | 2 +- src/univ/radiobut.cpp | 2 +- src/univ/renderer.cpp | 2 +- src/univ/scrarrow.cpp | 2 +- src/univ/scrolbar.cpp | 2 +- src/univ/scrthumb.cpp | 2 +- src/univ/slider.cpp | 2 +- src/univ/spinbutt.cpp | 2 +- src/univ/statbmp.cpp | 2 +- src/univ/statbox.cpp | 2 +- src/univ/statline.cpp | 2 +- src/univ/stattext.cpp | 2 +- src/univ/textctrl.cpp | 2 +- src/univ/theme.cpp | 2 +- src/univ/themes/gtk.cpp | 2 +- src/univ/themes/win32.cpp | 2 +- src/univ/winuniv.cpp | 2 +- 59 files changed, 59 insertions(+), 59 deletions(-) diff --git a/include/wx/univ/app.h b/include/wx/univ/app.h index 20ad226047..7c4cc185f2 100644 --- a/include/wx/univ/app.h +++ b/include/wx/univ/app.h @@ -5,7 +5,7 @@ // Modified by: // Created: 06.08.00 // RCS-ID: $Id$ -// Copyright: (c) 2000 Vadim Zeitlin +// Copyright: (c) 2000 SciTech Software, Inc. (www.scitechsoft.com) // Licence: wxWindows license /////////////////////////////////////////////////////////////////////////////// diff --git a/include/wx/univ/button.h b/include/wx/univ/button.h index c251efe33e..10cd169412 100644 --- a/include/wx/univ/button.h +++ b/include/wx/univ/button.h @@ -5,7 +5,7 @@ // Modified by: // Created: 15.08.00 // RCS-ID: $Id$ -// Copyright: (c) 2000 Vadim Zeitlin +// Copyright: (c) 2000 SciTech Software, Inc. (www.scitechsoft.com) // Licence: wxWindows license /////////////////////////////////////////////////////////////////////////////// diff --git a/include/wx/univ/checkbox.h b/include/wx/univ/checkbox.h index 05bf1d14ae..437ec78b10 100644 --- a/include/wx/univ/checkbox.h +++ b/include/wx/univ/checkbox.h @@ -5,7 +5,7 @@ // Modified by: // Created: 07.09.00 // RCS-ID: $Id$ -// Copyright: (c) 2000 Vadim Zeitlin +// Copyright: (c) 2000 SciTech Software, Inc. (www.scitechsoft.com) // Licence: wxWindows license /////////////////////////////////////////////////////////////////////////////// diff --git a/include/wx/univ/colschem.h b/include/wx/univ/colschem.h index 9d855b4a5f..7e3f5d7333 100644 --- a/include/wx/univ/colschem.h +++ b/include/wx/univ/colschem.h @@ -5,7 +5,7 @@ // Modified by: // Created: 19.08.00 // RCS-ID: $Id$ -// Copyright: (c) 2000 Vadim Zeitlin +// Copyright: (c) 2000 SciTech Software, Inc. (www.scitechsoft.com) // Licence: wxWindows license /////////////////////////////////////////////////////////////////////////////// diff --git a/include/wx/univ/combobox.h b/include/wx/univ/combobox.h index ec3baf4390..8537da5563 100644 --- a/include/wx/univ/combobox.h +++ b/include/wx/univ/combobox.h @@ -5,7 +5,7 @@ // Modified by: // Created: 30.08.00 // RCS-ID: $Id$ -// Copyright: (c) 2000 Vadim Zeitlin +// Copyright: (c) 2000 SciTech Software, Inc. (www.scitechsoft.com) // Licence: wxWindows licence /////////////////////////////////////////////////////////////////////////////// diff --git a/include/wx/univ/control.h b/include/wx/univ/control.h index 9ef2835fa7..58b28e770c 100644 --- a/include/wx/univ/control.h +++ b/include/wx/univ/control.h @@ -5,7 +5,7 @@ // Modified by: // Created: 14.08.00 // RCS-ID: $Id$ -// Copyright: (c) 2000 Vadim Zeitlin +// Copyright: (c) 2000 SciTech Software, Inc. (www.scitechsoft.com) // Licence: wxWindows license ///////////////////////////////////////////////////////////////////////////// diff --git a/include/wx/univ/frame.h b/include/wx/univ/frame.h index 349462b295..608296c560 100644 --- a/include/wx/univ/frame.h +++ b/include/wx/univ/frame.h @@ -5,7 +5,7 @@ // Modified by: // Created: 19.05.01 // RCS-ID: $Id$ -// Copyright: (c) 2001 Vadim Zeitlin +// Copyright: (c) 2001 SciTech Software, Inc. (www.scitechsoft.com) // Licence: wxWindows licence /////////////////////////////////////////////////////////////////////////////// diff --git a/include/wx/univ/gauge.h b/include/wx/univ/gauge.h index 04ac21fc87..73af591d5f 100644 --- a/include/wx/univ/gauge.h +++ b/include/wx/univ/gauge.h @@ -5,7 +5,7 @@ // Modified by: // Created: 20.02.01 // RCS-ID: $Id$ -// Copyright: (c) 2001 Vadim Zeitlin +// Copyright: (c) 2001 SciTech Software, Inc. (www.scitechsoft.com) // Licence: wxWindows licence /////////////////////////////////////////////////////////////////////////////// diff --git a/include/wx/univ/inphand.h b/include/wx/univ/inphand.h index 48a630d510..8704746d54 100644 --- a/include/wx/univ/inphand.h +++ b/include/wx/univ/inphand.h @@ -6,7 +6,7 @@ // Modified by: // Created: 18.08.00 // RCS-ID: $Id$ -// Copyright: (c) 2000 Vadim Zeitlin +// Copyright: (c) 2000 SciTech Software, Inc. (www.scitechsoft.com) // Licence: wxWindows license /////////////////////////////////////////////////////////////////////////////// diff --git a/include/wx/univ/listbox.h b/include/wx/univ/listbox.h index 03f87df5c0..8ce6de7d5e 100644 --- a/include/wx/univ/listbox.h +++ b/include/wx/univ/listbox.h @@ -5,7 +5,7 @@ // Modified by: // Created: 30.08.00 // RCS-ID: $Id$ -// Copyright: (c) 2000 Vadim Zeitlin +// Copyright: (c) 2000 SciTech Software, Inc. (www.scitechsoft.com) // Licence: wxWindows licence /////////////////////////////////////////////////////////////////////////////// diff --git a/include/wx/univ/menu.h b/include/wx/univ/menu.h index 6df7c27f6b..1dbc2b3345 100644 --- a/include/wx/univ/menu.h +++ b/include/wx/univ/menu.h @@ -5,7 +5,7 @@ // Modified by: // Created: 05.05.01 // RCS-ID: $Id$ -// Copyright: (c) 2001 Vadim Zeitlin +// Copyright: (c) 2001 SciTech Software, Inc. (www.scitechsoft.com) // Licence: wxWindows licence /////////////////////////////////////////////////////////////////////////////// diff --git a/include/wx/univ/menuitem.h b/include/wx/univ/menuitem.h index b3f14e81bc..784433f95f 100644 --- a/include/wx/univ/menuitem.h +++ b/include/wx/univ/menuitem.h @@ -5,7 +5,7 @@ // Modified by: // Created: 05.05.01 // RCS-ID: $Id$ -// Copyright: (c) 2001 Vadim Zeitlin +// Copyright: (c) 2001 SciTech Software, Inc. (www.scitechsoft.com) // Licence: wxWindows licence /////////////////////////////////////////////////////////////////////////////// diff --git a/include/wx/univ/notebook.h b/include/wx/univ/notebook.h index 1ab7e93444..2654e7956e 100644 --- a/include/wx/univ/notebook.h +++ b/include/wx/univ/notebook.h @@ -5,7 +5,7 @@ // Modified by: // Created: 01.02.01 // RCS-ID: $Id$ -// Copyright: (c) 2001 Vadim Zeitlin +// Copyright: (c) 2001 SciTech Software, Inc. (www.scitechsoft.com) // Licence: wxWindows licence /////////////////////////////////////////////////////////////////////////////// diff --git a/include/wx/univ/radiobox.h b/include/wx/univ/radiobox.h index 3c9b26985c..0b9a6c48c3 100644 --- a/include/wx/univ/radiobox.h +++ b/include/wx/univ/radiobox.h @@ -5,7 +5,7 @@ // Modified by: // Created: 11.09.00 // RCS-ID: $Id$ -// Copyright: (c) 2000 Vadim Zeitlin +// Copyright: (c) 2000 SciTech Software, Inc. (www.scitechsoft.com) // Licence: wxWindows license /////////////////////////////////////////////////////////////////////////////// diff --git a/include/wx/univ/radiobut.h b/include/wx/univ/radiobut.h index 155e8e4a47..375fac1505 100644 --- a/include/wx/univ/radiobut.h +++ b/include/wx/univ/radiobut.h @@ -5,7 +5,7 @@ // Modified by: // Created: 10.09.00 // RCS-ID: $Id$ -// Copyright: (c) 2000 Vadim Zeitlin +// Copyright: (c) 2000 SciTech Software, Inc. (www.scitechsoft.com) // Licence: wxWindows license /////////////////////////////////////////////////////////////////////////////// diff --git a/include/wx/univ/renderer.h b/include/wx/univ/renderer.h index 23dcaa13fc..5e4325c21f 100644 --- a/include/wx/univ/renderer.h +++ b/include/wx/univ/renderer.h @@ -5,7 +5,7 @@ // Modified by: // Created: 06.08.00 // RCS-ID: $Id$ -// Copyright: (c) 2000 Vadim Zeitlin +// Copyright: (c) 2000 SciTech Software, Inc. (www.scitechsoft.com) // Licence: wxWindows license /////////////////////////////////////////////////////////////////////////////// diff --git a/include/wx/univ/scrarrow.h b/include/wx/univ/scrarrow.h index b4d68719cc..226f27a50f 100644 --- a/include/wx/univ/scrarrow.h +++ b/include/wx/univ/scrarrow.h @@ -5,7 +5,7 @@ // Modified by: // Created: 22.01.01 // RCS-ID: $Id$ -// Copyright: (c) 2001 Vadim Zeitlin +// Copyright: (c) 2001 SciTech Software, Inc. (www.scitechsoft.com) // Licence: wxWindows licence /////////////////////////////////////////////////////////////////////////////// diff --git a/include/wx/univ/scrolbar.h b/include/wx/univ/scrolbar.h index 30d9121a7b..f43002deb5 100644 --- a/include/wx/univ/scrolbar.h +++ b/include/wx/univ/scrolbar.h @@ -5,7 +5,7 @@ // Modified by: // Created: 20.08.00 // RCS-ID: $Id$ -// Copyright: (c) 2000 Vadim Zeitlin +// Copyright: (c) 2000 SciTech Software, Inc. (www.scitechsoft.com) // Licence: wxWindows license /////////////////////////////////////////////////////////////////////////////// diff --git a/include/wx/univ/scrthumb.h b/include/wx/univ/scrthumb.h index 19496c94fe..1e4fbf4874 100644 --- a/include/wx/univ/scrthumb.h +++ b/include/wx/univ/scrthumb.h @@ -5,7 +5,7 @@ // Modified by: // Created: 12.02.01 // RCS-ID: $Id$ -// Copyright: (c) 2001 Vadim Zeitlin +// Copyright: (c) 2001 SciTech Software, Inc. (www.scitechsoft.com) // Licence: wxWindows licence /////////////////////////////////////////////////////////////////////////////// diff --git a/include/wx/univ/scrtimer.h b/include/wx/univ/scrtimer.h index 82940c45aa..35e3505ab4 100644 --- a/include/wx/univ/scrtimer.h +++ b/include/wx/univ/scrtimer.h @@ -5,7 +5,7 @@ // Modified by: // Created: 18.02.01 // RCS-ID: $Id$ -// Copyright: (c) 2001 Vadim Zeitlin +// Copyright: (c) 2001 SciTech Software, Inc. (www.scitechsoft.com) // Licence: wxWindows licence /////////////////////////////////////////////////////////////////////////////// diff --git a/include/wx/univ/setup.h b/include/wx/univ/setup.h index 1f4af2a899..f912304eaf 100644 --- a/include/wx/univ/setup.h +++ b/include/wx/univ/setup.h @@ -5,7 +5,7 @@ // Modified by: // Created: 14.08.00 // RCS-ID: $Id$ -// Copyright: (c) 2000 Vadim Zeitlin +// Copyright: (c) 2000 SciTech Software, Inc. (www.scitechsoft.com) // Licence: wxWindows license /////////////////////////////////////////////////////////////////////////////// diff --git a/include/wx/univ/slider.h b/include/wx/univ/slider.h index 7b72b56781..b9a0bf9e9a 100644 --- a/include/wx/univ/slider.h +++ b/include/wx/univ/slider.h @@ -5,7 +5,7 @@ // Modified by: // Created: 09.02.01 // RCS-ID: $Id$ -// Copyright: (c) 2001 Vadim Zeitlin +// Copyright: (c) 2001 SciTech Software, Inc. (www.scitechsoft.com) // Licence: wxWindows licence /////////////////////////////////////////////////////////////////////////////// diff --git a/include/wx/univ/spinbutt.h b/include/wx/univ/spinbutt.h index b806250130..884618a626 100644 --- a/include/wx/univ/spinbutt.h +++ b/include/wx/univ/spinbutt.h @@ -5,7 +5,7 @@ // Modified by: // Created: 21.01.01 // RCS-ID: $Id$ -// Copyright: (c) 2001 Vadim Zeitlin +// Copyright: (c) 2001 SciTech Software, Inc. (www.scitechsoft.com) // Licence: wxWindows licence /////////////////////////////////////////////////////////////////////////////// diff --git a/include/wx/univ/statbmp.h b/include/wx/univ/statbmp.h index 7579b0b887..42fbf0b0ee 100644 --- a/include/wx/univ/statbmp.h +++ b/include/wx/univ/statbmp.h @@ -5,7 +5,7 @@ // Modified by: // Created: 25.08.00 // RCS-ID: $Id$ -// Copyright: (c) 2000 Vadim Zeitlin +// Copyright: (c) 2000 SciTech Software, Inc. (www.scitechsoft.com) // Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// diff --git a/include/wx/univ/statbox.h b/include/wx/univ/statbox.h index 36065b6fae..87913032c8 100644 --- a/include/wx/univ/statbox.h +++ b/include/wx/univ/statbox.h @@ -5,7 +5,7 @@ // Modified by: // Created: 15.08.00 // RCS-ID: $Id$ -// Copyright: (c) 2000 Vadim Zeitlin +// Copyright: (c) 2000 SciTech Software, Inc. (www.scitechsoft.com) // Licence: wxWindows license /////////////////////////////////////////////////////////////////////////////// diff --git a/include/wx/univ/stattext.h b/include/wx/univ/stattext.h index f6ef3232cd..869b9960da 100644 --- a/include/wx/univ/stattext.h +++ b/include/wx/univ/stattext.h @@ -5,7 +5,7 @@ // Modified by: // Created: 14.08.00 // RCS-ID: $Id$ -// Copyright: (c) 2000 Vadim Zeitlin +// Copyright: (c) 2000 SciTech Software, Inc. (www.scitechsoft.com) // Licence: wxWindows license ///////////////////////////////////////////////////////////////////////////// diff --git a/include/wx/univ/textctrl.h b/include/wx/univ/textctrl.h index 1c854e5149..e0732db03f 100644 --- a/include/wx/univ/textctrl.h +++ b/include/wx/univ/textctrl.h @@ -5,7 +5,7 @@ // Modified by: // Created: 15.09.00 // RCS-ID: $Id$ -// Copyright: (c) 2000 Vadim Zeitlin +// Copyright: (c) 2000 SciTech Software, Inc. (www.scitechsoft.com) // Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// diff --git a/include/wx/univ/theme.h b/include/wx/univ/theme.h index 94ba4fcfab..c60cd4aa19 100644 --- a/include/wx/univ/theme.h +++ b/include/wx/univ/theme.h @@ -7,7 +7,7 @@ // Modified by: // Created: 06.08.00 // RCS-ID: $Id$ -// Copyright: (c) 2000 Vadim Zeitlin +// Copyright: (c) 2000 SciTech Software, Inc. (www.scitechsoft.com) // Licence: wxWindows license /////////////////////////////////////////////////////////////////////////////// diff --git a/include/wx/univ/window.h b/include/wx/univ/window.h index 924e11cb30..39949a871f 100644 --- a/include/wx/univ/window.h +++ b/include/wx/univ/window.h @@ -7,7 +7,7 @@ // Modified by: // Created: 06.08.00 // RCS-ID: $Id$ -// Copyright: (c) 2000 Vadim Zeitlin +// Copyright: (c) 2000 SciTech Software, Inc. (www.scitechsoft.com) // Licence: wxWindows license /////////////////////////////////////////////////////////////////////////////// diff --git a/src/univ/bmpbuttn.cpp b/src/univ/bmpbuttn.cpp index e844a65d67..597d656323 100644 --- a/src/univ/bmpbuttn.cpp +++ b/src/univ/bmpbuttn.cpp @@ -5,7 +5,7 @@ // Modified by: // Created: 25.08.00 // RCS-ID: $Id$ -// Copyright: (c) 2000 Vadim Zeitlin +// Copyright: (c) 2000 SciTech Software, Inc. (www.scitechsoft.com) // Licence: wxWindows license ///////////////////////////////////////////////////////////////////////////// diff --git a/src/univ/button.cpp b/src/univ/button.cpp index ee1ac0321c..95d4ce4aee 100644 --- a/src/univ/button.cpp +++ b/src/univ/button.cpp @@ -5,7 +5,7 @@ // Modified by: // Created: 14.08.00 // RCS-ID: $Id$ -// Copyright: (c) 2000 Vadim Zeitlin +// Copyright: (c) 2000 SciTech Software, Inc. (www.scitechsoft.com) // Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// diff --git a/src/univ/checkbox.cpp b/src/univ/checkbox.cpp index 95ddff4c9c..916ea5c501 100644 --- a/src/univ/checkbox.cpp +++ b/src/univ/checkbox.cpp @@ -5,7 +5,7 @@ // Modified by: // Created: 25.08.00 // RCS-ID: $Id$ -// Copyright: (c) 2000 Vadim Zeitlin +// Copyright: (c) 2000 SciTech Software, Inc. (www.scitechsoft.com) // Licence: wxWindows license ///////////////////////////////////////////////////////////////////////////// diff --git a/src/univ/checklst.cpp b/src/univ/checklst.cpp index a7ee405e9a..df130aa290 100644 --- a/src/univ/checklst.cpp +++ b/src/univ/checklst.cpp @@ -5,7 +5,7 @@ // Modified by: // Created: 12.09.00 // RCS-ID: $Id$ -// Copyright: (c) 2000 Vadim Zeitlin +// Copyright: (c) 2000 SciTech Software, Inc. (www.scitechsoft.com) // Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// diff --git a/src/univ/colschem.cpp b/src/univ/colschem.cpp index 7fadd934c9..a99b6bfe68 100644 --- a/src/univ/colschem.cpp +++ b/src/univ/colschem.cpp @@ -5,7 +5,7 @@ // Modified by: // Created: 20.08.00 // RCS-ID: $Id$ -// Copyright: (c) 2000 Vadim Zeitlin +// Copyright: (c) 2000 SciTech Software, Inc. (www.scitechsoft.com) // Licence: wxWindows license /////////////////////////////////////////////////////////////////////////////// diff --git a/src/univ/combobox.cpp b/src/univ/combobox.cpp index 3a1859b370..b90ef9ff70 100644 --- a/src/univ/combobox.cpp +++ b/src/univ/combobox.cpp @@ -5,7 +5,7 @@ // Modified by: // Created: 15.12.00 // RCS-ID: $Id$ -// Copyright: (c) 2000 Vadim Zeitlin +// Copyright: (c) 2000 SciTech Software, Inc. (www.scitechsoft.com) // Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// diff --git a/src/univ/control.cpp b/src/univ/control.cpp index d0951b8d21..8f1fb4a4d1 100644 --- a/src/univ/control.cpp +++ b/src/univ/control.cpp @@ -5,7 +5,7 @@ // Modified by: // Created: 14.08.00 // RCS-ID: $Id$ -// Copyright: (c) 2000 Vadim Zeitlin +// Copyright: (c) 2000 SciTech Software, Inc. (www.scitechsoft.com) // Licence: wxWindows license ///////////////////////////////////////////////////////////////////////////// diff --git a/src/univ/framuniv.cpp b/src/univ/framuniv.cpp index b55c96ae49..392227d60f 100644 --- a/src/univ/framuniv.cpp +++ b/src/univ/framuniv.cpp @@ -5,7 +5,7 @@ // Modified by: // Created: 19.05.01 // RCS-ID: $Id$ -// Copyright: (c) 2001 Vadim Zeitlin +// Copyright: (c) 2001 SciTech Software, Inc. (www.scitechsoft.com) // Licence: wxWindows licence /////////////////////////////////////////////////////////////////////////////// diff --git a/src/univ/gauge.cpp b/src/univ/gauge.cpp index 68057bda65..16e38f7e69 100644 --- a/src/univ/gauge.cpp +++ b/src/univ/gauge.cpp @@ -5,7 +5,7 @@ // Modified by: // Created: 20.02.01 // RCS-ID: $Id$ -// Copyright: (c) 2001 Vadim Zeitlin +// Copyright: (c) 2001 SciTech Software, Inc. (www.scitechsoft.com) // License: wxWindows license /////////////////////////////////////////////////////////////////////////////// diff --git a/src/univ/inphand.cpp b/src/univ/inphand.cpp index 0e8949d2de..4b1d9fea60 100644 --- a/src/univ/inphand.cpp +++ b/src/univ/inphand.cpp @@ -5,7 +5,7 @@ // Modified by: // Created: 18.08.00 // RCS-ID: $Id$ -// Copyright: (c) 2000 Vadim Zeitlin +// Copyright: (c) 2000 SciTech Software, Inc. (www.scitechsoft.com) // Licence: wxWindows license /////////////////////////////////////////////////////////////////////////////// diff --git a/src/univ/listbox.cpp b/src/univ/listbox.cpp index a11766268e..af3ca7eee5 100644 --- a/src/univ/listbox.cpp +++ b/src/univ/listbox.cpp @@ -5,7 +5,7 @@ // Modified by: // Created: 30.08.00 // RCS-ID: $Id$ -// Copyright: (c) 2000 Vadim Zeitlin +// Copyright: (c) 2000 SciTech Software, Inc. (www.scitechsoft.com) // Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// diff --git a/src/univ/menu.cpp b/src/univ/menu.cpp index 9c24407cd3..ed3bd429ff 100644 --- a/src/univ/menu.cpp +++ b/src/univ/menu.cpp @@ -5,7 +5,7 @@ // Modified by: // Created: 25.08.00 // RCS-ID: $Id$ -// Copyright: (c) 2000 Vadim Zeitlin +// Copyright: (c) 2000 SciTech Software, Inc. (www.scitechsoft.com) // Licence: wxWindows license ///////////////////////////////////////////////////////////////////////////// diff --git a/src/univ/notebook.cpp b/src/univ/notebook.cpp index 852d926621..fc7ba86ffa 100644 --- a/src/univ/notebook.cpp +++ b/src/univ/notebook.cpp @@ -5,7 +5,7 @@ // Modified by: // Created: 01.02.01 // RCS-ID: $Id$ -// Copyright: (c) 2001 Vadim Zeitlin +// Copyright: (c) 2001 SciTech Software, Inc. (www.scitechsoft.com) // Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// diff --git a/src/univ/radiobox.cpp b/src/univ/radiobox.cpp index 654b56d0e0..342374f9d2 100644 --- a/src/univ/radiobox.cpp +++ b/src/univ/radiobox.cpp @@ -5,7 +5,7 @@ // Modified by: // Created: 11.09.00 // RCS-ID: $Id$ -// Copyright: (c) 2000 Vadim Zeitlin +// Copyright: (c) 2000 SciTech Software, Inc. (www.scitechsoft.com) // Licence: wxWindows license ///////////////////////////////////////////////////////////////////////////// diff --git a/src/univ/radiobut.cpp b/src/univ/radiobut.cpp index de57e5f3fc..c272d76264 100644 --- a/src/univ/radiobut.cpp +++ b/src/univ/radiobut.cpp @@ -5,7 +5,7 @@ // Modified by: // Created: 10.09.00 // RCS-ID: $Id$ -// Copyright: (c) 2000 Vadim Zeitlin +// Copyright: (c) 2000 SciTech Software, Inc. (www.scitechsoft.com) // Licence: wxWindows license ///////////////////////////////////////////////////////////////////////////// diff --git a/src/univ/renderer.cpp b/src/univ/renderer.cpp index 36f7f0d853..19c027723c 100644 --- a/src/univ/renderer.cpp +++ b/src/univ/renderer.cpp @@ -5,7 +5,7 @@ // Modified by: // Created: 15.08.00 // RCS-ID: $Id$ -// Copyright: (c) 2000 Vadim Zeitlin +// Copyright: (c) 2000 SciTech Software, Inc. (www.scitechsoft.com) // Licence: wxWindows license /////////////////////////////////////////////////////////////////////////////// diff --git a/src/univ/scrarrow.cpp b/src/univ/scrarrow.cpp index fe892e27c3..3bcf176b16 100644 --- a/src/univ/scrarrow.cpp +++ b/src/univ/scrarrow.cpp @@ -5,7 +5,7 @@ // Modified by: // Created: 22.01.01 // RCS-ID: $Id$ -// Copyright: (c) 2001 Vadim Zeitlin +// Copyright: (c) 2001 SciTech Software, Inc. (www.scitechsoft.com) // Licence: wxWindows licence /////////////////////////////////////////////////////////////////////////////// diff --git a/src/univ/scrolbar.cpp b/src/univ/scrolbar.cpp index 49aee0df40..5526d7ef42 100644 --- a/src/univ/scrolbar.cpp +++ b/src/univ/scrolbar.cpp @@ -5,7 +5,7 @@ // Modified by: // Created: 20.08.00 // RCS-ID: $Id$ -// Copyright: (c) 2000 Vadim Zeitlin +// Copyright: (c) 2000 SciTech Software, Inc. (www.scitechsoft.com) // Licence: wxWindows license ///////////////////////////////////////////////////////////////////////////// diff --git a/src/univ/scrthumb.cpp b/src/univ/scrthumb.cpp index 0aa837dc2f..4d46b9c35b 100644 --- a/src/univ/scrthumb.cpp +++ b/src/univ/scrthumb.cpp @@ -5,7 +5,7 @@ // Modified by: // Created: 13.02.01 // RCS-ID: $Id$ -// Copyright: (c) 2001 Vadim Zeitlin +// Copyright: (c) 2001 SciTech Software, Inc. (www.scitechsoft.com) // Licence: wxWindows license ///////////////////////////////////////////////////////////////////////////// diff --git a/src/univ/slider.cpp b/src/univ/slider.cpp index e1640dd87b..9bffd276ac 100644 --- a/src/univ/slider.cpp +++ b/src/univ/slider.cpp @@ -5,7 +5,7 @@ // Modified by: // Created: 09.02.01 // RCS-ID: $Id$ -// Copyright: (c) 2001 Vadim Zeitlin +// Copyright: (c) 2001 SciTech Software, Inc. (www.scitechsoft.com) // Licence: wxWindows licence /////////////////////////////////////////////////////////////////////////////// diff --git a/src/univ/spinbutt.cpp b/src/univ/spinbutt.cpp index b03ff3c0a4..9721e5062c 100644 --- a/src/univ/spinbutt.cpp +++ b/src/univ/spinbutt.cpp @@ -5,7 +5,7 @@ // Modified by: // Created: 21.01.01 // RCS-ID: $Id$ -// Copyright: (c) 2001 Vadim Zeitlin +// Copyright: (c) 2001 SciTech Software, Inc. (www.scitechsoft.com) // Licence: wxWindows licence /////////////////////////////////////////////////////////////////////////////// diff --git a/src/univ/statbmp.cpp b/src/univ/statbmp.cpp index ec00a57086..39282b88d0 100644 --- a/src/univ/statbmp.cpp +++ b/src/univ/statbmp.cpp @@ -5,7 +5,7 @@ // Modified by: // Created: 25.08.00 // RCS-ID: $Id$ -// Copyright: (c) 2000 Vadim Zeitlin +// Copyright: (c) 2000 SciTech Software, Inc. (www.scitechsoft.com) // Licence: wxWindows license ///////////////////////////////////////////////////////////////////////////// diff --git a/src/univ/statbox.cpp b/src/univ/statbox.cpp index bc8a581080..3c8b948466 100644 --- a/src/univ/statbox.cpp +++ b/src/univ/statbox.cpp @@ -5,7 +5,7 @@ // Modified by: // Created: 25.08.00 // RCS-ID: $Id$ -// Copyright: (c) 2000 Vadim Zeitlin +// Copyright: (c) 2000 SciTech Software, Inc. (www.scitechsoft.com) // Licence: wxWindows license ///////////////////////////////////////////////////////////////////////////// diff --git a/src/univ/statline.cpp b/src/univ/statline.cpp index fa592a0dbd..4f6e832458 100644 --- a/src/univ/statline.cpp +++ b/src/univ/statline.cpp @@ -5,7 +5,7 @@ // Modified by: // Created: 25.08.00 // RCS-ID: $Id$ -// Copyright: (c) 2000 Vadim Zeitlin +// Copyright: (c) 2000 SciTech Software, Inc. (www.scitechsoft.com) // Licence: wxWindows license ///////////////////////////////////////////////////////////////////////////// diff --git a/src/univ/stattext.cpp b/src/univ/stattext.cpp index 2ea90b3ee2..bef5b6e80e 100644 --- a/src/univ/stattext.cpp +++ b/src/univ/stattext.cpp @@ -5,7 +5,7 @@ // Modified by: // Created: 14.08.00 // RCS-ID: $Id$ -// Copyright: (c) 2000 Vadim Zeitlin +// Copyright: (c) 2000 SciTech Software, Inc. (www.scitechsoft.com) // Licence: wxWindows license ///////////////////////////////////////////////////////////////////////////// diff --git a/src/univ/textctrl.cpp b/src/univ/textctrl.cpp index 09bf799a15..b6a4b8810d 100644 --- a/src/univ/textctrl.cpp +++ b/src/univ/textctrl.cpp @@ -5,7 +5,7 @@ // Modified by: // Created: 15.09.00 // RCS-ID: $Id$ -// Copyright: (c) 2000 Vadim Zeitlin +// Copyright: (c) 2000 SciTech Software, Inc. (www.scitechsoft.com) // Licence: wxWindows license ///////////////////////////////////////////////////////////////////////////// diff --git a/src/univ/theme.cpp b/src/univ/theme.cpp index b108a21b16..026dc29899 100644 --- a/src/univ/theme.cpp +++ b/src/univ/theme.cpp @@ -5,7 +5,7 @@ // Modified by: // Created: 06.08.00 // RCS-ID: $Id$ -// Copyright: (c) 2000 Vadim Zeitlin +// Copyright: (c) 2000 SciTech Software, Inc. (www.scitechsoft.com) // Licence: wxWindows license /////////////////////////////////////////////////////////////////////////////// diff --git a/src/univ/themes/gtk.cpp b/src/univ/themes/gtk.cpp index 47f7749cc2..68e3117dbc 100644 --- a/src/univ/themes/gtk.cpp +++ b/src/univ/themes/gtk.cpp @@ -5,7 +5,7 @@ // Modified by: // Created: 06.08.00 // RCS-ID: $Id$ -// Copyright: (c) 2000 Vadim Zeitlin +// Copyright: (c) 2000 SciTech Software, Inc. (www.scitechsoft.com) // Licence: wxWindows license /////////////////////////////////////////////////////////////////////////////// diff --git a/src/univ/themes/win32.cpp b/src/univ/themes/win32.cpp index b584acc811..0289dd747f 100644 --- a/src/univ/themes/win32.cpp +++ b/src/univ/themes/win32.cpp @@ -5,7 +5,7 @@ // Modified by: // Created: 06.08.00 // RCS-ID: $Id$ -// Copyright: (c) 2000 Vadim Zeitlin +// Copyright: (c) 2000 SciTech Software, Inc. (www.scitechsoft.com) // Licence: wxWindows license /////////////////////////////////////////////////////////////////////////////// diff --git a/src/univ/winuniv.cpp b/src/univ/winuniv.cpp index 5066ebe080..80eb9968e1 100644 --- a/src/univ/winuniv.cpp +++ b/src/univ/winuniv.cpp @@ -5,7 +5,7 @@ // Modified by: // Created: 06.08.00 // RCS-ID: $Id$ -// Copyright: (c) 2000 Vadim Zeitlin +// Copyright: (c) 2000 SciTech Software, Inc. (www.scitechsoft.com) // Licence: wxWindows license /////////////////////////////////////////////////////////////////////////////// -- 2.45.2