|
1 | 1 | /* Copyright (c) Citrix Systems, Inc. |
2 | | -* All rights reserved. |
3 | | -* |
4 | | -* Redistribution and use in source and binary forms, |
5 | | -* with or without modification, are permitted provided |
6 | | -* that the following conditions are met: |
7 | | -* |
8 | | -* * Redistributions of source code must retain the above |
9 | | -* copyright notice, this list of conditions and the |
10 | | -* following disclaimer. |
11 | | -* * Redistributions in binary form must reproduce the above |
12 | | -* copyright notice, this list of conditions and the |
13 | | -* following disclaimer in the documentation and/or other |
14 | | -* materials provided with the distribution. |
15 | | -* |
16 | | -* THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND |
17 | | -* CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, |
18 | | -* INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF |
19 | | -* MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE |
20 | | -* DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR |
21 | | -* CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, |
22 | | -* SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, |
23 | | -* BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR |
24 | | -* SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS |
25 | | -* INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, |
26 | | -* WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING |
27 | | -* NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE |
28 | | -* OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
29 | | -* SUCH DAMAGE. |
30 | | -*/ |
| 2 | + * All rights reserved. |
| 3 | + * |
| 4 | + * Redistribution and use in source and binary forms, |
| 5 | + * with or without modification, are permitted provided |
| 6 | + * that the following conditions are met: |
| 7 | + * |
| 8 | + * * Redistributions of source code must retain the above |
| 9 | + * copyright notice, this list of conditions and the |
| 10 | + * following disclaimer. |
| 11 | + * * Redistributions in binary form must reproduce the above |
| 12 | + * copyright notice, this list of conditions and the |
| 13 | + * following disclaimer in the documentation and/or other |
| 14 | + * materials provided with the distribution. |
| 15 | + * |
| 16 | + * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND |
| 17 | + * CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, |
| 18 | + * INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF |
| 19 | + * MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE |
| 20 | + * DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR |
| 21 | + * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, |
| 22 | + * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, |
| 23 | + * BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR |
| 24 | + * SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS |
| 25 | + * INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, |
| 26 | + * WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING |
| 27 | + * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE |
| 28 | + * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 29 | + * SUCH DAMAGE. |
| 30 | + */ |
31 | 31 |
|
32 | 32 | using System; |
33 | 33 | using System.Drawing; |
|
0 commit comments