From 8725dcded558d48edfafc5bd13da43e94cc11394 Mon Sep 17 00:00:00 2001 From: faucomte97 Date: Wed, 14 Feb 2024 15:00:36 +0000 Subject: [PATCH 1/2] Add licence info to Readme --- README.md | 19 ++++++++++++++++++- 1 file changed, 18 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 0996f440..c5e16aed 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,19 @@ # codeforlife-deploy-appengine -[![Build Status](https://semaphoreci.com/api/v1/celine/codeforlife-deploy-appengine/branches/master/badge.svg)](https://semaphoreci.com/celine/codeforlife-deploy-appengine) +[![Build Status](https://github.com/ocadotechnology/codeforlife-deploy-appengine/actions/workflows/deploy_default.yml/badge.svg)](https://github.com/ocadotechnology/codeforlife-deploy-appengine/actions/workflows/deploy_default.yml) + +## LICENCE +In accordance with the [Terms of Use](https://www.codeforlife.education/terms#terms) +of the Code for Life website, all copyright, trademarks, and other +intellectual property rights in and relating to Code for Life (including all +content of the Code for Life website, the Rapid Router application, the +Kurono application, related software (including any drawn and/or animated +avatars, whether or not such avatars have any modifications) and any other +games, applications or any other content that we make available from time to +time) are owned by Ocado Innovation Limited. + +The source code of the Code for Life portal, the Rapid Router application +and the Kurono/aimmo application are [licensed under the GNU Affero General +Public License](https://github.com/ocadotechnology/codeforlife-workspace/blob/main/LICENSE.md). +All other assets including images, logos, sounds etc., are not covered by +this licence and no-one may copy, modify, distribute, show in public or +create any derivative work from these assets. From 954c56046bc4bbce79b3a63d037bdb740a8ae463 Mon Sep 17 00:00:00 2001 From: faucomte97 Date: Wed, 14 Feb 2024 15:01:55 +0000 Subject: [PATCH 2/2] Add badges --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index c5e16aed..0f78aa7e 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,6 @@ # codeforlife-deploy-appengine +[![Build Status](https://github.com/ocadotechnology/codeforlife-deploy-appengine/actions/workflows/deploy_dev.yml/badge.svg)](https://github.com/ocadotechnology/codeforlife-deploy-appengine/actions/workflows/deploy_dev.yml) +[![Build Status](https://github.com/ocadotechnology/codeforlife-deploy-appengine/actions/workflows/deploy_staging.yml/badge.svg)](https://github.com/ocadotechnology/codeforlife-deploy-appengine/actions/workflows/deploy_staging.yml) [![Build Status](https://github.com/ocadotechnology/codeforlife-deploy-appengine/actions/workflows/deploy_default.yml/badge.svg)](https://github.com/ocadotechnology/codeforlife-deploy-appengine/actions/workflows/deploy_default.yml) ## LICENCE