Skip to content

Commit e85cbfd

Browse files
committed
Update README.md to change license from MIT to Apache 2.0
- Replaced MIT License badge with Apache 2.0 badge. - Updated license section to reflect the new licensing terms.
1 parent a2e1396 commit e85cbfd

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
<a href="https://developer.mozilla.org/en-US/docs/Web/HTML"><img src="https://img.shields.io/badge/HTML5-E34F26?style=for-the-badge&logo=html5&logoColor=white" alt="HTML5"></a>
1919
<a href="https://developer.mozilla.org/en-US/docs/Web/CSS"><img src="https://img.shields.io/badge/CSS3-1572B6?style=for-the-badge&logo=css3&logoColor=white" alt="CSS3"></a>
2020
<a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript"><img src="https://img.shields.io/badge/JavaScript-F7DF1E?style=for-the-badge&logo=javascript&logoColor=black" alt="JavaScript"></a>
21-
<a href="https://opensource.org/licenses/MIT"><img src="https://img.shields.io/badge/License-MIT-green.svg?style=for-the-badge" alt="MIT License"></a>
21+
<a href="https://www.apache.org/licenses/LICENSE-2.0"><img src="https://img.shields.io/badge/License-Apache%202.0-blue.svg?style=for-the-badge" alt="Apache 2.0 License"></a>
2222
<a href="https://tmhsdigital.github.io/Static_Chess/"><img src="https://img.shields.io/badge/GitHub%20Pages-222222?style=for-the-badge&logo=GitHub%20Pages&logoColor=white" alt="GitHub Pages"></a>
2323
</p>
2424

@@ -175,7 +175,7 @@ Static_Chess/
175175
├── docs/ # Documentation
176176
│ ├── ARCHITECTURE.md # Architecture and design documentation
177177
│ └── ROADMAP.md # Development roadmap
178-
└── LICENSE # MIT License file
178+
└── LICENSE # Apache 2.0 License file
179179
```
180180

181181
The project follows a clear separation of concerns:
@@ -262,7 +262,7 @@ For major changes, please open an issue first to discuss what you would like to
262262

263263
## License
264264

265-
This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.
265+
This project is licensed under the Apache License 2.0 - see the [LICENSE](LICENSE) file for details.
266266

267267
---
268268

0 commit comments

Comments
 (0)