* include/w32api.h: Change to version 2.0 to reflect the change
in the license. * README: Renamed. * README.w32api: Renamed from README. Modified license to remove the restriction of notifying the author based on the fact that the author is unreachable at the notified address. * Makefile.in (VERSION): Change to 2.0.
This commit is contained in:
		| @@ -1,3 +1,13 @@ | ||||
| 2002-06-14  Earnie Boyd  <earnie@users.sf.net> | ||||
|  | ||||
| 	* include/w32api.h: Change to version 2.0 to reflect the change | ||||
| 	in the license. | ||||
| 	* README: Renamed. | ||||
| 	* README.w32api: Renamed from README.  Modified license to remove | ||||
| 	the restriction of notifying the author based on the fact that the | ||||
| 	author is unreachable at the notified address. | ||||
| 	* Makefile.in (VERSION): Change to 2.0. | ||||
|  | ||||
| 2002-06-14  Earnie Boyd  <earnie@users.sf.net> | ||||
|  | ||||
| 	* include/wingdi.h (GetEnhMetaFileBits): Correct typo. | ||||
|   | ||||
| @@ -66,11 +66,11 @@ FLAGS_TO_PASS = \ | ||||
| SUBDIRS = lib | ||||
|  | ||||
| PACKAGE = w32api | ||||
| VERSION = 1.5 | ||||
| VERSION = 2.0 | ||||
| CYGRELEASE = 1 | ||||
|  | ||||
| DIST_FILES = Makefile.in configure.in configure config.guess config.sub \ | ||||
| install-sh README ChangeLog TODO CONTRIBUTIONS | ||||
| install-sh README.w32api ChangeLog TODO CONTRIBUTIONS | ||||
|  | ||||
| all: lib | ||||
|  | ||||
|   | ||||
| @@ -1,28 +1,27 @@ | ||||
|         Free headers and libraries for the Win32 API | ||||
| 
 | ||||
|         Written by Anders Norlander <anorland@hem2.passagen.se> | ||||
|         URL: http://www.acc.umu.se/~anorland/gnu-win32/ | ||||
|         Originally written by Anders Norlander  | ||||
| 	Last known and not working email: <anorland@hem2.passagen.se> | ||||
| 
 | ||||
| 	Maintained by MinGW Developers | ||||
| 	Now maintained by MinGW Developers | ||||
|         Send bug reports and questions to MinGW-users@lists.sourceforge.net | ||||
| 	URL: http://www.mingw.org | ||||
| 
 | ||||
| * License | ||||
| * License 2.0 | ||||
| 
 | ||||
|   You are free to use, modify and copy this package. No restrictions | ||||
|   are imposed on programs or object files compiled with this library. | ||||
|   You are free to use, modify and copy this package as long as this | ||||
|   README.w32api file is included unmodified with any distribution, source or | ||||
|   binary, of this package.  No restrictions are imposed on any package or  | ||||
|   product using or incorporating this package.  You are free to license your  | ||||
|   package as you see fit. | ||||
|    | ||||
|   You may not restrict the the usage of this library. | ||||
| 
 | ||||
|   You may not restrict others freedoms as set forth in the above paragraph. | ||||
|   You may distribute this library as part of another package or as a | ||||
|   modified package if and only if you do *not* restrict the usage of | ||||
|   the portions consisting of this (optionally modified) library. | ||||
|   modified package if and only if you do *not* restrict others freedoms as | ||||
|   set forth in the above paragraph as it concerns this pakcage.  You do have | ||||
|   the right to restrict uses of any package using this package. | ||||
| 
 | ||||
|   If distributed as part of another package, please notify the author | ||||
|   of what you are going to do.  If distributed as a modified package, | ||||
|   this file *must* be included. | ||||
| 
 | ||||
|   This library is distributed in the hope that it will be useful, but | ||||
|   This package is distributed in the hope that it will be useful, but | ||||
|   WITHOUT ANY WARRANTY; without even the implied warranty of | ||||
|   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. | ||||
| 
 | ||||
| @@ -4,8 +4,8 @@ | ||||
| #pragma GCC system_header | ||||
| #endif | ||||
|  | ||||
| #define __W32API_VERSION 1.5 | ||||
| #define __W32API_MAJOR_VERSION 1 | ||||
| #define __W32API_MINOR_VERSION 5 | ||||
| #define __W32API_VERSION 2.0 | ||||
| #define __W32API_MAJOR_VERSION 2 | ||||
| #define __W32API_MINOR_VERSION 0 | ||||
|  | ||||
| #endif /* ndef _W32API_H_ */ | ||||
|   | ||||
		Reference in New Issue
	
	Block a user