From 8062f41bbc919f89a4408205303149ea7230f6a6 Mon Sep 17 00:00:00 2001 From: fossabot Date: Mon, 17 Nov 2025 17:16:28 -0800 Subject: [PATCH] Add license scan report and status Signed off by: fossabot --- README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 39cb656a..fe4467bf 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,6 @@ # Java Cadence Samples +[![FOSSA Status](https://app.fossa.com/api/projects/git%2Bgithub.com%2Fcadence-workflow%2Fcadence-java-samples.svg?type=shield)](https://app.fossa.com/projects/git%2Bgithub.com%2Fcadence-workflow%2Fcadence-java-samples?ref=badge_shield) + These samples demonstrate various capabilities of Java Cadence client and server. You can learn more about Cadence at: * [Cadence Service](https://github.com/uber/cadence) * [Cadence Java Client](https://github.com/uber/cadence-java-client) @@ -141,4 +143,7 @@ To run: ./gradlew -q execute -PmainClass=com.uber.cadence.samples.common.RegisterDomain ./gradlew -q execute -PmainClass=com.uber.cadence.samples.spring.CadenceSamplesApplication -Apache 2.0 License, please see [LICENSE](https://github.com/cadence-workflow/cadence-java-samples/blob/master/LICENSE.txt) for details. \ No newline at end of file +Apache 2.0 License, please see [LICENSE](https://github.com/cadence-workflow/cadence-java-samples/blob/master/LICENSE.txt) for details. + +## License +[![FOSSA Status](https://app.fossa.com/api/projects/git%2Bgithub.com%2Fcadence-workflow%2Fcadence-java-samples.svg?type=large)](https://app.fossa.com/projects/git%2Bgithub.com%2Fcadence-workflow%2Fcadence-java-samples?ref=badge_large) \ No newline at end of file