From 079d829fa63091b51522c28de4e6140a9e4552a6 Mon Sep 17 00:00:00 2001 From: Pradyun Gedam Date: Sun, 10 Sep 2023 16:04:13 +0100 Subject: [PATCH] Relicense the demo module --- src/furo/_demo_module.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/furo/_demo_module.py b/src/furo/_demo_module.py index 848a4f2c1..236a341a3 100644 --- a/src/furo/_demo_module.py +++ b/src/furo/_demo_module.py @@ -1,6 +1,5 @@ # Copyright (c) 2021 Pradyun Gedam -# Licensed under the Open Software License version 3.0 -# SPDX-License-Identifier: OSL-3.0 +# SPDX-License-Identifier: MIT """This is a demo module included in the docs in order to exercise autodoc."""