From 3073c45048c18a96fd3305d11d46ac5103132ab0 Mon Sep 17 00:00:00 2001 From: Claude Date: Fri, 10 Jul 2026 23:38:41 +0000 Subject: [PATCH] docs: remove the Apache license badge from the READMEs The license badge added little over the LICENSE file GitHub already surfaces, and the badge row had grown long. Drop it from README.md and doc/README.fr.md, keeping the two in sync. The LICENSE file is untouched. --- README.md | 1 - doc/README.fr.md | 1 - 2 files changed, 2 deletions(-) diff --git a/README.md b/README.md index bc74f2c..b57e889 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,6 @@ [![Quality Gate](https://sonarcloud.io/api/project_badges/measure?project=reefact_first-class-errors&metric=alert_status)](https://sonarcloud.io/summary/new_code?id=reefact_first-class-errors) [![Coverage](https://sonarcloud.io/api/project_badges/measure?project=reefact_first-class-errors&metric=coverage)](https://sonarcloud.io/summary/new_code?id=reefact_first-class-errors) ![.NET Standard 2.0](https://img.shields.io/badge/.NET%20Standard-2.0-512BD4) -[![License: Apache 2.0](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](./LICENSE) --- diff --git a/doc/README.fr.md b/doc/README.fr.md index cfb50bd..cc200de 100644 --- a/doc/README.fr.md +++ b/doc/README.fr.md @@ -9,7 +9,6 @@ [![Quality Gate](https://sonarcloud.io/api/project_badges/measure?project=reefact_first-class-errors&metric=alert_status)](https://sonarcloud.io/summary/new_code?id=reefact_first-class-errors) [![Couverture](https://sonarcloud.io/api/project_badges/measure?project=reefact_first-class-errors&metric=coverage)](https://sonarcloud.io/summary/new_code?id=reefact_first-class-errors) ![.NET Standard 2.0](https://img.shields.io/badge/.NET%20Standard-2.0-512BD4) -[![Licence : Apache 2.0](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](../LICENSE) ---