| 1 |
/* |
|---|
| 2 |
* Copyright (c) 2006 Association for Computing Machinery at the |
|---|
| 3 |
* University of Illinois at Urbana-Champaign. |
|---|
| 4 |
* All rights reserved. |
|---|
| 5 |
* |
|---|
| 6 |
* Developed by: Special Interest Group for Windows Development |
|---|
| 7 |
* ACM@UIUC |
|---|
| 8 |
* http://www.acm.uiuc.edu/sigwin |
|---|
| 9 |
* |
|---|
| 10 |
* Permission is hereby granted, free of charge, to any person obtaining a |
|---|
| 11 |
* copy of this software and associated documentation files (the "Software"), |
|---|
| 12 |
* to deal with the Software without restriction, including without limitation |
|---|
| 13 |
* the rights to use, copy, modify, merge, publish, distribute, sublicense, |
|---|
| 14 |
* and/or sell copies of the Software, and to permit persons to whom the |
|---|
| 15 |
* Software is furnished to do so, subject to the following conditions: |
|---|
| 16 |
* |
|---|
| 17 |
* Redistributions of source code must retain the above copyright notice, this |
|---|
| 18 |
* list of conditions and the following disclaimers. |
|---|
| 19 |
* Redistributions in binary form must reproduce the above copyright notice, |
|---|
| 20 |
* this list of conditions and the following disclaimers in the documentation |
|---|
| 21 |
* and/or other materials provided with the distribution. |
|---|
| 22 |
* Neither the names of SIGWin, ACM@UIUC, nor the names of its contributors |
|---|
| 23 |
* may be used to endorse or promote products derived from this Software |
|---|
| 24 |
* without specific prior written permission. |
|---|
| 25 |
* |
|---|
| 26 |
* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR |
|---|
| 27 |
* IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, |
|---|
| 28 |
* FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE |
|---|
| 29 |
* CONTRIBUTORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER |
|---|
| 30 |
* LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING |
|---|
| 31 |
* FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER |
|---|
| 32 |
* DEALINGS WITH THE SOFTWARE. |
|---|
| 33 |
*/ |
|---|
| 34 |
|
|---|