Skip to content

Commit d621853

Browse files
committed
Add copyright header to pom.xml
Signed-off-by: Florian Dupuy <florian.dupuy@rte-france.com>
1 parent 746aa7b commit d621853

2 files changed

Lines changed: 8 additions & 1 deletion

File tree

.github/config/.licenserc.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ header:
22
license:
33
spdx-id: MPL-2.0
44
pattern: |
5-
Copyright copyright \d{4}, RTE \(http:\/\/www\.rte-france\.com\)
5+
Copyright \(c\) \d{4}, RTE \(http:\/\/www\.rte-france\.com\)
66
This Source Code Form is subject to the terms of the Mozilla Public
77
License, v\. 2\.0\. If a copy of the MPL was not distributed with this
88
file, You can obtain one at http:\/\/mozilla\.org\/MPL\/2\.0\/\.
@@ -26,5 +26,6 @@ header:
2626
- '**/*.properties'
2727
- '**/*.vert'
2828
- '**/*.frag'
29+
- '**/pom.xml'
2930

3031
comment: on-failure

demo/java/network-viewer-demo-data/pom.xml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,10 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2+
<!--
3+
Copyright (c) 2026, RTE (http://www.rte-france.com)
4+
This Source Code Form is subject to the terms of the Mozilla Public
5+
License, v. 2.0. If a copy of the MPL was not distributed with this
6+
file, You can obtain one at http://mozilla.org/MPL/2.0/.
7+
-->
28
<project xmlns="http://maven.apache.org/POM/4.0.0"
39
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
410
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">

0 commit comments

Comments
 (0)