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/main/java/net/sourceforge/pmd/cpd/TokenEntry.java | |
parent | ca418a726e1e6699a5dd9a19c1a0496f79bff2f6 (diff) | |
download | sonarqube-ce63bd4c293fe7a1fa066d73860bbaf4e1f5a608.tar.gz sonarqube-ce63bd4c293fe7a1fa066d73860bbaf4e1f5a608.zip |
Update copyright headers
Diffstat (limited to 'sonar-duplications/src/main/java/net/sourceforge/pmd/cpd/TokenEntry.java')
-rw-r--r-- | sonar-duplications/src/main/java/net/sourceforge/pmd/cpd/TokenEntry.java | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/sonar-duplications/src/main/java/net/sourceforge/pmd/cpd/TokenEntry.java b/sonar-duplications/src/main/java/net/sourceforge/pmd/cpd/TokenEntry.java index 5d7ef6e2ab3..0d42c8b4721 100644 --- a/sonar-duplications/src/main/java/net/sourceforge/pmd/cpd/TokenEntry.java +++ b/sonar-duplications/src/main/java/net/sourceforge/pmd/cpd/TokenEntry.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. */ /** |