Skip to content

Commit ac7b1c0

Browse files
committed
Fix XML SPDX comments for xcop
1 parent 91b4098 commit ac7b1c0

4 files changed

Lines changed: 8 additions & 8 deletions

File tree

aibolit/metrics/halsteadvolume/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<!--
3-
* SPDX-FileCopyrightText: Copyright (c) 2019-2026 Aibolit
4-
* SPDX-License-Identifier: MIT
3+
SPDX-FileCopyrightText: Copyright (c) 2019-2026 Aibolit
4+
SPDX-License-Identifier: MIT
55
-->
66
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
77
<modelVersion>4.0.0</modelVersion>

aibolit/metrics/npath/npath.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<!--
3-
* SPDX-FileCopyrightText: Copyright (c) 2019-2026 Aibolit
4-
* SPDX-License-Identifier: MIT
3+
SPDX-FileCopyrightText: Copyright (c) 2019-2026 Aibolit
4+
SPDX-License-Identifier: MIT
55
-->
66
<ruleset xmlns="http://pmd.sourceforge.net/ruleset/2.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" name="quickstart" xsi:schemaLocation="http://pmd.sourceforge.net/ruleset/2.0.0 https://pmd.sourceforge.io/ruleset_2_0_0.xsd">
77
<description>Quickstart configuration of PMD. Includes the rules that are most likely to apply everywhere.</description>

aibolit/metrics/npath/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<!--
3-
* SPDX-FileCopyrightText: Copyright (c) 2019-2026 Aibolit
4-
* SPDX-License-Identifier: MIT
3+
SPDX-FileCopyrightText: Copyright (c) 2019-2026 Aibolit
4+
SPDX-License-Identifier: MIT
55
-->
66
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
77
<modelVersion>4.0.0</modelVersion>

scripts/ruleset.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<!--
3-
* SPDX-FileCopyrightText: Copyright (c) 2019-2026 Aibolit
4-
* SPDX-License-Identifier: MIT
3+
SPDX-FileCopyrightText: Copyright (c) 2019-2026 Aibolit
4+
SPDX-License-Identifier: MIT
55
-->
66
<ruleset xmlns="http://pmd.sourceforge.net/ruleset/2.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" name="quickstart" xsi:schemaLocation="http://pmd.sourceforge.net/ruleset/2.0.0 https://pmd.sourceforge.io/ruleset_2_0_0.xsd">
77
<description>Quickstart configuration of PMD. Includes the rules that are most likely to apply everywhere.</description>

0 commit comments

Comments
 (0)