From 5066317aec69a84f66998fff6260561bd525cd33 Mon Sep 17 00:00:00 2001 From: Jeff Moe Date: Wed, 5 Jul 2023 09:56:35 -0600 Subject: [PATCH] Add SPDX license identifiers --- cli.py | 2 +- epoch.py | 2 +- main.py | 2 +- utils.py | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/cli.py b/cli.py index 352d7eb..30dbe79 100644 --- a/cli.py +++ b/cli.py @@ -1,4 +1,4 @@ -# BSD 2-Clause License +# SPDX-License-Identifier: BSD-2-Clause # # Copyright (c) 2021, Pl@ntNet # All rights reserved. diff --git a/epoch.py b/epoch.py index c32d583..4c59d95 100644 --- a/epoch.py +++ b/epoch.py @@ -1,4 +1,4 @@ -# BSD 2-Clause License +# SPDX-License-Identifier: BSD-2-Clause # # Copyright (c) 2021, Pl@ntNet # All rights reserved. diff --git a/main.py b/main.py index 22f1025..c9695a7 100644 --- a/main.py +++ b/main.py @@ -1,4 +1,4 @@ -# BSD 2-Clause License +# SPDX-License-Identifier: BSD-2-Clause # # Copyright (c) 2021, Pl@ntNet # All rights reserved. diff --git a/utils.py b/utils.py index d79d769..86b60ce 100644 --- a/utils.py +++ b/utils.py @@ -1,4 +1,4 @@ -# BSD 2-Clause License +# SPDX-License-Identifier: BSD-2-Clause # # Copyright (c) 2021, Pl@ntNet # All rights reserved.