Skip to content

Commit 5ace79f

Browse files
committed
Let the project page support GitHub's new ability to display open source licenses (bevyengine#4966)
Change _LICENSE-APACHE_ and _LICENSE-MIT_ file location Delete _LICENSE_ You can make the license in about on bevy's GitHub page display as **Apache-2.0, MIT licenses found** instead of **View license**
1 parent f28b921 commit 5ace79f

File tree

4 files changed

+2
-8
lines changed

4 files changed

+2
-8
lines changed

LICENSE

-6
This file was deleted.

docs/LICENSE-APACHE LICENSE-APACHE

File renamed without changes.

docs/LICENSE-MIT LICENSE-MIT

File renamed without changes.

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -100,8 +100,8 @@ Additionally, we would like to thank the [Amethyst](https://github.com/amethyst/
100100

101101
Bevy is free and open source! All code in this repository is dual-licensed under either:
102102

103-
* MIT License ([LICENSE-MIT](docs/LICENSE-MIT) or [http://opensource.org/licenses/MIT](http://opensource.org/licenses/MIT))
104-
* Apache License, Version 2.0 ([LICENSE-APACHE](docs/LICENSE-APACHE) or [http://www.apache.org/licenses/LICENSE-2.0](http://www.apache.org/licenses/LICENSE-2.0))
103+
* MIT License ([LICENSE-MIT](LICENSE-MIT) or [http://opensource.org/licenses/MIT](http://opensource.org/licenses/MIT))
104+
* Apache License, Version 2.0 ([LICENSE-APACHE](LICENSE-APACHE) or [http://www.apache.org/licenses/LICENSE-2.0](http://www.apache.org/licenses/LICENSE-2.0))
105105

106106
at your option. This means you can select the license you prefer! This dual-licensing approach is the de-facto standard in the Rust ecosystem and there are [very good reasons](https://github.com/bevyengine/bevy/issues/2373) to include both.
107107

0 commit comments

Comments
 (0)