Skip to content

Commit 0a618ba

Browse files
authored
Merge pull request #1686 from guwirth/pom-49
use parent POM 49
2 parents ae0beaf + a57920a commit 0a618ba

File tree

392 files changed

+392
-392
lines changed

Some content is hidden

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

392 files changed

+392
-392
lines changed

cxx-checks/src/main/java/org/sonar/cxx/checks/BooleanEqualityComparisonCheck.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
* Sonar C++ Plugin (Community)
3-
* Copyright (C) 2010-2018 SonarOpenCommunity
3+
* Copyright (C) 2010-2019 SonarOpenCommunity
44
* http://github.com/SonarOpenCommunity/sonar-cxx
55
*
66
* This program is free software; you can redistribute it and/or

cxx-checks/src/main/java/org/sonar/cxx/checks/CollapsibleIfCandidateCheck.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
* Sonar C++ Plugin (Community)
3-
* Copyright (C) 2010-2018 SonarOpenCommunity
3+
* Copyright (C) 2010-2019 SonarOpenCommunity
44
* http://github.com/SonarOpenCommunity/sonar-cxx
55
*
66
* This program is free software; you can redistribute it and/or

cxx-checks/src/main/java/org/sonar/cxx/checks/CommentedCodeCheck.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
* Sonar C++ Plugin (Community)
3-
* Copyright (C) 2010-2018 SonarOpenCommunity
3+
* Copyright (C) 2010-2019 SonarOpenCommunity
44
* http://github.com/SonarOpenCommunity/sonar-cxx
55
*
66
* This program is free software; you can redistribute it and/or

cxx-checks/src/main/java/org/sonar/cxx/checks/HardcodedAccountCheck.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
* Sonar C++ Plugin (Community)
3-
* Copyright (C) 2010-2018 SonarOpenCommunity
3+
* Copyright (C) 2010-2019 SonarOpenCommunity
44
* http://github.com/SonarOpenCommunity/sonar-cxx
55
*
66
* This program is free software; you can redistribute it and/or

cxx-checks/src/main/java/org/sonar/cxx/checks/HardcodedIpCheck.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
* Sonar C++ Plugin (Community)
3-
* Copyright (C) 2010-2018 SonarOpenCommunity
3+
* Copyright (C) 2010-2019 SonarOpenCommunity
44
* http://github.com/SonarOpenCommunity/sonar-cxx
55
*
66
* This program is free software; you can redistribute it and/or

cxx-checks/src/main/java/org/sonar/cxx/checks/MagicNumberCheck.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
* Sonar C++ Plugin (Community)
3-
* Copyright (C) 2010-2018 SonarOpenCommunity
3+
* Copyright (C) 2010-2019 SonarOpenCommunity
44
* http://github.com/SonarOpenCommunity/sonar-cxx
55
*
66
* This program is free software; you can redistribute it and/or

cxx-checks/src/main/java/org/sonar/cxx/checks/MissingCurlyBracesCheck.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
* Sonar C++ Plugin (Community)
3-
* Copyright (C) 2010-2018 SonarOpenCommunity
3+
* Copyright (C) 2010-2019 SonarOpenCommunity
44
* http://github.com/SonarOpenCommunity/sonar-cxx
55
*
66
* This program is free software; you can redistribute it and/or

cxx-checks/src/main/java/org/sonar/cxx/checks/NestedStatementsCheck.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
* Sonar C++ Plugin (Community)
3-
* Copyright (C) 2010-2018 SonarOpenCommunity
3+
* Copyright (C) 2010-2019 SonarOpenCommunity
44
* http://github.com/SonarOpenCommunity/sonar-cxx
55
*
66
* This program is free software; you can redistribute it and/or

cxx-checks/src/main/java/org/sonar/cxx/checks/ReservedNamesCheck.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
* Sonar C++ Plugin (Community)
3-
* Copyright (C) 2010-2018 SonarOpenCommunity
3+
* Copyright (C) 2010-2019 SonarOpenCommunity
44
* http://github.com/SonarOpenCommunity/sonar-cxx
55
*
66
* This program is free software; you can redistribute it and/or

cxx-checks/src/main/java/org/sonar/cxx/checks/SafetyTagCheck.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
* Sonar C++ Plugin (Community)
3-
* Copyright (C) 2010-2018 SonarOpenCommunity
3+
* Copyright (C) 2010-2019 SonarOpenCommunity
44
* http://github.com/SonarOpenCommunity/sonar-cxx
55
*
66
* This program is free software; you can redistribute it and/or

0 commit comments

Comments
 (0)