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.