License.md in diff-lcs-1.5.0 vs License.md in diff-lcs-1.5.1
- old
+ new
@@ -1,6 +1,6 @@
-== License
+# License
This software is available under three licenses: the GNU GPL version 2 (or at
your option, a later version), the Perl Artistic license, or the MIT license.
Note that my preference for licensing is the MIT license, but Algorithm::Diff
was dually originally licensed with the Perl Artistic and the GNU GPL ("the
@@ -10,11 +10,11 @@
* Copyright 2004–2013 Austin Ziegler.
* Adapted from Algorithm::Diff (Perl) by Ned Konz and a Smalltalk version by
Mario I. Wolczko.
-=== MIT License
+## MIT License
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
the Software without restriction, including without limitation the rights to
use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies
@@ -30,10 +30,12 @@
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
-=== Perl Artistic License (version 2)
+## Perl Artistic License
+
See the file docs/artistic.txt in the main distribution.
-=== GNU GPL version 2
+## GNU GPL version 2
+
See the file docs/COPYING.txt in the main distribution.