summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRocky Madden <git@rockymadden.com>2013-11-28 10:03:26 -0700
committerRocky Madden <git@rockymadden.com>2013-11-28 10:03:26 -0700
commitc9a468b4024a0f9b872998830c774c1915186e5c (patch)
treea2499af7c11ac0737d463d223c9514397fdadf7f
parentecebb08efdd8abcd46c5e107d072a5e88ec67d83 (diff)
downloadstringmetric-c9a468b4024a0f9b872998830c774c1915186e5c.tar.gz
stringmetric-c9a468b4024a0f9b872998830c774c1915186e5c.tar.bz2
stringmetric-c9a468b4024a0f9b872998830c774c1915186e5c.zip
Changed to MIT license.
-rwxr-xr-xreadme.md24
1 files changed, 23 insertions, 1 deletions
diff --git a/readme.md b/readme.md
index de4319b..c4dd6fb 100755
--- a/readme.md
+++ b/readme.md
@@ -483,4 +483,26 @@ tk
[Semantic Versioning v2.0](http://semver.org/)
## License
-[Apache License v2.0](http://www.apache.org/licenses/LICENSE-2.0) \ No newline at end of file
+```
+The MIT License (MIT)
+
+Copyright (c) 2013 Rocky Madden (http://rockymadden.com/)
+
+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 of the Software, and to permit persons to whom the Software is
+furnished to do so, subject to the following conditions:
+
+The above copyright notice and this permission notice shall be included in
+all copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+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 SO
+``` \ No newline at end of file