|
1 | 1 | /* |
2 | | - * Copyright 2010, Lloyd Hilaiel. |
3 | | - * |
4 | | - * Redistribution and use in source and binary forms, with or without |
5 | | - * modification, are permitted provided that the following conditions are |
6 | | - * met: |
7 | | - * |
8 | | - * 1. Redistributions of source code must retain the above copyright |
9 | | - * notice, this list of conditions and the following disclaimer. |
10 | | - * |
11 | | - * 2. Redistributions in binary form must reproduce the above copyright |
12 | | - * notice, this list of conditions and the following disclaimer in |
13 | | - * the documentation and/or other materials provided with the |
14 | | - * distribution. |
15 | | - * |
16 | | - * 3. Neither the name of Lloyd Hilaiel nor the names of its |
17 | | - * contributors may be used to endorse or promote products derived |
18 | | - * from this software without specific prior written permission. |
19 | | - * |
20 | | - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR |
21 | | - * IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED |
22 | | - * WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE |
23 | | - * DISCLAIMED. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, |
24 | | - * INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES |
25 | | - * (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR |
26 | | - * SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
27 | | - * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, |
28 | | - * STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING |
29 | | - * IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE |
30 | | - * POSSIBILITY OF SUCH DAMAGE. |
31 | | - */ |
| 2 | + * Copyright (c) 2007-2011, Lloyd Hilaiel <lloyd@hilaiel.com> |
| 3 | + * |
| 4 | + * Permission to use, copy, modify, and/or distribute this software for any |
| 5 | + * purpose with or without fee is hereby granted, provided that the above |
| 6 | + * copyright notice and this permission notice appear in all copies. |
| 7 | + * |
| 8 | + * THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES |
| 9 | + * WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF |
| 10 | + * MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR |
| 11 | + * ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES |
| 12 | + * WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN |
| 13 | + * ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF |
| 14 | + * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. |
| 15 | + */ |
32 | 16 |
|
33 | 17 | #ifndef __YAJL_COMMON_H__ |
34 | 18 | #define __YAJL_COMMON_H__ |
@@ -86,6 +70,6 @@ typedef struct |
86 | 70 |
|
87 | 71 | #ifdef __cplusplus |
88 | 72 | } |
89 | | -#endif |
| 73 | +#endif |
90 | 74 |
|
91 | 75 | #endif |
0 commit comments