Skip to content

Commit

Permalink
FIX pom.xml check license
Browse files Browse the repository at this point in the history
  • Loading branch information
VincentD06 committed Sep 19, 2024
1 parent e5045a5 commit f074155
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,7 @@
<licenseSet>
<header>com/mycila/maven/plugin/license/templates/SSPL-1.txt</header>
<properties>
<project.inceptionYear>2018</project.inceptionYear>
<year>2018</year>
<owner>Airbus CyberSecurity (SAS)</owner>
</properties>
<includes>
Expand Down
16 changes: 16 additions & 0 deletions src/test/java/org/graylog2/plugin/TestMessageFactory.java
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
/*
* Copyright (C) 2018 Airbus CyberSecurity (SAS)
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the Server Side Public License, version 1,
* as published by MongoDB, Inc.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* Server Side Public License for more details.
*
* You should have received a copy of the Server Side Public License
* along with this program. If not, see
* <http://www.mongodb.com/licensing/server-side-public-license>.
*/
package org.graylog2.plugin;

import java.util.Map;
Expand Down

0 comments on commit f074155

Please sign in to comment.