Mercurial > hgrepos > Python > libs > pygments-lexer-pseudocode2
comparison docs/license.rst @ 257:265b759f1f08
Add a license page to the documentation and drop a note about the licenses in the README
| author | Franz Glasner <fzglas.hg@dom66.de> |
|---|---|
| date | Sun, 17 May 2026 14:30:07 +0200 |
| parents | |
| children |
comparison
equal
deleted
inserted
replaced
| 256:0114842950c4 | 257:265b759f1f08 |
|---|---|
| 1 .. -*- coding: utf-8; indent-tabs-mode: nil; -*- | |
| 2 | |
| 3 .. _licenses: | |
| 4 | |
| 5 ********** | |
| 6 Licenses | |
| 7 ********** | |
| 8 | |
| 9 The project is licensed under the terms of the MIT License: | |
| 10 | |
| 11 .. literalinclude:: ../LICENSES/MIT.txt | |
| 12 :language: none | |
| 13 | |
| 14 Some code snippets are licensed under the terms of the | |
| 15 BSD 2-Clause "Simplified" License as they are taken from the Python | |
| 16 lexer that is included in `Pygments`_: | |
| 17 | |
| 18 .. literalinclude:: ../LICENSES/BSD-2-Clause.txt | |
| 19 :language: none |
