Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SONARHTML-276 Remove dev from owners #346

Merged
merged 15 commits into from
Dec 23, 2024
Merged
5 changes: 1 addition & 4 deletions its/plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,17 +10,14 @@

<artifactId>it-html-plugin</artifactId>

<name>SonarSource :: HTML :: ITs :: Plugin</name>
<name>SonarQube HTML Plugin :: ITs :: Plugin</name>
<inceptionYear>2011</inceptionYear>
<organization>
<name>SonarSource</name>
<url>http://www.sonarsource.com</url>
</organization>
<properties>
<license.name>AL2</license.name>
<maven.test.redirectTestOutputToFile>true</maven.test.redirectTestOutputToFile>
<license.owner>SonarSource SA and Matthijs Galesloot</license.owner>
<license.mailto>[email protected]</license.mailto>
<gitRepositoryName>sonar-html</gitRepositoryName>
</properties>

Expand Down
23 changes: 11 additions & 12 deletions its/plugin/src/test/java/com/sonar/it/web/FileSuffixesTest.java
Original file line number Diff line number Diff line change
@@ -1,19 +1,18 @@
/*
* SonarSource :: HTML :: ITs :: Plugin
* Copyright (c) 2011-2024 SonarSource SA and Matthijs Galesloot

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is it ok to remove the guy's name from the license if he was there before?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We had a long discussion by email and slack with Nico Peru about it. We got his approval and this PR is the execution.

* sonarqube@googlegroups.com
* SonarQube HTML

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why is the name 'SonarQube' and not 'SonarSource' ?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

* Copyright (C) 2011-2024 SonarSource SA
* mailto:info AT sonarsource DOT com
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
* This program is free software; you can redistribute it and/or
* modify it under the terms of the Sonar Source-Available License Version 1, as published by SonarSource SA.
*
* http://www.apache.org/licenses/LICENSE-2.0
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
* See the Sonar Source-Available License for more details.
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
* You should have received a copy of the Sonar Source-Available License
* along with this program; if not, see https://sonarsource.com/license/ssal/
*/
package com.sonar.it.web;

Expand Down
23 changes: 11 additions & 12 deletions its/plugin/src/test/java/com/sonar/it/web/HtmlTestSuite.java
Original file line number Diff line number Diff line change
@@ -1,19 +1,18 @@
/*
* SonarSource :: HTML :: ITs :: Plugin
* Copyright (c) 2011-2024 SonarSource SA and Matthijs Galesloot
* sonarqube@googlegroups.com
* SonarQube HTML
* Copyright (C) 2011-2024 SonarSource SA
* mailto:info AT sonarsource DOT com
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
* This program is free software; you can redistribute it and/or
* modify it under the terms of the Sonar Source-Available License Version 1, as published by SonarSource SA.
*
* http://www.apache.org/licenses/LICENSE-2.0
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
* See the Sonar Source-Available License for more details.
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
* You should have received a copy of the Sonar Source-Available License
* along with this program; if not, see https://sonarsource.com/license/ssal/
*/
package com.sonar.it.web;

Expand Down
23 changes: 11 additions & 12 deletions its/plugin/src/test/java/com/sonar/it/web/PhpFilesTest.java
Original file line number Diff line number Diff line change
@@ -1,19 +1,18 @@
/*
* SonarSource :: HTML :: ITs :: Plugin
* Copyright (c) 2011-2024 SonarSource SA and Matthijs Galesloot
* sonarqube@googlegroups.com
* SonarQube HTML
* Copyright (C) 2011-2024 SonarSource SA
* mailto:info AT sonarsource DOT com
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
* This program is free software; you can redistribute it and/or
* modify it under the terms of the Sonar Source-Available License Version 1, as published by SonarSource SA.
*
* http://www.apache.org/licenses/LICENSE-2.0
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
* See the Sonar Source-Available License for more details.
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
* You should have received a copy of the Sonar Source-Available License
* along with this program; if not, see https://sonarsource.com/license/ssal/
*/
package com.sonar.it.web;

Expand Down
23 changes: 11 additions & 12 deletions its/plugin/src/test/java/com/sonar/it/web/SonarLintTest.java
Original file line number Diff line number Diff line change
@@ -1,19 +1,18 @@
/*
* SonarSource :: HTML :: ITs :: Plugin
* Copyright (c) 2011-2024 SonarSource SA and Matthijs Galesloot
* sonarqube@googlegroups.com
* SonarQube HTML
* Copyright (C) 2011-2024 SonarSource SA
* mailto:info AT sonarsource DOT com
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
* This program is free software; you can redistribute it and/or
* modify it under the terms of the Sonar Source-Available License Version 1, as published by SonarSource SA.
*
* http://www.apache.org/licenses/LICENSE-2.0
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
* See the Sonar Source-Available License for more details.
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
* You should have received a copy of the Sonar Source-Available License
* along with this program; if not, see https://sonarsource.com/license/ssal/
*/
package com.sonar.it.web;

