updated license copyright notice to 2015 and added a link to the license in the README

This commit is contained in:
Tal Einat 2015-01-31 21:20:05 +02:00
parent 6a899f43ac
commit adfc13f79d
2 changed files with 2 additions and 7 deletions

View File

@ -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

View File

@ -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: