Skip to content

Commit bea1522

Browse files
Merge pull request from ArtyomVancyan/master (GH-4)
Satisfy GPL requirements
2 parents d26e46e + e92a008 commit bea1522

File tree

2 files changed

+18
-0
lines changed

2 files changed

+18
-0
lines changed

__init__.py

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,19 @@
11
from .fuzzymap import FuzzyMap
22

3+
# Copyright (C) 2022 Artyom Vancyan
4+
#
5+
# This program is free software; you can redistribute it and/or modify
6+
# it under the terms of the GNU General Public License as published by
7+
# the Free Software Foundation; either version 2 of the License, or
8+
# (at your option) any later version.
9+
#
10+
# This program is distributed in the hope that it will be useful,
11+
# but WITHOUT ANY WARRANTY; without even the implied warranty of
12+
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13+
# GNU General Public License for more details.
14+
#
15+
# You should have received a copy of the GNU General Public License along
16+
# with this program; if not, write to the Free Software Foundation, Inc.,
17+
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
18+
319
__all__ = ('FuzzyMap',)

fuzzymap.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
# Copyright (C) 2022 Artyom Vancyan
2+
# See full copyright notice at __init__.py
13
from fuzzywuzzy import fuzz
24

35

0 commit comments

Comments
 (0)