From 7d0eecdfb4eccf900d5297b74dc2e24bb7ce9a01 Mon Sep 17 00:00:00 2001 From: "Moritz Tim W." <90388353+moritztim@users.noreply.github.com> Date: Sun, 4 May 2025 02:22:48 -0400 Subject: [PATCH] Rename license files to standardised names (#89) * rename license options to be recognizable by tools * Use hyphen instead of dot * Update references --- APACHE2.0 => LICENSE-APACHE-2.0 | 0 MIT => LICENSE-MIT | 0 README.md | 5 ++--- 3 files changed, 2 insertions(+), 3 deletions(-) rename APACHE2.0 => LICENSE-APACHE-2.0 (100%) rename MIT => LICENSE-MIT (100%) diff --git a/APACHE2.0 b/LICENSE-APACHE-2.0 similarity index 100% rename from APACHE2.0 rename to LICENSE-APACHE-2.0 diff --git a/MIT b/LICENSE-MIT similarity index 100% rename from MIT rename to LICENSE-MIT diff --git a/README.md b/README.md index 803154f..65dad8d 100644 --- a/README.md +++ b/README.md @@ -277,9 +277,8 @@ to intervene to uphold that code of conduct. ## License -The contents of this repository are dual-licensed under the _MIT OR Apache -2.0_ License. That means you can chose either the MIT licence or the -Apache-2.0 licence when you re-use this code. See `MIT` or `APACHE2.0` for more +The contents of this repository are dual-licensed under the _[MIT](LICENSE-MIT) OR [Apache-2.0](LICENSE-APACHE-2.0)_ License. That means you can chose either the MIT licence or the +Apache-2.0 licence when you re-use this code. See [`LICENSE-MIT`](LICENSE-MIT) or [`LICENSE-APACHE-2.0`](LICENSE-APACHE-2.0) for more information on each specific licence. Any submissions to this project (e.g. as Pull Requests) must be made available