Skip to content

Commit b365a4a

Browse files
committed
fix: missing copyright
1 parent 2c3c973 commit b365a4a

File tree

10 files changed

+8
-16
lines changed

10 files changed

+8
-16
lines changed

check-license-compliance.sh

Lines changed: 0 additions & 6 deletions
This file was deleted.

src/main/java/org/sonar/plugins/clover/CloverPlugin.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
* Sonar Clover Plugin
3-
* Copyright (C) 2008 ${owner}
3+
* Copyright (C) 2018 Tony Proum
44
55
*
66
* This program is free software; you can redistribute it and/or

src/main/java/org/sonar/plugins/clover/CloverSensor.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
* Sonar Clover Plugin
3-
* Copyright (C) 2008 ${owner}
3+
* Copyright (C) 2018 Tony Proum
44
55
*
66
* This program is free software; you can redistribute it and/or

src/main/java/org/sonar/plugins/clover/CloverXmlReportParser.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
* Sonar Clover Plugin
3-
* Copyright (C) 2008 ${owner}
3+
* Copyright (C) 2018 Tony Proum
44
55
*
66
* This program is free software; you can redistribute it and/or

src/main/java/org/sonar/plugins/clover/InputFileProvider.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
* Sonar Clover Plugin
3-
* Copyright (C) 2008 ${owner}
3+
* Copyright (C) 2018 Tony Proum
44
55
*
66
* This program is free software; you can redistribute it and/or

src/main/java/org/sonar/plugins/clover/package-info.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
* Sonar Clover Plugin
3-
* Copyright (C) 2008 ${owner}
3+
* Copyright (C) 2018 Tony Proum
44
55
*
66
* This program is free software; you can redistribute it and/or

src/test/java/org/sonar/plugins/clover/CloverPluginTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
* Sonar Clover Plugin
3-
* Copyright (C) 2008 ${owner}
3+
* Copyright (C) 2018 Tony Proum
44
55
*
66
* This program is free software; you can redistribute it and/or

src/test/java/org/sonar/plugins/clover/CloverSensorTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
* Sonar Clover Plugin
3-
* Copyright (C) 2008 ${owner}
3+
* Copyright (C) 2018 Tony Proum
44
55
*
66
* This program is free software; you can redistribute it and/or

src/test/java/org/sonar/plugins/clover/CloverXmlReportParserTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
* Sonar Clover Plugin
3-
* Copyright (C) 2008 ${owner}
3+
* Copyright (C) 2018 Tony Proum
44
55
*
66
* This program is free software; you can redistribute it and/or

travis.sh

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,3 @@ source ~/.local/bin/installJDK8
1515
export DEPLOY_PULL_REQUEST=true
1616

1717
regular_mvn_build_deploy_analyze
18-
19-
./check-license-compliance.sh

0 commit comments

Comments
 (0)