diff --git a/LICENCE b/LICENSE similarity index 95% rename from LICENCE rename to LICENSE index d36980f7..29d25a31 100644 --- a/LICENCE +++ b/LICENSE @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2021 Alan Alickovic +Copyright (c) 2024 Alan Alickovic Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal @@ -18,4 +18,4 @@ 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. \ No newline at end of file +SOFTWARE. diff --git a/README.md b/README.md index 21e48302..76d4b682 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Bulletproof React 🛡️ ⚛️ -[![MIT License](https://img.shields.io/github/license/alan2207/bulletproof-react)](https://github.com/alan2207/bulletproof-react/blob/master/LICENCE) +[![MIT License](https://img.shields.io/github/license/alan2207/bulletproof-react)](https://github.com/alan2207/bulletproof-react/blob/master/LICENSE) [![CI](https://github.com/alan2207/bulletproof-react/actions/workflows/ci.yml/badge.svg)](https://github.com/alan2207/bulletproof-react/actions/workflows/ci.yml) A simple, scalable, and powerful architecture for building production ready React applications. @@ -46,4 +46,4 @@ Contributions are always welcome! If you have any ideas, suggestions, fixes, fee ## License -[MIT](https://choosealicense.com/licenses/mit/) +[MIT](/LICENSE)