1 | # |
---|
2 | # $Id: Magiclines,v 1.1.1.2 2007-02-01 19:49:55 ghudson Exp $ |
---|
3 | # |
---|
4 | # Copyright 1993, 1999, 2001, 2002, Geoff Kuenning, Claremont, CA |
---|
5 | # All rights reserved. |
---|
6 | # |
---|
7 | # Redistribution and use in source and binary forms, with or without |
---|
8 | # modification, are permitted provided that the following conditions |
---|
9 | # are met: |
---|
10 | # |
---|
11 | # 1. Redistributions of source code must retain the above copyright |
---|
12 | # notice, this list of conditions and the following disclaimer. |
---|
13 | # 2. Redistributions in binary form must reproduce the above copyright |
---|
14 | # notice, this list of conditions and the following disclaimer in the |
---|
15 | # documentation and/or other materials provided with the distribution. |
---|
16 | # 3. All modifications to the source code must be clearly marked as |
---|
17 | # such. Binary redistributions based on modified source code |
---|
18 | # must be clearly marked as modified versions in the documentation |
---|
19 | # and/or other materials provided with the distribution. |
---|
20 | # 4. The code that causes the 'ispell -v' command to display a prominent |
---|
21 | # link to the official ispell Web site may not be removed. |
---|
22 | # 5. The name of Geoff Kuenning may not be used to endorse or promote |
---|
23 | # products derived from this software without specific prior |
---|
24 | # written permission. |
---|
25 | # |
---|
26 | # THIS SOFTWARE IS PROVIDED BY GEOFF KUENNING AND CONTRIBUTORS ``AS IS'' AND |
---|
27 | # ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
---|
28 | # IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
---|
29 | # ARE DISCLAIMED. IN NO EVENT SHALL GEOFF KUENNING OR CONTRIBUTORS BE LIABLE |
---|
30 | # FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
---|
31 | # DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
---|
32 | # OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
---|
33 | # HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
---|
34 | # LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
---|
35 | # OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
---|
36 | # SUCH DAMAGE. |
---|
37 | # |
---|
38 | # The following lines can be inserted into /etc/magic or |
---|
39 | # /usr/lib/file/magic so that "file" will recognize ispell hash files. |
---|
40 | # On some systems, these lines will need modification. The most |
---|
41 | # common modifications involve turning the magic number into a 16-bit |
---|
42 | # integer (0x9602). Some systems (e.g., Ultrix) may require an extra |
---|
43 | # field to be added; see the documentation or comments for your magic |
---|
44 | # file for more information. |
---|
45 | # |
---|
46 | # $Log: not supported by cvs2svn $ |
---|
47 | # Revision 1.13 2005/04/14 14:38:23 geoff |
---|
48 | # Update license. |
---|
49 | # |
---|
50 | # Revision 1.12 2001/12/26 05:55:04 geoff |
---|
51 | # Get rid of obsolete options |
---|
52 | # |
---|
53 | # Revision 1.11 2001/07/25 21:51:47 geoff |
---|
54 | # Minor license update. |
---|
55 | # |
---|
56 | # Revision 1.10 2001/07/23 20:24:02 geoff |
---|
57 | # Update the copyright and the license. |
---|
58 | # |
---|
59 | # Revision 1.9 1999/01/07 01:57:49 geoff |
---|
60 | # Update the copyright. |
---|
61 | # |
---|
62 | # Revision 1.8 1995/01/08 23:23:52 geoff |
---|
63 | # Add comments that document minor variations in /etc/magic formats. |
---|
64 | # |
---|
65 | # Revision 1.7 1994/01/25 07:11:10 geoff |
---|
66 | # Get rid of all old RCS log lines in preparation for the 3.1 release. |
---|
67 | # |
---|
68 | # |
---|
69 | 0 short 0xffff9602 ispell 3.x hash file |
---|
70 | >2 short 0x03 - 8-bit, capitalization, 26 flags |
---|
71 | >2 short 0x07 - 8-bit, capitalization, 52 flags |
---|
72 | >2 short 0x0B - 8-bit, capitalization, 128 flags |
---|
73 | >2 short 0x0F - 8-bit, capitalization, 256 flags |
---|
74 | >4 short >0 and %d string characters |
---|