From 84cd8dc0ca6f7761ae45c4868f001b18603b2ae5 Mon Sep 17 00:00:00 2001 From: "A.M. Rowsell" Date: Tue, 19 Nov 2024 05:24:34 -0500 Subject: [PATCH] Updated license info, added SPDX identifier --- LICENSE | 8 +------- spirographs.py | 1 + 2 files changed, 2 insertions(+), 7 deletions(-) diff --git a/LICENSE b/LICENSE index a612ad9..6c9ddc6 100644 --- a/LICENSE +++ b/LICENSE @@ -364,10 +364,4 @@ file, then You may include the notice in a location (such as a LICENSE file in a relevant directory) where a recipient would be likely to look for such a notice. -You may add additional accurate notices of copyright ownership. - -Exhibit B - "Incompatible With Secondary Licenses" Notice ---------------------------------------------------------- - - This Source Code Form is "Incompatible With Secondary Licenses", as - defined by the Mozilla Public License, v. 2.0. +You may add additional accurate notices of copyright ownership. \ No newline at end of file diff --git a/spirographs.py b/spirographs.py index 21fd4a1..71f3652 100644 --- a/spirographs.py +++ b/spirographs.py @@ -1,3 +1,4 @@ +# SPDX-License-Identifier: MPL-2.0 # -*- coding: utf-8 -*- # Copyright 2021 Alexander Rowsell. Licenced under MPLv2.0