Skip to content

Commit 452ca41

Browse files
committed
add copyRight info to files
Signed-off-by: Mohamed Sylla <[email protected]>
1 parent 32d3249 commit 452ca41

File tree

7 files changed

+28
-0
lines changed

7 files changed

+28
-0
lines changed

sct-commons/src/main/java/org/lfenergy/compas/sct/commons/dto/ControlBlock.java

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
// SPDX-FileCopyrightText: 2021 RTE FRANCE
2+
//
3+
// SPDX-License-Identifier: Apache-2.0
4+
15
package org.lfenergy.compas.sct.commons.dto;
26

37
import lombok.Getter;

sct-commons/src/main/java/org/lfenergy/compas/sct/commons/dto/DataSetInfo.java

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
// SPDX-FileCopyrightText: 2021 RTE FRANCE
2+
//
3+
// SPDX-License-Identifier: Apache-2.0
4+
15
package org.lfenergy.compas.sct.commons.dto;
26

37
import lombok.Getter;

sct-commons/src/main/java/org/lfenergy/compas/sct/commons/dto/ExtRefInfo.java

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
// SPDX-FileCopyrightText: 2021 RTE FRANCE
2+
//
3+
// SPDX-License-Identifier: Apache-2.0
4+
15
package org.lfenergy.compas.sct.commons.dto;
26

37

sct-commons/src/main/resources/logback.xml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2+
<!-- SPDX-FileCopyrightText: 2021 RTE FRANCE -->
3+
<!-- -->
4+
<!-- SPDX-License-Identifier: Apache-2.0 -->
5+
26
<configuration>
37
<appender name="CONSOLE" class="ch.qos.logback.core.ConsoleAppender">
48
<layout class="ch.qos.logback.classic.PatternLayout">

sct-commons/src/test/java/org/lfenergy/compas/sct/commons/dto/FCDAInfoTest.java

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
// SPDX-FileCopyrightText: 2021 RTE FRANCE
2+
//
3+
// SPDX-License-Identifier: Apache-2.0
4+
15
package org.lfenergy.compas.sct.commons.dto;
26

37
import org.junit.jupiter.api.Test;

sct-commons/src/test/resources/logback-test.xml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2+
<!-- SPDX-FileCopyrightText: 2021 RTE FRANCE -->
3+
<!-- -->
4+
<!-- SPDX-License-Identifier: Apache-2.0 -->
5+
26
<configuration>
37
<appender name="CONSOLE" class="ch.qos.logback.core.ConsoleAppender">
48
<encoder class="ch.qos.logback.classic.encoder.PatternLayoutEncoder">

sct-service/src/test/resources/logback-test.xml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2+
<!-- SPDX-FileCopyrightText: 2021 RTE FRANCE -->
3+
<!-- -->
4+
<!-- SPDX-License-Identifier: Apache-2.0 -->
5+
26
<configuration status="WARN">
37
<appender name="CONSOLE" class="ch.qos.logback.core.ConsoleAppender">
48
<encoder class="ch.qos.logback.classic.encoder.PatternLayoutEncoder">

0 commit comments

Comments
 (0)