]> source.dussan.org Git - sonarqube.git/commitdiff
Fix copyright headers
authorSimon Brandhof <simon.brandhof@gmail.com>
Fri, 14 Mar 2014 11:49:25 +0000 (12:49 +0100)
committerSimon Brandhof <simon.brandhof@gmail.com>
Fri, 14 Mar 2014 11:49:25 +0000 (12:49 +0100)
sonar-plugin-api/src/main/java/org/sonar/api/batch/fs/internal/DefaultFilePredicates.java
sonar-plugin-api/src/main/java/org/sonar/api/batch/fs/internal/FalsePredicate.java
sonar-plugin-api/src/main/java/org/sonar/api/batch/fs/internal/TruePredicate.java
sonar-plugin-api/src/test/java/org/sonar/api/batch/fs/internal/DefaultFilePredicatesTest.java

index 8eba3dd53c4c3850d699eb6043d80a6c012f6997..52bb75ad9b215e18106b3a48b625a37a6203af24 100644 (file)
@@ -1,6 +1,6 @@
 /*
  * SonarQube, open source software quality management tool.
- * Copyright (C) 2008-2013 SonarSource
+ * Copyright (C) 2008-2014 SonarSource
  * mailto:contact AT sonarsource DOT com
  *
  * SonarQube is free software; you can redistribute it and/or
index f495049961e31dbbf327659de27cc0448d41f8bf..b092f848946d41ee36aced4164a22fb89e04b9bb 100644 (file)
@@ -1,6 +1,6 @@
 /*
  * SonarQube, open source software quality management tool.
- * Copyright (C) 2008-2013 SonarSource
+ * Copyright (C) 2008-2014 SonarSource
  * mailto:contact AT sonarsource DOT com
  *
  * SonarQube is free software; you can redistribute it and/or
@@ -30,4 +30,4 @@ class FalsePredicate implements FilePredicate {
   public boolean apply(InputFile inputFile) {
     return false;
   }
-}
\ No newline at end of file
+}
index b8d9ef30dbf47fb012ffa62bf46b014fe02d6b71..ec2aebd624d28e324f55b0c12171dba8a5668c25 100644 (file)
@@ -1,6 +1,6 @@
 /*
  * SonarQube, open source software quality management tool.
- * Copyright (C) 2008-2013 SonarSource
+ * Copyright (C) 2008-2014 SonarSource
  * mailto:contact AT sonarsource DOT com
  *
  * SonarQube is free software; you can redistribute it and/or
@@ -30,4 +30,4 @@ class TruePredicate implements FilePredicate {
   public boolean apply(InputFile inputFile) {
     return true;
   }
-}
\ No newline at end of file
+}
index d2ad8211f0a64c926ad6eb4daaefd48680d901d7..e78bff01ce7ec06bb1086b918fd17a8511e8bb00 100644 (file)
@@ -1,6 +1,6 @@
 /*
  * SonarQube, open source software quality management tool.
- * Copyright (C) 2008-2013 SonarSource
+ * Copyright (C) 2008-2014 SonarSource
  * mailto:contact AT sonarsource DOT com
  *
  * SonarQube is free software; you can redistribute it and/or