diff options
author | David Lamparter <equinox@diac24.net> | 2013-09-12 23:42:03 +0200 |
---|---|---|
committer | David Lamparter <equinox@diac24.net> | 2013-09-12 23:42:03 +0200 |
commit | 00de49b19f62b35de4b1b17c62dede2653be3690 (patch) | |
tree | b6cc47ce8bd7bc56dc971cdd0ee1718816010efe /svg/colorpicker.js.LICENSE | |
parent | e1ffc8ff74fd460e2d430f22c68dfd17a9165d1c (diff) |
svg: colorpicker v1
Diffstat (limited to 'svg/colorpicker.js.LICENSE')
-rw-r--r-- | svg/colorpicker.js.LICENSE | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/svg/colorpicker.js.LICENSE b/svg/colorpicker.js.LICENSE new file mode 100644 index 0000000..58eabfa --- /dev/null +++ b/svg/colorpicker.js.LICENSE @@ -0,0 +1,25 @@ +License +======== + +FlexiColorPicker is licensed under the MIT license: + +Copyright (c) 2011 - 2012 David Durman + +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. + |