Skip to content

Commit

Permalink
updated license copyright notice to 2015 and added a link to the lice…
Browse files Browse the repository at this point in the history
…nse in the README
  • Loading branch information
taleinat committed Jan 31, 2015
1 parent 6a899f4 commit adfc13f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 7 deletions.
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -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
Expand Down
7 changes: 1 addition & 6 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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:

0 comments on commit adfc13f

Please sign in to comment.