Mercurial > hgrepos > Python > libs > pygments-lexer-pseudocode2
annotate docs/license.rst @ 265:e5ea2f955986
Optimize documentation layout: use a local ToC where appropriate (lexers, filters)
| author | Franz Glasner <fzglas.hg@dom66.de> |
|---|---|
| date | Tue, 19 May 2026 18:50:24 +0200 |
| parents | 265b759f1f08 |
| children |
| rev | line source |
|---|---|
|
257
265b759f1f08
Add a license page to the documentation and drop a note about the licenses in the README
Franz Glasner <fzglas.hg@dom66.de>
parents:
diff
changeset
|
1 .. -*- coding: utf-8; indent-tabs-mode: nil; -*- |
|
265b759f1f08
Add a license page to the documentation and drop a note about the licenses in the README
Franz Glasner <fzglas.hg@dom66.de>
parents:
diff
changeset
|
2 |
|
265b759f1f08
Add a license page to the documentation and drop a note about the licenses in the README
Franz Glasner <fzglas.hg@dom66.de>
parents:
diff
changeset
|
3 .. _licenses: |
|
265b759f1f08
Add a license page to the documentation and drop a note about the licenses in the README
Franz Glasner <fzglas.hg@dom66.de>
parents:
diff
changeset
|
4 |
|
265b759f1f08
Add a license page to the documentation and drop a note about the licenses in the README
Franz Glasner <fzglas.hg@dom66.de>
parents:
diff
changeset
|
5 ********** |
|
265b759f1f08
Add a license page to the documentation and drop a note about the licenses in the README
Franz Glasner <fzglas.hg@dom66.de>
parents:
diff
changeset
|
6 Licenses |
|
265b759f1f08
Add a license page to the documentation and drop a note about the licenses in the README
Franz Glasner <fzglas.hg@dom66.de>
parents:
diff
changeset
|
7 ********** |
|
265b759f1f08
Add a license page to the documentation and drop a note about the licenses in the README
Franz Glasner <fzglas.hg@dom66.de>
parents:
diff
changeset
|
8 |
|
265b759f1f08
Add a license page to the documentation and drop a note about the licenses in the README
Franz Glasner <fzglas.hg@dom66.de>
parents:
diff
changeset
|
9 The project is licensed under the terms of the MIT License: |
|
265b759f1f08
Add a license page to the documentation and drop a note about the licenses in the README
Franz Glasner <fzglas.hg@dom66.de>
parents:
diff
changeset
|
10 |
|
265b759f1f08
Add a license page to the documentation and drop a note about the licenses in the README
Franz Glasner <fzglas.hg@dom66.de>
parents:
diff
changeset
|
11 .. literalinclude:: ../LICENSES/MIT.txt |
|
265b759f1f08
Add a license page to the documentation and drop a note about the licenses in the README
Franz Glasner <fzglas.hg@dom66.de>
parents:
diff
changeset
|
12 :language: none |
|
265b759f1f08
Add a license page to the documentation and drop a note about the licenses in the README
Franz Glasner <fzglas.hg@dom66.de>
parents:
diff
changeset
|
13 |
|
265b759f1f08
Add a license page to the documentation and drop a note about the licenses in the README
Franz Glasner <fzglas.hg@dom66.de>
parents:
diff
changeset
|
14 Some code snippets are licensed under the terms of the |
|
265b759f1f08
Add a license page to the documentation and drop a note about the licenses in the README
Franz Glasner <fzglas.hg@dom66.de>
parents:
diff
changeset
|
15 BSD 2-Clause "Simplified" License as they are taken from the Python |
|
265b759f1f08
Add a license page to the documentation and drop a note about the licenses in the README
Franz Glasner <fzglas.hg@dom66.de>
parents:
diff
changeset
|
16 lexer that is included in `Pygments`_: |
|
265b759f1f08
Add a license page to the documentation and drop a note about the licenses in the README
Franz Glasner <fzglas.hg@dom66.de>
parents:
diff
changeset
|
17 |
|
265b759f1f08
Add a license page to the documentation and drop a note about the licenses in the README
Franz Glasner <fzglas.hg@dom66.de>
parents:
diff
changeset
|
18 .. literalinclude:: ../LICENSES/BSD-2-Clause.txt |
|
265b759f1f08
Add a license page to the documentation and drop a note about the licenses in the README
Franz Glasner <fzglas.hg@dom66.de>
parents:
diff
changeset
|
19 :language: none |
