From f61f76ccf7852f41f0affb4ea616255432bd7f52 Mon Sep 17 00:00:00 2001 From: Alice Date: Fri, 21 Nov 2025 10:28:52 +0100 Subject: [PATCH] changed License in update_version.py added to etc --- update_version.py => etc/update_version.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename update_version.py => etc/update_version.py (97%) diff --git a/update_version.py b/etc/update_version.py similarity index 97% rename from update_version.py rename to etc/update_version.py index 783eb9f..15eb869 100644 --- a/update_version.py +++ b/etc/update_version.py @@ -1,4 +1,4 @@ -# SPDX-License-Identifier: LGPL-3.0-or-other +# SPDX-License-Identifier: MPL-2.0 # Copyright (C) 2021 Contributors to the Aare Package """ Script to update VERSION file with semantic versioning if provided as an argument, or with 0.0.0 if no argument is provided.