diff options
author | Simon Brandhof <simon.brandhof@gmail.com> | 2013-04-22 09:37:03 +0200 |
---|---|---|
committer | Simon Brandhof <simon.brandhof@gmail.com> | 2013-04-22 09:37:17 +0200 |
commit | ce63bd4c293fe7a1fa066d73860bbaf4e1f5a608 (patch) | |
tree | 26fa0d16cd7e98733edf92dc2c2b2394a98105dd /sonar-duplications/src/test/java/org/sonar/duplications/utils | |
parent | ca418a726e1e6699a5dd9a19c1a0496f79bff2f6 (diff) | |
download | sonarqube-ce63bd4c293fe7a1fa066d73860bbaf4e1f5a608.tar.gz sonarqube-ce63bd4c293fe7a1fa066d73860bbaf4e1f5a608.zip |
Update copyright headers
Diffstat (limited to 'sonar-duplications/src/test/java/org/sonar/duplications/utils')
2 files changed, 8 insertions, 8 deletions
diff --git a/sonar-duplications/src/test/java/org/sonar/duplications/utils/FastStringComparatorTest.java b/sonar-duplications/src/test/java/org/sonar/duplications/utils/FastStringComparatorTest.java index ccb662430c5..4cce97972c3 100644 --- a/sonar-duplications/src/test/java/org/sonar/duplications/utils/FastStringComparatorTest.java +++ b/sonar-duplications/src/test/java/org/sonar/duplications/utils/FastStringComparatorTest.java @@ -1,6 +1,6 @@ /* * SonarQube, open source software quality management tool. - * Copyright (C) 2008-2012 SonarSource + * Copyright (C) 2008-2013 SonarSource * mailto:contact AT sonarsource DOT com * * SonarQube is free software; you can redistribute it and/or @@ -13,9 +13,9 @@ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. * - * You should have received a copy of the GNU Lesser General Public - * License along with Sonar; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02 + * You should have received a copy of the GNU Lesser General Public License + * along with this program; if not, write to the Free Software Foundation, + * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ package org.sonar.duplications.utils; diff --git a/sonar-duplications/src/test/java/org/sonar/duplications/utils/SortedListsUtilsTest.java b/sonar-duplications/src/test/java/org/sonar/duplications/utils/SortedListsUtilsTest.java index 781919a1829..0159c8f85ea 100644 --- a/sonar-duplications/src/test/java/org/sonar/duplications/utils/SortedListsUtilsTest.java +++ b/sonar-duplications/src/test/java/org/sonar/duplications/utils/SortedListsUtilsTest.java @@ -1,6 +1,6 @@ /* * SonarQube, open source software quality management tool. - * Copyright (C) 2008-2012 SonarSource + * Copyright (C) 2008-2013 SonarSource * mailto:contact AT sonarsource DOT com * * SonarQube is free software; you can redistribute it and/or @@ -13,9 +13,9 @@ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. * - * You should have received a copy of the GNU Lesser General Public - * License along with Sonar; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02 + * You should have received a copy of the GNU Lesser General Public License + * along with this program; if not, write to the Free Software Foundation, + * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ package org.sonar.duplications.utils; |