From 1cf7ff40da1efd01cb764a9c74d2b621ace36f2f Mon Sep 17 00:00:00 2001 From: ftorto Date: Tue, 24 Apr 2018 15:40:17 +0200 Subject: [PATCH] LICENSE file moved to separated file Signed-off-by: ftorto --- LICENSE | 20 ++++++++++++++++++++ README.md | 14 +------------- 2 files changed, 21 insertions(+), 13 deletions(-) create mode 100644 LICENSE diff --git a/LICENSE b/LICENSE new file mode 100644 index 0000000..5e41d11 --- /dev/null +++ b/LICENSE @@ -0,0 +1,20 @@ +The MIT License (MIT) + +Copyright (c) 2014 Filippo Oretti, Dario Andrei + +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. diff --git a/README.md b/README.md index a4b9a4c..afe6ec7 100644 --- a/README.md +++ b/README.md @@ -93,7 +93,7 @@ date-typer="" | String(Boolean) | false | Set the datepicker to update calendar date-week-start-day="" | String(Number) | 0 | Set the first day of the week. Must be an integer between 0 (Sunday) and 6 (Saturday). (e.g. 1 for Monday) datepicker-class="" | String('class1 class2 class3') | false | Set custom class/es for the datepicker calendar datepicker-append-to="" | String('#id','.classname', 'body') | false | Append the datepicker to #id or .class element or to body -datepicker-toggle="" | String(Boolean) | true | Set the datepicker to toggle its visibility on focus and blur +datepicker-toggle="" | String(Boolean) | true | Set the datepicker to toggle its visibility on focus and blur | | | **tip:** Best is to use `pointer-events: none;` on your input if you don't want the user to toggle the calendar visibility. datepicker-show="" | String | false | Trigger the datepicker visibility, if true datepicker is shown if false it is hidden | | | **tip:** _Do not mix it with datepicker-toggle for a more stable behavior_ @@ -250,15 +250,3 @@ Here is an example of a [Dark Theme](http://codepen.io/45kb/pen/bjslv) made usin We will be much grateful if you help us making this project to grow up. Feel free to contribute by forking, opening issues, pull requests etc. - -## License - -The MIT License (MIT) - -Copyright (c) 2014 Filippo Oretti, Dario Andrei - -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.