1 |
673 |
markom |
The Microwindows, Nano-X, and BOGL software are licensed under the MPL,
|
2 |
|
|
as specified below. Alternatively, the software can be converted to
|
3 |
|
|
the GNU General Public License, Version 2.
|
4 |
|
|
|
5 |
|
|
/*
|
6 |
|
|
* The contents of this file are subject to the Mozilla Public License
|
7 |
|
|
* Version 1.1 (the "License"); you may not use this file except in
|
8 |
|
|
* compliance with the License. You may obtain a copy of the License at
|
9 |
|
|
* http://www.mozilla.org/MPL/
|
10 |
|
|
*
|
11 |
|
|
* Software distributed under the License is distributed on an "AS IS"
|
12 |
|
|
* basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See the
|
13 |
|
|
* License for the specific language governing rights and limitations
|
14 |
|
|
* under the License.
|
15 |
|
|
*
|
16 |
|
|
* The Original Code is MicroWindows.
|
17 |
|
|
*
|
18 |
|
|
* The Initial Developer of the Original Code is Greg Haerr.
|
19 |
|
|
* Portions created by Greg Haerr are Copyright (C) 1999
|
20 |
|
|
* Greg Haerr . All Rights Reserved.
|
21 |
|
|
*
|
22 |
|
|
* Contributor(s):
|
23 |
|
|
*
|
24 |
|
|
* Alternatively, the contents of this file may be used under the terms
|
25 |
|
|
* of the GNU General Public license (the "[GNU] License"), in which case the
|
26 |
|
|
* provisions of [GNU] License are applicable instead of those
|
27 |
|
|
* above. If you wish to allow use of your version of this file only
|
28 |
|
|
* under the terms of the [GNU] License and not to allow others to use
|
29 |
|
|
* your version of this file under the MPL, indicate your decision by
|
30 |
|
|
* deleting the provisions above and replace them with the notice and
|
31 |
|
|
* other provisions required by the [GNU] License. If you do not delete
|
32 |
|
|
* the provisions above, a recipient may use your version of this file
|
33 |
|
|
* under either the MPL or the [GNU] License.
|
34 |
|
|
*/
|