Skip to content

Commit 25e11de

Browse files
fix: add copyright headers to files missing SPDX block
1 parent c1c4e58 commit 25e11de

19 files changed

Lines changed: 228 additions & 168 deletions

File tree

.devcontainer/prepare_workspace.sh

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,16 @@
11
#!/bin/bash
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+
# *******************************************************************************
214
set -euo pipefail
315

416
# Install pipx

bazel_common/score_images.MODULE.bazel

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
# *******************************************************************************
2+
# Copyright (c) 2026 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
bazel_dep(name = "rules_oci", version = "2.3.1")
214
git_override(
315
module_name = "rules_oci",

feature_integration_tests/test_scenarios/cpp/src/internals/persistency/kvs_build_helpers.h

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
1-
// *******************************************************************************
2-
// Copyright (c) 2026 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-
// *******************************************************************************
1+
/********************************************************************************
2+
* Copyright (c) 2026 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+
********************************************************************************/
1313

1414
#ifndef INTERNALS_PERSISTENCY_KVS_BUILD_HELPERS_H_
1515
#define INTERNALS_PERSISTENCY_KVS_BUILD_HELPERS_H_

feature_integration_tests/test_scenarios/cpp/src/internals/persistency/kvs_instance.cpp

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
1-
// *******************************************************************************
2-
// Copyright (c) 2026 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-
// *******************************************************************************
1+
/********************************************************************************
2+
* Copyright (c) 2026 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+
********************************************************************************/
1313

1414
#include "kvs_instance.h"
1515

feature_integration_tests/test_scenarios/cpp/src/internals/persistency/kvs_instance.h

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
1-
// *******************************************************************************
2-
// Copyright (c) 2026 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-
// *******************************************************************************
1+
/********************************************************************************
2+
* Copyright (c) 2026 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+
********************************************************************************/
1313

1414
#ifndef INTERNALS_PERSISTENCY_KVS_INSTANCE_H_
1515
#define INTERNALS_PERSISTENCY_KVS_INSTANCE_H_

feature_integration_tests/test_scenarios/cpp/src/internals/persistency/kvs_parameters.cpp

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
1-
// *******************************************************************************
2-
// Copyright (c) 2026 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-
// *******************************************************************************
1+
/********************************************************************************
2+
* Copyright (c) 2026 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+
********************************************************************************/
1313

1414
#include "kvs_parameters.h"
1515

feature_integration_tests/test_scenarios/cpp/src/internals/persistency/kvs_parameters.h

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
1-
// *******************************************************************************
2-
// Copyright (c) 2026 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-
// *******************************************************************************
1+
/********************************************************************************
2+
* Copyright (c) 2026 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+
********************************************************************************/
1313

1414
#ifndef INTERNALS_PERSISTENCY_KVS_PARAMETERS_H_
1515
#define INTERNALS_PERSISTENCY_KVS_PARAMETERS_H_

feature_integration_tests/test_scenarios/cpp/src/main.cpp

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
1-
// *******************************************************************************
2-
// Copyright (c) 2026 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-
// *******************************************************************************
1+
/********************************************************************************
2+
* Copyright (c) 2026 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+
********************************************************************************/
1313

1414
#include <iostream>
1515
#include <vector>

feature_integration_tests/test_scenarios/cpp/src/scenarios/mod.cpp

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
1-
// *******************************************************************************
2-
// Copyright (c) 2026 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-
// *******************************************************************************
1+
/********************************************************************************
2+
* Copyright (c) 2026 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+
********************************************************************************/
1313

1414
#include <scenario.hpp>
1515

feature_integration_tests/test_scenarios/cpp/src/scenarios/persistency/default_values.cpp

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
1-
// *******************************************************************************
2-
// Copyright (c) 2026 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-
// *******************************************************************************
1+
/********************************************************************************
2+
* Copyright (c) 2026 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+
********************************************************************************/
1313

1414
#include "../../internals/persistency/kvs_build_helpers.h"
1515
#include "../../internals/persistency/kvs_instance.h"

0 commit comments

Comments
 (0)