From b1436788cfc71b23cc3e3c15400a6c630c914bec Mon Sep 17 00:00:00 2001 From: Simon Brandhof Date: Sun, 21 Apr 2013 11:58:14 +0200 Subject: SONAR-4252 rename Sonar to SonarQube in source headers --- sonar-plugin-api/src/main/java/org/sonar/api/task/Task.java | 6 +++--- .../src/main/java/org/sonar/api/task/TaskComponent.java | 6 +++--- .../src/main/java/org/sonar/api/task/TaskDefinition.java | 6 +++--- .../src/main/java/org/sonar/api/task/TaskExtension.java | 6 +++--- 4 files changed, 12 insertions(+), 12 deletions(-) (limited to 'sonar-plugin-api/src/main/java/org/sonar/api/task') diff --git a/sonar-plugin-api/src/main/java/org/sonar/api/task/Task.java b/sonar-plugin-api/src/main/java/org/sonar/api/task/Task.java index e705c2725b6..ca02512c147 100644 --- a/sonar-plugin-api/src/main/java/org/sonar/api/task/Task.java +++ b/sonar-plugin-api/src/main/java/org/sonar/api/task/Task.java @@ -1,14 +1,14 @@ /* - * Sonar, open source software quality management tool. + * SonarQube, open source software quality management tool. * Copyright (C) 2008-2012 SonarSource * mailto:contact AT sonarsource DOT com * - * Sonar is free software; you can redistribute it and/or + * SonarQube is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3 of the License, or (at your option) any later version. * - * Sonar is distributed in the hope that it will be useful, + * SonarQube 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 GNU * Lesser General Public License for more details. diff --git a/sonar-plugin-api/src/main/java/org/sonar/api/task/TaskComponent.java b/sonar-plugin-api/src/main/java/org/sonar/api/task/TaskComponent.java index 7cf26d1b132..ccebcc2c5b3 100644 --- a/sonar-plugin-api/src/main/java/org/sonar/api/task/TaskComponent.java +++ b/sonar-plugin-api/src/main/java/org/sonar/api/task/TaskComponent.java @@ -1,14 +1,14 @@ /* - * Sonar, open source software quality management tool. + * SonarQube, open source software quality management tool. * Copyright (C) 2008-2012 SonarSource * mailto:contact AT sonarsource DOT com * - * Sonar is free software; you can redistribute it and/or + * SonarQube is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3 of the License, or (at your option) any later version. * - * Sonar is distributed in the hope that it will be useful, + * SonarQube 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 GNU * Lesser General Public License for more details. diff --git a/sonar-plugin-api/src/main/java/org/sonar/api/task/TaskDefinition.java b/sonar-plugin-api/src/main/java/org/sonar/api/task/TaskDefinition.java index 1fba731dd49..0fdceeb105b 100644 --- a/sonar-plugin-api/src/main/java/org/sonar/api/task/TaskDefinition.java +++ b/sonar-plugin-api/src/main/java/org/sonar/api/task/TaskDefinition.java @@ -1,14 +1,14 @@ /* - * Sonar, open source software quality management tool. + * SonarQube, open source software quality management tool. * Copyright (C) 2008-2012 SonarSource * mailto:contact AT sonarsource DOT com * - * Sonar is free software; you can redistribute it and/or + * SonarQube is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3 of the License, or (at your option) any later version. * - * Sonar is distributed in the hope that it will be useful, + * SonarQube 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 GNU * Lesser General Public License for more details. diff --git a/sonar-plugin-api/src/main/java/org/sonar/api/task/TaskExtension.java b/sonar-plugin-api/src/main/java/org/sonar/api/task/TaskExtension.java index 8406650ef79..94447cf832c 100644 --- a/sonar-plugin-api/src/main/java/org/sonar/api/task/TaskExtension.java +++ b/sonar-plugin-api/src/main/java/org/sonar/api/task/TaskExtension.java @@ -1,14 +1,14 @@ /* - * Sonar, open source software quality management tool. + * SonarQube, open source software quality management tool. * Copyright (C) 2008-2012 SonarSource * mailto:contact AT sonarsource DOT com * - * Sonar is free software; you can redistribute it and/or + * SonarQube is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3 of the License, or (at your option) any later version. * - * Sonar is distributed in the hope that it will be useful, + * SonarQube 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 GNU * Lesser General Public License for more details. -- cgit v1.2.3