1
0
Fork 0
mirror of https://github.com/VSadov/Satori.git synced 2025-06-11 18:20:26 +09:00

Remove second 'license' word for readability (dotnet/coreclr#21747)

The license name already has 'license' in the end, the second one is unnecessary.

Commit migrated from d26e31a51d
This commit is contained in:
Marlon Regenhardt 2019-01-02 15:02:20 +01:00 committed by Jan Kotas
parent b28d87d407
commit 499f016c66

View file

@ -12,7 +12,7 @@ The .NET Core project uses multiple licenses for the various project repositorie
- The [MIT License](https://opensource.org/licenses/MIT) is used by most repositories for [code](https://github.com/dotnet/coreclr/).
- The [Apache 2 License](https://opensource.org/licenses/Apache-2.0) is also used by some projects for [code](https://github.com/dotnet/roslyn/).
- The [Creative Commons Attribution 4.0 International Public License (CC-BY)](https://creativecommons.org/licenses/by/4.0/) license is used for [documentation](https://github.com/dotnet/docs/) and [swag](https://github.com/dotnet/swag).
- The [Creative Commons Attribution 4.0 International Public License (CC-BY)](https://creativecommons.org/licenses/by/4.0/) is used for [documentation](https://github.com/dotnet/docs/) and [swag](https://github.com/dotnet/swag).
Binary License
--------------