From f3edbd2c2598471a211d19304ffe6166e6a7ac08 Mon Sep 17 00:00:00 2001 From: Julian Smart Date: Thu, 5 May 2005 15:04:32 +0000 Subject: [PATCH] Clarified copyright git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_4_BRANCH@33959 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- include/wx/msw/uxtheme.h | 17 ++++++++++------- src/msw/uxtheme.cpp | 14 ++++++++++++-- 2 files changed, 22 insertions(+), 9 deletions(-) diff --git a/include/wx/msw/uxtheme.h b/include/wx/msw/uxtheme.h index f239045c8a..25c72476fa 100644 --- a/include/wx/msw/uxtheme.h +++ b/include/wx/msw/uxtheme.h @@ -1,10 +1,13 @@ -/* - * wxuxthem.h : wxWindows support for Microsoft Windows XP Theme library - * (uxtheme.dll) - * Modified to work with almost all Win32 compilers - * Compiler must support Unicode, the __cdecl calling convention, and the - * __stdcall calling convention - */ +/////////////////////////////////////////////////////////////////////////////// +// Name: wx/msw/uxtheme.h +// Purpose: wxUxThemeEngine class: support for XP themes +// Author: John Platts, Vadim Zeitlin +// Modified by: +// Created: 2003 +// RCS-ID: $Id$ +// Copyright: (c) 2003 John Platts, Vadim Zeitlin +// License: wxWindows licence +/////////////////////////////////////////////////////////////////////////////// #ifndef _WX_UXTHEME_H_ #define _WX_UXTHEME_H_ diff --git a/src/msw/uxtheme.cpp b/src/msw/uxtheme.cpp index 861ffd8858..751000bedc 100644 --- a/src/msw/uxtheme.cpp +++ b/src/msw/uxtheme.cpp @@ -1,6 +1,16 @@ +/////////////////////////////////////////////////////////////////////////////// +// Name: src/msw/uxtheme.cpp +// Purpose: wxUxThemeEngine class: support for XP themes +// Author: John Platts, Vadim Zeitlin +// Modified by: +// Created: 2003 +// RCS-ID: $Id$ +// Copyright: (c) 2003 John Platts, Vadim Zeitlin +// License: wxWindows licence +/////////////////////////////////////////////////////////////////////////////// + /* - * wxuxthem.h : wxWindows support for Microsoft Windows XP Theme library - * (uxtheme.dll) + * wxWidgets support for Microsoft Windows XP Theme library (uxtheme.dll) * Modified to work with almost all Win32 compilers * Compiler must support Unicode, the __cdecl calling convention, and the * __stdcall calling convention