updated license copyright notice to 2015 and added a link to the license in the README
This commit is contained in:
parent
6a899f43ac
commit
adfc13f79d
2
LICENSE
2
LICENSE
|
@ -1,6 +1,6 @@
|
|||
The MIT License (MIT)
|
||||
|
||||
Copyright (c) 2013-2014 taleinat
|
||||
Copyright (c) 2013-2015 taleinat
|
||||
|
||||
Permission is hereby granted, free of charge, to any person obtaining a copy of
|
||||
this software and associated documentation files (the "Software"), to deal in
|
||||
|
|
|
@ -16,7 +16,7 @@ fuzzysearch
|
|||
|
||||
fuzzysearch is useful for finding approximate subsequence matches
|
||||
|
||||
* Free software: MIT license
|
||||
* Free software: `MIT license <LICENSE>`_
|
||||
* Documentation: http://fuzzysearch.rtfd.org.
|
||||
|
||||
Features
|
||||
|
@ -59,8 +59,3 @@ If needed you can choose a specific search implementation, such as
|
|||
>>> from fuzzysearch import find_near_matches_with_ngrams
|
||||
>>> find_near_matches_with_ngrams(subsequence, sequence, max_distance)
|
||||
[Match(start=3, end=24, dist=1)]
|
||||
|
||||
License
|
||||
-------
|
||||
.. include:: LICENSE
|
||||
:literal:
|
||||
|
|
Loading…
Reference in New Issue