|
1 |
| - |
2 | 1 | .. _about:
|
3 | 2 |
|
4 | 3 | About Alex
|
5 | 4 | ==========
|
6 | 5 |
|
7 |
| -Alex can always be obtained from its `home |
8 |
| -page <http://www.haskell.org/alex>`__. The latest source code lives in |
9 |
| -the `git repository <https://github.com/haskell/alex>`__ on ``GitHub``. |
| 6 | +Alex can always be obtained from its `home page <http://www.haskell.org/alex>`__. |
| 7 | +The latest source code lives in the `git repository <https://github.com/haskell/alex>`__ on ``GitHub``. |
10 | 8 |
|
11 | 9 | .. _bug-reports:
|
12 | 10 |
|
13 | 11 | Reporting bugs in Alex
|
14 | 12 | ----------------------
|
15 | 13 |
|
16 |
| -Please report bugs on the |
17 |
| -`Alex issue tracker <https://github.com/haskell/alex/issues>`__. |
18 |
| -There are no specific mailing lists for the discussion of Alex-related |
19 |
| -matters, but such topics should be fine on the `Haskell Cafe |
20 |
| -<http://www.haskell.org/mailman/listinfo/haskell-cafe>`__ mailing |
21 |
| -list. |
| 14 | +Please report bugs on the `Alex issue tracker <https://github.com/haskell/alex/issues>`__. |
| 15 | +There are no specific mailing lists for the discussion of Alex-related matters, |
| 16 | +but such topics should be fine on the `Haskell Cafe <http://www.haskell.org/mailman/listinfo/haskell-cafe>`__ mailing list. |
22 | 17 |
|
23 | 18 | License
|
24 | 19 | -------
|
25 | 20 |
|
26 |
| -Copyright (c) 1995-2011, Chris Dornan and Simon Marlow. All rights |
27 |
| -reserved. |
| 21 | +Copyright (c) 1995-2011, Chris Dornan and Simon Marlow. |
| 22 | +All rights reserved. |
28 | 23 |
|
29 |
| -Redistribution and use in source and binary forms, with or without |
30 |
| -modification, are permitted provided that the following conditions are |
31 |
| -met: |
| 24 | +Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: |
32 | 25 |
|
33 |
| -- Redistributions of source code must retain the above copyright |
34 |
| - notice, this list of conditions and the following disclaimer. |
| 26 | +- Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. |
35 | 27 |
|
36 |
| -- Redistributions in binary form must reproduce the above copyright |
37 |
| - notice, this list of conditions and the following disclaimer in the |
| 28 | +- Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the |
38 | 29 | documentation and/or other materials provided with the distribution.
|
39 | 30 |
|
40 |
| -- Neither the name of the copyright holders, nor the names of the |
41 |
| - contributors may be used to endorse or promote products derived from |
42 |
| - this software without specific prior written permission. |
43 |
| - |
44 |
| -THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS |
45 |
| -IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED |
46 |
| -TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A |
47 |
| -PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER |
48 |
| -OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, |
49 |
| -EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, |
50 |
| -PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR |
51 |
| -PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF |
52 |
| -LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING |
53 |
| -NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS |
54 |
| -SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
| 31 | +- Neither the name of the copyright holders, nor the names of the contributors may be used to endorse or promote products derived from this software without specific prior written permission. |
| 32 | + |
| 33 | +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR APARTICULAR PURPOSE ARE DISCLAIMED. |
| 34 | +IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES |
| 35 | +(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 36 | +HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
55 | 37 |
|
56 | 38 | About this documentation
|
57 | 39 | ------------------------
|
58 | 40 |
|
59 |
| -This documentation is based on a DocBook documentation originally written by |
60 |
| -Chris Dornan, Isaac Jones, and Simon Marlow. |
| 41 | +This documentation is based on a DocBook documentation originally written by Chris Dornan, Isaac Jones, and Simon Marlow. |
61 | 42 |
|
62 | 43 | Converted to RST / Sphinx / readthedocs.org by Andreas Abel in February 2022.
|
0 commit comments