Skip to content

Commit 0a7b547

Browse files
committed
add copyright
Signed-off-by: Mohamed Sylla <[email protected]>
1 parent c51ab57 commit 0a7b547

File tree

4 files changed

+12
-1
lines changed

4 files changed

+12
-1
lines changed

sct-commons/src/main/java/org/lfenergy/compas/sct/commons/scl/ObjectReference.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77
import lombok.Getter;
88
import org.apache.commons.lang3.StringUtils;
99

10-
import javax.annotation.PostConstruct;
1110

1211
@Getter
1312
public class ObjectReference {

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
// SPDX-FileCopyrightText: 2022 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/java/org/lfenergy/compas/sct/commons/scl/ObjectReferenceTest.java

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

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

sct-commons/src/test/resources/ied-test-schema-conf/scd_with_dai_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: 2022 RTE FRANCE -->
3+
<!-- -->
4+
<!-- SPDX-License-Identifier: Apache-2.0 -->
5+
26
<SCL xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://www.iec.ch/61850/2003/SCL" version="2007" revision="B" release="4">
37
<Header id="HeaderID" version="version" revision="Revision" toolID="toolID" nameStructure="IEDName"/>
48
<Communication>

0 commit comments

Comments
 (0)