Skip to content

Commit 2bd1f90

Browse files
Add copyright notice and licensing information to glossary.rst
1 parent c4b2a7f commit 2bd1f90

2 files changed

Lines changed: 18 additions & 4 deletions

File tree

bazel/rules/rules_score/examples/seooc/docs/glossary.rst

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
..
2+
# *******************************************************************************
3+
# Copyright (c) 2026 Contributors to the Eclipse Foundation
4+
#
5+
# See the NOTICE file(s) distributed with this work for additional
6+
# information regarding copyright ownership.
7+
#
8+
# This program and the accompanying materials are made available under the
9+
# terms of the Apache License Version 2.0 which is available at
10+
# https://www.apache.org/licenses/LICENSE-2.0
11+
#
12+
# SPDX-License-Identifier: Apache-2.0
13+
# *******************************************************************************
14+
115
Glossary
216
========
317

bazel/rules/rules_score/rules_score.bzl

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -49,10 +49,6 @@ load(
4949
"//bazel/rules/rules_score/private:feature_requirements.bzl",
5050
_feature_requirements = "feature_requirements",
5151
)
52-
load(
53-
"//bazel/rules/rules_score/private:glossary.bzl",
54-
_glossary = "glossary",
55-
)
5652
load(
5753
"//bazel/rules/rules_score/private:filter_execpath.bzl",
5854
_filter_execpath = "filter_execpath",
@@ -61,6 +57,10 @@ load(
6157
"//bazel/rules/rules_score/private:fmea.bzl",
6258
_fmea = "fmea",
6359
)
60+
load(
61+
"//bazel/rules/rules_score/private:glossary.bzl",
62+
_glossary = "glossary",
63+
)
6464
load(
6565
"//bazel/rules/rules_score/private:sphinx_module.bzl",
6666
_sphinx_module = "sphinx_module",

0 commit comments

Comments
 (0)