Skip to content

Commit e03bdb4

Browse files
author
Dennis Labordus
committed
Fixed reuse complaint.
Signed-off-by: Dennis Labordus <[email protected]>
1 parent c40384b commit e03bdb4

File tree

6 files changed

+16
-4
lines changed

6 files changed

+16
-4
lines changed
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2+
<!-- SPDX-FileCopyrightText: 2022 Alliander -->
3+
<!-- -->
4+
<!-- SPDX-License-Identifier: Apache-2.0 -->
5+
26
<NSDoc>
37
</NSDoc>

app/src/test/data/nsdoc/testFile73.nsdoc

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 Alliander -->
3+
<!-- -->
4+
<!-- SPDX-License-Identifier: Apache-2.0 -->
5+
26
<NSDoc id="IEC 61850-7-3"
37
version="1010"
48
revision="X"

app/src/test/data/nsdoc/testFile74.nsdoc

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 Alliander -->
3+
<!-- -->
4+
<!-- SPDX-License-Identifier: Apache-2.0 -->
5+
26
<NSDoc id="IEC 61850-7-4"
37
version="1010"
48
revision="X"

app/src/test/resources/scl/scl-1.scd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<!-- SPDX-FileCopyrightText: 2020 RTE FRANCE -->
2+
<!-- SPDX-FileCopyrightText: 2022 Alliander -->
33
<!-- -->
44
<!-- SPDX-License-Identifier: Apache-2.0 -->
55

riseclipse/validator-riseclipse/src/test/resources/scl/example.scd

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<!-- SPDX-FileCopyrightText: 2020 RTE FRANCE -->
2+
<!-- SPDX-FileCopyrightText: 2022 Alliander -->
33
<!-- -->
44
<!-- SPDX-License-Identifier: Apache-2.0 -->
55

6-
<SCL xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://www.iec.ch/61850/2003/SCL" version="2007" revision="B" release="4">
6+
<SCL xmlns="http://www.iec.ch/61850/2003/SCL" version="2007" revision="B" release="4">
77
<Header id="f9283708-bf4f-412c-a1d6-f947b9ac3000" version="1.0.0" revision="Revision" toolID="toolID" nameStructure="IEDName"/>
88
<IED name="IED_NAME">
99
<AccessPoint name="AP_NAME">

riseclipse/validator-riseclipse/src/test/resources/scl/invalid.scd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<!-- SPDX-FileCopyrightText: 2020 RTE FRANCE -->
2+
<!-- SPDX-FileCopyrightText: 2022 Alliander -->
33
<!-- -->
44
<!-- SPDX-License-Identifier: Apache-2.0 -->
55

0 commit comments

Comments
 (0)