diff --git a/LICENSE b/LICENSE index c911092..5c59fd0 100644 --- a/LICENSE +++ b/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 diff --git a/README.rst b/README.rst index acbb5e5..aa36ec0 100644 --- a/README.rst +++ b/README.rst @@ -16,7 +16,7 @@ fuzzysearch fuzzysearch is useful for finding approximate subsequence matches -* Free software: MIT license +* Free software: `MIT 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: