Skip to content

Commit 90d7678

Browse files
pawelrutkaqFScholPer
authored andcommitted
Fix copyrights
1 parent 2848917 commit 90d7678

8 files changed

Lines changed: 8 additions & 116 deletions

File tree

health_monitor/source/score/lcm/saf/daemon/HealthMonitorImpl.cpp

Lines changed: 1 addition & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/********************************************************************************
2-
* Copyright (c) 2026 Contributors to the Eclipse Foundation
2+
* Copyright (c) 2025 Contributors to the Eclipse Foundation
33
*
44
* See the NOTICE file(s) distributed with this work for additional
55
* information regarding copyright ownership.
@@ -10,20 +10,6 @@
1010
*
1111
* SPDX-License-Identifier: Apache-2.0
1212
********************************************************************************/
13-
/********************************************************************************
14-
* Copyright (c) 2025 Contributors to the Eclipse Foundation
15-
*
16-
* See the NOTICE file(s) distributed with this work for additional
17-
* information regarding copyright ownership.
18-
*
19-
* This program and the accompanying materials are made available under the
20-
* terms of the Apache License Version 2.0 which is available at
21-
* https://www.apache.org/licenses/LICENSE-2.0
22-
*
23-
* SPDX-License-Identifier: Apache-2.0
24-
********************************************************************************/
25-
26-
2713
#include <sys/types.h>
2814

2915
#include <cstdint>

health_monitor/source/score/lcm/saf/daemon/HealthMonitorImpl.hpp

Lines changed: 1 addition & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/********************************************************************************
2-
* Copyright (c) 2026 Contributors to the Eclipse Foundation
2+
* Copyright (c) 2025 Contributors to the Eclipse Foundation
33
*
44
* See the NOTICE file(s) distributed with this work for additional
55
* information regarding copyright ownership.
@@ -10,19 +10,6 @@
1010
*
1111
* SPDX-License-Identifier: Apache-2.0
1212
********************************************************************************/
13-
/********************************************************************************
14-
* Copyright (c) 2025 Contributors to the Eclipse Foundation
15-
*
16-
* See the NOTICE file(s) distributed with this work for additional
17-
* information regarding copyright ownership.
18-
*
19-
* This program and the accompanying materials are made available under the
20-
* terms of the Apache License Version 2.0 which is available at
21-
* https://www.apache.org/licenses/LICENSE-2.0
22-
*
23-
* SPDX-License-Identifier: Apache-2.0
24-
********************************************************************************/
25-
2613
#ifndef SAF_DAEMON_HEALTH_MONITOR_IMPL_HPP_INCLUDED
2714
#define SAF_DAEMON_HEALTH_MONITOR_IMPL_HPP_INCLUDED
2815

health_monitor/source/score/lcm/saf/daemon/IHealthMonitor.hpp

Lines changed: 1 addition & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/********************************************************************************
2-
* Copyright (c) 2026 Contributors to the Eclipse Foundation
2+
* Copyright (c) 2025 Contributors to the Eclipse Foundation
33
*
44
* See the NOTICE file(s) distributed with this work for additional
55
* information regarding copyright ownership.
@@ -10,19 +10,6 @@
1010
*
1111
* SPDX-License-Identifier: Apache-2.0
1212
********************************************************************************/
13-
/********************************************************************************
14-
* Copyright (c) 2025 Contributors to the Eclipse Foundation
15-
*
16-
* See the NOTICE file(s) distributed with this work for additional
17-
* information regarding copyright ownership.
18-
*
19-
* This program and the accompanying materials are made available under the
20-
* terms of the Apache License Version 2.0 which is available at
21-
* https://www.apache.org/licenses/LICENSE-2.0
22-
*
23-
* SPDX-License-Identifier: Apache-2.0
24-
********************************************************************************/
25-
2613
#ifndef SAF_DAEMON_HEALTH_MONITOR_HPP_INCLUDED
2714
#define SAF_DAEMON_HEALTH_MONITOR_HPP_INCLUDED
2815

launch_manager/deliverables/daemon/process_group_manager/src/health_monitor_thread.cpp

Lines changed: 1 addition & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/********************************************************************************
2-
* Copyright (c) 2026 Contributors to the Eclipse Foundation
2+
* Copyright (c) 2025 Contributors to the Eclipse Foundation
33
*
44
* See the NOTICE file(s) distributed with this work for additional
55
* information regarding copyright ownership.
@@ -10,18 +10,6 @@
1010
*
1111
* SPDX-License-Identifier: Apache-2.0
1212
********************************************************************************/
13-
/********************************************************************************
14-
* Copyright (c) 2025 Contributors to the Eclipse Foundation
15-
*
16-
* See the NOTICE file(s) distributed with this work for additional
17-
* information regarding copyright ownership.
18-
*
19-
* This program and the accompanying materials are made available under the
20-
* terms of the Apache License Version 2.0 which is available at
21-
* https://www.apache.org/licenses/LICENSE-2.0
22-
*
23-
* SPDX-License-Identifier: Apache-2.0
24-
********************************************************************************/
2513
#include <score/lcm/internal/health_monitor_thread.hpp>
2614

2715
namespace score

launch_manager/deliverables/inc/score/lcm/internal/health_monitor_thread.hpp

Lines changed: 1 addition & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/********************************************************************************
2-
* Copyright (c) 2026 Contributors to the Eclipse Foundation
2+
* Copyright (c) 2025 Contributors to the Eclipse Foundation
33
*
44
* See the NOTICE file(s) distributed with this work for additional
55
* information regarding copyright ownership.
@@ -10,20 +10,6 @@
1010
*
1111
* SPDX-License-Identifier: Apache-2.0
1212
********************************************************************************/
13-
/********************************************************************************
14-
* Copyright (c) 2025 Contributors to the Eclipse Foundation
15-
*
16-
* See the NOTICE file(s) distributed with this work for additional
17-
* information regarding copyright ownership.
18-
*
19-
* This program and the accompanying materials are made available under the
20-
* terms of the Apache License Version 2.0 which is available at
21-
* https://www.apache.org/licenses/LICENSE-2.0
22-
*
23-
* SPDX-License-Identifier: Apache-2.0
24-
********************************************************************************/
25-
26-
2713
#ifndef SCORE_LCM_HEALTH_MONITOR_HPP_INCLUDED
2814
#define SCORE_LCM_HEALTH_MONITOR_HPP_INCLUDED
2915

launch_manager/deliverables/inc/score/lcm/internal/recovery_client.hpp

Lines changed: 1 addition & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/********************************************************************************
2-
* Copyright (c) 2026 Contributors to the Eclipse Foundation
2+
* Copyright (c) 2025 Contributors to the Eclipse Foundation
33
*
44
* See the NOTICE file(s) distributed with this work for additional
55
* information regarding copyright ownership.
@@ -10,20 +10,6 @@
1010
*
1111
* SPDX-License-Identifier: Apache-2.0
1212
********************************************************************************/
13-
/********************************************************************************
14-
* Copyright (c) 2025 Contributors to the Eclipse Foundation
15-
*
16-
* See the NOTICE file(s) distributed with this work for additional
17-
* information regarding copyright ownership.
18-
*
19-
* This program and the accompanying materials are made available under the
20-
* terms of the Apache License Version 2.0 which is available at
21-
* https://www.apache.org/licenses/LICENSE-2.0
22-
*
23-
* SPDX-License-Identifier: Apache-2.0
24-
********************************************************************************/
25-
26-
2713
#ifndef SCORE_LCM_RECOVERYCLIENT_H_
2814
#define SCORE_LCM_RECOVERYCLIENT_H_
2915

launch_manager/deliverables/inc/score/lcm/irecovery_client.h

Lines changed: 1 addition & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/********************************************************************************
2-
* Copyright (c) 2026 Contributors to the Eclipse Foundation
2+
* Copyright (c) 2025 Contributors to the Eclipse Foundation
33
*
44
* See the NOTICE file(s) distributed with this work for additional
55
* information regarding copyright ownership.
@@ -10,20 +10,6 @@
1010
*
1111
* SPDX-License-Identifier: Apache-2.0
1212
********************************************************************************/
13-
/********************************************************************************
14-
* Copyright (c) 2025 Contributors to the Eclipse Foundation
15-
*
16-
* See the NOTICE file(s) distributed with this work for additional
17-
* information regarding copyright ownership.
18-
*
19-
* This program and the accompanying materials are made available under the
20-
* terms of the Apache License Version 2.0 which is available at
21-
* https://www.apache.org/licenses/LICENSE-2.0
22-
*
23-
* SPDX-License-Identifier: Apache-2.0
24-
********************************************************************************/
25-
26-
2713
#ifndef SCORE_LCM_IRECOVERYCLIENT_H_
2814
#define SCORE_LCM_IRECOVERYCLIENT_H_
2915

launch_manager/deliverables/libraries/score/recovery_client/src/recovery_client.cpp

Lines changed: 1 addition & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/********************************************************************************
2-
* Copyright (c) 2026 Contributors to the Eclipse Foundation
2+
* Copyright (c) 2025 Contributors to the Eclipse Foundation
33
*
44
* See the NOTICE file(s) distributed with this work for additional
55
* information regarding copyright ownership.
@@ -10,20 +10,6 @@
1010
*
1111
* SPDX-License-Identifier: Apache-2.0
1212
********************************************************************************/
13-
/********************************************************************************
14-
* Copyright (c) 2025 Contributors to the Eclipse Foundation
15-
*
16-
* See the NOTICE file(s) distributed with this work for additional
17-
* information regarding copyright ownership.
18-
*
19-
* This program and the accompanying materials are made available under the
20-
* terms of the Apache License Version 2.0 which is available at
21-
* https://www.apache.org/licenses/LICENSE-2.0
22-
*
23-
* SPDX-License-Identifier: Apache-2.0
24-
********************************************************************************/
25-
26-
2713
#include <score/lcm/internal/recovery_client.hpp>
2814

2915
namespace score {

0 commit comments

Comments
 (0)