Fix LICENSE-APACHE link in diffutils page

Was incorrectly pointing to LICENSE-MIT.
This commit is contained in:
Sylvestre Ledru
2026-04-01 08:45:41 +02:00
parent b448a4a7f2
commit 0c4f3efe29
+1 -1
View File
@@ -11,6 +11,6 @@ This project aims to be a drop-in replacement of the original commands.
# License
uutils diffutils is licensed under the MIT or Apache License - see the [LICENSE-MIT](https://github.com/uutils/diffutils/blob/main/LICENSE-MIT) and [LICENSE-APACHE](https://github.com/uutils/diffutils/blob/main/LICENSE-MIT) file for details.
uutils diffutils is licensed under the MIT or Apache License - see the [LICENSE-MIT](https://github.com/uutils/diffutils/blob/main/LICENSE-MIT) and [LICENSE-APACHE](https://github.com/uutils/diffutils/blob/main/LICENSE-APACHE) file for details.
GNU diffutils is licensed under the GPL 3.0 or later.