# HG changeset patch # User Franz Glasner # Date 1779021007 -7200 # Node ID 265b759f1f081ad3a6061874735de6d2e13fa156 # Parent 0114842950c448770ba9988d055bef8c0c01a42f Add a license page to the documentation and drop a note about the licenses in the README diff -r 0114842950c4 -r 265b759f1f08 README.rst --- a/README.rst Sun May 17 13:07:23 2026 +0200 +++ b/README.rst Sun May 17 14:30:07 2026 +0200 @@ -6,8 +6,11 @@ :Version: 3.0.0.dev1 :Date: |VCSJustDate| +:Copyright: + - © 2026 Franz Glasner + - © 2015 Simon Wachter +:License: MIT License :Revision: |VCSRevision| -:License: MIT License This package contains `Pygments`_ lexers for some variants of pseudocode. diff -r 0114842950c4 -r 265b759f1f08 docs/_latex/index-latex.rst --- a/docs/_latex/index-latex.rst Sun May 17 13:07:23 2026 +0200 +++ b/docs/_latex/index-latex.rst Sun May 17 14:30:07 2026 +0200 @@ -17,6 +17,7 @@ lexers-latex ../filters ../changes + ../license .. * :ref:`genindex` .. * :ref:`modindex` diff -r 0114842950c4 -r 265b759f1f08 docs/index.rst --- a/docs/index.rst Sun May 17 13:07:23 2026 +0200 +++ b/docs/index.rst Sun May 17 14:30:07 2026 +0200 @@ -11,6 +11,7 @@ lexers filters changes + license .. * :ref:`genindex` .. * :ref:`modindex` diff -r 0114842950c4 -r 265b759f1f08 docs/license.rst --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/docs/license.rst Sun May 17 14:30:07 2026 +0200 @@ -0,0 +1,19 @@ +.. -*- coding: utf-8; indent-tabs-mode: nil; -*- + +.. _licenses: + +********** + Licenses +********** + +The project is licensed under the terms of the MIT License: + +.. literalinclude:: ../LICENSES/MIT.txt + :language: none + +Some code snippets are licensed under the terms of the +BSD 2-Clause "Simplified" License as they are taken from the Python +lexer that is included in `Pygments`_: + +.. literalinclude:: ../LICENSES/BSD-2-Clause.txt + :language: none