mirror of
https://github.com/reactos/reactos.git
synced 2025-08-02 20:36:26 +00:00
- Correct the copyright header for path.c. Crediting Dmitry Timoshkov for his great work in the Open Source Software movement.
svn path=/trunk/; revision=37803
This commit is contained in:
parent
371bfcc3b2
commit
3f5de2feb4
1 changed files with 28 additions and 13 deletions
|
@ -1,20 +1,35 @@
|
||||||
/*
|
/*
|
||||||
* ReactOS W32 Subsystem
|
* Graphics paths (BeginPath, EndPath etc.)
|
||||||
* Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003 ReactOS Team
|
|
||||||
*
|
*
|
||||||
* This program is free software; you can redistribute it and/or modify
|
* Copyright 1997, 1998 Martin Boehme
|
||||||
* it under the terms of the GNU General Public License as published by
|
* 1999 Huw D M Davies
|
||||||
* the Free Software Foundation; either version 2 of the License, or
|
* Copyright 2005 Dmitry Timoshkov
|
||||||
* (at your option) any later version.
|
|
||||||
*
|
*
|
||||||
* This program is distributed in the hope that it will be useful,
|
* This library is free software; you can redistribute it and/or
|
||||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
* modify it under the terms of the GNU Lesser General Public
|
||||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
* License as published by the Free Software Foundation; either
|
||||||
* GNU General Public License for more details.
|
* version 2.1 of the License, or (at your option) any later version.
|
||||||
*
|
*
|
||||||
* You should have received a copy of the GNU General Public License
|
* This library is distributed in the hope that it will be useful,
|
||||||
* along with this program; if not, write to the Free Software
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
* Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
||||||
|
* Lesser General Public License for more details.
|
||||||
|
*
|
||||||
|
* You should have received a copy of the GNU Lesser General Public
|
||||||
|
* License along with this library; if not, write to the Free Software
|
||||||
|
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
|
||||||
|
*/
|
||||||
|
/*
|
||||||
|
*
|
||||||
|
* Addaped for the use in ReactOS.
|
||||||
|
*
|
||||||
|
*/
|
||||||
|
/*
|
||||||
|
* PROJECT: ReactOS win32 kernel mode subsystem
|
||||||
|
* LICENSE: GPL - See COPYING in the top level directory
|
||||||
|
* FILE: subsystems/win32/win32k/objects/path.c
|
||||||
|
* PURPOSE: Freetype library support
|
||||||
|
* PROGRAMMER:
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <w32k.h>
|
#include <w32k.h>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue