Skip to content

Commit 63513a3

Browse files
committed
Update developers and license owners in pom.xml and headers
1 parent e44093d commit 63513a3

Some content is hidden

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

50 files changed

+113
-54
lines changed

pom.xml

Lines changed: 15 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -56,11 +56,11 @@
5656
<name>Gilles Grousset</name>
5757
<url>https://github.com/zippy1978</url>
5858
</developer>
59-
<developer>
59+
<developer>
6060
<id>dbregeon</id>
6161
<name>Denis Bregeon</name>
6262
<organization>Incept5 LLC</organization>
63-
</developer>
63+
</developer>
6464
<developer>
6565
<id>fhelg</id>
6666
<name>François Helg</name>
@@ -77,6 +77,16 @@
7777
<name>Mete Balci</name>
7878
<url>https://github.com/metebalci</url>
7979
</developer>
80+
<developer>
81+
<id>agh92</id>
82+
<name>Andrés Gil Herrera</name>
83+
<url>https://github.com/agh92</url>
84+
</developer>
85+
<developer>
86+
<id>mjdetullio</id>
87+
<name>Matthew DeTullio</name>
88+
<url>https://github.com/mjdetullio</url>
89+
</developer>
8090
</developers>
8191
<scm>
8292
<connection>scm:git:git@github.com:octo-technology/sonar-objective-c.git</connection>
@@ -90,7 +100,9 @@
90100
</ciManagement>
91101

92102
<properties>
93-
<license.owner>OCTO Technology</license.owner>
103+
<license.owner>OCTO Technology, Backelite,
104+
Denis Bregeon, Mete Balci, Andrés Gil Herrera, Matthew DeTullio
105+
</license.owner>
94106
<license.title>Sonar Objective-C Plugin</license.title>
95107

96108
<maven.test.redirectTestOutputToFile>true</maven.test.redirectTestOutputToFile>
@@ -184,5 +196,4 @@
184196
<scope>test</scope>
185197
</dependency>
186198
</dependencies>
187-
188199
</project>

src/main/java/org/sonar/objectivec/ObjectiveCAstScanner.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
/*
22
* Sonar Objective-C Plugin
3-
* Copyright (C) 2012 OCTO Technology
3+
* Copyright (C) 2012 OCTO Technology, Backelite,
4+
* Denis Bregeon, Mete Balci, Andrés Gil Herrera, Matthew DeTullio
45
* dev@sonar.codehaus.org
56
*
67
* This program is free software; you can redistribute it and/or

src/main/java/org/sonar/objectivec/ObjectiveCConfiguration.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
/*
22
* Sonar Objective-C Plugin
3-
* Copyright (C) 2012 OCTO Technology
3+
* Copyright (C) 2012 OCTO Technology, Backelite,
4+
* Denis Bregeon, Mete Balci, Andrés Gil Herrera, Matthew DeTullio
45
* dev@sonar.codehaus.org
56
*
67
* This program is free software; you can redistribute it and/or

src/main/java/org/sonar/objectivec/api/ObjectiveCGrammar.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
/*
22
* Sonar Objective-C Plugin
3-
* Copyright (C) 2012 OCTO Technology
3+
* Copyright (C) 2012 OCTO Technology, Backelite,
4+
* Denis Bregeon, Mete Balci, Andrés Gil Herrera, Matthew DeTullio
45
* dev@sonar.codehaus.org
56
*
67
* This program is free software; you can redistribute it and/or

src/main/java/org/sonar/objectivec/api/ObjectiveCKeyword.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
/*
22
* Sonar Objective-C Plugin
3-
* Copyright (C) 2012 OCTO Technology
3+
* Copyright (C) 2012 OCTO Technology, Backelite,
4+
* Denis Bregeon, Mete Balci, Andrés Gil Herrera, Matthew DeTullio
45
* dev@sonar.codehaus.org
56
*
67
* This program is free software; you can redistribute it and/or

src/main/java/org/sonar/objectivec/api/ObjectiveCMetric.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
/*
22
* Sonar Objective-C Plugin
3-
* Copyright (C) 2012 OCTO Technology
3+
* Copyright (C) 2012 OCTO Technology, Backelite,
4+
* Denis Bregeon, Mete Balci, Andrés Gil Herrera, Matthew DeTullio
45
* dev@sonar.codehaus.org
56
*
67
* This program is free software; you can redistribute it and/or

src/main/java/org/sonar/objectivec/api/ObjectiveCPunctuator.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
/*
22
* Sonar Objective-C Plugin
3-
* Copyright (C) 2012 OCTO Technology
3+
* Copyright (C) 2012 OCTO Technology, Backelite,
4+
* Denis Bregeon, Mete Balci, Andrés Gil Herrera, Matthew DeTullio
45
* dev@sonar.codehaus.org
56
*
67
* This program is free software; you can redistribute it and/or

src/main/java/org/sonar/objectivec/api/ObjectiveCTokenType.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
/*
22
* Sonar Objective-C Plugin
3-
* Copyright (C) 2012 OCTO Technology
3+
* Copyright (C) 2012 OCTO Technology, Backelite,
4+
* Denis Bregeon, Mete Balci, Andrés Gil Herrera, Matthew DeTullio
45
* dev@sonar.codehaus.org
56
*
67
* This program is free software; you can redistribute it and/or

src/main/java/org/sonar/objectivec/api/package-info.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
/*
22
* Sonar Objective-C Plugin
3-
* Copyright (C) 2012 OCTO Technology
3+
* Copyright (C) 2012 OCTO Technology, Backelite,
4+
* Denis Bregeon, Mete Balci, Andrés Gil Herrera, Matthew DeTullio
45
* dev@sonar.codehaus.org
56
*
67
* This program is free software; you can redistribute it and/or

src/main/java/org/sonar/objectivec/checks/CheckList.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
/*
22
* Sonar Objective-C Plugin
3-
* Copyright (C) 2012 OCTO Technology
3+
* Copyright (C) 2012 OCTO Technology, Backelite,
4+
* Denis Bregeon, Mete Balci, Andrés Gil Herrera, Matthew DeTullio
45
* dev@sonar.codehaus.org
56
*
67
* This program is free software; you can redistribute it and/or

0 commit comments

Comments
 (0)