From 9e249ae07803977f18f510e2db9d8ac8bb028e8e Mon Sep 17 00:00:00 2001 From: Konstantin Kuklin Date: Mon, 15 Sep 2014 16:46:11 +0400 Subject: [PATCH] added MIT license #10 --- README.md | 5 +++++ README.rus.md | 5 +++++ docs/LICENSE | 30 ++++++++++++++++++++++++++++++ 3 files changed, 40 insertions(+) create mode 100644 docs/LICENSE diff --git a/README.md b/README.md index d9ea241..f4c237f 100644 --- a/README.md +++ b/README.md @@ -90,3 +90,8 @@ TODO - The work with NULL is not good. - Single query execution. - Cover all possibly errors with error classes. + +License +------- + +This library is available under the [MIT license](docs/LICENSE). diff --git a/README.rus.md b/README.rus.md index 883ea57..ef84197 100644 --- a/README.rus.md +++ b/README.rus.md @@ -84,3 +84,8 @@ TODO - Некорректная обработка Null. - Выполнение единичных запросов. - Покрытие классами всех типов ошибок. + +Лицензия +------- + +Эта библиотека распространяется под [MIT license](docs/LICENSE). diff --git a/docs/LICENSE b/docs/LICENSE new file mode 100644 index 0000000..6207bec --- /dev/null +++ b/docs/LICENSE @@ -0,0 +1,30 @@ +The MIT License + +Copyright (c) 2014 konstantin.kuklin@gmail.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 SOFTWARE. + +/////////////////////////////////////////////////////////////////////////////// + +PHP TIMER + + Examples and documentation at: https://github.com/sebastianbergmann/php-timer + Licensed under the MIT: http://www.opensource.org/licenses/mit-license.php + +/////////////////////////////////////////////////////////////////////////////// \ No newline at end of file