Skip to content

Commit ea6c23e

Browse files
committed
update licenses
1 parent 468837e commit ea6c23e

File tree

8 files changed

+8
-8
lines changed

8 files changed

+8
-8
lines changed

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 SonarSource
3+
* Copyright (C) 2008 ${owner}
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 SonarSource
3+
* Copyright (C) 2008 ${owner}
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 SonarSource
3+
* Copyright (C) 2008 ${owner}
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 SonarSource
3+
* Copyright (C) 2008 ${owner}
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 SonarSource
3+
* Copyright (C) 2008 ${owner}
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 SonarSource
3+
* Copyright (C) 2008 ${owner}
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 SonarSource
3+
* Copyright (C) 2008 ${owner}
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 SonarSource
3+
* Copyright (C) 2008 ${owner}
44
55
*
66
* This program is free software; you can redistribute it and/or

0 commit comments

Comments
 (0)