Skip to content

Commit a786269

Browse files
committed
Missed updating a source header
1 parent 49adc87 commit a786269

File tree

1 file changed

+1
-22
lines changed

1 file changed

+1
-22
lines changed

wcmatch/_wcparse.py

+1-22
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,4 @@
1-
"""
2-
Wild Card Match.
3-
4-
A custom implementation of `fnmatch`.
5-
6-
Licensed under MIT
7-
Copyright (c) 2018 - 2020 Isaac Muse <isaacmuse@gmail.com>
8-
9-
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated
10-
documentation files (the "Software"), to deal in the Software without restriction, including without limitation
11-
the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software,
12-
and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
13-
14-
The above copyright notice and this permission notice shall be included in all copies or substantial portions
15-
of the Software.
16-
17-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
18-
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
19-
THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF
20-
CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS
21-
IN THE SOFTWARE.
22-
"""
1+
"""Wildcard parsing."""
232
import re
243
import functools
254
import bracex

0 commit comments

Comments
 (0)