-
Notifications
You must be signed in to change notification settings - Fork 45
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
Changes from all commits
cf1f0f0
b1c9009
e0954fc
57f3c21
2e3ee3a
bef7c59
64007d6
593d71a
91a3ab5
b64d9e9
6dd7ca8
6930a29
8d2859a
d5a5204
5fd43df
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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> | ||
|
||
|
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 | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Why is the name 'SonarQube' and not 'SonarSource' ? There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I aligned to what is done in sonar-java: https://github.com/SonarSource/sonar-java/blob/master/sonar-java-plugin/src/main/java/org/sonar/plugins/java/JavaPlugin.java |
||
* 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; | ||
|
||
|
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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> | ||
|
||
|
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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> | ||
|
There was a problem hiding this comment.
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?
There was a problem hiding this comment.
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.