Skip to content

Commit a161e53

Browse files
fix copyrights
1 parent 2249efc commit a161e53

File tree

1 file changed

+13
-1
lines changed

1 file changed

+13
-1
lines changed

BUILD

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,17 @@
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+
# *******************************************************************************
113
load("@score_docs_as_code//:docs.bzl", "docs")
14+
load("@score_tooling//:defs.bzl", "copyright_checker", "use_format_targets")
215

316
# *******************************************************************************
417
# Copyright (c) 2025 Contributors to the Eclipse Foundation
@@ -12,7 +25,6 @@ load("@score_docs_as_code//:docs.bzl", "docs")
1225
#
1326
# SPDX-License-Identifier: Apache-2.0
1427
# *******************************************************************************
15-
load("@score_tooling//:defs.bzl", "copyright_checker", "use_format_targets")
1628

1729
package(default_visibility = ["//visibility:public"])
1830

0 commit comments

Comments
 (0)