Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions .copyright_exclusions
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
score/datarouter/include/dlt/dlt_protocol.h
score/datarouter/include/dlt/dlt_types.h
score/datarouter/include/dlt/dlt_common.h
3 changes: 2 additions & 1 deletion BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -24,14 +24,15 @@ copyright_checker(
".github",
"docs",
"examples",
# "score", # Disabled until antonkri is back from vacations as we cannot get approval on some repo parts
"score",
"tests",
"//:.bazelrc",
"//:BUILD",
"//:MODULE.bazel",
"//:project_config.bzl",
],
config = "@score_tooling//cr_checker/resources:config",
exclusion = "//:.copyright_exclusions",
template = "@score_tooling//cr_checker/resources:templates",
visibility = ["//visibility:public"],
)
Expand Down
2 changes: 1 addition & 1 deletion MODULE.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ bazel_dep(name = "platforms", version = "1.0.0")
# S-CORE process rules
bazel_dep(name = "score_bazel_platforms", version = "0.0.4")
bazel_dep(name = "score_docs_as_code", version = "2.2.0")
bazel_dep(name = "score_tooling", version = "1.1.0")
bazel_dep(name = "score_tooling", version = "1.1.1")
bazel_dep(name = "score_rust_policies", version = "0.0.3")

bazel_dep(name = "score_process", version = "1.4.0", dev_dependency = True)
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@

/********************************************************************************
* Copyright (c) 2025 Contributors to the Eclipse Foundation
*
Expand Down
2 changes: 1 addition & 1 deletion tests/rust/test_main.rs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// *******************************************************************************
// Copyright (c) 2026 Contributors to the Eclipse Foundation
// Copyright (c) 2025 Contributors to the Eclipse Foundation
//
// See the NOTICE file(s) distributed with this work for additional
// information regarding copyright ownership.
Expand Down
Loading