- Created CONTRIBUTING.md to outline contribution process and code of conduct. - Added LICENSE file with MIT License and third-party licenses. - Introduced SECURITY.md detailing vulnerability reporting and security measures. - Established README.md in assets directory for asset management and guidelines. - Implemented index.html as the main entry point for the website. - Configured package.json for project dependencies and scripts. - Developed styles.css for custom styles and responsive design. - Set up vite.config.ts for Vite configuration and build settings.
56 lines
2.1 KiB
Plaintext
56 lines
2.1 KiB
Plaintext
MIT License
|
|
|
|
Copyright (c) 2024 Miracles In Motion
|
|
|
|
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.
|
|
|
|
---
|
|
|
|
## Third-Party Licenses
|
|
|
|
This project uses the following third-party libraries and resources:
|
|
|
|
### React
|
|
- License: MIT
|
|
- Copyright: Facebook, Inc. and its affiliates
|
|
- Website: https://reactjs.org/
|
|
|
|
### Tailwind CSS
|
|
- License: MIT
|
|
- Copyright: Tailwind Labs Inc.
|
|
- Website: https://tailwindcss.com/
|
|
|
|
### Framer Motion
|
|
- License: MIT
|
|
- Copyright: Framer B.V.
|
|
- Website: https://www.framer.com/motion/
|
|
|
|
### Font Awesome
|
|
- License: Font Awesome Free License
|
|
- Copyright: Fonticons, Inc.
|
|
- Website: https://fontawesome.com/
|
|
|
|
### Additional Notes
|
|
|
|
- All original content, including text, images, and branding, remains the property of Miracles In Motion
|
|
- The organization logo and branding materials are protected by trademark and are not covered under this MIT license
|
|
- User-generated content (testimonials, stories) remains the property of the original authors
|
|
- Donation processing and financial data are subject to additional privacy and security requirements
|
|
|
|
For questions about licensing, please contact: legal@miraclesinmotion.org |