Clarified copyright

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_4_BRANCH@33959 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Julian Smart
2005-05-05 15:04:32 +00:00
parent 367a7368a1
commit f3edbd2c25
2 changed files with 22 additions and 9 deletions

View File

@@ -1,10 +1,13 @@
/* ///////////////////////////////////////////////////////////////////////////////
* wxuxthem.h : wxWindows support for Microsoft Windows XP Theme library // Name: wx/msw/uxtheme.h
* (uxtheme.dll) // Purpose: wxUxThemeEngine class: support for XP themes
* Modified to work with almost all Win32 compilers // Author: John Platts, Vadim Zeitlin
* Compiler must support Unicode, the __cdecl calling convention, and the // Modified by:
* __stdcall calling convention // Created: 2003
*/ // RCS-ID: $Id$
// Copyright: (c) 2003 John Platts, Vadim Zeitlin
// License: wxWindows licence
///////////////////////////////////////////////////////////////////////////////
#ifndef _WX_UXTHEME_H_ #ifndef _WX_UXTHEME_H_
#define _WX_UXTHEME_H_ #define _WX_UXTHEME_H_

View File

@@ -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 * wxWidgets support for Microsoft Windows XP Theme library (uxtheme.dll)
* (uxtheme.dll)
* Modified to work with almost all Win32 compilers * Modified to work with almost all Win32 compilers
* Compiler must support Unicode, the __cdecl calling convention, and the * Compiler must support Unicode, the __cdecl calling convention, and the
* __stdcall calling convention * __stdcall calling convention