Mercurial > hgrepos > Python > apps > py-cutils
comparison cutils/util/glob.py @ 323:48430941c18c
Adopt copyright and license wordings from https://reuse.software/faq/.
While there normalize copyright years for every file to start with the file's
addition to the project (i.e. with the year of file creation).
| author | Franz Glasner <fzglas.hg@dom66.de> |
|---|---|
| date | Wed, 26 Mar 2025 18:42:23 +0100 |
| parents | 6d1add815d14 |
| children |
comparison
equal
deleted
inserted
replaced
| 322:0cabc5439505 | 323:48430941c18c |
|---|---|
| 1 # -*- coding: utf-8 -*- | 1 # -*- coding: utf-8 -*- |
| 2 # :- | 2 # :- |
| 3 # :Copyright: (c) 2020-2025 Franz Glasner | 3 # SPDX-FileCopyrightText: © 2020-2025 Franz Glasner |
| 4 # :License: BSD-3-Clause | 4 # SPDX-License-Identifier: BSD-3-Clause |
| 5 # :- | 5 # :- |
| 6 r"""Glob handling. | 6 r"""Glob handling. |
| 7 | 7 |
| 8 .. seealso:: | 8 .. seealso:: |
| 9 - https://docs.oracle.com/javase/8/docs/api/java/nio/file/FileSystem.html#getPathMatcher-java.lang.String- | 9 - https://docs.oracle.com/javase/8/docs/api/java/nio/file/FileSystem.html#getPathMatcher-java.lang.String- |
