From 65a87644cde29b2c8c8084a090c33d0fa0488252 Mon Sep 17 00:00:00 2001 From: Daniel Edwards Date: Fri, 14 Jun 2024 10:42:57 -0400 Subject: [PATCH] Adds information about the new community CC license --- CONTRIBUTING.md | 8 +++++++- LICENSE.md | 16 ++++++++++++++++ README.md | 4 ++++ 3 files changed, 27 insertions(+), 1 deletion(-) create mode 100644 LICENSE.md diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 84107011..4bcb9725 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -81,4 +81,10 @@ export default ExampleCodeBlock = () => ( To allow customization of pre-built theme components, Docusaurus has a feature called [swizzling](https://docusaurus.io/docs/swizzling), which either allows creating a wrapper around the existing component, or creating a copy of it that can be modified. -It's totally fine to swizzle components, even "unsafe" ones, but take care to minimize changes so that it's easy to upgrade components to their latest versions later on. \ No newline at end of file +It's totally fine to swizzle components, even "unsafe" ones, but take care to minimize changes so that it's easy to upgrade components to their latest versions later on. + +## License + +This project is licensed under the Creative Commons Attribution 4.0 International License (CC BY 4.0) - see the [LICENSE](LICENSE) file for details. + +By contributing to this project, you agree that your contributions will be licensed under the same Creative Commons license. diff --git a/LICENSE.md b/LICENSE.md new file mode 100644 index 00000000..2770848d --- /dev/null +++ b/LICENSE.md @@ -0,0 +1,16 @@ +Creative Commons Attribution 4.0 International License (CC BY 4.0) + +You are free to: + +- Share — copy and redistribute the material in any medium or format +- Adapt — remix, transform, and build upon the material for any purpose, even commercially. + +The licensor cannot revoke these freedoms as long as you follow the license terms. + +Under the following terms: + +- Attribution — You must give appropriate credit, provide a link to the license, and indicate if changes were made. You may do so in any reasonable manner, but not in any way that suggests the licensor endorses you or your use. + +No additional restrictions — You may not apply legal terms or technological measures that legally restrict others from doing anything the license permits. + +For more information, see https://creativecommons.org/licenses/by/4.0/ diff --git a/README.md b/README.md index 8271e11f..23a7436c 100644 --- a/README.md +++ b/README.md @@ -35,3 +35,7 @@ > The Ignite Cookbook isn’t just a random group of code snippets. It’s a curated collection of usable code samples that the Infinite Red team’s used in their own React Native projects. Having worked with some of the biggest clients in the tech industry, we know a thing or two about keeping our code to a high standard. You can code confidently! ### [Accelerate your development and dive into the Ignite Cookbook for React Native today!](https://ignitecookbook.com) + +--- + +Contributions are welcome! Read the [Contributing Guide](./CONTRIBUTING.md) for more information.