From 3e3b2aa1b4bad5039cf23139e09bd9ab8e8cbc3d Mon Sep 17 00:00:00 2001 From: Ivan Hargreaves Date: Tue, 7 Jul 2026 20:55:22 +0100 Subject: [PATCH 1/2] Fix EPL licence badge colour from red to green --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 76c4210..02b43ce 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # cics-java-liberty-springboot-asynchronous [![Build](https://github.com/cicsdev/cics-java-liberty-springboot-asynchronous/actions/workflows/build.yaml/badge.svg)](https://github.com/cicsdev/cics-java-liberty-springboot-asynchronous/actions/workflows/build.yaml) -[![License](https://img.shields.io/badge/License-EPL%202.0-red.svg)](https://www.eclipse.org/legal/epl-2.0/) +[![License](https://img.shields.io/badge/License-EPL%202.0-green.svg)](https://opensource.org/licenses/EPL-2.0) ## Overview From 1295fbc11309f3e3baa735656065c01e957d9bde Mon Sep 17 00:00:00 2001 From: Ivan Hargreaves Date: Tue, 7 Jul 2026 21:00:04 +0100 Subject: [PATCH 2/2] Use eclipse.org as canonical EPL 2.0 licence URL --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 02b43ce..18627c8 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # cics-java-liberty-springboot-asynchronous [![Build](https://github.com/cicsdev/cics-java-liberty-springboot-asynchronous/actions/workflows/build.yaml/badge.svg)](https://github.com/cicsdev/cics-java-liberty-springboot-asynchronous/actions/workflows/build.yaml) -[![License](https://img.shields.io/badge/License-EPL%202.0-green.svg)](https://opensource.org/licenses/EPL-2.0) +[![License](https://img.shields.io/badge/License-EPL%202.0-green.svg)](https://www.eclipse.org/legal/epl-2.0/) ## Overview