From 551461b7e1648717e072d30ffe497a8d4197aeea Mon Sep 17 00:00:00 2001 From: "farhanjk@gmail.com" Date: Thu, 26 Dec 2013 12:22:52 -0400 Subject: [PATCH] Update License --- README.md | 28 ++++++++++++++++++++++++++-- 1 file changed, 26 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 9897e96..715ef16 100644 --- a/README.md +++ b/README.md @@ -36,7 +36,31 @@ Compiler Suggested: Fortran 90. - [ ] Template Method - [ ] Visitor -Please refer to: -* Design Patterns: http://www.uml.org.cn/c++/pdf/DesignPatterns.pdf +License +-------- + + The MIT License (MIT) + + Copyright (c) 2013 Farhan J. Khan + + 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 SOFTWARE. + +Please refer to [1]: +[1]: http://www.uml.org.cn/c++/pdf/DesignPatterns.pdf Contributions are welcome!