diff --git a/MODULE.bazel b/MODULE.bazel index a6c169e67e..a201256475 100644 --- a/MODULE.bazel +++ b/MODULE.bazel @@ -1,8 +1,17 @@ -module( - name = "nlohmann_json", - compatibility_level = 1, - version= "3.11.3", -) +# ******************************************************************************* +# 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 +# ******************************************************************************* + +module(name = "score_nlohmann_json") # bazel_dep(name = "rules_cc", version = "0.0.17") bazel_dep(name = "rules_license", version = "1.0.0")