OlivierCC / spfx-40-fantastics

This package is a sample kit of Client Side Web Parts built on the SharePoint Framework SPFx. You can find here different kind of high visual web parts as carousel, images galleries, animations, map, editors, etc.
MIT License
407 stars 279 forks source link

MIT License rules #39

Open boydcster opened 6 years ago

boydcster commented 6 years ago

Hi Olivier,

In my company, we have re-engineered a set of 10 components based on the spfx-40-fantastics. We have rewritten some code and changed a few controls, but we have left in some of the compiled es6 code. We plan to publish these components as an app to our SPO site in a week or two to our O365 tenant to allow users to add them to their sites. We will include the MIT license in the SPFx package which is deployed to the app catalog on our site. Are there any other restrictions we need to be aware of? By the way, we are very grateful for the fine work you have done with these components and it's jump started our understanding of the SPFx in a very practical way.

Copyright (c) 2016 Olivier Carpentier

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.

OlivierCC commented 6 years ago

Hi @boydcster, No other restriction to know, you can reuse a part of this package for your company tenant without any problem. Happy to see that these samples was helpful for you. Best regards, Olivier