summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason Karns <jason.karns@gmail.com>2020-03-02 16:05:47 -0500
committerGitHub <noreply@github.com>2020-03-02 16:05:47 -0500
commitb983b2805279ffa706db90998520276888634c2a (patch)
treef04edca816b57fd1b185a4a1f8e1895d27d95ae3
parent24ccd7fa619245abddeb03fcf40c8cb452dc5666 (diff)
downloadmethod_source-b983b2805279ffa706db90998520276888634c2a.tar.gz
More closely match MIT License text verbatim
Tweak the license such that tooling (in particular, `licensee`) recognizes the LICENSE file as MIT. Before: ``` $ /usr/local/share/gem/bin/licensee License: NOASSERTION Matched files: LICENSE, README.markdown, method_source.gemspec LICENSE: Content hash: bfd1a6d003c3210704bb2025ee95bfc059adcd4d License: NOASSERTION README.markdown: Content hash: d64f3bb4282a97b37454b5bb96a8a264a3363dc3 Attribution: Copyright (c) 2011 John Mair (banisterfiend) Confidence: 100.00% Matcher: Licensee::Matchers::Exact License: MIT method_source.gemspec: Confidence: 90.00% Matcher: Licensee::Matchers::Gemspec License: MIT ``` After: ``` $ /usr/local/share/gem/bin/licensee License: MIT Matched files: LICENSE, README.markdown, method_source.gemspec LICENSE: Content hash: d64f3bb4282a97b37454b5bb96a8a264a3363dc3 Attribution: Copyright (c) 2011 John Mair (banisterfiend) Confidence: 100.00% Matcher: Licensee::Matchers::Exact License: MIT ```
-rw-r--r--LICENSE5
1 files changed, 1 insertions, 4 deletions
diff --git a/LICENSE b/LICENSE
index d1a50d6..a097605 100644
--- a/LICENSE
+++ b/LICENSE
@@ -1,7 +1,4 @@
-License
--------
-
-(The MIT License)
+MIT License
Copyright (c) 2011 John Mair (banisterfiend)