diff --git a/include/wx/qt/calctrl.h b/include/wx/qt/calctrl.h index 3a10e0ce0c..909f89dbdb 100644 --- a/include/wx/qt/calctrl.h +++ b/include/wx/qt/calctrl.h @@ -1,8 +1,9 @@ ///////////////////////////////////////////////////////////////////////////// // Name: wx/qt/calctrl.h // Purpose: wxCalendarCtrl control implementation for wxQt -// Author: Kolya Kosenko, Mariano Reingart -// Copyright: (c) 2010 wxWidgets dev team +// Author: Kolya Kosenko +// Created: 2010-05-12 +// Copyright: (c) 2010 Kolya Kosenko // Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// diff --git a/include/wx/qt/colour.h b/include/wx/qt/colour.h index 70d48f1de6..e218753b2d 100644 --- a/include/wx/qt/colour.h +++ b/include/wx/qt/colour.h @@ -1,8 +1,9 @@ ///////////////////////////////////////////////////////////////////////////// // Name: wx/qt/colour.h // Purpose: wxColour class implementation for wxQt -// Author: Peter Most, Kolya Kosenko, Mariano Reingart -// Copyright: (c) 2010 wxWidgets dev team +// Author: Kolya Kosenko +// Created: 2010-05-12 +// Copyright: (c) 2010 Kolya Kosenko // Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// diff --git a/src/qt/calctrl.cpp b/src/qt/calctrl.cpp index 619f7566d7..d2fbd8fcbd 100644 --- a/src/qt/calctrl.cpp +++ b/src/qt/calctrl.cpp @@ -1,8 +1,9 @@ ///////////////////////////////////////////////////////////////////////////// // Name: src/qt/calctrl.cpp // Purpose: wxCalendarCtrl control implementation for wxQt -// Author: Kolya Kosenko, Javier Torres, Mariano Reingart -// Copyright: (c) 2010 wxWidgets dev team +// Author: Kolya Kosenko +// Created: 2010-05-12 +// Copyright: (c) 2010 Kolya Kosenko // Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// diff --git a/src/qt/colour.cpp b/src/qt/colour.cpp index 4aed991735..e64784e902 100644 --- a/src/qt/colour.cpp +++ b/src/qt/colour.cpp @@ -1,10 +1,9 @@ ///////////////////////////////////////////////////////////////////////////// // Name: wx/qt/colour.h // Purpose: wxColour class implementation for wxQt -// Author: Peter Most, Kolya Kosenko +// Author: Kolya Kosenko // Created: 2010-05-12 -// Copyright: (c) Peter Most -// (C) 2010 Kolya Kosenko +// Copyright: (c) 2010 Kolya Kosenko // Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// diff --git a/src/qt/converter.cpp b/src/qt/converter.cpp index 13655324dd..5b407f5e3c 100644 --- a/src/qt/converter.cpp +++ b/src/qt/converter.cpp @@ -2,6 +2,7 @@ // Name: src/qt/converter.cpp // Author: Peter Most, Kolya Kosenko, Mariano Reingart // Copyright: (c) 2010 wxWidgets dev team +// (c) 2010 Kolya Kosenko // Licence: wxWindows licence /////////////////////////////////////////////////////////////////////////////