diff --git a/LICENSE b/LICENSE index d34602c..096d3d1 100644 --- a/LICENSE +++ b/LICENSE @@ -33,16 +33,16 @@ SOFTWARE. THIRD-PARTY SOFTWARE -1. fastify: -2. fastify-static: -3. handlebars: -4. point-of-view: +1. fastify: Fastify is a web framework focused on developer experience. +2. fastify-static: Plugin for serving static files as fast as possible. +3. handlebars.js: Minimal templating on steroids +4. point-of-view: Templates rendering plugin support for Fastify. ***************************************************************************** 1. fastify (also applies to fastify-formbody) URL: https://www.fastify.io/ - https://github.com/fastify/fastify/blob/main/LICENSE + https://github.com/fastify/fastify ***************************************************************************** MIT License @@ -75,8 +75,7 @@ END, fastify ***************************************************************************** 2. fastify-static -URL: https://www.fastify.io/ - https://github.com/fastify/fastify-static/blob/master/LICENSE +URL: https://github.com/fastify/fastify-static ***************************************************************************** MIT License @@ -100,5 +99,64 @@ 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. ***************************************************************************** -END, fastify +END, fastify-static +***************************************************************************** + + +***************************************************************************** +3. handlebars.js +URL: https://handlebarsjs.com/ + https://github.com/handlebars-lang/handlebars.js +***************************************************************************** +Copyright (C) 2011-2019 by Yehuda Katz + +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. +***************************************************************************** +END, fastify-static +***************************************************************************** + + +***************************************************************************** +4. point-of-view +URL: https://github.com/fastify/point-of-view +***************************************************************************** +MIT License + +Copyright (c) 2017 Fastify + +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. +***************************************************************************** +END, point-of-view ***************************************************************************** \ No newline at end of file