|
1 | 1 | #ifndef __TIDYENUM_H__
|
2 | 2 | #define __TIDYENUM_H__
|
3 | 3 |
|
4 |
| -/* @file tidyenum.h -- Split public enums into separate header |
| 4 | +/** @file tidyenum.h - Separated public enumerations header |
5 | 5 |
|
6 | 6 | Simplifies enum re-use in various wrappers. e.g. SWIG
|
7 | 7 | generated wrappers and COM IDL files.
|
8 | 8 |
|
9 |
| - Copyright (c) 1998-2008 World Wide Web Consortium |
10 |
| - (Massachusetts Institute of Technology, European Research |
11 |
| - Consortium for Informatics and Mathematics, Keio University). |
12 |
| - All Rights Reserved. |
13 |
| -
|
14 |
| - Contributing Author(s): |
15 |
| -
|
16 |
| - |
17 |
| -
|
18 |
| - The contributing author(s) would like to thank all those who |
19 |
| - helped with testing, bug fixes and suggestions for improvements. |
20 |
| - This wouldn't have been possible without your help. |
21 |
| -
|
22 |
| - COPYRIGHT NOTICE: |
23 |
| -
|
24 |
| - This software and documentation is provided "as is," and |
25 |
| - the copyright holders and contributing author(s) make no |
26 |
| - representations or warranties, express or implied, including |
27 |
| - but not limited to, warranties of merchantability or fitness |
28 |
| - for any particular purpose or that the use of the software or |
29 |
| - documentation will not infringe any third party patents, |
30 |
| - copyrights, trademarks or other rights. |
31 |
| -
|
32 |
| - The copyright holders and contributing author(s) will not be held |
33 |
| - liable for any direct, indirect, special or consequential damages |
34 |
| - arising out of any use of the software or documentation, even if |
35 |
| - advised of the possibility of such damage. |
36 |
| -
|
37 |
| - Permission is hereby granted to use, copy, modify, and distribute |
38 |
| - this source code, or portions hereof, documentation and executables, |
39 |
| - for any purpose, without fee, subject to the following restrictions: |
40 |
| -
|
41 |
| - 1. The origin of this source code must not be misrepresented. |
42 |
| - 2. Altered versions must be plainly marked as such and must |
43 |
| - not be misrepresented as being the original source. |
44 |
| - 3. This Copyright notice may not be removed or altered from any |
45 |
| - source or altered source distribution. |
46 |
| -
|
47 |
| - The copyright holders and contributing author(s) specifically |
48 |
| - permit, without fee, and encourage the use of this source code |
49 |
| - as a component for supporting the Hypertext Markup Language in |
50 |
| - commercial products. If you use this source code in a product, |
51 |
| - acknowledgment is not required but would be appreciated. |
52 |
| -
|
| 9 | + (c) 1998-2016 (W3C) MIT, ERCIM, Keio University |
| 10 | + See tidy.h for the full copyright notice. |
53 | 11 |
|
54 | 12 | Created 2001-05-20 by Charles Reitzel
|
55 | 13 | Updated 2002-07-01 by Charles Reitzel - 1st Implementation
|
|
0 commit comments