From 88b9868159479804435262c38a502970b846e191 Mon Sep 17 00:00:00 2001 From: Thomas Waldmann Date: Wed, 18 Jan 2023 15:45:13 +0100 Subject: [PATCH] shellpattern: add license, use copyright/license markup --- src/borg/helpers/shellpattern.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/borg/helpers/shellpattern.py b/src/borg/helpers/shellpattern.py index 7427a4c89..af7560ff1 100644 --- a/src/borg/helpers/shellpattern.py +++ b/src/borg/helpers/shellpattern.py @@ -15,7 +15,8 @@ def translate(pat, match_end=r"\Z"): This function is derived from the "fnmatch" module distributed with the Python standard library. - Copyright (C) 2001-2016 Python Software Foundation. All rights reserved. + :copyright: 2001-2016 Python Software Foundation. All rights reserved. + :license: PSFLv2 TODO: support {alt1,alt2} shell-style alternatives