diff --git a/include/wx/sizer.h b/include/wx/sizer.h index 0e0f056f43..754daac250 100644 --- a/include/wx/sizer.h +++ b/include/wx/sizer.h @@ -6,7 +6,6 @@ // Created: // RCS-ID: $Id$ // Copyright: (c) Robin Dunn, Robert Roebling -// (c) 2003, Ron Lee // Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// diff --git a/src/common/sizer.cpp b/src/common/sizer.cpp index 30cd5d68ec..5a9c11a99f 100644 --- a/src/common/sizer.cpp +++ b/src/common/sizer.cpp @@ -1,12 +1,12 @@ ///////////////////////////////////////////////////////////////////////////// // Name: sizer.cpp // 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 // Created: // RCS-ID: $Id$ -// Copyright: (c) Robin Dunn, Dirk Holtwick and Robert Roebling -// (c) 2003, Ron Lee +// Copyright: (c) Robin Dunn, Robert Roebling // Licence: wxWindows licence /////////////////////////////////////////////////////////////////////////////