diff --git a/.copyright_exclusions b/.copyright_exclusions new file mode 100644 index 0000000..10f4db7 --- /dev/null +++ b/.copyright_exclusions @@ -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 diff --git a/BUILD b/BUILD index b0b68a6..23959b1 100644 --- a/BUILD +++ b/BUILD @@ -24,7 +24,7 @@ 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", @@ -32,6 +32,7 @@ copyright_checker( "//:project_config.bzl", ], config = "@score_tooling//cr_checker/resources:config", + exclusion = "//:.copyright_exclusions", template = "@score_tooling//cr_checker/resources:templates", visibility = ["//visibility:public"], ) diff --git a/MODULE.bazel b/MODULE.bazel index eb6e7a4..390cd54 100644 --- a/MODULE.bazel +++ b/MODULE.bazel @@ -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) diff --git a/score/datarouter/include/daemon/i_diagnostic_job_parser.h b/score/datarouter/include/daemon/i_diagnostic_job_parser.h index 58f5c81..29ee5c2 100644 --- a/score/datarouter/include/daemon/i_diagnostic_job_parser.h +++ b/score/datarouter/include/daemon/i_diagnostic_job_parser.h @@ -1,4 +1,3 @@ - /******************************************************************************** * Copyright (c) 2025 Contributors to the Eclipse Foundation * diff --git a/tests/rust/test_main.rs b/tests/rust/test_main.rs index 7194058..e5d70fa 100644 --- a/tests/rust/test_main.rs +++ b/tests/rust/test_main.rs @@ -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.