From 917477c4d601c0707dc324206ff33c14cb9a8082 Mon Sep 17 00:00:00 2001 From: Jillian Vogel Date: Thu, 28 Mar 2024 19:56:38 +1030 Subject: [PATCH] fix: address PR review * use Open edX instead of edX * reverts LICENSE move --- LICENSE.txt => LICENSE | 0 README.rst | 4 ++-- 2 files changed, 2 insertions(+), 2 deletions(-) rename LICENSE.txt => LICENSE (100%) diff --git a/LICENSE.txt b/LICENSE similarity index 100% rename from LICENSE.txt rename to LICENSE diff --git a/README.rst b/README.rst index d80cc775..417721b8 100644 --- a/README.rst +++ b/README.rst @@ -7,7 +7,7 @@ completion Purpose ******* -A library for tracking completion of blocks by learners in edX courses. +A library for tracking completion of blocks by learners in Open edX courses. This repository provides a Django model `BlockCompletion` that is intended to be plugged into ``edx-platform``. It provides various handlers and services for the recording of completion data. It also provides a DRF API for submitting @@ -78,7 +78,7 @@ License The code in this repository is licensed under version 3 of the AGPL unless otherwise noted. -Please see `LICENSE.txt `_ for details. +Please see `LICENSE `_ for details. Contributing ************