From 1cfd84e392d61324fae50b4d25efa404e86ae3fd Mon Sep 17 00:00:00 2001 From: Piotr Korkus Date: Tue, 20 Jan 2026 13:03:28 +0100 Subject: [PATCH 1/2] copyright checker: update rust template match template for newest script remove <> around link --- cr_checker/resources/templates.ini | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cr_checker/resources/templates.ini b/cr_checker/resources/templates.ini index c384b68..5425768 100644 --- a/cr_checker/resources/templates.ini +++ b/cr_checker/resources/templates.ini @@ -52,14 +52,14 @@ # ******************************************************************************* [rs] // ******************************************************************************* -// Copyright (c) {year} Contributors to the Eclipse Foundation +// Copyright (c) {year} {author} // // See the NOTICE file(s) distributed with this work for additional // information regarding copyright ownership. // // This program and the accompanying materials are made available under the // terms of the Apache License Version 2.0 which is available at -// +// https://www.apache.org/licenses/LICENSE-2.0 // // SPDX-License-Identifier: Apache-2.0 // ******************************************************************************* From 2c5695aaf55f1b6e05e180ff3615917e2f2dd6f4 Mon Sep 17 00:00:00 2001 From: Piotr Korkus Date: Tue, 20 Jan 2026 13:31:01 +0100 Subject: [PATCH 2/2] zero module version module versioning is handled by bazel_registry --- MODULE.bazel | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MODULE.bazel b/MODULE.bazel index d193ef2..17b4f49 100644 --- a/MODULE.bazel +++ b/MODULE.bazel @@ -13,7 +13,7 @@ module( name = "score_tooling", - version = "1.0.5", + version = "0.0.0", compatibility_level = 1, )