diff --git a/BUILD b/BUILD index 0644b0c8ed..84db3bc37f 100644 --- a/BUILD +++ b/BUILD @@ -1,3 +1,15 @@ +# ******************************************************************************* +# Copyright (c) 2025 Contributors to the Eclipse Foundation +# +# 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 +# ******************************************************************************* load("@score_cr_checker//:cr_checker.bzl", "copyright_checker") # ******************************************************************************* diff --git a/MODULE.bazel b/MODULE.bazel index e9aa1dad42..988163746d 100644 --- a/MODULE.bazel +++ b/MODULE.bazel @@ -11,6 +11,12 @@ # SPDX-License-Identifier: Apache-2.0 # ******************************************************************************* +module( + name = "score_process", + version = "0.1.0", + compatibility_level = 0, +) + ############################################################################### # # Packaging dependencies @@ -47,10 +53,10 @@ bazel_dep(name = "buildifier_prebuilt", version = "7.3.1") bazel_dep(name = "aspect_rules_lint", version = "1.4.2") # Provides, pytest & venv -bazel_dep(name = "score_python_basics", version = "0.3.1") +bazel_dep(name = "score_python_basics", version = "0.3.2") # Checker rule for CopyRight checks/fixes bazel_dep(name = "score_cr_checker", version = "0.2.2") bazel_dep(name = "score_format_checker", version = "0.1.1") bazel_dep(name = "score_platform", version = "0.1.1") -bazel_dep(name = "score_docs_as_code", version = "0.2.6") +bazel_dep(name = "score_docs_as_code", version = "0.3.0")