Skip to content

Commit 381dd9a

Browse files
committed
Fix copyright header
Fix copyright headers wherever the code does not originate from a copybara export.
1 parent 43e74d7 commit 381dd9a

File tree

2 files changed

+19
-3
lines changed

2 files changed

+19
-3
lines changed

score/mw/BUILD

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

316
cc_unit_test_suites_for_host_and_qnx(

score/quality/clang_tidy/extra_checks.bzl

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,15 @@
1-
#********************************************************************************
1+
# *******************************************************************************
22
# Copyright (c) 2025 Contributors to the Eclipse Foundation
3+
#
34
# See the NOTICE file(s) distributed with this work for additional
45
# information regarding copyright ownership.
6+
#
57
# This program and the accompanying materials are made available under the
68
# terms of the Apache License Version 2.0 which is available at
79
# https://www.apache.org/licenses/LICENSE-2.0
8-
# SPDX-License-Identifier: Apache-2.0 #
9-
#********************************************************************************
10+
#
11+
# SPDX-License-Identifier: Apache-2.0
12+
# *******************************************************************************
1013

1114
# clang-tidy will check every source file of the current bazel package and emit diagnostics only within such package's header files
1215
def clang_tidy_extra_checks(name, tags = [], extra_features = [], tidy_config_file = None, skip_testonly_targets = False):

0 commit comments

Comments
 (0)