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 --- .../src/main/java/org/sonar/api/utils/TimeProfiler.java | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'sonar-plugin-api/src/main/java/org/sonar/api/utils/TimeProfiler.java') diff --git a/sonar-plugin-api/src/main/java/org/sonar/api/utils/TimeProfiler.java b/sonar-plugin-api/src/main/java/org/sonar/api/utils/TimeProfiler.java index 789b9d4f1b1..7357d75a15e 100644 --- a/sonar-plugin-api/src/main/java/org/sonar/api/utils/TimeProfiler.java +++ b/sonar-plugin-api/src/main/java/org/sonar/api/utils/TimeProfiler.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