Skip to content

Commit 6f5f6a0

Browse files
author
Jesse White
committedMar 5, 2017
Merge remote-tracking branch 'origin/foundation-2017' into develop
2 parents bf4336e + cc65f0a commit 6f5f6a0

File tree

292 files changed

+4981
-1026
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

292 files changed

+4981
-1026
lines changed
 

‎checkstyle/pom.xml

+8
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<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">
3+
<modelVersion>4.0.0</modelVersion>
4+
<groupId>org.opennms</groupId>
5+
<artifactId>org.opennms.checkstyle</artifactId>
6+
<version>19.0.0-SNAPSHOT</version>
7+
<name>OpenNMS :: Checkstyle</name>
8+
</project>
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
^/[*]+$
2+
^ \* This file is part of OpenNMS\(R\)\.$
3+
^ \*\s*$
4+
^ \* Copyright \(C\) [\d]+(-[\d]+)? The OpenNMS Group, Inc\.$
5+
^ \* OpenNMS\(R\) is Copyright \(C\) [\d]+(-[\d]+)? The OpenNMS Group, Inc\.$
6+
^ \*\s*$
7+
^ \* OpenNMS\(R\) is a registered trademark of The OpenNMS Group, Inc\.$
8+
^ \*\s*$
9+
^ \* OpenNMS\(R\) is free software: you can redistribute it and/or modify$
10+
^ \* it under the terms of the GNU Affero General Public License as published$
11+
^ \* by the Free Software Foundation, either version 3 of the License,$
12+
^ \* or \(at your option\) any later version.
13+
^ \*\s*$
14+
^ \* OpenNMS\(R\) is distributed in the hope that it will be useful,$
15+
^ \* but WITHOUT ANY WARRANTY; without even the implied warranty of$
16+
^ \* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE\. See the$
17+
^ \* GNU Affero General Public License for more details\.$
18+
^ \*\s*$
19+
^ \* You should have received a copy of the GNU Affero General Public License$
20+
^ \* along with OpenNMS\(R\). If not, see:
21+
^ \*\s+ http://www.gnu.org/licenses/
22+
^ \*\s*$
23+
^ \* For more information contact:$
24+
^ \*\s*OpenNMS\(R\) Licensing <license@opennms\.org>$
25+
^ \*\s*http://www.opennms.org/$
26+
^ \*\s*http://www.opennms.com/$
27+
^ [*]+/$

0 commit comments

Comments
 (0)
Please sign in to comment.