Copyright correction

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@19662 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Julian Smart
2003-03-21 15:30:17 +00:00
parent a4ab8ed5ff
commit aa5973eef4
2 changed files with 3 additions and 4 deletions

View File

@@ -6,7 +6,6 @@
// Created: // Created:
// RCS-ID: $Id$ // RCS-ID: $Id$
// Copyright: (c) Robin Dunn, Robert Roebling // Copyright: (c) Robin Dunn, Robert Roebling
// (c) 2003, Ron Lee
// Licence: wxWindows licence // Licence: wxWindows licence
///////////////////////////////////////////////////////////////////////////// /////////////////////////////////////////////////////////////////////////////

View File

@@ -1,12 +1,12 @@
///////////////////////////////////////////////////////////////////////////// /////////////////////////////////////////////////////////////////////////////
// Name: sizer.cpp // Name: sizer.cpp
// Purpose: provide new wxSizer class for layout // Purpose: provide new wxSizer class for layout
// Author: Robert Roebling and Robin Dunn // Author: Robert Roebling and Robin Dunn, contributions by
// Dirk Holtwick, Ron Lee
// Modified by: Ron Lee // Modified by: Ron Lee
// Created: // Created:
// RCS-ID: $Id$ // RCS-ID: $Id$
// Copyright: (c) Robin Dunn, Dirk Holtwick and Robert Roebling // Copyright: (c) Robin Dunn, Robert Roebling
// (c) 2003, Ron Lee
// Licence: wxWindows licence // Licence: wxWindows licence
///////////////////////////////////////////////////////////////////////////// /////////////////////////////////////////////////////////////////////////////