Mercurial > hgrepos > Python > apps > py-cutils
view cutils/__init__.py @ 409:8809d79777c3 build-2.7 tip
MERGE: IGNORE: with current trunk
| author | Franz Glasner <fzglas.hg@dom66.de> |
|---|---|
| date | Tue, 17 Feb 2026 17:18:10 +0100 |
| parents | 8e4ece6fad74 |
| children |
line wrap: on
line source
# -*- coding: utf-8 -*- # :- # SPDX-FileCopyrightText: © 2020-2026 Franz Glasner # SPDX-License-Identifier: BSD-3-Clause # :- r""" :Author: Franz Glasner :Copyright: © 2020-2026 Franz Glasner :License: BSD 3-Clause "New" or "Revised" License. See :file:`BSD-3-Clause.txt` for details. If you cannot find BSD-3-Clause.txt see <https://opensource.org/licenses/BSD-3-Clause>. :ID: @(#) $HGid$ """ __version__ = "0.9" __revision__ = "|VCSRevision|" __date__ = "|VCSJustDate|" __all__ = ["__version__"]
