Mercurial > hgrepos > Python > libs > pygments-lexer-pseudocode2
diff pygments_lexer_pseudocode2/__init__.py @ 12:4726325d320d
Add SPDX license information to the source code file
| author | Franz Glasner <fzglas.hg@dom66.de> |
|---|---|
| date | Sun, 19 Apr 2026 18:43:44 +0200 |
| parents | 087d67c10039 |
| children | 93aafdfde733 |
line wrap: on
line diff
--- a/pygments_lexer_pseudocode2/__init__.py Sun Apr 19 18:40:41 2026 +0200 +++ b/pygments_lexer_pseudocode2/__init__.py Sun Apr 19 18:43:44 2026 +0200 @@ -1,3 +1,9 @@ +# -*- coding: utf-8 -*- +# :- +# SPDX-FileCopyrightText: © 2015 Simon Wachter +# SPDX-FileCopyrightText: © 2026 Franz Glasner +# SPDX-License-Identifier: MIT +# :- __version__ = "2.0.1"
