Skip to content

Commit f1bfde3

Browse files
committed
Add licenses and copyright statement
1 parent 122bef6 commit f1bfde3

File tree

2 files changed

+37
-0
lines changed

2 files changed

+37
-0
lines changed

LICENSE

+17
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
All code is licensed under:
2+
3+
MIT License
4+
5+
Copyright (c) 2024 FullStacksDev / TidyBrains Ltd.
6+
7+
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:
8+
9+
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
10+
11+
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.
12+
13+
---
14+
15+
All learning content (within the /docs folder) is licensed under:
16+
17+
Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License — <https://creativecommons.org/licenses/by-nc-sa/4.0/>

README.md

+20
Original file line numberDiff line numberDiff line change
@@ -68,3 +68,23 @@ To make the information skimmable and easier to understand, you'll see the follo
6868
> [!CAUTION]
6969
>
7070
> More severe gotchas and things to watch out for.
71+
72+
## Licenses
73+
74+
> [!IMPORTANT]
75+
>
76+
> This example app and all code and content is provided "as is" and with no warranty nor liability. Please make sure you keep a close eye on any costs incurred as you'll be liable for these and anything else that arises from using this template. We recommend you review the code and architecture carefully, adapt it to your needs and thoroughly test your solutions out, before deploying to a live project, paying close attention to [Firebase's pricing model](https://firebase.google.com/pricing).
77+
78+
### Code
79+
80+
All code here is licensed under the MIT License — see the [LICENSE](./LICENSE) file for details.
81+
82+
### Content
83+
84+
<p xmlns:cc="http://creativecommons.org/ns#" xmlns:dct="http://purl.org/dc/terms/">All learning content within the `/docs` folder is licensed under <a href="https://creativecommons.org/licenses/by-nc-sa/4.0/?ref=chooser-v1" target="_blank" rel="license noopener noreferrer" style="display:inline-block;">Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International<img style="height:22px!important;margin-left:3px;vertical-align:text-bottom;" src="https://mirrors.creativecommons.org/presskit/icons/cc.svg?ref=chooser-v1" alt=""><img style="height:22px!important;margin-left:3px;vertical-align:text-bottom;" src="https://mirrors.creativecommons.org/presskit/icons/by.svg?ref=chooser-v1" alt=""><img style="height:22px!important;margin-left:3px;vertical-align:text-bottom;" src="https://mirrors.creativecommons.org/presskit/icons/nc.svg?ref=chooser-v1" alt=""><img style="height:22px!important;margin-left:3px;vertical-align:text-bottom;" src="https://mirrors.creativecommons.org/presskit/icons/sa.svg?ref=chooser-v1" alt=""></a></p>
85+
86+
> [!IMPORTANT]
87+
>
88+
> This means you cannot use the learning content for commercial purposes (but you can use the code for commercial apps), and if you reproduce the learning content anywhere you must attribute it to FullStacksDev and you must share any derivative works under the same license.
89+
90+
©️ 2025 [FullStacksDev / TidyBrains Ltd.](https://fullstacks.dev/)

0 commit comments

Comments
 (0)