Expand Down
29 changes: 11 additions & 18 deletions its/plugin/src/test/java/com/sonar/it/web/StandardMeasuresTest.java
Original file line number Diff line number Diff line change
@@ -1,19 +1,18 @@
/*
* SonarSource :: HTML :: ITs :: Plugin
* Copyright (c) 2011-2024 SonarSource SA and Matthijs Galesloot
* sonarqube@googlegroups.com
* SonarQube HTML
* Copyright (C) 2011-2024 SonarSource SA
* mailto:info AT sonarsource DOT com
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
* This program is free software; you can redistribute it and/or
* modify it under the terms of the Sonar Source-Available License Version 1, as published by SonarSource SA.
*
* http://www.apache.org/licenses/LICENSE-2.0
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
* See the Sonar Source-Available License for more details.
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
* You should have received a copy of the Sonar Source-Available License
* along with this program; if not, see https://sonarsource.com/license/ssal/
*/
package com.sonar.it.web;

Expand Down Expand Up @@ -70,9 +69,6 @@ public void testProjectMeasures() {

assertThat(getProjectMeasureAsDouble("public_api")).isNull();
assertThat(getProjectMeasureAsDouble("complexity")).isEqualTo(391d);
assertThat(getProjectMeasureAsDouble("function_complexity")).isNull();
assertThat(getProjectMeasureAsDouble("function_complexity_distribution")).isNull();
assertThat(getProjectMeasureAsDouble("file_complexity")).isEqualTo(3.8);
}

@Test
Expand Down Expand Up @@ -104,9 +100,6 @@ public void testFileMeasures() {
assertThat(getFileMeasureAsDouble("duplicated_lines_density")).isZero();
assertThat(getFileMeasureAsDouble("statements")).isNull();
assertThat(getFileMeasureAsDouble("complexity")).isEqualTo(16d);
assertThat(getFileMeasureAsDouble("function_complexity")).isNull();
assertThat(getFileMeasureAsDouble("function_complexity_distribution")).isNull();
assertThat(getFileMeasureAsDouble("file_complexity")).isEqualTo(16.0d);
}

@Test
Expand Down
23 changes: 11 additions & 12 deletions its/plugin/src/test/java/com/sonar/it/web/VariousTest.java
Original file line number Diff line number Diff line change
@@ -1,19 +1,18 @@
/*
* SonarSource :: HTML :: ITs :: Plugin
* Copyright (c) 2011-2024 SonarSource SA and Matthijs Galesloot
* sonarqube@googlegroups.com
* SonarQube HTML
* Copyright (C) 2011-2024 SonarSource SA
* mailto:info AT sonarsource DOT com
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
* This program is free software; you can redistribute it and/or
* modify it under the terms of the Sonar Source-Available License Version 1, as published by SonarSource SA.
*
* http://www.apache.org/licenses/LICENSE-2.0
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
* See the Sonar Source-Available License for more details.
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
* You should have received a copy of the Sonar Source-Available License
* along with this program; if not, see https://sonarsource.com/license/ssal/
*/
package com.sonar.it.web;

Expand Down
2 changes: 1 addition & 1 deletion its/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
</parent>

<artifactId>html-its</artifactId>
<name>SonarSource :: Web :: ITs</name>
<name>SonarQube HTML Plugin :: ITs</name>
<packaging>pom</packaging>

<modules>
Expand Down
7 changes: 1 addition & 6 deletions its/ruling/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,22 +9,17 @@

<artifactId>it-html-ruling</artifactId>

<name>SonarSource :: HTML :: ITs :: Ruling</name>
<name>SonarQube HTML Plugin :: ITs :: Ruling</name>
<inceptionYear>2013</inceptionYear>
<organization>
<name>SonarSource</name>
<url>http://www.sonarsource.com</url>
</organization>

<properties>
<license.name>AL2</license.name>
<webVersion>2.2-SNAPSHOT</webVersion>

<surefire.argLine>-server -Xmx512m</surefire.argLine>
<license.owner>SonarSource SA and Matthijs Galesloot</license.owner>
<license.mailto>[email protected]</license.mailto>
<gitRepositoryName>sonar-html</gitRepositoryName>

<gson.version>2.10</gson.version>
</properties>

Expand Down
23 changes: 11 additions & 12 deletions its/ruling/src/test/java/org/sonar/web/it/WebRulingTest.java
Original file line number Diff line number Diff line change
@@ -1,19 +1,18 @@
/*
* SonarSource :: HTML :: ITs :: Ruling
* Copyright (c) 2013-2024 SonarSource SA and Matthijs Galesloot
* sonarqube@googlegroups.com
* SonarQube HTML
* Copyright (C) 2013-2024 SonarSource SA
* mailto:info AT sonarsource DOT com
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
* This program is free software; you can redistribute it and/or
* modify it under the terms of the Sonar Source-Available License Version 1, as published by SonarSource SA.
*
* http://www.apache.org/licenses/LICENSE-2.0
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
* See the Sonar Source-Available License for more details.
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
* You should have received a copy of the Sonar Source-Available License
* along with this program; if not, see https://sonarsource.com/license/ssal/
*/
package org.sonar.web.it;

Expand Down
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,13 @@
<version>3.18.0-SNAPSHOT</version>
<packaging>pom</packaging>

<name>SonarSource :: HTML</name>
<name>SonarQube HTML Plugin</name>

<url>http://redirect.sonarsource.com/plugins/web.html</url>

<inceptionYear>2010</inceptionYear>
<organization>
<name>SonarSource and Matthijs Galesloot</name>
<name>SonarSource</name>
</organization>
<licenses>
<license>
Expand Down Expand Up @@ -65,7 +65,7 @@

<properties>
<revision>3.5-SNAPSHOT</revision>
<license.owner>SonarSource SA and Matthijs Galesloot</license.owner>
<license.title>SonarQube HTML</license.title>
<gitRepositoryName>sonar-html</gitRepositoryName>

<jakarta.el.version>4.0.2</jakarta.el.version>
Expand Down
10 changes: 1 addition & 9 deletions sonar-html-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,18 +11,10 @@
<artifactId>sonar-html-plugin</artifactId>
<packaging>sonar-plugin</packaging>

<name>SonarSource HTML analyzer :: Sonar Plugin</name>
<name>SonarQube HTML Plugin :: Sonar Plugin</name>
<description>Code analyzer for HTML</description>
<url>http://redirect.sonarsource.com/plugins/web.html</url>

<licenses>
<license>
<name>The Apache Software License, Version 2.0</name>
<url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
<distribution>repo</distribution>
</license>
</licenses>

<scm>
<connection>scm:git:[email protected]:SonarSource/sonar-html.git</connection>
<developerConnection>scm:git:[email protected]:SonarSource/sonar-html.git</developerConnection>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* SonarSource HTML analyzer :: Sonar Plugin
* Copyright (C) 2010-2024 SonarSource SA and Matthijs Galesloot
* SonarQube HTML
* Copyright (C) 2010-2024 SonarSource SA
* mailto:info AT sonarsource DOT com
*
* This program is free software; you can redistribute it and/or
Expand Down Expand Up @@ -31,8 +31,7 @@
/**
* HTML Plugin publishes extensions to sonar engine.
*
* @author Matthijs Galesloot
* @since 1.0

*/
public final class HtmlPlugin implements Plugin {

Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* SonarSource HTML analyzer :: Sonar Plugin
* Copyright (C) 2010-2024 SonarSource SA and Matthijs Galesloot
* SonarQube HTML
* Copyright (C) 2010-2024 SonarSource SA
* mailto:info AT sonarsource DOT com
*
* This program is free software; you can redistribute it and/or
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* SonarSource HTML analyzer :: Sonar Plugin
* Copyright (C) 2010-2024 SonarSource SA and Matthijs Galesloot
* SonarQube HTML
* Copyright (C) 2010-2024 SonarSource SA
* mailto:info AT sonarsource DOT com
*
* This program is free software; you can redistribute it and/or
Expand Down Expand Up @@ -29,8 +29,7 @@
/**
* Count lines of code in web files.
*
* @author Matthijs Galesloot
* @since 1.0

*/
public class PageCountLines extends DefaultNodeVisitor {

Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* SonarSource HTML analyzer :: Sonar Plugin
* Copyright (C) 2010-2024 SonarSource SA and Matthijs Galesloot
* SonarQube HTML
* Copyright (C) 2010-2024 SonarSource SA
* mailto:info AT sonarsource DOT com
*
* This program is free software; you can redistribute it and/or
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* SonarSource HTML analyzer :: Sonar Plugin
* Copyright (C) 2010-2024 SonarSource SA and Matthijs Galesloot
* SonarQube HTML
* Copyright (C) 2010-2024 SonarSource SA
* mailto:info AT sonarsource DOT com
*
* This program is free software; you can redistribute it and/or
Expand Down
Loading
Loading