diff options
author | Simon Brandhof <simon.brandhof@sonarsource.com> | 2016-01-05 21:51:30 +0100 |
---|---|---|
committer | Simon Brandhof <simon.brandhof@sonarsource.com> | 2016-01-05 23:17:36 +0100 |
commit | 6be98b208a59535af4cbbcfff3af0d49d111a6bd (patch) | |
tree | 8b031c95ce50a0da189a37dc6cb1b2fd9dc94da5 /sonar-db | |
parent | de4bd7cf6c5ac9dba12040b19635ab4305ce2bde (diff) | |
download | sonarqube-6be98b208a59535af4cbbcfff3af0d49d111a6bd.tar.gz sonarqube-6be98b208a59535af4cbbcfff3af0d49d111a6bd.zip |
Upgrade to parent 26 and new copyright headers
Diffstat (limited to 'sonar-db')
536 files changed, 2174 insertions, 2395 deletions
diff --git a/sonar-db/src/main/java/org/sonar/core/issue/ActionPlanStats.java b/sonar-db/src/main/java/org/sonar/core/issue/ActionPlanStats.java index eced20dda2c..0dee11f7e56 100644 --- a/sonar-db/src/main/java/org/sonar/core/issue/ActionPlanStats.java +++ b/sonar-db/src/main/java/org/sonar/core/issue/ActionPlanStats.java @@ -1,14 +1,14 @@ /* - * SonarQube, open source software quality management tool. - * Copyright (C) 2008-2014 SonarSource + * SonarQube :: Database + * Copyright (C) 2009-2016 SonarSource SA * mailto:contact AT sonarsource DOT com * - * SonarQube is free software; you can redistribute it and/or + * This program 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. * - * SonarQube is distributed in the hope that it will be useful, + * This program 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. @@ -17,7 +17,6 @@ * 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.core.issue; import java.util.Date; diff --git a/sonar-db/src/main/java/org/sonar/core/issue/package-info.java b/sonar-db/src/main/java/org/sonar/core/issue/package-info.java index 0b6aa438498..2db6b8c6d80 100644 --- a/sonar-db/src/main/java/org/sonar/core/issue/package-info.java +++ b/sonar-db/src/main/java/org/sonar/core/issue/package-info.java @@ -1,14 +1,14 @@ /* - * SonarQube, open source software quality management tool. - * Copyright (C) 2008-2014 SonarSource + * SonarQube :: Database + * Copyright (C) 2009-2016 SonarSource SA * mailto:contact AT sonarsource DOT com * - * SonarQube is free software; you can redistribute it and/or + * This program 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. * - * SonarQube is distributed in the hope that it will be useful, + * This program 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-db/src/main/java/org/sonar/core/permission/GlobalPermissions.java b/sonar-db/src/main/java/org/sonar/core/permission/GlobalPermissions.java index 8a01a732f12..81a447a7bc2 100644 --- a/sonar-db/src/main/java/org/sonar/core/permission/GlobalPermissions.java +++ b/sonar-db/src/main/java/org/sonar/core/permission/GlobalPermissions.java @@ -1,14 +1,14 @@ /* - * SonarQube, open source software quality management tool. - * Copyright (C) 2008-2014 SonarSource + * SonarQube :: Database + * Copyright (C) 2009-2016 SonarSource SA * mailto:contact AT sonarsource DOT com * - * SonarQube is free software; you can redistribute it and/or + * This program 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. * - * SonarQube is distributed in the hope that it will be useful, + * This program 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. @@ -17,7 +17,6 @@ * 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.core.permission; import com.google.common.base.Joiner; diff --git a/sonar-db/src/main/java/org/sonar/core/permission/ProjectPermissions.java b/sonar-db/src/main/java/org/sonar/core/permission/ProjectPermissions.java index 26e86f41ff3..0db669d7069 100644 --- a/sonar-db/src/main/java/org/sonar/core/permission/ProjectPermissions.java +++ b/sonar-db/src/main/java/org/sonar/core/permission/ProjectPermissions.java @@ -1,14 +1,14 @@ /* - * SonarQube, open source software quality management tool. - * Copyright (C) 2008-2014 SonarSource + * SonarQube :: Database + * Copyright (C) 2009-2016 SonarSource SA * mailto:contact AT sonarsource DOT com * - * SonarQube is free software; you can redistribute it and/or + * This program 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. * - * SonarQube is distributed in the hope that it will be useful, + * This program 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. @@ -17,7 +17,6 @@ * 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.core.permission; import com.google.common.base.Joiner; diff --git a/sonar-db/src/main/java/org/sonar/core/permission/package-info.java b/sonar-db/src/main/java/org/sonar/core/permission/package-info.java index 7e8c924d2ca..fb7cbf57781 100644 --- a/sonar-db/src/main/java/org/sonar/core/permission/package-info.java +++ b/sonar-db/src/main/java/org/sonar/core/permission/package-info.java @@ -1,14 +1,14 @@ /* - * SonarQube, open source software quality management tool. - * Copyright (C) 2008-2014 SonarSource + * SonarQube :: Database + * Copyright (C) 2009-2016 SonarSource SA * mailto:contact AT sonarsource DOT com * - * SonarQube is free software; you can redistribute it and/or + * This program 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. * - * SonarQube is distributed in the hope that it will be useful, + * This program 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. @@ -17,7 +17,6 @@ * along with this program; if not, write to the Free Software Foundation, * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ - @ParametersAreNonnullByDefault package org.sonar.core.permission; diff --git a/sonar-db/src/main/java/org/sonar/core/persistence/DatabaseUtils.java b/sonar-db/src/main/java/org/sonar/core/persistence/DatabaseUtils.java index 1a153cc90cd..320bf6792cb 100644 --- a/sonar-db/src/main/java/org/sonar/core/persistence/DatabaseUtils.java +++ b/sonar-db/src/main/java/org/sonar/core/persistence/DatabaseUtils.java @@ -1,14 +1,14 @@ /* - * SonarQube, open source software quality management tool. - * Copyright (C) 2008-2014 SonarSource + * SonarQube :: Database + * Copyright (C) 2009-2016 SonarSource SA * mailto:contact AT sonarsource DOT com * - * SonarQube is free software; you can redistribute it and/or + * This program 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. * - * SonarQube is distributed in the hope that it will be useful, + * This program 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. @@ -17,7 +17,6 @@ * 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.core.persistence; /** diff --git a/sonar-db/src/main/java/org/sonar/core/persistence/MyBatis.java b/sonar-db/src/main/java/org/sonar/core/persistence/MyBatis.java index 2e6d35e9f91..1c509069c9d 100644 --- a/sonar-db/src/main/java/org/sonar/core/persistence/MyBatis.java +++ b/sonar-db/src/main/java/org/sonar/core/persistence/MyBatis.java @@ -1,14 +1,14 @@ /* - * SonarQube, open source software quality management tool. - * Copyright (C) 2008-2014 SonarSource + * SonarQube :: Database + * Copyright (C) 2009-2016 SonarSource SA * mailto:contact AT sonarsource DOT com * - * SonarQube is free software; you can redistribute it and/or + * This program 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. * - * SonarQube is distributed in the hope that it will be useful, + * This program 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. @@ -17,7 +17,6 @@ * 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.core.persistence; import org.sonar.db.Database; diff --git a/sonar-db/src/main/java/org/sonar/core/persistence/package-info.java b/sonar-db/src/main/java/org/sonar/core/persistence/package-info.java index db3118f00c9..a04d0559dce 100644 --- a/sonar-db/src/main/java/org/sonar/core/persistence/package-info.java +++ b/sonar-db/src/main/java/org/sonar/core/persistence/package-info.java @@ -1,14 +1,14 @@ /* - * SonarQube, open source software quality management tool. - * Copyright (C) 2008-2014 SonarSource + * SonarQube :: Database + * Copyright (C) 2009-2016 SonarSource SA * mailto:contact AT sonarsource DOT com * - * SonarQube is free software; you can redistribute it and/or + * This program 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. * - * SonarQube is distributed in the hope that it will be useful, + * This program 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-db/src/main/java/org/sonar/core/properties/PropertiesDao.java b/sonar-db/src/main/java/org/sonar/core/properties/PropertiesDao.java index dede72261b5..9f6e548bf7e 100644 --- a/sonar-db/src/main/java/org/sonar/core/properties/PropertiesDao.java +++ b/sonar-db/src/main/java/org/sonar/core/properties/PropertiesDao.java @@ -1,14 +1,14 @@ /* - * SonarQube, open source software quality management tool. - * Copyright (C) 2008-2014 SonarSource + * SonarQube :: Database + * Copyright (C) 2009-2016 SonarSource SA * mailto:contact AT sonarsource DOT com * - * SonarQube is free software; you can redistribute it and/or + * This program 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. * - * SonarQube is distributed in the hope that it will be useful, + * This program 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. @@ -17,7 +17,6 @@ * 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.core.properties; import org.sonar.db.MyBatis; diff --git a/sonar-db/src/main/java/org/sonar/core/properties/PropertyDto.java b/sonar-db/src/main/java/org/sonar/core/properties/PropertyDto.java index 1a20d8643a4..282858fccd0 100644 --- a/sonar-db/src/main/java/org/sonar/core/properties/PropertyDto.java +++ b/sonar-db/src/main/java/org/sonar/core/properties/PropertyDto.java @@ -1,14 +1,14 @@ /* - * SonarQube, open source software quality management tool. - * Copyright (C) 2008-2014 SonarSource + * SonarQube :: Database + * Copyright (C) 2009-2016 SonarSource SA * mailto:contact AT sonarsource DOT com * - * SonarQube is free software; you can redistribute it and/or + * This program 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. * - * SonarQube is distributed in the hope that it will be useful, + * This program 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. @@ -17,7 +17,6 @@ * 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.core.properties; /** diff --git a/sonar-db/src/main/java/org/sonar/core/properties/package-info.java b/sonar-db/src/main/java/org/sonar/core/properties/package-info.java index cdd84a16be4..c3d8c0d8084 100644 --- a/sonar-db/src/main/java/org/sonar/core/properties/package-info.java +++ b/sonar-db/src/main/java/org/sonar/core/properties/package-info.java @@ -1,14 +1,14 @@ /* - * SonarQube, open source software quality management tool. - * Copyright (C) 2008-2014 SonarSource + * SonarQube :: Database + * Copyright (C) 2009-2016 SonarSource SA * mailto:contact AT sonarsource DOT com * - * SonarQube is free software; you can redistribute it and/or + * This program 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. * - * SonarQube is distributed in the hope that it will be useful, + * This program 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-db/src/main/java/org/sonar/core/timemachine/Periods.java b/sonar-db/src/main/java/org/sonar/core/timemachine/Periods.java index 438118d0e18..2f4cd04e264 100644 --- a/sonar-db/src/main/java/org/sonar/core/timemachine/Periods.java +++ b/sonar-db/src/main/java/org/sonar/core/timemachine/Periods.java @@ -1,14 +1,14 @@ /* - * SonarQube, open source software quality management tool. - * Copyright (C) 2008-2014 SonarSource + * SonarQube :: Database + * Copyright (C) 2009-2016 SonarSource SA * mailto:contact AT sonarsource DOT com * - * SonarQube is free software; you can redistribute it and/or + * This program 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. * - * SonarQube is distributed in the hope that it will be useful, + * This program 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-db/src/main/java/org/sonar/core/timemachine/package-info.java b/sonar-db/src/main/java/org/sonar/core/timemachine/package-info.java index 039fb6393df..5dde4fc6491 100644 --- a/sonar-db/src/main/java/org/sonar/core/timemachine/package-info.java +++ b/sonar-db/src/main/java/org/sonar/core/timemachine/package-info.java @@ -1,14 +1,14 @@ /* - * SonarQube, open source software quality management tool. - * Copyright (C) 2008-2014 SonarSource + * SonarQube :: Database + * Copyright (C) 2009-2016 SonarSource SA * mailto:contact AT sonarsource DOT com * - * SonarQube is free software; you can redistribute it and/or + * This program 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. * - * SonarQube is distributed in the hope that it will be useful, + * This program 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-db/src/main/java/org/sonar/core/user/DefaultUserFinder.java b/sonar-db/src/main/java/org/sonar/core/user/DefaultUserFinder.java index 11937a4c7da..e6677fda0a7 100644 --- a/sonar-db/src/main/java/org/sonar/core/user/DefaultUserFinder.java +++ b/sonar-db/src/main/java/org/sonar/core/user/DefaultUserFinder.java @@ -1,14 +1,14 @@ /* - * SonarQube, open source software quality management tool. - * Copyright (C) 2008-2014 SonarSource + * SonarQube :: Database + * Copyright (C) 2009-2016 SonarSource SA * mailto:contact AT sonarsource DOT com * - * SonarQube is free software; you can redistribute it and/or + * This program 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. * - * SonarQube is distributed in the hope that it will be useful, + * This program 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-db/src/main/java/org/sonar/core/user/DeprecatedUserFinder.java b/sonar-db/src/main/java/org/sonar/core/user/DeprecatedUserFinder.java index 38da8a47df0..5b2a14c4d0b 100644 --- a/sonar-db/src/main/java/org/sonar/core/user/DeprecatedUserFinder.java +++ b/sonar-db/src/main/java/org/sonar/core/user/DeprecatedUserFinder.java @@ -1,14 +1,14 @@ /* - * SonarQube, open source software quality management tool. - * Copyright (C) 2008-2014 SonarSource + * SonarQube :: Database + * Copyright (C) 2009-2016 SonarSource SA * mailto:contact AT sonarsource DOT com * - * SonarQube is free software; you can redistribute it and/or + * This program 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. * - * SonarQube is distributed in the hope that it will be useful, + * This program 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-db/src/main/java/org/sonar/core/user/GroupMembership.java b/sonar-db/src/main/java/org/sonar/core/user/GroupMembership.java index 1e8715dead4..9eae52f6971 100644 --- a/sonar-db/src/main/java/org/sonar/core/user/GroupMembership.java +++ b/sonar-db/src/main/java/org/sonar/core/user/GroupMembership.java @@ -1,14 +1,14 @@ /* - * SonarQube, open source software quality management tool. - * Copyright (C) 2008-2014 SonarSource + * SonarQube :: Database + * Copyright (C) 2009-2016 SonarSource SA * mailto:contact AT sonarsource DOT com * - * SonarQube is free software; you can redistribute it and/or + * This program 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. * - * SonarQube is distributed in the hope that it will be useful, + * This program 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-db/src/main/java/org/sonar/core/user/package-info.java b/sonar-db/src/main/java/org/sonar/core/user/package-info.java index 73bfef46c33..6e58a96d0e6 100644 --- a/sonar-db/src/main/java/org/sonar/core/user/package-info.java +++ b/sonar-db/src/main/java/org/sonar/core/user/package-info.java @@ -1,14 +1,14 @@ /* - * SonarQube, open source software quality management tool. - * Copyright (C) 2008-2014 SonarSource + * SonarQube :: Database + * Copyright (C) 2009-2016 SonarSource SA * mailto:contact AT sonarsource DOT com * - * SonarQube is free software; you can redistribute it and/or + * This program 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. * - * SonarQube is distributed in the hope that it will be useful, + * This program 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. @@ -17,7 +17,6 @@ * along with this program; if not, write to the Free Software Foundation, * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ - @ParametersAreNonnullByDefault package org.sonar.core.user; diff --git a/sonar-db/src/main/java/org/sonar/db/AbstractDao.java b/sonar-db/src/main/java/org/sonar/db/AbstractDao.java index 245f0e87ec9..43c70dc4ccc 100644 --- a/sonar-db/src/main/java/org/sonar/db/AbstractDao.java +++ b/sonar-db/src/main/java/org/sonar/db/AbstractDao.java @@ -1,14 +1,14 @@ /* - * SonarQube, open source software quality management tool. - * Copyright (C) 2008-2014 SonarSource + * SonarQube :: Database + * Copyright (C) 2009-2016 SonarSource SA * mailto:contact AT sonarsource DOT com * - * SonarQube is free software; you can redistribute it and/or + * This program 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. * - * SonarQube is distributed in the hope that it will be useful, + * This program 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-db/src/main/java/org/sonar/db/BatchSession.java b/sonar-db/src/main/java/org/sonar/db/BatchSession.java index 2f943be29df..7bb0f5dac1f 100644 --- a/sonar-db/src/main/java/org/sonar/db/BatchSession.java +++ b/sonar-db/src/main/java/org/sonar/db/BatchSession.java @@ -1,14 +1,14 @@ /* - * SonarQube, open source software quality management tool. - * Copyright (C) 2008-2014 SonarSource + * SonarQube :: Database + * Copyright (C) 2009-2016 SonarSource SA * mailto:contact AT sonarsource DOT com * - * SonarQube is free software; you can redistribute it and/or + * This program 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. * - * SonarQube is distributed in the hope that it will be useful, + * This program 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-db/src/main/java/org/sonar/db/Dao.java b/sonar-db/src/main/java/org/sonar/db/Dao.java index adb259fbf70..3de71b55d8a 100644 --- a/sonar-db/src/main/java/org/sonar/db/Dao.java +++ b/sonar-db/src/main/java/org/sonar/db/Dao.java @@ -1,14 +1,14 @@ /* - * SonarQube, open source software quality management tool. - * Copyright (C) 2008-2014 SonarSource + * SonarQube :: Database + * Copyright (C) 2009-2016 SonarSource SA * mailto:contact AT sonarsource DOT com * - * SonarQube is free software; you can redistribute it and/or + * This program 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. * - * SonarQube is distributed in the hope that it will be useful, + * This program 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-db/src/main/java/org/sonar/db/DaoModule.java b/sonar-db/src/main/java/org/sonar/db/DaoModule.java index 38554e038bd..4ec7101ad80 100644 --- a/sonar-db/src/main/java/org/sonar/db/DaoModule.java +++ b/sonar-db/src/main/java/org/sonar/db/DaoModule.java @@ -1,14 +1,14 @@ /* - * SonarQube, open source software quality management tool. - * Copyright (C) 2008-2014 SonarSource + * SonarQube :: Database + * Copyright (C) 2009-2016 SonarSource SA * mailto:contact AT sonarsource DOT com * - * SonarQube is free software; you can redistribute it and/or + * This program 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. * - * SonarQube is distributed in the hope that it will be useful, + * This program 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. @@ -17,7 +17,6 @@ * 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.db; import com.google.common.collect.ImmutableList; diff --git a/sonar-db/src/main/java/org/sonar/db/Database.java b/sonar-db/src/main/java/org/sonar/db/Database.java index d2602312ddb..3b470bde803 100644 --- a/sonar-db/src/main/java/org/sonar/db/Database.java +++ b/sonar-db/src/main/java/org/sonar/db/Database.java @@ -1,14 +1,14 @@ /* - * SonarQube, open source software quality management tool. - * Copyright (C) 2008-2014 SonarSource + * SonarQube :: Database + * Copyright (C) 2009-2016 SonarSource SA * mailto:contact AT sonarsource DOT com * - * SonarQube is free software; you can redistribute it and/or + * This program 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. * - * SonarQube is distributed in the hope that it will be useful, + * This program 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-db/src/main/java/org/sonar/db/DatabaseChecker.java b/sonar-db/src/main/java/org/sonar/db/DatabaseChecker.java index 31dc571008f..edd1ef2dc53 100644 --- a/sonar-db/src/main/java/org/sonar/db/DatabaseChecker.java +++ b/sonar-db/src/main/java/org/sonar/db/DatabaseChecker.java @@ -1,14 +1,14 @@ /* - * SonarQube, open source software quality management tool. - * Copyright (C) 2008-2014 SonarSource + * SonarQube :: Database + * Copyright (C) 2009-2016 SonarSource SA * mailto:contact AT sonarsource DOT com * - * SonarQube is free software; you can redistribute it and/or + * This program 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. * - * SonarQube is distributed in the hope that it will be useful, + * This program 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-db/src/main/java/org/sonar/db/DatabaseUtils.java b/sonar-db/src/main/java/org/sonar/db/DatabaseUtils.java index 17ccc4faff3..6b1a0b9db33 100644 --- a/sonar-db/src/main/java/org/sonar/db/DatabaseUtils.java +++ b/sonar-db/src/main/java/org/sonar/db/DatabaseUtils.java @@ -1,14 +1,14 @@ /* - * SonarQube, open source software quality management tool. - * Copyright (C) 2008-2014 SonarSource + * SonarQube :: Database + * Copyright (C) 2009-2016 SonarSource SA * mailto:contact AT sonarsource DOT com * - * SonarQube is free software; you can redistribute it and/or + * This program 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. * - * SonarQube is distributed in the hope that it will be useful, + * This program 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-db/src/main/java/org/sonar/db/DbClient.java b/sonar-db/src/main/java/org/sonar/db/DbClient.java index f827492969f..1b19a5324dc 100644 --- a/sonar-db/src/main/java/org/sonar/db/DbClient.java +++ b/sonar-db/src/main/java/org/sonar/db/DbClient.java @@ -1,14 +1,14 @@ /* - * SonarQube, open source software quality management tool. - * Copyright (C) 2008-2014 SonarSource + * SonarQube :: Database + * Copyright (C) 2009-2016 SonarSource SA * mailto:contact AT sonarsource DOT com * - * SonarQube is free software; you can redistribute it and/or + * This program 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. * - * SonarQube is distributed in the hope that it will be useful, + * This program 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-db/src/main/java/org/sonar/db/DbSession.java b/sonar-db/src/main/java/org/sonar/db/DbSession.java index b596d429214..d00316fc93c 100644 --- a/sonar-db/src/main/java/org/sonar/db/DbSession.java +++ b/sonar-db/src/main/java/org/sonar/db/DbSession.java @@ -1,14 +1,14 @@ /* - * SonarQube, open source software quality management tool. - * Copyright (C) 2008-2014 SonarSource + * SonarQube :: Database + * Copyright (C) 2009-2016 SonarSource SA * mailto:contact AT sonarsource DOT com * - * SonarQube is free software; you can redistribute it and/or + * This program 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. * - * SonarQube is distributed in the hope that it will be useful, + * This program 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-db/src/main/java/org/sonar/db/DdlUtils.java b/sonar-db/src/main/java/org/sonar/db/DdlUtils.java index 52e64e59728..60313c5b5d0 100644 --- a/sonar-db/src/main/java/org/sonar/db/DdlUtils.java +++ b/sonar-db/src/main/java/org/sonar/db/DdlUtils.java @@ -1,14 +1,14 @@ /* - * SonarQube, open source software quality management tool. - * Copyright (C) 2008-2014 SonarSource + * SonarQube :: Database + * Copyright (C) 2009-2016 SonarSource SA * mailto:contact AT sonarsource DOT com * - * SonarQube is free software; you can redistribute it and/or + * This program 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. * - * SonarQube is distributed in the hope that it will be useful, + * This program 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-db/src/main/java/org/sonar/db/DefaultDatabase.java b/sonar-db/src/main/java/org/sonar/db/DefaultDatabase.java index b6a044bf3cd..5f4d0c47494 100644 --- a/sonar-db/src/main/java/org/sonar/db/DefaultDatabase.java +++ b/sonar-db/src/main/java/org/sonar/db/DefaultDatabase.java @@ -1,14 +1,14 @@ /* - * SonarQube, open source software quality management tool. - * Copyright (C) 2008-2014 SonarSource + * SonarQube :: Database + * Copyright (C) 2009-2016 SonarSource SA * mailto:contact AT sonarsource DOT com * - * SonarQube is free software; you can redistribute it and/or + * This program 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. * - * SonarQube is distributed in the hope that it will be useful, + * This program 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-db/src/main/java/org/sonar/db/Dto.java b/sonar-db/src/main/java/org/sonar/db/Dto.java index e5b9c494e97..e49cdfad242 100644 --- a/sonar-db/src/main/java/org/sonar/db/Dto.java +++ b/sonar-db/src/main/java/org/sonar/db/Dto.java @@ -1,14 +1,14 @@ /* - * SonarQube, open source software quality management tool. - * Copyright (C) 2008-2014 SonarSource + * SonarQube :: Database + * Copyright (C) 2009-2016 SonarSource SA * mailto:contact AT sonarsource DOT com * - * SonarQube is free software; you can redistribute it and/or + * This program 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. * - * SonarQube is distributed in the hope that it will be useful, + * This program 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-db/src/main/java/org/sonar/db/IsAliveMapper.java b/sonar-db/src/main/java/org/sonar/db/IsAliveMapper.java index 75c63cf70a1..c7bba7b7e99 100644 --- a/sonar-db/src/main/java/org/sonar/db/IsAliveMapper.java +++ b/sonar-db/src/main/java/org/sonar/db/IsAliveMapper.java @@ -1,14 +1,14 @@ /* - * SonarQube, open source software quality management tool. - * Copyright (C) 2008-2014 SonarSource + * SonarQube :: Database + * Copyright (C) 2009-2016 SonarSource SA * mailto:contact AT sonarsource DOT com * - * SonarQube is free software; you can redistribute it and/or + * This program 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. * - * SonarQube is distributed in the hope that it will be useful, + * This program 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-db/src/main/java/org/sonar/db/MyBatis.java b/sonar-db/src/main/java/org/sonar/db/MyBatis.java index 232b74dd359..21b20373ad9 100644 --- a/sonar-db/src/main/java/org/sonar/db/MyBatis.java +++ b/sonar-db/src/main/java/org/sonar/db/MyBatis.java @@ -1,14 +1,14 @@ /* - * SonarQube, open source software quality management tool. - * Copyright (C) 2008-2014 SonarSource + * SonarQube :: Database + * Copyright (C) 2009-2016 SonarSource SA * mailto:contact AT sonarsource DOT com * - * SonarQube is free software; you can redistribute it and/or + * This program 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. * - * SonarQube is distributed in the hope that it will be useful, + * This program 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. @@ -17,7 +17,6 @@ * 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.db; import java.sql.PreparedStatement; diff --git a/sonar-db/src/main/java/org/sonar/db/MyBatisConfBuilder.java b/sonar-db/src/main/java/org/sonar/db/MyBatisConfBuilder.java index 407c76587c4..831c45712db 100644 --- a/sonar-db/src/main/java/org/sonar/db/MyBatisConfBuilder.java +++ b/sonar-db/src/main/java/org/sonar/db/MyBatisConfBuilder.java @@ -1,14 +1,14 @@ /* - * SonarQube, open source software quality management tool. - * Copyright (C) 2008-2014 SonarSource + * SonarQube :: Database + * Copyright (C) 2009-2016 SonarSource SA * mailto:contact AT sonarsource DOT com * - * SonarQube is free software; you can redistribute it and/or + * This program 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. * - * SonarQube is distributed in the hope that it will be useful, + * This program 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-db/src/main/java/org/sonar/db/ResultSetIterator.java b/sonar-db/src/main/java/org/sonar/db/ResultSetIterator.java index 74dcf4fdee4..7835aad2a2b 100644 --- a/sonar-db/src/main/java/org/sonar/db/ResultSetIterator.java +++ b/sonar-db/src/main/java/org/sonar/db/ResultSetIterator.java @@ -1,14 +1,14 @@ /* - * SonarQube, open source software quality management tool. - * Copyright (C) 2008-2014 SonarSource + * SonarQube :: Database + * Copyright (C) 2009-2016 SonarSource SA * mailto:contact AT sonarsource DOT com * - * SonarQube is free software; you can redistribute it and/or + * This program 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. * - * SonarQube is distributed in the hope that it will be useful, + * This program 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-db/src/main/java/org/sonar/db/RowNotFoundException.java b/sonar-db/src/main/java/org/sonar/db/RowNotFoundException.java index a2f576c40b1..97bb4750728 100644 --- a/sonar-db/src/main/java/org/sonar/db/RowNotFoundException.java +++ b/sonar-db/src/main/java/org/sonar/db/RowNotFoundException.java @@ -1,14 +1,14 @@ /* - * SonarQube, open source software quality management tool. - * Copyright (C) 2008-2014 SonarSource + * SonarQube :: Database + * Copyright (C) 2009-2016 SonarSource SA * mailto:contact AT sonarsource DOT com * - * SonarQube is free software; you can redistribute it and/or + * This program 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. * - * SonarQube is distributed in the hope that it will be useful, + * This program 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. @@ -17,7 +17,6 @@ * 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.db; /** diff --git a/sonar-db/src/main/java/org/sonar/db/SQXMLMapperBuilder.java b/sonar-db/src/main/java/org/sonar/db/SQXMLMapperBuilder.java index 8f315860a71..74c90482f97 100644 --- a/sonar-db/src/main/java/org/sonar/db/SQXMLMapperBuilder.java +++ b/sonar-db/src/main/java/org/sonar/db/SQXMLMapperBuilder.java @@ -1,14 +1,14 @@ /* - * SonarQube, open source software quality management tool. - * Copyright (C) 2008-2014 SonarSource + * SonarQube :: Database + * Copyright (C) 2009-2016 SonarSource SA * mailto:contact AT sonarsource DOT com * - * SonarQube is free software; you can redistribute it and/or + * This program 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. * - * SonarQube is distributed in the hope that it will be useful, + * This program 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-db/src/main/java/org/sonar/db/WildcardPosition.java b/sonar-db/src/main/java/org/sonar/db/WildcardPosition.java index 9c58d718490..cf102f156d9 100644 --- a/sonar-db/src/main/java/org/sonar/db/WildcardPosition.java +++ b/sonar-db/src/main/java/org/sonar/db/WildcardPosition.java @@ -1,14 +1,14 @@ /* - * SonarQube, open source software quality management tool. - * Copyright (C) 2008-2014 SonarSource + * SonarQube :: Database + * Copyright (C) 2009-2016 SonarSource SA * mailto:contact AT sonarsource DOT com * - * SonarQube is free software; you can redistribute it and/or + * This program 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. * - * SonarQube is distributed in the hope that it will be useful, + * This program 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. @@ -17,7 +17,6 @@ * 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.db; public enum WildcardPosition { diff --git a/sonar-db/src/main/java/org/sonar/db/activity/ActivityDao.java b/sonar-db/src/main/java/org/sonar/db/activity/ActivityDao.java index 25b7539beba..58c4d5bfb6c 100644 --- a/sonar-db/src/main/java/org/sonar/db/activity/ActivityDao.java +++ b/sonar-db/src/main/java/org/sonar/db/activity/ActivityDao.java @@ -1,14 +1,14 @@ /* - * SonarQube, open source software quality management tool. - * Copyright (C) 2008-2014 SonarSource + * SonarQube :: Database + * Copyright (C) 2009-2016 SonarSource SA * mailto:contact AT sonarsource DOT com * - * SonarQube is free software; you can redistribute it and/or + * This program 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. * - * SonarQube is distributed in the hope that it will be useful, + * This program 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-db/src/main/java/org/sonar/db/activity/ActivityDto.java b/sonar-db/src/main/java/org/sonar/db/activity/ActivityDto.java index 2f0b91aabb1..7e1cdb00767 100644 --- a/sonar-db/src/main/java/org/sonar/db/activity/ActivityDto.java +++ b/sonar-db/src/main/java/org/sonar/db/activity/ActivityDto.java @@ -1,14 +1,14 @@ /* - * SonarQube, open source software quality management tool. - * Copyright (C) 2008-2014 SonarSource + * SonarQube :: Database + * Copyright (C) 2009-2016 SonarSource SA * mailto:contact AT sonarsource DOT com * - * SonarQube is free software; you can redistribute it and/or + * This program 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. * - * SonarQube is distributed in the hope that it will be useful, + * This program 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-db/src/main/java/org/sonar/db/activity/ActivityMapper.java b/sonar-db/src/main/java/org/sonar/db/activity/ActivityMapper.java index 467db557e8e..0b9593ceda0 100644 --- a/sonar-db/src/main/java/org/sonar/db/activity/ActivityMapper.java +++ b/sonar-db/src/main/java/org/sonar/db/activity/ActivityMapper.java @@ -1,14 +1,14 @@ /* - * SonarQube, open source software quality management tool. - * Copyright (C) 2008-2014 SonarSource + * SonarQube :: Database + * Copyright (C) 2009-2016 SonarSource SA * mailto:contact AT sonarsource DOT com * - * SonarQube is free software; you can redistribute it and/or + * This program 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. * - * SonarQube is distributed in the hope that it will be useful, + * This program 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-db/src/main/java/org/sonar/db/activity/package-info.java b/sonar-db/src/main/java/org/sonar/db/activity/package-info.java index 10134a6fce2..d25a4dfce35 100644 --- a/sonar-db/src/main/java/org/sonar/db/activity/package-info.java +++ b/sonar-db/src/main/java/org/sonar/db/activity/package-info.java @@ -1,14 +1,14 @@ /* - * SonarQube, open source software quality management tool. - * Copyright (C) 2008-2014 SonarSource + * SonarQube :: Database + * Copyright (C) 2009-2016 SonarSource SA * mailto:contact AT sonarsource DOT com * - * SonarQube is free software; you can redistribute it and/or + * This program 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. * - * SonarQube is distributed in the hope that it will be useful, + * This program 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. @@ -17,7 +17,6 @@ * along with this program; if not, write to the Free Software Foundation, * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ - @ParametersAreNonnullByDefault package org.sonar.db.activity; diff --git a/sonar-db/src/main/java/org/sonar/db/ce/CeActivityDao.java b/sonar-db/src/main/java/org/sonar/db/ce/CeActivityDao.java index 62574c900e4..666c3e71a06 100644 --- a/sonar-db/src/main/java/org/sonar/db/ce/CeActivityDao.java +++ b/sonar-db/src/main/java/org/sonar/db/ce/CeActivityDao.java @@ -1,14 +1,14 @@ /* - * SonarQube, open source software quality management tool. - * Copyright (C) 2008-2014 SonarSource + * SonarQube :: Database + * Copyright (C) 2009-2016 SonarSource SA * mailto:contact AT sonarsource DOT com * - * SonarQube is free software; you can redistribute it and/or + * This program 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. * - * SonarQube is distributed in the hope that it will be useful, + * This program 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-db/src/main/java/org/sonar/db/ce/CeActivityDto.java b/sonar-db/src/main/java/org/sonar/db/ce/CeActivityDto.java index 4119a12d4d9..3ea3a57ce65 100644 --- a/sonar-db/src/main/java/org/sonar/db/ce/CeActivityDto.java +++ b/sonar-db/src/main/java/org/sonar/db/ce/CeActivityDto.java @@ -1,14 +1,14 @@ /* - * SonarQube, open source software quality management tool. - * Copyright (C) 2008-2014 SonarSource + * SonarQube :: Database + * Copyright (C) 2009-2016 SonarSource SA * mailto:contact AT sonarsource DOT com * - * SonarQube is free software; you can redistribute it and/or + * This program 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. * - * SonarQube is distributed in the hope that it will be useful, + * This program 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-db/src/main/java/org/sonar/db/ce/CeActivityMapper.java b/sonar-db/src/main/java/org/sonar/db/ce/CeActivityMapper.java index 7d9ada5c11e..1031ac63588 100644 --- a/sonar-db/src/main/java/org/sonar/db/ce/CeActivityMapper.java +++ b/sonar-db/src/main/java/org/sonar/db/ce/CeActivityMapper.java @@ -1,14 +1,14 @@ /* - * SonarQube, open source software quality management tool. - * Copyright (C) 2008-2014 SonarSource + * SonarQube :: Database + * Copyright (C) 2009-2016 SonarSource SA * mailto:contact AT sonarsource DOT com * - * SonarQube is free software; you can redistribute it and/or + * This program 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. * - * SonarQube is distributed in the hope that it will be useful, + * This program 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-db/src/main/java/org/sonar/db/ce/CeActivityQuery.java b/sonar-db/src/main/java/org/sonar/db/ce/CeActivityQuery.java index 942df9e40d3..d49812da93f 100644 --- a/sonar-db/src/main/java/org/sonar/db/ce/CeActivityQuery.java +++ b/sonar-db/src/main/java/org/sonar/db/ce/CeActivityQuery.java @@ -1,14 +1,14 @@ /* - * SonarQube, open source software quality management tool. - * Copyright (C) 2008-2014 SonarSource + * SonarQube :: Database + * Copyright (C) 2009-2016 SonarSource SA * mailto:contact AT sonarsource DOT com * - * SonarQube is free software; you can redistribute it and/or + * This program 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. * - * SonarQube is distributed in the hope that it will be useful, + * This program 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-db/src/main/java/org/sonar/db/ce/CeQueueDao.java b/sonar-db/src/main/java/org/sonar/db/ce/CeQueueDao.java index dc78ae8576c..70bc072f072 100644 --- a/sonar-db/src/main/java/org/sonar/db/ce/CeQueueDao.java +++ b/sonar-db/src/main/java/org/sonar/db/ce/CeQueueDao.java @@ -1,14 +1,14 @@ /* - * SonarQube, open source software quality management tool. - * Copyright (C) 2008-2014 SonarSource + * SonarQube :: Database + * Copyright (C) 2009-2016 SonarSource SA * mailto:contact AT sonarsource DOT com * - * SonarQube is free software; you can redistribute it and/or + * This program 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. * - * SonarQube is distributed in the hope that it will be useful, + * This program 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-db/src/main/java/org/sonar/db/ce/CeQueueDto.java b/sonar-db/src/main/java/org/sonar/db/ce/CeQueueDto.java index 524a93bd713..a60fcf028fd 100644 --- a/sonar-db/src/main/java/org/sonar/db/ce/CeQueueDto.java +++ b/sonar-db/src/main/java/org/sonar/db/ce/CeQueueDto.java @@ -1,14 +1,14 @@ /* - * SonarQube, open source software quality management tool. - * Copyright (C) 2008-2014 SonarSource + * SonarQube :: Database + * Copyright (C) 2009-2016 SonarSource SA * mailto:contact AT sonarsource DOT com * - * SonarQube is free software; you can redistribute it and/or + * This program 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. * - * SonarQube is distributed in the hope that it will be useful, + * This program 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-db/src/main/java/org/sonar/db/ce/CeQueueMapper.java b/sonar-db/src/main/java/org/sonar/db/ce/CeQueueMapper.java index 18c8d1dad76..2511ef32e6c 100644 --- a/sonar-db/src/main/java/org/sonar/db/ce/CeQueueMapper.java +++ b/sonar-db/src/main/java/org/sonar/db/ce/CeQueueMapper.java @@ -1,14 +1,14 @@ /* - * SonarQube, open source software quality management tool. - * Copyright (C) 2008-2014 SonarSource + * SonarQube :: Database + * Copyright (C) 2009-2016 SonarSource SA * mailto:contact AT sonarsource DOT com * - * SonarQube is free software; you can redistribute it and/or + * This program 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. * - * SonarQube is distributed in the hope that it will be useful, + * This program 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-db/src/main/java/org/sonar/db/ce/CeTaskTypes.java b/sonar-db/src/main/java/org/sonar/db/ce/CeTaskTypes.java index 3136e8295ca..5e7794e4eff 100644 --- a/sonar-db/src/main/java/org/sonar/db/ce/CeTaskTypes.java +++ b/sonar-db/src/main/java/org/sonar/db/ce/CeTaskTypes.java @@ -1,14 +1,14 @@ /* - * SonarQube, open source software quality management tool. - * Copyright (C) 2008-2014 SonarSource + * SonarQube :: Database + * Copyright (C) 2009-2016 SonarSource SA * mailto:contact AT sonarsource DOT com * - * SonarQube is free software; you can redistribute it and/or + * This program 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. * - * SonarQube is distributed in the hope that it will be useful, + * This program 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-db/src/main/java/org/sonar/db/ce/package-info.java b/sonar-db/src/main/java/org/sonar/db/ce/package-info.java index 0b22b7060d5..85efac70649 100644 --- a/sonar-db/src/main/java/org/sonar/db/ce/package-info.java +++ b/sonar-db/src/main/java/org/sonar/db/ce/package-info.java @@ -1,14 +1,14 @@ /* - * SonarQube, open source software quality management tool. - * Copyright (C) 2008-2014 SonarSource + * SonarQube :: Database + * Copyright (C) 2009-2016 SonarSource SA * mailto:contact AT sonarsource DOT com * - * SonarQube is free software; you can redistribute it and/or + * This program 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. * - * SonarQube is distributed in the hope that it will be useful, + * This program 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-db/src/main/java/org/sonar/db/component/ComponentDao.java b/sonar-db/src/main/java/org/sonar/db/component/ComponentDao.java index 14371abbcf1..bd66c881d5a 100644 --- a/sonar-db/src/main/java/org/sonar/db/component/ComponentDao.java +++ b/sonar-db/src/main/java/org/sonar/db/component/ComponentDao.java @@ -1,14 +1,14 @@ /* - * SonarQube, open source software quality management tool. - * Copyright (C) 2008-2014 SonarSource + * SonarQube :: Database + * Copyright (C) 2009-2016 SonarSource SA * mailto:contact AT sonarsource DOT com * - * SonarQube is free software; you can redistribute it and/or + * This program 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. * - * SonarQube is distributed in the hope that it will be useful, + * This program 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. @@ -17,7 +17,6 @@ * 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.db.component; import com.google.common.base.Function; diff --git a/sonar-db/src/main/java/org/sonar/db/component/ComponentDto.java b/sonar-db/src/main/java/org/sonar/db/component/ComponentDto.java index 8842eaa1781..a314d8145dd 100644 --- a/sonar-db/src/main/java/org/sonar/db/component/ComponentDto.java +++ b/sonar-db/src/main/java/org/sonar/db/component/ComponentDto.java @@ -1,14 +1,14 @@ /* - * SonarQube, open source software quality management tool. - * Copyright (C) 2008-2014 SonarSource + * SonarQube :: Database + * Copyright (C) 2009-2016 SonarSource SA * mailto:contact AT sonarsource DOT com * - * SonarQube is free software; you can redistribute it and/or + * This program 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. * - * SonarQube is distributed in the hope that it will be useful, + * This program 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-db/src/main/java/org/sonar/db/component/ComponentDtoFunctions.java b/sonar-db/src/main/java/org/sonar/db/component/ComponentDtoFunctions.java index 9116cc9eac0..d24e066f70e 100644 --- a/sonar-db/src/main/java/org/sonar/db/component/ComponentDtoFunctions.java +++ b/sonar-db/src/main/java/org/sonar/db/component/ComponentDtoFunctions.java @@ -1,14 +1,14 @@ /* - * SonarQube, open source software quality management tool. - * Copyright (C) 2008-2014 SonarSource + * SonarQube :: Database + * Copyright (C) 2009-2016 SonarSource SA * mailto:contact AT sonarsource DOT com * - * SonarQube is free software; you can redistribute it and/or + * This program 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. * - * SonarQube is distributed in the hope that it will be useful, + * This program 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-db/src/main/java/org/sonar/db/component/ComponentLinkDao.java b/sonar-db/src/main/java/org/sonar/db/component/ComponentLinkDao.java index 9c4f2940936..9a159d87fe4 100644 --- a/sonar-db/src/main/java/org/sonar/db/component/ComponentLinkDao.java +++ b/sonar-db/src/main/java/org/sonar/db/component/ComponentLinkDao.java @@ -1,14 +1,14 @@ /* - * SonarQube, open source software quality management tool. - * Copyright (C) 2008-2014 SonarSource + * SonarQube :: Database + * Copyright (C) 2009-2016 SonarSource SA * mailto:contact AT sonarsource DOT com * - * SonarQube is free software; you can redistribute it and/or + * This program 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. * - * SonarQube is distributed in the hope that it will be useful, + * This program 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. @@ -17,7 +17,6 @@ * 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.db.component; import java.util.List; diff --git a/sonar-db/src/main/java/org/sonar/db/component/ComponentLinkDto.java b/sonar-db/src/main/java/org/sonar/db/component/ComponentLinkDto.java index 62cc435966b..c4181fdf125 100644 --- a/sonar-db/src/main/java/org/sonar/db/component/ComponentLinkDto.java +++ b/sonar-db/src/main/java/org/sonar/db/component/ComponentLinkDto.java @@ -1,14 +1,14 @@ /* - * SonarQube, open source software quality management tool. - * Copyright (C) 2008-2014 SonarSource + * SonarQube :: Database + * Copyright (C) 2009-2016 SonarSource SA * mailto:contact AT sonarsource DOT com * - * SonarQube is free software; you can redistribute it and/or + * This program 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. * - * SonarQube is distributed in the hope that it will be useful, + * This program 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. @@ -17,7 +17,6 @@ * 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.db.component; import com.google.common.collect.ImmutableList; diff --git a/sonar-db/src/main/java/org/sonar/db/component/ComponentLinkMapper.java b/sonar-db/src/main/java/org/sonar/db/component/ComponentLinkMapper.java index 2b7fe818914..30031a1c12f 100644 --- a/sonar-db/src/main/java/org/sonar/db/component/ComponentLinkMapper.java +++ b/sonar-db/src/main/java/org/sonar/db/component/ComponentLinkMapper.java @@ -1,14 +1,14 @@ /* - * SonarQube, open source software quality management tool. - * Copyright (C) 2008-2014 SonarSource + * SonarQube :: Database + * Copyright (C) 2009-2016 SonarSource SA * mailto:contact AT sonarsource DOT com * - * SonarQube is free software; you can redistribute it and/or + * This program 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. * - * SonarQube is distributed in the hope that it will be useful, + * This program 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. @@ -17,7 +17,6 @@ * 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.db.component; import java.util.List; diff --git a/sonar-db/src/main/java/org/sonar/db/component/ComponentMapper.java b/sonar-db/src/main/java/org/sonar/db/component/ComponentMapper.java index 47e3191cca9..41a873a524b 100644 --- a/sonar-db/src/main/java/org/sonar/db/component/ComponentMapper.java +++ b/sonar-db/src/main/java/org/sonar/db/component/ComponentMapper.java @@ -1,14 +1,14 @@ /* - * SonarQube, open source software quality management tool. - * Copyright (C) 2008-2014 SonarSource + * SonarQube :: Database + * Copyright (C) 2009-2016 SonarSource SA * mailto:contact AT sonarsource DOT com * - * SonarQube is free software; you can redistribute it and/or + * This program 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. * - * SonarQube is distributed in the hope that it will be useful, + * This program 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. @@ -17,7 +17,6 @@ * 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.db.component; import java.util.Collection; diff --git a/sonar-db/src/main/java/org/sonar/db/component/ComponentQuery.java b/sonar-db/src/main/java/org/sonar/db/component/ComponentQuery.java index f967aa34d35..c4c0cd8d2e2 100644 --- a/sonar-db/src/main/java/org/sonar/db/component/ComponentQuery.java +++ b/sonar-db/src/main/java/org/sonar/db/component/ComponentQuery.java @@ -1,14 +1,14 @@ /* - * SonarQube, open source software quality management tool. - * Copyright (C) 2008-2014 SonarSource + * SonarQube :: Database + * Copyright (C) 2009-2016 SonarSource SA * mailto:contact AT sonarsource DOT com * - * SonarQube is free software; you can redistribute it and/or + * This program 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. * - * SonarQube is distributed in the hope that it will be useful, + * This program 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. @@ -17,7 +17,6 @@ * 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.db.component; import javax.annotation.CheckForNull; diff --git a/sonar-db/src/main/java/org/sonar/db/component/ComponentTreeQuery.java b/sonar-db/src/main/java/org/sonar/db/component/ComponentTreeQuery.java index 7fe84cd77c1..ebe74a6b62a 100644 --- a/sonar-db/src/main/java/org/sonar/db/component/ComponentTreeQuery.java +++ b/sonar-db/src/main/java/org/sonar/db/component/ComponentTreeQuery.java @@ -1,14 +1,14 @@ /* - * SonarQube, open source software quality management tool. - * Copyright (C) 2008-2014 SonarSource + * SonarQube :: Database + * Copyright (C) 2009-2016 SonarSource SA * mailto:contact AT sonarsource DOT com * - * SonarQube is free software; you can redistribute it and/or + * This program 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. * - * SonarQube is distributed in the hope that it will be useful, + * This program 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. @@ -17,7 +17,6 @@ * 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.db.component; import com.google.common.base.Function; diff --git a/sonar-db/src/main/java/org/sonar/db/component/FilePathWithHashDto.java b/sonar-db/src/main/java/org/sonar/db/component/FilePathWithHashDto.java index e07380d9327..e7dad51ba5b 100644 --- a/sonar-db/src/main/java/org/sonar/db/component/FilePathWithHashDto.java +++ b/sonar-db/src/main/java/org/sonar/db/component/FilePathWithHashDto.java @@ -1,14 +1,14 @@ /* - * SonarQube, open source software quality management tool. - * Copyright (C) 2008-2014 SonarSource + * SonarQube :: Database + * Copyright (C) 2009-2016 SonarSource SA * mailto:contact AT sonarsource DOT com * - * SonarQube is free software; you can redistribute it and/or + * This program 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. * - * SonarQube is distributed in the hope that it will be useful, + * This program 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. @@ -17,7 +17,6 @@ * 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.db.component; import javax.annotation.CheckForNull; diff --git a/sonar-db/src/main/java/org/sonar/db/component/ResourceDao.java b/sonar-db/src/main/java/org/sonar/db/component/ResourceDao.java index b6e8f1386b2..1c46f6b0337 100644 --- a/sonar-db/src/main/java/org/sonar/db/component/ResourceDao.java +++ b/sonar-db/src/main/java/org/sonar/db/component/ResourceDao.java @@ -1,14 +1,14 @@ /* - * SonarQube, open source software quality management tool. - * Copyright (C) 2008-2014 SonarSource + * SonarQube :: Database + * Copyright (C) 2009-2016 SonarSource SA * mailto:contact AT sonarsource DOT com * - * SonarQube is free software; you can redistribute it and/or + * This program 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. * - * SonarQube is distributed in the hope that it will be useful, + * This program 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-db/src/main/java/org/sonar/db/component/ResourceDto.java b/sonar-db/src/main/java/org/sonar/db/component/ResourceDto.java index d82928f386a..d80f3543554 100644 --- a/sonar-db/src/main/java/org/sonar/db/component/ResourceDto.java +++ b/sonar-db/src/main/java/org/sonar/db/component/ResourceDto.java @@ -1,14 +1,14 @@ /* - * SonarQube, open source software quality management tool. - * Copyright (C) 2008-2014 SonarSource + * SonarQube :: Database + * Copyright (C) 2009-2016 SonarSource SA * mailto:contact AT sonarsource DOT com * - * SonarQube is free software; you can redistribute it and/or + * This program 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. * - * SonarQube is distributed in the hope that it will be useful, + * This program 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-db/src/main/java/org/sonar/db/component/ResourceIndexDao.java b/sonar-db/src/main/java/org/sonar/db/component/ResourceIndexDao.java index f9e38b12f74..9e2620a92c9 100644 --- a/sonar-db/src/main/java/org/sonar/db/component/ResourceIndexDao.java +++ b/sonar-db/src/main/java/org/sonar/db/component/ResourceIndexDao.java @@ -1,14 +1,14 @@ /* - * SonarQube, open source software quality management tool. - * Copyright (C) 2008-2014 SonarSource + * SonarQube :: Database + * Copyright (C) 2009-2016 SonarSource SA * mailto:contact AT sonarsource DOT com * - * SonarQube is free software; you can redistribute it and/or + * This program 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. * - * SonarQube is distributed in the hope that it will be useful, + * This program 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-db/src/main/java/org/sonar/db/component/ResourceIndexDto.java b/sonar-db/src/main/java/org/sonar/db/component/ResourceIndexDto.java index 90ac0944274..5624b2842d3 100644 --- a/sonar-db/src/main/java/org/sonar/db/component/ResourceIndexDto.java +++ b/sonar-db/src/main/java/org/sonar/db/component/ResourceIndexDto.java @@ -1,14 +1,14 @@ /* - * SonarQube, open source software quality management tool. - * Copyright (C) 2008-2014 SonarSource + * SonarQube :: Database + * Copyright (C) 2009-2016 SonarSource SA * mailto:contact AT sonarsource DOT com * - * SonarQube is free software; you can redistribute it and/or + * This program 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. * - * SonarQube is distributed in the hope that it will be useful, + * This program 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-db/src/main/java/org/sonar/db/component/ResourceIndexMapper.java b/sonar-db/src/main/java/org/sonar/db/component/ResourceIndexMapper.java index 31efd21338e..d0a5a7801a4 100644 --- a/sonar-db/src/main/java/org/sonar/db/component/ResourceIndexMapper.java +++ b/sonar-db/src/main/java/org/sonar/db/component/ResourceIndexMapper.java @@ -1,14 +1,14 @@ /* - * SonarQube, open source software quality management tool. - * Copyright (C) 2008-2014 SonarSource + * SonarQube :: Database + * Copyright (C) 2009-2016 SonarSource SA * mailto:contact AT sonarsource DOT com * - * SonarQube is free software; you can redistribute it and/or + * This program 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. * - * SonarQube is distributed in the hope that it will be useful, + * This program 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-db/src/main/java/org/sonar/db/component/ResourceIndexQuery.java b/sonar-db/src/main/java/org/sonar/db/component/ResourceIndexQuery.java index 6d5e495aad3..e8c228e5894 100644 --- a/sonar-db/src/main/java/org/sonar/db/component/ResourceIndexQuery.java +++ b/sonar-db/src/main/java/org/sonar/db/component/ResourceIndexQuery.java @@ -1,14 +1,14 @@ /* - * SonarQube, open source software quality management tool. - * Copyright (C) 2008-2014 SonarSource + * SonarQube :: Database + * Copyright (C) 2009-2016 SonarSource SA * mailto:contact AT sonarsource DOT com * - * SonarQube is free software; you can redistribute it and/or + * This program 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. * - * SonarQube is distributed in the hope that it will be useful, + * This program 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-db/src/main/java/org/sonar/db/component/ResourceKeyUpdaterDao.java b/sonar-db/src/main/java/org/sonar/db/component/ResourceKeyUpdaterDao.java index 5c452b74bd0..71e7f010539 100644 --- a/sonar-db/src/main/java/org/sonar/db/component/ResourceKeyUpdaterDao.java +++ b/sonar-db/src/main/java/org/sonar/db/component/ResourceKeyUpdaterDao.java @@ -1,14 +1,14 @@ /* - * SonarQube, open source software quality management tool. - * Copyright (C) 2008-2014 SonarSource + * SonarQube :: Database + * Copyright (C) 2009-2016 SonarSource SA * mailto:contact AT sonarsource DOT com * - * SonarQube is free software; you can redistribute it and/or + * This program 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. * - * SonarQube is distributed in the hope that it will be useful, + * This program 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-db/src/main/java/org/sonar/db/component/ResourceKeyUpdaterMapper.java b/sonar-db/src/main/java/org/sonar/db/component/ResourceKeyUpdaterMapper.java index de5b61e2af0..c56f1315d95 100644 --- a/sonar-db/src/main/java/org/sonar/db/component/ResourceKeyUpdaterMapper.java +++ b/sonar-db/src/main/java/org/sonar/db/component/ResourceKeyUpdaterMapper.java @@ -1,14 +1,14 @@ /* - * SonarQube, open source software quality management tool. - * Copyright (C) 2008-2014 SonarSource + * SonarQube :: Database + * Copyright (C) 2009-2016 SonarSource SA * mailto:contact AT sonarsource DOT com * - * SonarQube is free software; you can redistribute it and/or + * This program 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. * - * SonarQube is distributed in the hope that it will be useful, + * This program 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-db/src/main/java/org/sonar/db/component/ResourceMapper.java b/sonar-db/src/main/java/org/sonar/db/component/ResourceMapper.java index 885527065fb..a5e138b2fc7 100644 --- a/sonar-db/src/main/java/org/sonar/db/component/ResourceMapper.java +++ b/sonar-db/src/main/java/org/sonar/db/component/ResourceMapper.java @@ -1,14 +1,14 @@ /* - * SonarQube, open source software quality management tool. - * Copyright (C) 2008-2014 SonarSource + * SonarQube :: Database + * Copyright (C) 2009-2016 SonarSource SA * mailto:contact AT sonarsource DOT com * - * SonarQube is free software; you can redistribute it and/or + * This program 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. * - * SonarQube is distributed in the hope that it will be useful, + * This program 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-db/src/main/java/org/sonar/db/component/ResourceQuery.java b/sonar-db/src/main/java/org/sonar/db/component/ResourceQuery.java index 898c5b0b528..604bbd350ad 100644 --- a/sonar-db/src/main/java/org/sonar/db/component/ResourceQuery.java +++ b/sonar-db/src/main/java/org/sonar/db/component/ResourceQuery.java @@ -1,14 +1,14 @@ /* - * SonarQube, open source software quality management tool. - * Copyright (C) 2008-2014 SonarSource + * SonarQube :: Database + * Copyright (C) 2009-2016 SonarSource SA * mailto:contact AT sonarsource DOT com * - * SonarQube is free software; you can redistribute it and/or + * This program 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. * - * SonarQube is distributed in the hope that it will be useful, + * This program 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-db/src/main/java/org/sonar/db/component/SnapshotDao.java b/sonar-db/src/main/java/org/sonar/db/component/SnapshotDao.java index fc3dead424b..a6f6c9e6c6d 100644 --- a/sonar-db/src/main/java/org/sonar/db/component/SnapshotDao.java +++ b/sonar-db/src/main/java/org/sonar/db/component/SnapshotDao.java @@ -1,14 +1,14 @@ /* - * SonarQube, open source software quality management tool. - * Copyright (C) 2008-2014 SonarSource + * SonarQube :: Database + * Copyright (C) 2009-2016 SonarSource SA * mailto:contact AT sonarsource DOT com * - * SonarQube is free software; you can redistribute it and/or + * This program 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. * - * SonarQube is distributed in the hope that it will be useful, + * This program 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. @@ -17,7 +17,6 @@ * 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.db.component; import com.google.common.base.Function; diff --git a/sonar-db/src/main/java/org/sonar/db/component/SnapshotDto.java b/sonar-db/src/main/java/org/sonar/db/component/SnapshotDto.java index c421ce1b51f..7c3ec3b9fc7 100644 --- a/sonar-db/src/main/java/org/sonar/db/component/SnapshotDto.java +++ b/sonar-db/src/main/java/org/sonar/db/component/SnapshotDto.java @@ -1,14 +1,14 @@ /* - * SonarQube, open source software quality management tool. - * Copyright (C) 2008-2014 SonarSource + * SonarQube :: Database + * Copyright (C) 2009-2016 SonarSource SA * mailto:contact AT sonarsource DOT com * - * SonarQube is free software; you can redistribute it and/or + * This program 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. * - * SonarQube is distributed in the hope that it will be useful, + * This program 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-db/src/main/java/org/sonar/db/component/SnapshotDtoFunctions.java b/sonar-db/src/main/java/org/sonar/db/component/SnapshotDtoFunctions.java index db46706b184..6c6358d7d2c 100644 --- a/sonar-db/src/main/java/org/sonar/db/component/SnapshotDtoFunctions.java +++ b/sonar-db/src/main/java/org/sonar/db/component/SnapshotDtoFunctions.java @@ -1,14 +1,14 @@ /* - * SonarQube, open source software quality management tool. - * Copyright (C) 2008-2014 SonarSource + * SonarQube :: Database + * Copyright (C) 2009-2016 SonarSource SA * mailto:contact AT sonarsource DOT com * - * SonarQube is free software; you can redistribute it and/or + * This program 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. * - * SonarQube is distributed in the hope that it will be useful, + * This program 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. @@ -17,7 +17,6 @@ * 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.db.component; import com.google.common.base.Function; diff --git a/sonar-db/src/main/java/org/sonar/db/component/SnapshotMapper.java b/sonar-db/src/main/java/org/sonar/db/component/SnapshotMapper.java index b6a43bd6377..e52ff5a5338 100644 --- a/sonar-db/src/main/java/org/sonar/db/component/SnapshotMapper.java +++ b/sonar-db/src/main/java/org/sonar/db/component/SnapshotMapper.java @@ -1,14 +1,14 @@ /* - * SonarQube, open source software quality management tool. - * Copyright (C) 2008-2014 SonarSource + * SonarQube :: Database + * Copyright (C) 2009-2016 SonarSource SA * mailto:contact AT sonarsource DOT com * - * SonarQube is free software; you can redistribute it and/or + * This program 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. * - * SonarQube is distributed in the hope that it will be useful, + * This program 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. @@ -17,7 +17,6 @@ * 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.db.component; import java.util.List; diff --git a/sonar-db/src/main/java/org/sonar/db/component/SnapshotQuery.java b/sonar-db/src/main/java/org/sonar/db/component/SnapshotQuery.java index e7f0d7f37bb..58d1da39cd9 100644 --- a/sonar-db/src/main/java/org/sonar/db/component/SnapshotQuery.java +++ b/sonar-db/src/main/java/org/sonar/db/component/SnapshotQuery.java @@ -1,14 +1,14 @@ /* - * SonarQube, open source software quality management tool. - * Copyright (C) 2008-2014 SonarSource + * SonarQube :: Database + * Copyright (C) 2009-2016 SonarSource SA * mailto:contact AT sonarsource DOT com * - * SonarQube is free software; you can redistribute it and/or + * This program 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. * - * SonarQube is distributed in the hope that it will be useful, + * This program 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. @@ -17,7 +17,6 @@ * 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.db.component; import javax.annotation.CheckForNull; diff --git a/sonar-db/src/main/java/org/sonar/db/component/UuidWithProjectUuidDto.java b/sonar-db/src/main/java/org/sonar/db/component/UuidWithProjectUuidDto.java index d8667623b01..4a7c5253fa6 100644 --- a/sonar-db/src/main/java/org/sonar/db/component/UuidWithProjectUuidDto.java +++ b/sonar-db/src/main/java/org/sonar/db/component/UuidWithProjectUuidDto.java @@ -1,14 +1,14 @@ /* - * SonarQube, open source software quality management tool. - * Copyright (C) 2008-2014 SonarSource + * SonarQube :: Database + * Copyright (C) 2009-2016 SonarSource SA * mailto:contact AT sonarsource DOT com * - * SonarQube is free software; you can redistribute it and/or + * This program 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. * - * SonarQube is distributed in the hope that it will be useful, + * This program 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. @@ -17,7 +17,6 @@ * 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.db.component; public class UuidWithProjectUuidDto { diff --git a/sonar-db/src/main/java/org/sonar/db/component/ViewsSnapshotDto.java b/sonar-db/src/main/java/org/sonar/db/component/ViewsSnapshotDto.java index ccb247c94af..1c711c92c2c 100644 --- a/sonar-db/src/main/java/org/sonar/db/component/ViewsSnapshotDto.java +++ b/sonar-db/src/main/java/org/sonar/db/component/ViewsSnapshotDto.java @@ -1,14 +1,14 @@ /* - * SonarQube, open source software quality management tool. - * Copyright (C) 2008-2014 SonarSource + * SonarQube :: Database + * Copyright (C) 2009-2016 SonarSource SA * mailto:contact AT sonarsource DOT com * - * SonarQube is free software; you can redistribute it and/or + * This program 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. * - * SonarQube is distributed in the hope that it will be useful, + * This program 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-db/src/main/java/org/sonar/db/component/package-info.java b/sonar-db/src/main/java/org/sonar/db/component/package-info.java index ccaf374bc27..c163b99cd82 100644 --- a/sonar-db/src/main/java/org/sonar/db/component/package-info.java +++ b/sonar-db/src/main/java/org/sonar/db/component/package-info.java @@ -1,14 +1,14 @@ /* - * SonarQube, open source software quality management tool. - * Copyright (C) 2008-2014 SonarSource + * SonarQube :: Database + * Copyright (C) 2009-2016 SonarSource SA * mailto:contact AT sonarsource DOT com * - * SonarQube is free software; you can redistribute it and/or + * This program 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. * - * SonarQube is distributed in the hope that it will be useful, + * This program 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-db/src/main/java/org/sonar/db/dashboard/ActiveDashboardDao.java b/sonar-db/src/main/java/org/sonar/db/dashboard/ActiveDashboardDao.java index 294cd2951b9..25cc3f3fa1e 100644 --- a/sonar-db/src/main/java/org/sonar/db/dashboard/ActiveDashboardDao.java +++ b/sonar-db/src/main/java/org/sonar/db/dashboard/ActiveDashboardDao.java @@ -1,14 +1,14 @@ /* - * SonarQube, open source software quality management tool. - * Copyright (C) 2008-2014 SonarSource + * SonarQube :: Database + * Copyright (C) 2009-2016 SonarSource SA * mailto:contact AT sonarsource DOT com * - * SonarQube is free software; you can redistribute it and/or + * This program 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. * - * SonarQube is distributed in the hope that it will be useful, + * This program 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-db/src/main/java/org/sonar/db/dashboard/ActiveDashboardDto.java b/sonar-db/src/main/java/org/sonar/db/dashboard/ActiveDashboardDto.java index 7bdb6fcaa58..895d845c987 100644 --- a/sonar-db/src/main/java/org/sonar/db/dashboard/ActiveDashboardDto.java +++ b/sonar-db/src/main/java/org/sonar/db/dashboard/ActiveDashboardDto.java @@ -1,14 +1,14 @@ /* - * SonarQube, open source software quality management tool. - * Copyright (C) 2008-2014 SonarSource + * SonarQube :: Database + * Copyright (C) 2009-2016 SonarSource SA * mailto:contact AT sonarsource DOT com * - * SonarQube is free software; you can redistribute it and/or + * This program 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. * - * SonarQube is distributed in the hope that it will be useful, + * This program 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-db/src/main/java/org/sonar/db/dashboard/ActiveDashboardMapper.java b/sonar-db/src/main/java/org/sonar/db/dashboard/ActiveDashboardMapper.java index 83c1ef4e08b..d61e05f58ba 100644 --- a/sonar-db/src/main/java/org/sonar/db/dashboard/ActiveDashboardMapper.java +++ b/sonar-db/src/main/java/org/sonar/db/dashboard/ActiveDashboardMapper.java @@ -1,14 +1,14 @@ /* - * SonarQube, open source software quality management tool. - * Copyright (C) 2008-2014 SonarSource + * SonarQube :: Database + * Copyright (C) 2009-2016 SonarSource SA * mailto:contact AT sonarsource DOT com * - * SonarQube is free software; you can redistribute it and/or + * This program 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. * - * SonarQube is distributed in the hope that it will be useful, + * This program 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-db/src/main/java/org/sonar/db/dashboard/DashboardDao.java b/sonar-db/src/main/java/org/sonar/db/dashboard/DashboardDao.java index 95052caaf4e..c445abc1527 100644 --- a/sonar-db/src/main/java/org/sonar/db/dashboard/DashboardDao.java +++ b/sonar-db/src/main/java/org/sonar/db/dashboard/DashboardDao.java @@ -1,14 +1,14 @@ /* - * SonarQube, open source software quality management tool. - * Copyright (C) 2008-2014 SonarSource + * SonarQube :: Database + * Copyright (C) 2009-2016 SonarSource SA * mailto:contact AT sonarsource DOT com * - * SonarQube is free software; you can redistribute it and/or + * This program 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. * - * SonarQube is distributed in the hope that it will be useful, + * This program 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-db/src/main/java/org/sonar/db/dashboard/DashboardDto.java b/sonar-db/src/main/java/org/sonar/db/dashboard/DashboardDto.java index 4b56a8937b6..e79f7aa9339 100644 --- a/sonar-db/src/main/java/org/sonar/db/dashboard/DashboardDto.java +++ b/sonar-db/src/main/java/org/sonar/db/dashboard/DashboardDto.java @@ -1,14 +1,14 @@ /* - * SonarQube, open source software quality management tool. - * Copyright (C) 2008-2014 SonarSource + * SonarQube :: Database + * Copyright (C) 2009-2016 SonarSource SA * mailto:contact AT sonarsource DOT com * - * SonarQube is free software; you can redistribute it and/or + * This program 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. * - * SonarQube is distributed in the hope that it will be useful, + * This program 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-db/src/main/java/org/sonar/db/dashboard/DashboardMapper.java b/sonar-db/src/main/java/org/sonar/db/dashboard/DashboardMapper.java index e39494acca0..a4df7c20309 100644 --- a/sonar-db/src/main/java/org/sonar/db/dashboard/DashboardMapper.java +++ b/sonar-db/src/main/java/org/sonar/db/dashboard/DashboardMapper.java @@ -1,14 +1,14 @@ /* - * SonarQube, open source software quality management tool. - * Copyright (C) 2008-2014 SonarSource + * SonarQube :: Database + * Copyright (C) 2009-2016 SonarSource SA * mailto:contact AT sonarsource DOT com * - * SonarQube is free software; you can redistribute it and/or + * This program 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. * - * SonarQube is distributed in the hope that it will be useful, + * This program 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-db/src/main/java/org/sonar/db/dashboard/WidgetDao.java b/sonar-db/src/main/java/org/sonar/db/dashboard/WidgetDao.java index 9f368e59fcd..8a64065c02e 100644 --- a/sonar-db/src/main/java/org/sonar/db/dashboard/WidgetDao.java +++ b/sonar-db/src/main/java/org/sonar/db/dashboard/WidgetDao.java @@ -1,14 +1,14 @@ /* - * SonarQube, open source software quality management tool. - * Copyright (C) 2008-2014 SonarSource + * SonarQube :: Database + * Copyright (C) 2009-2016 SonarSource SA * mailto:contact AT sonarsource DOT com * - * SonarQube is free software; you can redistribute it and/or + * This program 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. * - * SonarQube is distributed in the hope that it will be useful, + * This program 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-db/src/main/java/org/sonar/db/dashboard/WidgetDto.java b/sonar-db/src/main/java/org/sonar/db/dashboard/WidgetDto.java index 02e0a428163..e52d94037cd 100644 --- a/sonar-db/src/main/java/org/sonar/db/dashboard/WidgetDto.java +++ b/sonar-db/src/main/java/org/sonar/db/dashboard/WidgetDto.java @@ -1,14 +1,14 @@ /* - * SonarQube, open source software quality management tool. - * Copyright (C) 2008-2014 SonarSource + * SonarQube :: Database + * Copyright (C) 2009-2016 SonarSource SA * mailto:contact AT sonarsource DOT com * - * SonarQube is free software; you can redistribute it and/or + * This program 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. * - * SonarQube is distributed in the hope that it will be useful, + * This program 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-db/src/main/java/org/sonar/db/dashboard/WidgetMapper.java b/sonar-db/src/main/java/org/sonar/db/dashboard/WidgetMapper.java index dcf00a6bf9c..4a11343b204 100644 --- a/sonar-db/src/main/java/org/sonar/db/dashboard/WidgetMapper.java +++ b/sonar-db/src/main/java/org/sonar/db/dashboard/WidgetMapper.java @@ -1,14 +1,14 @@ /* - * SonarQube, open source software quality management tool. - * Copyright (C) 2008-2014 SonarSource + * SonarQube :: Database + * Copyright (C) 2009-2016 SonarSource SA * mailto:contact AT sonarsource DOT com * - * SonarQube is free software; you can redistribute it and/or + * This program 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. * - * SonarQube is distributed in the hope that it will be useful, + * This program 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-db/src/main/java/org/sonar/db/dashboard/WidgetPropertyDao.java b/sonar-db/src/main/java/org/sonar/db/dashboard/WidgetPropertyDao.java index 51c242ae328..81f6d85a159 100644 --- a/sonar-db/src/main/java/org/sonar/db/dashboard/WidgetPropertyDao.java +++ b/sonar-db/src/main/java/org/sonar/db/dashboard/WidgetPropertyDao.java @@ -1,14 +1,14 @@ /* - * SonarQube, open source software quality management tool. - * Copyright (C) 2008-2014 SonarSource + * SonarQube :: Database + * Copyright (C) 2009-2016 SonarSource SA * mailto:contact AT sonarsource DOT com * - * SonarQube is free software; you can redistribute it and/or + * This program 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. * - * SonarQube is distributed in the hope that it will be useful, + * This program 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-db/src/main/java/org/sonar/db/dashboard/WidgetPropertyDto.java b/sonar-db/src/main/java/org/sonar/db/dashboard/WidgetPropertyDto.java index 0cbf5caa77c..6ad7655c0cc 100644 --- a/sonar-db/src/main/java/org/sonar/db/dashboard/WidgetPropertyDto.java +++ b/sonar-db/src/main/java/org/sonar/db/dashboard/WidgetPropertyDto.java @@ -1,14 +1,14 @@ /* - * SonarQube, open source software quality management tool. - * Copyright (C) 2008-2014 SonarSource + * SonarQube :: Database + * Copyright (C) 2009-2016 SonarSource SA * mailto:contact AT sonarsource DOT com * - * SonarQube is free software; you can redistribute it and/or + * This program 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. * - * SonarQube is distributed in the hope that it will be useful, + * This program 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-db/src/main/java/org/sonar/db/dashboard/WidgetPropertyMapper.java b/sonar-db/src/main/java/org/sonar/db/dashboard/WidgetPropertyMapper.java index 3b26323b7d2..b21e2069563 100644 --- a/sonar-db/src/main/java/org/sonar/db/dashboard/WidgetPropertyMapper.java +++ b/sonar-db/src/main/java/org/sonar/db/dashboard/WidgetPropertyMapper.java @@ -1,14 +1,14 @@ /* - * SonarQube, open source software quality management tool. - * Copyright (C) 2008-2014 SonarSource + * SonarQube :: Database + * Copyright (C) 2009-2016 SonarSource SA * mailto:contact AT sonarsource DOT com * - * SonarQube is free software; you can redistribute it and/or + * This program 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. * - * SonarQube is distributed in the hope that it will be useful, + * This program 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-db/src/main/java/org/sonar/db/dashboard/package-info.java b/sonar-db/src/main/java/org/sonar/db/dashboard/package-info.java index 389a1fac572..6068ab23221 100644 --- a/sonar-db/src/main/java/org/sonar/db/dashboard/package-info.java +++ b/sonar-db/src/main/java/org/sonar/db/dashboard/package-info.java @@ -1,14 +1,14 @@ /* - * SonarQube, open source software quality management tool. - * Copyright (C) 2008-2014 SonarSource + * SonarQube :: Database + * Copyright (C) 2009-2016 SonarSource SA * mailto:contact AT sonarsource DOT com * - * SonarQube is free software; you can redistribute it and/or + * This program 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. * - * SonarQube is distributed in the hope that it will be useful, + * This program 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-db/src/main/java/org/sonar/db/debt/CharacteristicDao.java b/sonar-db/src/main/java/org/sonar/db/debt/CharacteristicDao.java index f31d469a328..d10bcffa8e9 100644 --- a/sonar-db/src/main/java/org/sonar/db/debt/CharacteristicDao.java +++ b/sonar-db/src/main/java/org/sonar/db/debt/CharacteristicDao.java @@ -1,14 +1,14 @@ /* - * SonarQube, open source software quality management tool. - * Copyright (C) 2008-2014 SonarSource + * SonarQube :: Database + * Copyright (C) 2009-2016 SonarSource SA * mailto:contact AT sonarsource DOT com * - * SonarQube is free software; you can redistribute it and/or + * This program 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. * - * SonarQube is distributed in the hope that it will be useful, + * This program 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. @@ -17,7 +17,6 @@ * 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.db.debt; import com.google.common.collect.Lists; diff --git a/sonar-db/src/main/java/org/sonar/db/debt/CharacteristicDto.java b/sonar-db/src/main/java/org/sonar/db/debt/CharacteristicDto.java index 3cbaff45e81..aacc519e8d3 100644 --- a/sonar-db/src/main/java/org/sonar/db/debt/CharacteristicDto.java +++ b/sonar-db/src/main/java/org/sonar/db/debt/CharacteristicDto.java @@ -1,14 +1,14 @@ /* - * SonarQube, open source software quality management tool. - * Copyright (C) 2008-2014 SonarSource + * SonarQube :: Database + * Copyright (C) 2009-2016 SonarSource SA * mailto:contact AT sonarsource DOT com * - * SonarQube is free software; you can redistribute it and/or + * This program 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. * - * SonarQube is distributed in the hope that it will be useful, + * This program 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. @@ -17,7 +17,6 @@ * 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.db.debt; import java.io.Serializable; diff --git a/sonar-db/src/main/java/org/sonar/db/debt/CharacteristicMapper.java b/sonar-db/src/main/java/org/sonar/db/debt/CharacteristicMapper.java index 20feb8641ab..79268a986b1 100644 --- a/sonar-db/src/main/java/org/sonar/db/debt/CharacteristicMapper.java +++ b/sonar-db/src/main/java/org/sonar/db/debt/CharacteristicMapper.java @@ -1,14 +1,14 @@ /* - * SonarQube, open source software quality management tool. - * Copyright (C) 2008-2014 SonarSource + * SonarQube :: Database + * Copyright (C) 2009-2016 SonarSource SA * mailto:contact AT sonarsource DOT com * - * SonarQube is free software; you can redistribute it and/or + * This program 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. * - * SonarQube is distributed in the hope that it will be useful, + * This program 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. @@ -17,7 +17,6 @@ * 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.db.debt; import java.util.List; diff --git a/sonar-db/src/main/java/org/sonar/db/debt/RequirementMigrationDto.java b/sonar-db/src/main/java/org/sonar/db/debt/RequirementMigrationDto.java index f2dfe90d85d..aaf77a31607 100644 --- a/sonar-db/src/main/java/org/sonar/db/debt/RequirementMigrationDto.java +++ b/sonar-db/src/main/java/org/sonar/db/debt/RequirementMigrationDto.java @@ -1,14 +1,14 @@ /* - * SonarQube, open source software quality management tool. - * Copyright (C) 2008-2014 SonarSource + * SonarQube :: Database + * Copyright (C) 2009-2016 SonarSource SA * mailto:contact AT sonarsource DOT com * - * SonarQube is free software; you can redistribute it and/or + * This program 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. * - * SonarQube is distributed in the hope that it will be useful, + * This program 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. @@ -17,7 +17,6 @@ * 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.db.debt; import java.io.Serializable; diff --git a/sonar-db/src/main/java/org/sonar/db/debt/package-info.java b/sonar-db/src/main/java/org/sonar/db/debt/package-info.java index b1e34d83234..9f5123b5e1c 100644 --- a/sonar-db/src/main/java/org/sonar/db/debt/package-info.java +++ b/sonar-db/src/main/java/org/sonar/db/debt/package-info.java @@ -1,14 +1,14 @@ /* - * SonarQube, open source software quality management tool. - * Copyright (C) 2008-2014 SonarSource + * SonarQube :: Database + * Copyright (C) 2009-2016 SonarSource SA * mailto:contact AT sonarsource DOT com * - * SonarQube is free software; you can redistribute it and/or + * This program 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. * - * SonarQube is distributed in the hope that it will be useful, + * This program 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-db/src/main/java/org/sonar/db/deprecated/ClusterAction.java b/sonar-db/src/main/java/org/sonar/db/deprecated/ClusterAction.java index 2f392ed020a..a34fa253fa6 100644 --- a/sonar-db/src/main/java/org/sonar/db/deprecated/ClusterAction.java +++ b/sonar-db/src/main/java/org/sonar/db/deprecated/ClusterAction.java @@ -1,14 +1,14 @@ /* - * SonarQube, open source software quality management tool. - * Copyright (C) 2008-2014 SonarSource + * SonarQube :: Database + * Copyright (C) 2009-2016 SonarSource SA * mailto:contact AT sonarsource DOT com * - * SonarQube is free software; you can redistribute it and/or + * This program 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. * - * SonarQube is distributed in the hope that it will be useful, + * This program 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-db/src/main/java/org/sonar/db/deprecated/NullQueue.java b/sonar-db/src/main/java/org/sonar/db/deprecated/NullQueue.java index db002f476c0..cfa85b0cf1b 100644 --- a/sonar-db/src/main/java/org/sonar/db/deprecated/NullQueue.java +++ b/sonar-db/src/main/java/org/sonar/db/deprecated/NullQueue.java @@ -1,14 +1,14 @@ /* - * SonarQube, open source software quality management tool. - * Copyright (C) 2008-2014 SonarSource + * SonarQube :: Database + * Copyright (C) 2009-2016 SonarSource SA * mailto:contact AT sonarsource DOT com * - * SonarQube is free software; you can redistribute it and/or + * This program 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. * - * SonarQube is distributed in the hope that it will be useful, + * This program 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-db/src/main/java/org/sonar/db/deprecated/WorkQueue.java b/sonar-db/src/main/java/org/sonar/db/deprecated/WorkQueue.java index 3b4e2077771..e640ee0a653 100644 --- a/sonar-db/src/main/java/org/sonar/db/deprecated/WorkQueue.java +++ b/sonar-db/src/main/java/org/sonar/db/deprecated/WorkQueue.java @@ -1,14 +1,14 @@ /* - * SonarQube, open source software quality management tool. - * Copyright (C) 2008-2014 SonarSource + * SonarQube :: Database + * Copyright (C) 2009-2016 SonarSource SA * mailto:contact AT sonarsource DOT com * - * SonarQube is free software; you can redistribute it and/or + * This program 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. * - * SonarQube is distributed in the hope that it will be useful, + * This program 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-db/src/main/java/org/sonar/db/dialect/AbstractDialect.java b/sonar-db/src/main/java/org/sonar/db/dialect/AbstractDialect.java index 236c90acd1b..6619afe07f5 100644 --- a/sonar-db/src/main/java/org/sonar/db/dialect/AbstractDialect.java +++ b/sonar-db/src/main/java/org/sonar/db/dialect/AbstractDialect.java @@ -1,14 +1,14 @@ /* - * SonarQube, open source software quality management tool. - * Copyright (C) 2008-2014 SonarSource + * SonarQube :: Database + * Copyright (C) 2009-2016 SonarSource SA * mailto:contact AT sonarsource DOT com * - * SonarQube is free software; you can redistribute it and/or + * This program 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. * - * SonarQube is distributed in the hope that it will be useful, + * This program 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-db/src/main/java/org/sonar/db/dialect/Dialect.java b/sonar-db/src/main/java/org/sonar/db/dialect/Dialect.java index 3d0a0f6e730..7a01f0d2512 100644 --- a/sonar-db/src/main/java/org/sonar/db/dialect/Dialect.java +++ b/sonar-db/src/main/java/org/sonar/db/dialect/Dialect.java @@ -1,14 +1,14 @@ /* - * SonarQube, open source software quality management tool. - * Copyright (C) 2008-2014 SonarSource + * SonarQube :: Database + * Copyright (C) 2009-2016 SonarSource SA * mailto:contact AT sonarsource DOT com * - * SonarQube is free software; you can redistribute it and/or + * This program 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. * - * SonarQube is distributed in the hope that it will be useful, + * This program 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-db/src/main/java/org/sonar/db/dialect/DialectUtils.java b/sonar-db/src/main/java/org/sonar/db/dialect/DialectUtils.java index d000cc78151..427a332eeef 100644 --- a/sonar-db/src/main/java/org/sonar/db/dialect/DialectUtils.java +++ b/sonar-db/src/main/java/org/sonar/db/dialect/DialectUtils.java @@ -1,14 +1,14 @@ /* - * SonarQube, open source software quality management tool. - * Copyright (C) 2008-2014 SonarSource + * SonarQube :: Database + * Copyright (C) 2009-2016 SonarSource SA * mailto:contact AT sonarsource DOT com * - * SonarQube is free software; you can redistribute it and/or + * This program 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. * - * SonarQube is distributed in the hope that it will be useful, + * This program 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-db/src/main/java/org/sonar/db/dialect/H2.java b/sonar-db/src/main/java/org/sonar/db/dialect/H2.java index aa9bd6fb881..b8660c65a17 100644 --- a/sonar-db/src/main/java/org/sonar/db/dialect/H2.java +++ b/sonar-db/src/main/java/org/sonar/db/dialect/H2.java @@ -1,14 +1,14 @@ /* - * SonarQube, open source software quality management tool. - * Copyright (C) 2008-2014 SonarSource + * SonarQube :: Database + * Copyright (C) 2009-2016 SonarSource SA * mailto:contact AT sonarsource DOT com * - * SonarQube is free software; you can redistribute it and/or + * This program 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. * - * SonarQube is distributed in the hope that it will be useful, + * This program 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-db/src/main/java/org/sonar/db/dialect/MsSql.java b/sonar-db/src/main/java/org/sonar/db/dialect/MsSql.java index 0983ae389ca..8063a09635b 100644 --- a/sonar-db/src/main/java/org/sonar/db/dialect/MsSql.java +++ b/sonar-db/src/main/java/org/sonar/db/dialect/MsSql.java @@ -1,14 +1,14 @@ /* - * SonarQube, open source software quality management tool. - * Copyright (C) 2008-2014 SonarSource + * SonarQube :: Database + * Copyright (C) 2009-2016 SonarSource SA * mailto:contact AT sonarsource DOT com * - * SonarQube is free software; you can redistribute it and/or + * This program 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. * - * SonarQube is distributed in the hope that it will be useful, + * This program 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-db/src/main/java/org/sonar/db/dialect/MySql.java b/sonar-db/src/main/java/org/sonar/db/dialect/MySql.java index 66019cb785f..20ff3407dbe 100644 --- a/sonar-db/src/main/java/org/sonar/db/dialect/MySql.java +++ b/sonar-db/src/main/java/org/sonar/db/dialect/MySql.java @@ -1,14 +1,14 @@ /* - * SonarQube, open source software quality management tool. - * Copyright (C) 2008-2014 SonarSource + * SonarQube :: Database + * Copyright (C) 2009-2016 SonarSource SA * mailto:contact AT sonarsource DOT com * - * SonarQube is free software; you can redistribute it and/or + * This program 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. * - * SonarQube is distributed in the hope that it will be useful, + * This program 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-db/src/main/java/org/sonar/db/dialect/Oracle.java b/sonar-db/src/main/java/org/sonar/db/dialect/Oracle.java index dd5fccadf4b..950097e2197 100644 --- a/sonar-db/src/main/java/org/sonar/db/dialect/Oracle.java +++ b/sonar-db/src/main/java/org/sonar/db/dialect/Oracle.java @@ -1,14 +1,14 @@ /* - * SonarQube, open source software quality management tool. - * Copyright (C) 2008-2014 SonarSource + * SonarQube :: Database + * Copyright (C) 2009-2016 SonarSource SA * mailto:contact AT sonarsource DOT com * - * SonarQube is free software; you can redistribute it and/or + * This program 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. * - * SonarQube is distributed in the hope that it will be useful, + * This program 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-db/src/main/java/org/sonar/db/dialect/PostgreSql.java b/sonar-db/src/main/java/org/sonar/db/dialect/PostgreSql.java index d3aaadb92cb..864b731ad70 100644 --- a/sonar-db/src/main/java/org/sonar/db/dialect/PostgreSql.java +++ b/sonar-db/src/main/java/org/sonar/db/dialect/PostgreSql.java @@ -1,14 +1,14 @@ /* - * SonarQube, open source software quality management tool. - * Copyright (C) 2008-2014 SonarSource + * SonarQube :: Database + * Copyright (C) 2009-2016 SonarSource SA * mailto:contact AT sonarsource DOT com * - * SonarQube is free software; you can redistribute it and/or + * This program 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. * - * SonarQube is distributed in the hope that it will be useful, + * This program 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-db/src/main/java/org/sonar/db/dialect/package-info.java b/sonar-db/src/main/java/org/sonar/db/dialect/package-info.java index a28f4911544..ad389283e3a 100644 --- a/sonar-db/src/main/java/org/sonar/db/dialect/package-info.java +++ b/sonar-db/src/main/java/org/sonar/db/dialect/package-info.java @@ -1,14 +1,14 @@ /* - * SonarQube, open source software quality management tool. - * Copyright (C) 2008-2014 SonarSource + * SonarQube :: Database + * Copyright (C) 2009-2016 SonarSource SA * mailto:contact AT sonarsource DOT com * - * SonarQube is free software; you can redistribute it and/or + * This program 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. * - * SonarQube is distributed in the hope that it will be useful, + * This program 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-db/src/main/java/org/sonar/db/duplication/DuplicationDao.java b/sonar-db/src/main/java/org/sonar/db/duplication/DuplicationDao.java index 0e187ea0f76..ea64d1390e1 100644 --- a/sonar-db/src/main/java/org/sonar/db/duplication/DuplicationDao.java +++ b/sonar-db/src/main/java/org/sonar/db/duplication/DuplicationDao.java @@ -1,14 +1,14 @@ /* - * SonarQube, open source software quality management tool. - * Copyright (C) 2008-2014 SonarSource + * SonarQube :: Database + * Copyright (C) 2009-2016 SonarSource SA * mailto:contact AT sonarsource DOT com * - * SonarQube is free software; you can redistribute it and/or + * This program 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. * - * SonarQube is distributed in the hope that it will be useful, + * This program 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-db/src/main/java/org/sonar/db/duplication/DuplicationMapper.java b/sonar-db/src/main/java/org/sonar/db/duplication/DuplicationMapper.java index 284a08487bc..5b9c5150f9a 100644 --- a/sonar-db/src/main/java/org/sonar/db/duplication/DuplicationMapper.java +++ b/sonar-db/src/main/java/org/sonar/db/duplication/DuplicationMapper.java @@ -1,14 +1,14 @@ /* - * SonarQube, open source software quality management tool. - * Copyright (C) 2008-2014 SonarSource + * SonarQube :: Database + * Copyright (C) 2009-2016 SonarSource SA * mailto:contact AT sonarsource DOT com * - * SonarQube is free software; you can redistribute it and/or + * This program 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. * - * SonarQube is distributed in the hope that it will be useful, + * This program 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-db/src/main/java/org/sonar/db/duplication/DuplicationUnitDto.java b/sonar-db/src/main/java/org/sonar/db/duplication/DuplicationUnitDto.java index d45e5b7b291..4b26c32aaeb 100644 --- a/sonar-db/src/main/java/org/sonar/db/duplication/DuplicationUnitDto.java +++ b/sonar-db/src/main/java/org/sonar/db/duplication/DuplicationUnitDto.java @@ -1,14 +1,14 @@ /* - * SonarQube, open source software quality management tool. - * Copyright (C) 2008-2014 SonarSource + * SonarQube :: Database + * Copyright (C) 2009-2016 SonarSource SA * mailto:contact AT sonarsource DOT com * - * SonarQube is free software; you can redistribute it and/or + * This program 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. * - * SonarQube is distributed in the hope that it will be useful, + * This program 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-db/src/main/java/org/sonar/db/duplication/package-info.java b/sonar-db/src/main/java/org/sonar/db/duplication/package-info.java index 54a5e199058..0020c319c1f 100644 --- a/sonar-db/src/main/java/org/sonar/db/duplication/package-info.java +++ b/sonar-db/src/main/java/org/sonar/db/duplication/package-info.java @@ -1,14 +1,14 @@ /* - * SonarQube, open source software quality management tool. - * Copyright (C) 2008-2014 SonarSource + * SonarQube :: Database + * Copyright (C) 2009-2016 SonarSource SA * mailto:contact AT sonarsource DOT com * - * SonarQube is free software; you can redistribute it and/or + * This program 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. * - * SonarQube is distributed in the hope that it will be useful, + * This program 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-db/src/main/java/org/sonar/db/event/EventDao.java b/sonar-db/src/main/java/org/sonar/db/event/EventDao.java index 0f58097ab35..25b0ede30a9 100644 --- a/sonar-db/src/main/java/org/sonar/db/event/EventDao.java +++ b/sonar-db/src/main/java/org/sonar/db/event/EventDao.java @@ -1,14 +1,14 @@ /* - * SonarQube, open source software quality management tool. - * Copyright (C) 2008-2014 SonarSource + * SonarQube :: Database + * Copyright (C) 2009-2016 SonarSource SA * mailto:contact AT sonarsource DOT com * - * SonarQube is free software; you can redistribute it and/or + * This program 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. * - * SonarQube is distributed in the hope that it will be useful, + * This program 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. @@ -17,7 +17,6 @@ * 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.db.event; import java.util.List; diff --git a/sonar-db/src/main/java/org/sonar/db/event/EventDto.java b/sonar-db/src/main/java/org/sonar/db/event/EventDto.java index 884723ab408..d317ab6a328 100644 --- a/sonar-db/src/main/java/org/sonar/db/event/EventDto.java +++ b/sonar-db/src/main/java/org/sonar/db/event/EventDto.java @@ -1,14 +1,14 @@ /* - * SonarQube, open source software quality management tool. - * Copyright (C) 2008-2014 SonarSource + * SonarQube :: Database + * Copyright (C) 2009-2016 SonarSource SA * mailto:contact AT sonarsource DOT com * - * SonarQube is free software; you can redistribute it and/or + * This program 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. * - * SonarQube is distributed in the hope that it will be useful, + * This program 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. @@ -17,7 +17,6 @@ * 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.db.event; import javax.annotation.CheckForNull; diff --git a/sonar-db/src/main/java/org/sonar/db/event/EventMapper.java b/sonar-db/src/main/java/org/sonar/db/event/EventMapper.java index 63636e22523..48bce8859a3 100644 --- a/sonar-db/src/main/java/org/sonar/db/event/EventMapper.java +++ b/sonar-db/src/main/java/org/sonar/db/event/EventMapper.java @@ -1,14 +1,14 @@ /* - * SonarQube, open source software quality management tool. - * Copyright (C) 2008-2014 SonarSource + * SonarQube :: Database + * Copyright (C) 2009-2016 SonarSource SA * mailto:contact AT sonarsource DOT com * - * SonarQube is free software; you can redistribute it and/or + * This program 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. * - * SonarQube is distributed in the hope that it will be useful, + * This program 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. @@ -17,7 +17,6 @@ * 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.db.event; import java.util.List; diff --git a/sonar-db/src/main/java/org/sonar/db/event/package-info.java b/sonar-db/src/main/java/org/sonar/db/event/package-info.java index 1e1d8997b92..34cd4192a9b 100644 --- a/sonar-db/src/main/java/org/sonar/db/event/package-info.java +++ b/sonar-db/src/main/java/org/sonar/db/event/package-info.java @@ -1,14 +1,14 @@ /* - * SonarQube, open source software quality management tool. - * Copyright (C) 2008-2014 SonarSource + * SonarQube :: Database + * Copyright (C) 2009-2016 SonarSource SA * mailto:contact AT sonarsource DOT com * - * SonarQube is free software; you can redistribute it and/or + * This program 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. * - * SonarQube is distributed in the hope that it will be useful, + * This program 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. @@ -17,7 +17,6 @@ * along with this program; if not, write to the Free Software Foundation, * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ - @ParametersAreNonnullByDefault package org.sonar.db.event; diff --git a/sonar-db/src/main/java/org/sonar/db/issue/ActionPlanDao.java b/sonar-db/src/main/java/org/sonar/db/issue/ActionPlanDao.java index fed8d421950..c6d9ceaf232 100644 --- a/sonar-db/src/main/java/org/sonar/db/issue/ActionPlanDao.java +++ b/sonar-db/src/main/java/org/sonar/db/issue/ActionPlanDao.java @@ -1,14 +1,14 @@ /* - * SonarQube, open source software quality management tool. - * Copyright (C) 2008-2014 SonarSource + * SonarQube :: Database + * Copyright (C) 2009-2016 SonarSource SA * mailto:contact AT sonarsource DOT com * - * SonarQube is free software; you can redistribute it and/or + * This program 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. * - * SonarQube is distributed in the hope that it will be useful, + * This program 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. @@ -17,7 +17,6 @@ * 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.db.issue; import com.google.common.base.Function; diff --git a/sonar-db/src/main/java/org/sonar/db/issue/ActionPlanDto.java b/sonar-db/src/main/java/org/sonar/db/issue/ActionPlanDto.java index bd132c391db..a374efe4d4b 100644 --- a/sonar-db/src/main/java/org/sonar/db/issue/ActionPlanDto.java +++ b/sonar-db/src/main/java/org/sonar/db/issue/ActionPlanDto.java @@ -1,14 +1,14 @@ /* - * SonarQube, open source software quality management tool. - * Copyright (C) 2008-2014 SonarSource + * SonarQube :: Database + * Copyright (C) 2009-2016 SonarSource SA * mailto:contact AT sonarsource DOT com * - * SonarQube is free software; you can redistribute it and/or + * This program 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. * - * SonarQube is distributed in the hope that it will be useful, + * This program 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. @@ -17,7 +17,6 @@ * 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.db.issue; import java.util.Date; diff --git a/sonar-db/src/main/java/org/sonar/db/issue/ActionPlanMapper.java b/sonar-db/src/main/java/org/sonar/db/issue/ActionPlanMapper.java index b8df2a11a58..1f123a79054 100644 --- a/sonar-db/src/main/java/org/sonar/db/issue/ActionPlanMapper.java +++ b/sonar-db/src/main/java/org/sonar/db/issue/ActionPlanMapper.java @@ -1,14 +1,14 @@ /* - * SonarQube, open source software quality management tool. - * Copyright (C) 2008-2014 SonarSource + * SonarQube :: Database + * Copyright (C) 2009-2016 SonarSource SA * mailto:contact AT sonarsource DOT com * - * SonarQube is free software; you can redistribute it and/or + * This program 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. * - * SonarQube is distributed in the hope that it will be useful, + * This program 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. @@ -17,7 +17,6 @@ * 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.db.issue; import java.util.List; diff --git a/sonar-db/src/main/java/org/sonar/db/issue/ActionPlanStatsDao.java b/sonar-db/src/main/java/org/sonar/db/issue/ActionPlanStatsDao.java index 57aa87a1dd3..11f7b07b5ab 100644 --- a/sonar-db/src/main/java/org/sonar/db/issue/ActionPlanStatsDao.java +++ b/sonar-db/src/main/java/org/sonar/db/issue/ActionPlanStatsDao.java @@ -1,14 +1,14 @@ /* - * SonarQube, open source software quality management tool. - * Copyright (C) 2008-2014 SonarSource + * SonarQube :: Database + * Copyright (C) 2009-2016 SonarSource SA * mailto:contact AT sonarsource DOT com * - * SonarQube is free software; you can redistribute it and/or + * This program 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. * - * SonarQube is distributed in the hope that it will be useful, + * This program 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. @@ -17,7 +17,6 @@ * 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.db.issue; import java.util.List; diff --git a/sonar-db/src/main/java/org/sonar/db/issue/ActionPlanStatsDto.java b/sonar-db/src/main/java/org/sonar/db/issue/ActionPlanStatsDto.java index 925306560b2..e4ae5787752 100644 --- a/sonar-db/src/main/java/org/sonar/db/issue/ActionPlanStatsDto.java +++ b/sonar-db/src/main/java/org/sonar/db/issue/ActionPlanStatsDto.java @@ -1,14 +1,14 @@ /* - * SonarQube, open source software quality management tool. - * Copyright (C) 2008-2014 SonarSource + * SonarQube :: Database + * Copyright (C) 2009-2016 SonarSource SA * mailto:contact AT sonarsource DOT com * - * SonarQube is free software; you can redistribute it and/or + * This program 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. * - * SonarQube is distributed in the hope that it will be useful, + * This program 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. @@ -17,7 +17,6 @@ * 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.db.issue; import java.util.Date; diff --git a/sonar-db/src/main/java/org/sonar/db/issue/ActionPlanStatsMapper.java b/sonar-db/src/main/java/org/sonar/db/issue/ActionPlanStatsMapper.java index 26c3395a0f7..4d1f63f42bd 100644 --- a/sonar-db/src/main/java/org/sonar/db/issue/ActionPlanStatsMapper.java +++ b/sonar-db/src/main/java/org/sonar/db/issue/ActionPlanStatsMapper.java @@ -1,14 +1,14 @@ /* - * SonarQube, open source software quality management tool. - * Copyright (C) 2008-2014 SonarSource + * SonarQube :: Database + * Copyright (C) 2009-2016 SonarSource SA * mailto:contact AT sonarsource DOT com * - * SonarQube is free software; you can redistribute it and/or + * This program 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. * - * SonarQube is distributed in the hope that it will be useful, + * This program 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. @@ -17,7 +17,6 @@ * 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.db.issue; import java.util.List; diff --git a/sonar-db/src/main/java/org/sonar/db/issue/IssueChangeDao.java b/sonar-db/src/main/java/org/sonar/db/issue/IssueChangeDao.java index 7a3f7bc686d..627f2798bf3 100644 --- a/sonar-db/src/main/java/org/sonar/db/issue/IssueChangeDao.java +++ b/sonar-db/src/main/java/org/sonar/db/issue/IssueChangeDao.java @@ -1,14 +1,14 @@ /* - * SonarQube, open source software quality management tool. - * Copyright (C) 2008-2014 SonarSource + * SonarQube :: Database + * Copyright (C) 2009-2016 SonarSource SA * mailto:contact AT sonarsource DOT com * - * SonarQube is free software; you can redistribute it and/or + * This program 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. * - * SonarQube is distributed in the hope that it will be useful, + * This program 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. @@ -17,7 +17,6 @@ * 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.db.issue; import com.google.common.base.Function; diff --git a/sonar-db/src/main/java/org/sonar/db/issue/IssueChangeDto.java b/sonar-db/src/main/java/org/sonar/db/issue/IssueChangeDto.java index 14bce70b26b..6071a2b30be 100644 --- a/sonar-db/src/main/java/org/sonar/db/issue/IssueChangeDto.java +++ b/sonar-db/src/main/java/org/sonar/db/issue/IssueChangeDto.java @@ -1,14 +1,14 @@ /* - * SonarQube, open source software quality management tool. - * Copyright (C) 2008-2014 SonarSource + * SonarQube :: Database + * Copyright (C) 2009-2016 SonarSource SA * mailto:contact AT sonarsource DOT com * - * SonarQube is free software; you can redistribute it and/or + * This program 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. * - * SonarQube is distributed in the hope that it will be useful, + * This program 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-db/src/main/java/org/sonar/db/issue/IssueChangeMapper.java b/sonar-db/src/main/java/org/sonar/db/issue/IssueChangeMapper.java index 1f0efcd0c31..4d6a88cdaaa 100644 --- a/sonar-db/src/main/java/org/sonar/db/issue/IssueChangeMapper.java +++ b/sonar-db/src/main/java/org/sonar/db/issue/IssueChangeMapper.java @@ -1,14 +1,14 @@ /* - * SonarQube, open source software quality management tool. - * Copyright (C) 2008-2014 SonarSource + * SonarQube :: Database + * Copyright (C) 2009-2016 SonarSource SA * mailto:contact AT sonarsource DOT com * - * SonarQube is free software; you can redistribute it and/or + * This program 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. * - * SonarQube is distributed in the hope that it will be useful, + * This program 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. @@ -17,7 +17,6 @@ * 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.db.issue; import java.util.List; diff --git a/sonar-db/src/main/java/org/sonar/db/issue/IssueDao.java b/sonar-db/src/main/java/org/sonar/db/issue/IssueDao.java index 36dbf668650..13bdfd9aaf4 100644 --- a/sonar-db/src/main/java/org/sonar/db/issue/IssueDao.java +++ b/sonar-db/src/main/java/org/sonar/db/issue/IssueDao.java @@ -1,14 +1,14 @@ /* - * SonarQube, open source software quality management tool. - * Copyright (C) 2008-2014 SonarSource + * SonarQube :: Database + * Copyright (C) 2009-2016 SonarSource SA * mailto:contact AT sonarsource DOT com * - * SonarQube is free software; you can redistribute it and/or + * This program 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. * - * SonarQube is distributed in the hope that it will be useful, + * This program 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. @@ -17,7 +17,6 @@ * 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.db.issue; import com.google.common.base.Function; diff --git a/sonar-db/src/main/java/org/sonar/db/issue/IssueDto.java b/sonar-db/src/main/java/org/sonar/db/issue/IssueDto.java index 67a907a6a27..58923437322 100644 --- a/sonar-db/src/main/java/org/sonar/db/issue/IssueDto.java +++ b/sonar-db/src/main/java/org/sonar/db/issue/IssueDto.java @@ -1,14 +1,14 @@ /* - * SonarQube, open source software quality management tool. - * Copyright (C) 2008-2014 SonarSource + * SonarQube :: Database + * Copyright (C) 2009-2016 SonarSource SA * mailto:contact AT sonarsource DOT com * - * SonarQube is free software; you can redistribute it and/or + * This program 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. * - * SonarQube is distributed in the hope that it will be useful, + * This program 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-db/src/main/java/org/sonar/db/issue/IssueFilterDao.java b/sonar-db/src/main/java/org/sonar/db/issue/IssueFilterDao.java index 6a6b6fb86bf..e1c0db46a35 100644 --- a/sonar-db/src/main/java/org/sonar/db/issue/IssueFilterDao.java +++ b/sonar-db/src/main/java/org/sonar/db/issue/IssueFilterDao.java @@ -1,14 +1,14 @@ /* - * SonarQube, open source software quality management tool. - * Copyright (C) 2008-2014 SonarSource + * SonarQube :: Database + * Copyright (C) 2009-2016 SonarSource SA * mailto:contact AT sonarsource DOT com * - * SonarQube is free software; you can redistribute it and/or + * This program 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. * - * SonarQube is distributed in the hope that it will be useful, + * This program 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. @@ -17,7 +17,6 @@ * 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.db.issue; import java.util.List; diff --git a/sonar-db/src/main/java/org/sonar/db/issue/IssueFilterDto.java b/sonar-db/src/main/java/org/sonar/db/issue/IssueFilterDto.java index d3552aae316..c19f5467c8a 100644 --- a/sonar-db/src/main/java/org/sonar/db/issue/IssueFilterDto.java +++ b/sonar-db/src/main/java/org/sonar/db/issue/IssueFilterDto.java @@ -1,14 +1,14 @@ /* - * SonarQube, open source software quality management tool. - * Copyright (C) 2008-2014 SonarSource + * SonarQube :: Database + * Copyright (C) 2009-2016 SonarSource SA * mailto:contact AT sonarsource DOT com * - * SonarQube is free software; you can redistribute it and/or + * This program 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. * - * SonarQube is distributed in the hope that it will be useful, + * This program 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-db/src/main/java/org/sonar/db/issue/IssueFilterFavouriteDao.java b/sonar-db/src/main/java/org/sonar/db/issue/IssueFilterFavouriteDao.java index 4253844e253..e3fe4f8ea3c 100644 --- a/sonar-db/src/main/java/org/sonar/db/issue/IssueFilterFavouriteDao.java +++ b/sonar-db/src/main/java/org/sonar/db/issue/IssueFilterFavouriteDao.java @@ -1,14 +1,14 @@ /* - * SonarQube, open source software quality management tool. - * Copyright (C) 2008-2014 SonarSource + * SonarQube :: Database + * Copyright (C) 2009-2016 SonarSource SA * mailto:contact AT sonarsource DOT com * - * SonarQube is free software; you can redistribute it and/or + * This program 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. * - * SonarQube is distributed in the hope that it will be useful, + * This program 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. @@ -17,7 +17,6 @@ * 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.db.issue; import java.util.List; diff --git a/sonar-db/src/main/java/org/sonar/db/issue/IssueFilterFavouriteDto.java b/sonar-db/src/main/java/org/sonar/db/issue/IssueFilterFavouriteDto.java index d86bd266bf4..07d94a600c0 100644 --- a/sonar-db/src/main/java/org/sonar/db/issue/IssueFilterFavouriteDto.java +++ b/sonar-db/src/main/java/org/sonar/db/issue/IssueFilterFavouriteDto.java @@ -1,14 +1,14 @@ /* - * SonarQube, open source software quality management tool. - * Copyright (C) 2008-2014 SonarSource + * SonarQube :: Database + * Copyright (C) 2009-2016 SonarSource SA * mailto:contact AT sonarsource DOT com * - * SonarQube is free software; you can redistribute it and/or + * This program 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. * - * SonarQube is distributed in the hope that it will be useful, + * This program 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-db/src/main/java/org/sonar/db/issue/IssueFilterFavouriteMapper.java b/sonar-db/src/main/java/org/sonar/db/issue/IssueFilterFavouriteMapper.java index 947bd799e34..2b7cee11e54 100644 --- a/sonar-db/src/main/java/org/sonar/db/issue/IssueFilterFavouriteMapper.java +++ b/sonar-db/src/main/java/org/sonar/db/issue/IssueFilterFavouriteMapper.java @@ -1,14 +1,14 @@ /* - * SonarQube, open source software quality management tool. - * Copyright (C) 2008-2014 SonarSource + * SonarQube :: Database + * Copyright (C) 2009-2016 SonarSource SA * mailto:contact AT sonarsource DOT com * - * SonarQube is free software; you can redistribute it and/or + * This program 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. * - * SonarQube is distributed in the hope that it will be useful, + * This program 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-db/src/main/java/org/sonar/db/issue/IssueFilterMapper.java b/sonar-db/src/main/java/org/sonar/db/issue/IssueFilterMapper.java index 50c7cc8912d..56ecf2129f6 100644 --- a/sonar-db/src/main/java/org/sonar/db/issue/IssueFilterMapper.java +++ b/sonar-db/src/main/java/org/sonar/db/issue/IssueFilterMapper.java @@ -1,14 +1,14 @@ /* - * SonarQube, open source software quality management tool. - * Copyright (C) 2008-2014 SonarSource + * SonarQube :: Database + * Copyright (C) 2009-2016 SonarSource SA * mailto:contact AT sonarsource DOT com * - * SonarQube is free software; you can redistribute it and/or + * This program 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. * - * SonarQube is distributed in the hope that it will be useful, + * This program 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-db/src/main/java/org/sonar/db/issue/IssueMapper.java b/sonar-db/src/main/java/org/sonar/db/issue/IssueMapper.java index d74665b8461..5b96fdbedd8 100644 --- a/sonar-db/src/main/java/org/sonar/db/issue/IssueMapper.java +++ b/sonar-db/src/main/java/org/sonar/db/issue/IssueMapper.java @@ -1,14 +1,14 @@ /* - * SonarQube, open source software quality management tool. - * Copyright (C) 2008-2014 SonarSource + * SonarQube :: Database + * Copyright (C) 2009-2016 SonarSource SA * mailto:contact AT sonarsource DOT com * - * SonarQube is free software; you can redistribute it and/or + * This program 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. * - * SonarQube is distributed in the hope that it will be useful, + * This program 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-db/src/main/java/org/sonar/db/issue/package-info.java b/sonar-db/src/main/java/org/sonar/db/issue/package-info.java index 472eca27cae..6c5f79ae809 100644 --- a/sonar-db/src/main/java/org/sonar/db/issue/package-info.java +++ b/sonar-db/src/main/java/org/sonar/db/issue/package-info.java @@ -1,14 +1,14 @@ /* - * SonarQube, open source software quality management tool. - * Copyright (C) 2008-2014 SonarSource + * SonarQube :: Database + * Copyright (C) 2009-2016 SonarSource SA * mailto:contact AT sonarsource DOT com * - * SonarQube is free software; you can redistribute it and/or + * This program 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. * - * SonarQube is distributed in the hope that it will be useful, + * This program 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-db/src/main/java/org/sonar/db/loadedtemplate/LoadedTemplateDao.java b/sonar-db/src/main/java/org/sonar/db/loadedtemplate/LoadedTemplateDao.java index ccdb5c45101..11e5def6002 100644 --- a/sonar-db/src/main/java/org/sonar/db/loadedtemplate/LoadedTemplateDao.java +++ b/sonar-db/src/main/java/org/sonar/db/loadedtemplate/LoadedTemplateDao.java @@ -1,14 +1,14 @@ /* - * SonarQube, open source software quality management tool. - * Copyright (C) 2008-2014 SonarSource + * SonarQube :: Database + * Copyright (C) 2009-2016 SonarSource SA * mailto:contact AT sonarsource DOT com * - * SonarQube is free software; you can redistribute it and/or + * This program 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. * - * SonarQube is distributed in the hope that it will be useful, + * This program 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-db/src/main/java/org/sonar/db/loadedtemplate/LoadedTemplateDto.java b/sonar-db/src/main/java/org/sonar/db/loadedtemplate/LoadedTemplateDto.java index 36300281c96..464477872a2 100644 --- a/sonar-db/src/main/java/org/sonar/db/loadedtemplate/LoadedTemplateDto.java +++ b/sonar-db/src/main/java/org/sonar/db/loadedtemplate/LoadedTemplateDto.java @@ -1,14 +1,14 @@ /* - * SonarQube, open source software quality management tool. - * Copyright (C) 2008-2014 SonarSource + * SonarQube :: Database + * Copyright (C) 2009-2016 SonarSource SA * mailto:contact AT sonarsource DOT com * - * SonarQube is free software; you can redistribute it and/or + * This program 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. * - * SonarQube is distributed in the hope that it will be useful, + * This program 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-db/src/main/java/org/sonar/db/loadedtemplate/LoadedTemplateMapper.java b/sonar-db/src/main/java/org/sonar/db/loadedtemplate/LoadedTemplateMapper.java index af8ace065bd..f26e2c0f8be 100644 --- a/sonar-db/src/main/java/org/sonar/db/loadedtemplate/LoadedTemplateMapper.java +++ b/sonar-db/src/main/java/org/sonar/db/loadedtemplate/LoadedTemplateMapper.java @@ -1,14 +1,14 @@ /* - * SonarQube, open source software quality management tool. - * Copyright (C) 2008-2014 SonarSource + * SonarQube :: Database + * Copyright (C) 2009-2016 SonarSource SA * mailto:contact AT sonarsource DOT com * - * SonarQube is free software; you can redistribute it and/or + * This program 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. * - * SonarQube is distributed in the hope that it will be useful, + * This program 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-db/src/main/java/org/sonar/db/loadedtemplate/package-info.java b/sonar-db/src/main/java/org/sonar/db/loadedtemplate/package-info.java index 2dff941c724..97ffd8d37f4 100644 --- a/sonar-db/src/main/java/org/sonar/db/loadedtemplate/package-info.java +++ b/sonar-db/src/main/java/org/sonar/db/loadedtemplate/package-info.java @@ -1,14 +1,14 @@ /* - * SonarQube, open source software quality management tool. - * Copyright (C) 2008-2014 SonarSource + * SonarQube :: Database + * Copyright (C) 2009-2016 SonarSource SA * mailto:contact AT sonarsource DOT com * - * SonarQube is free software; you can redistribute it and/or + * This program 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. * - * SonarQube is distributed in the hope that it will be useful, + * This program 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-db/src/main/java/org/sonar/db/measure/MeasureDao.java b/sonar-db/src/main/java/org/sonar/db/measure/MeasureDao.java index 23458f0b882..49ec6e465f6 100644 --- a/sonar-db/src/main/java/org/sonar/db/measure/MeasureDao.java +++ b/sonar-db/src/main/java/org/sonar/db/measure/MeasureDao.java @@ -1,14 +1,14 @@ /* - * SonarQube, open source software quality management tool. - * Copyright (C) 2008-2014 SonarSource + * SonarQube :: Database + * Copyright (C) 2009-2016 SonarSource SA * mailto:contact AT sonarsource DOT com * - * SonarQube is free software; you can redistribute it and/or + * This program 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. * - * SonarQube is distributed in the hope that it will be useful, + * This program 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. @@ -17,7 +17,6 @@ * 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.db.measure; import com.google.common.base.Function; diff --git a/sonar-db/src/main/java/org/sonar/db/measure/MeasureDto.java b/sonar-db/src/main/java/org/sonar/db/measure/MeasureDto.java index 67e75887a3a..5735fd3946d 100644 --- a/sonar-db/src/main/java/org/sonar/db/measure/MeasureDto.java +++ b/sonar-db/src/main/java/org/sonar/db/measure/MeasureDto.java @@ -1,14 +1,14 @@ /* - * SonarQube, open source software quality management tool. - * Copyright (C) 2008-2014 SonarSource + * SonarQube :: Database + * Copyright (C) 2009-2016 SonarSource SA * mailto:contact AT sonarsource DOT com * - * SonarQube is free software; you can redistribute it and/or + * This program 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. * - * SonarQube is distributed in the hope that it will be useful, + * This program 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. @@ -17,7 +17,6 @@ * 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.db.measure; import com.google.common.base.Objects; diff --git a/sonar-db/src/main/java/org/sonar/db/measure/MeasureFilterDao.java b/sonar-db/src/main/java/org/sonar/db/measure/MeasureFilterDao.java index 59b916f5e2c..b7768d19c53 100644 --- a/sonar-db/src/main/java/org/sonar/db/measure/MeasureFilterDao.java +++ b/sonar-db/src/main/java/org/sonar/db/measure/MeasureFilterDao.java @@ -1,14 +1,14 @@ /* - * SonarQube, open source software quality management tool. - * Copyright (C) 2008-2014 SonarSource + * SonarQube :: Database + * Copyright (C) 2009-2016 SonarSource SA * mailto:contact AT sonarsource DOT com * - * SonarQube is free software; you can redistribute it and/or + * This program 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. * - * SonarQube is distributed in the hope that it will be useful, + * This program 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-db/src/main/java/org/sonar/db/measure/MeasureFilterDto.java b/sonar-db/src/main/java/org/sonar/db/measure/MeasureFilterDto.java index f693d815790..a904fade621 100644 --- a/sonar-db/src/main/java/org/sonar/db/measure/MeasureFilterDto.java +++ b/sonar-db/src/main/java/org/sonar/db/measure/MeasureFilterDto.java @@ -1,14 +1,14 @@ /* - * SonarQube, open source software quality management tool. - * Copyright (C) 2008-2014 SonarSource + * SonarQube :: Database + * Copyright (C) 2009-2016 SonarSource SA * mailto:contact AT sonarsource DOT com * - * SonarQube is free software; you can redistribute it and/or + * This program 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. * - * SonarQube is distributed in the hope that it will be useful, + * This program 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-db/src/main/java/org/sonar/db/measure/MeasureFilterMapper.java b/sonar-db/src/main/java/org/sonar/db/measure/MeasureFilterMapper.java index ed0c51d3dc2..666de78dbf3 100644 --- a/sonar-db/src/main/java/org/sonar/db/measure/MeasureFilterMapper.java +++ b/sonar-db/src/main/java/org/sonar/db/measure/MeasureFilterMapper.java @@ -1,14 +1,14 @@ /* - * SonarQube, open source software quality management tool. - * Copyright (C) 2008-2014 SonarSource + * SonarQube :: Database + * Copyright (C) 2009-2016 SonarSource SA * mailto:contact AT sonarsource DOT com * - * SonarQube is free software; you can redistribute it and/or + * This program 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. * - * SonarQube is distributed in the hope that it will be useful, + * This program 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-db/src/main/java/org/sonar/db/measure/MeasureMapper.java b/sonar-db/src/main/java/org/sonar/db/measure/MeasureMapper.java index 63fb1f42857..f9b70f46e17 100644 --- a/sonar-db/src/main/java/org/sonar/db/measure/MeasureMapper.java +++ b/sonar-db/src/main/java/org/sonar/db/measure/MeasureMapper.java @@ -1,14 +1,14 @@ /* - * SonarQube, open source software quality management tool. - * Copyright (C) 2008-2014 SonarSource + * SonarQube :: Database + * Copyright (C) 2009-2016 SonarSource SA * mailto:contact AT sonarsource DOT com * - * SonarQube is free software; you can redistribute it and/or + * This program 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. * - * SonarQube is distributed in the hope that it will be useful, + * This program 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. @@ -17,7 +17,6 @@ * 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.db.measure; import java.util.List; diff --git a/sonar-db/src/main/java/org/sonar/db/measure/PastMeasureDto.java b/sonar-db/src/main/java/org/sonar/db/measure/PastMeasureDto.java index f82099b6e03..364de6e7b9f 100644 --- a/sonar-db/src/main/java/org/sonar/db/measure/PastMeasureDto.java +++ b/sonar-db/src/main/java/org/sonar/db/measure/PastMeasureDto.java @@ -1,14 +1,14 @@ /* - * SonarQube, open source software quality management tool. - * Copyright (C) 2008-2014 SonarSource + * SonarQube :: Database + * Copyright (C) 2009-2016 SonarSource SA * mailto:contact AT sonarsource DOT com * - * SonarQube is free software; you can redistribute it and/or + * This program 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. * - * SonarQube is distributed in the hope that it will be useful, + * This program 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. @@ -17,7 +17,6 @@ * 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.db.measure; import java.util.Objects; diff --git a/sonar-db/src/main/java/org/sonar/db/measure/custom/CustomMeasureDao.java b/sonar-db/src/main/java/org/sonar/db/measure/custom/CustomMeasureDao.java index 90a5cd2e3f8..1a0cc561e1d 100644 --- a/sonar-db/src/main/java/org/sonar/db/measure/custom/CustomMeasureDao.java +++ b/sonar-db/src/main/java/org/sonar/db/measure/custom/CustomMeasureDao.java @@ -1,14 +1,14 @@ /* - * SonarQube, open source software quality management tool. - * Copyright (C) 2008-2014 SonarSource + * SonarQube :: Database + * Copyright (C) 2009-2016 SonarSource SA * mailto:contact AT sonarsource DOT com * - * SonarQube is free software; you can redistribute it and/or + * This program 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. * - * SonarQube is distributed in the hope that it will be useful, + * This program 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. @@ -17,7 +17,6 @@ * 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.db.measure.custom; import com.google.common.base.Function; diff --git a/sonar-db/src/main/java/org/sonar/db/measure/custom/CustomMeasureDto.java b/sonar-db/src/main/java/org/sonar/db/measure/custom/CustomMeasureDto.java index 8de62f8b721..776ab1aa501 100644 --- a/sonar-db/src/main/java/org/sonar/db/measure/custom/CustomMeasureDto.java +++ b/sonar-db/src/main/java/org/sonar/db/measure/custom/CustomMeasureDto.java @@ -1,14 +1,14 @@ /* - * SonarQube, open source software quality management tool. - * Copyright (C) 2008-2014 SonarSource + * SonarQube :: Database + * Copyright (C) 2009-2016 SonarSource SA * mailto:contact AT sonarsource DOT com * - * SonarQube is free software; you can redistribute it and/or + * This program 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. * - * SonarQube is distributed in the hope that it will be useful, + * This program 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. @@ -17,7 +17,6 @@ * 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.db.measure.custom; import javax.annotation.CheckForNull; diff --git a/sonar-db/src/main/java/org/sonar/db/measure/custom/CustomMeasureMapper.java b/sonar-db/src/main/java/org/sonar/db/measure/custom/CustomMeasureMapper.java index d69733bcfe5..174f714d9b3 100644 --- a/sonar-db/src/main/java/org/sonar/db/measure/custom/CustomMeasureMapper.java +++ b/sonar-db/src/main/java/org/sonar/db/measure/custom/CustomMeasureMapper.java @@ -1,14 +1,14 @@ /* - * SonarQube, open source software quality management tool. - * Copyright (C) 2008-2014 SonarSource + * SonarQube :: Database + * Copyright (C) 2009-2016 SonarSource SA * mailto:contact AT sonarsource DOT com * - * SonarQube is free software; you can redistribute it and/or + * This program 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. * - * SonarQube is distributed in the hope that it will be useful, + * This program 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. @@ -17,7 +17,6 @@ * 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.db.measure.custom; import java.util.List; diff --git a/sonar-db/src/main/java/org/sonar/db/measure/custom/package-info.java b/sonar-db/src/main/java/org/sonar/db/measure/custom/package-info.java index 49b5449104a..0b308be39dc 100644 --- a/sonar-db/src/main/java/org/sonar/db/measure/custom/package-info.java +++ b/sonar-db/src/main/java/org/sonar/db/measure/custom/package-info.java @@ -1,14 +1,14 @@ /* - * SonarQube, open source software quality management tool. - * Copyright (C) 2008-2014 SonarSource + * SonarQube :: Database + * Copyright (C) 2009-2016 SonarSource SA * mailto:contact AT sonarsource DOT com * - * SonarQube is free software; you can redistribute it and/or + * This program 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. * - * SonarQube is distributed in the hope that it will be useful, + * This program 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. @@ -17,7 +17,6 @@ * along with this program; if not, write to the Free Software Foundation, * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ - @ParametersAreNonnullByDefault package org.sonar.db.measure.custom; diff --git a/sonar-db/src/main/java/org/sonar/db/measure/package-info.java b/sonar-db/src/main/java/org/sonar/db/measure/package-info.java index 4485a31899b..b414fea19d6 100644 --- a/sonar-db/src/main/java/org/sonar/db/measure/package-info.java +++ b/sonar-db/src/main/java/org/sonar/db/measure/package-info.java @@ -1,14 +1,14 @@ /* - * SonarQube, open source software quality management tool. - * Copyright (C) 2008-2014 SonarSource + * SonarQube :: Database + * Copyright (C) 2009-2016 SonarSource SA * mailto:contact AT sonarsource DOT com * - * SonarQube is free software; you can redistribute it and/or + * This program 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. * - * SonarQube is distributed in the hope that it will be useful, + * This program 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-db/src/main/java/org/sonar/db/metric/MetricDao.java b/sonar-db/src/main/java/org/sonar/db/metric/MetricDao.java index b61e7443b6d..4e7a746df88 100644 --- a/sonar-db/src/main/java/org/sonar/db/metric/MetricDao.java +++ b/sonar-db/src/main/java/org/sonar/db/metric/MetricDao.java @@ -1,14 +1,14 @@ /* - * SonarQube, open source software quality management tool. - * Copyright (C) 2008-2014 SonarSource + * SonarQube :: Database + * Copyright (C) 2009-2016 SonarSource SA * mailto:contact AT sonarsource DOT com * - * SonarQube is free software; you can redistribute it and/or + * This program 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. * - * SonarQube is distributed in the hope that it will be useful, + * This program 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. @@ -17,7 +17,6 @@ * 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.db.metric; import com.google.common.base.Function; diff --git a/sonar-db/src/main/java/org/sonar/db/metric/MetricDto.java b/sonar-db/src/main/java/org/sonar/db/metric/MetricDto.java index c5bace1c447..ad628a3804c 100644 --- a/sonar-db/src/main/java/org/sonar/db/metric/MetricDto.java +++ b/sonar-db/src/main/java/org/sonar/db/metric/MetricDto.java @@ -1,14 +1,14 @@ /* - * SonarQube, open source software quality management tool. - * Copyright (C) 2008-2014 SonarSource + * SonarQube :: Database + * Copyright (C) 2009-2016 SonarSource SA * mailto:contact AT sonarsource DOT com * - * SonarQube is free software; you can redistribute it and/or + * This program 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. * - * SonarQube is distributed in the hope that it will be useful, + * This program 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. @@ -17,7 +17,6 @@ * 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.db.metric; import javax.annotation.CheckForNull; diff --git a/sonar-db/src/main/java/org/sonar/db/metric/MetricMapper.java b/sonar-db/src/main/java/org/sonar/db/metric/MetricMapper.java index b724c5f3841..6f10b282ab2 100644 --- a/sonar-db/src/main/java/org/sonar/db/metric/MetricMapper.java +++ b/sonar-db/src/main/java/org/sonar/db/metric/MetricMapper.java @@ -1,14 +1,14 @@ /* - * SonarQube, open source software quality management tool. - * Copyright (C) 2008-2014 SonarSource + * SonarQube :: Database + * Copyright (C) 2009-2016 SonarSource SA * mailto:contact AT sonarsource DOT com * - * SonarQube is free software; you can redistribute it and/or + * This program 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. * - * SonarQube is distributed in the hope that it will be useful, + * This program 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. @@ -17,7 +17,6 @@ * 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.db.metric; import java.util.List; diff --git a/sonar-db/src/main/java/org/sonar/db/metric/package-info.java b/sonar-db/src/main/java/org/sonar/db/metric/package-info.java index b0c6b63660b..0f7781536a6 100644 --- a/sonar-db/src/main/java/org/sonar/db/metric/package-info.java +++ b/sonar-db/src/main/java/org/sonar/db/metric/package-info.java @@ -1,14 +1,14 @@ /* - * SonarQube, open source software quality management tool. - * Copyright (C) 2008-2014 SonarSource + * SonarQube :: Database + * Copyright (C) 2009-2016 SonarSource SA * mailto:contact AT sonarsource DOT com * - * SonarQube is free software; you can redistribute it and/or + * This program 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. * - * SonarQube is distributed in the hope that it will be useful, + * This program 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-db/src/main/java/org/sonar/db/notification/NotificationQueueDao.java b/sonar-db/src/main/java/org/sonar/db/notification/NotificationQueueDao.java index 8fb47d2fc09..80fbdb5f8fe 100644 --- a/sonar-db/src/main/java/org/sonar/db/notification/NotificationQueueDao.java +++ b/sonar-db/src/main/java/org/sonar/db/notification/NotificationQueueDao.java @@ -1,14 +1,14 @@ /* - * SonarQube, open source software quality management tool. - * Copyright (C) 2008-2014 SonarSource + * SonarQube :: Database + * Copyright (C) 2009-2016 SonarSource SA * mailto:contact AT sonarsource DOT com * - * SonarQube is free software; you can redistribute it and/or + * This program 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. * - * SonarQube is distributed in the hope that it will be useful, + * This program 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. @@ -17,7 +17,6 @@ * 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.db.notification; import java.util.Collections; diff --git a/sonar-db/src/main/java/org/sonar/db/notification/NotificationQueueDto.java b/sonar-db/src/main/java/org/sonar/db/notification/NotificationQueueDto.java index 44a5602bb64..b8a1e96aada 100644 --- a/sonar-db/src/main/java/org/sonar/db/notification/NotificationQueueDto.java +++ b/sonar-db/src/main/java/org/sonar/db/notification/NotificationQueueDto.java @@ -1,14 +1,14 @@ /* - * SonarQube, open source software quality management tool. - * Copyright (C) 2008-2014 SonarSource + * SonarQube :: Database + * Copyright (C) 2009-2016 SonarSource SA * mailto:contact AT sonarsource DOT com * - * SonarQube is free software; you can redistribute it and/or + * This program 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. * - * SonarQube is distributed in the hope that it will be useful, + * This program 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. @@ -17,7 +17,6 @@ * 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.db.notification; import java.io.ByteArrayInputStream; diff --git a/sonar-db/src/main/java/org/sonar/db/notification/NotificationQueueMapper.java b/sonar-db/src/main/java/org/sonar/db/notification/NotificationQueueMapper.java index dead94fc4ea..8da6893caaf 100644 --- a/sonar-db/src/main/java/org/sonar/db/notification/NotificationQueueMapper.java +++ b/sonar-db/src/main/java/org/sonar/db/notification/NotificationQueueMapper.java @@ -1,14 +1,14 @@ /* - * SonarQube, open source software quality management tool. - * Copyright (C) 2008-2014 SonarSource + * SonarQube :: Database + * Copyright (C) 2009-2016 SonarSource SA * mailto:contact AT sonarsource DOT com * - * SonarQube is free software; you can redistribute it and/or + * This program 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. * - * SonarQube is distributed in the hope that it will be useful, + * This program 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. @@ -17,7 +17,6 @@ * 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.db.notification; import java.util.List; diff --git a/sonar-db/src/main/java/org/sonar/db/notification/package-info.java b/sonar-db/src/main/java/org/sonar/db/notification/package-info.java index a6d74836ec6..0dbd5e84229 100644 --- a/sonar-db/src/main/java/org/sonar/db/notification/package-info.java +++ b/sonar-db/src/main/java/org/sonar/db/notification/package-info.java @@ -1,14 +1,14 @@ /* - * SonarQube, open source software quality management tool. - * Copyright (C) 2008-2014 SonarSource + * SonarQube :: Database + * Copyright (C) 2009-2016 SonarSource SA * mailto:contact AT sonarsource DOT com * - * SonarQube is free software; you can redistribute it and/or + * This program 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. * - * SonarQube is distributed in the hope that it will be useful, + * This program 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-db/src/main/java/org/sonar/db/package-info.java b/sonar-db/src/main/java/org/sonar/db/package-info.java index d2f73de8eb1..6b5aea0aed8 100644 --- a/sonar-db/src/main/java/org/sonar/db/package-info.java +++ b/sonar-db/src/main/java/org/sonar/db/package-info.java @@ -1,14 +1,14 @@ /* - * SonarQube, open source software quality management tool. - * Copyright (C) 2008-2014 SonarSource + * SonarQube :: Database + * Copyright (C) 2009-2016 SonarSource SA * mailto:contact AT sonarsource DOT com * - * SonarQube is free software; you can redistribute it and/or + * This program 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. * - * SonarQube is distributed in the hope that it will be useful, + * This program 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-db/src/main/java/org/sonar/db/permission/CountByProjectAndPermissionDto.java b/sonar-db/src/main/java/org/sonar/db/permission/CountByProjectAndPermissionDto.java index 7a9a976aa43..a4d239c766d 100644 --- a/sonar-db/src/main/java/org/sonar/db/permission/CountByProjectAndPermissionDto.java +++ b/sonar-db/src/main/java/org/sonar/db/permission/CountByProjectAndPermissionDto.java @@ -1,14 +1,14 @@ /* - * SonarQube, open source software quality management tool. - * Copyright (C) 2008-2014 SonarSource + * SonarQube :: Database + * Copyright (C) 2009-2016 SonarSource SA * mailto:contact AT sonarsource DOT com * - * SonarQube is free software; you can redistribute it and/or + * This program 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. * - * SonarQube is distributed in the hope that it will be useful, + * This program 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. @@ -17,7 +17,6 @@ * 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.db.permission; public class CountByProjectAndPermissionDto { diff --git a/sonar-db/src/main/java/org/sonar/db/permission/CountByTemplateAndPermissionDto.java b/sonar-db/src/main/java/org/sonar/db/permission/CountByTemplateAndPermissionDto.java index 4a9d84e88dc..c60ea0e02f9 100644 --- a/sonar-db/src/main/java/org/sonar/db/permission/CountByTemplateAndPermissionDto.java +++ b/sonar-db/src/main/java/org/sonar/db/permission/CountByTemplateAndPermissionDto.java @@ -1,14 +1,14 @@ /* - * SonarQube, open source software quality management tool. - * Copyright (C) 2008-2014 SonarSource + * SonarQube :: Database + * Copyright (C) 2009-2016 SonarSource SA * mailto:contact AT sonarsource DOT com * - * SonarQube is free software; you can redistribute it and/or + * This program 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. * - * SonarQube is distributed in the hope that it will be useful, + * This program 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. @@ -17,7 +17,6 @@ * 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.db.permission; public class CountByTemplateAndPermissionDto { diff --git a/sonar-db/src/main/java/org/sonar/db/permission/GroupWithPermissionDto.java b/sonar-db/src/main/java/org/sonar/db/permission/GroupWithPermissionDto.java index 521a87439d8..ce07298a8c7 100644 --- a/sonar-db/src/main/java/org/sonar/db/permission/GroupWithPermissionDto.java +++ b/sonar-db/src/main/java/org/sonar/db/permission/GroupWithPermissionDto.java @@ -1,14 +1,14 @@ /* - * SonarQube, open source software quality management tool. - * Copyright (C) 2008-2014 SonarSource + * SonarQube :: Database + * Copyright (C) 2009-2016 SonarSource SA * mailto:contact AT sonarsource DOT com * - * SonarQube is free software; you can redistribute it and/or + * This program 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. * - * SonarQube is distributed in the hope that it will be useful, + * This program 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. @@ -17,7 +17,6 @@ * 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.db.permission; import javax.annotation.CheckForNull; diff --git a/sonar-db/src/main/java/org/sonar/db/permission/PermissionDao.java b/sonar-db/src/main/java/org/sonar/db/permission/PermissionDao.java index 773c28a44e0..1520ce2ed68 100644 --- a/sonar-db/src/main/java/org/sonar/db/permission/PermissionDao.java +++ b/sonar-db/src/main/java/org/sonar/db/permission/PermissionDao.java @@ -1,14 +1,14 @@ /* - * SonarQube, open source software quality management tool. - * Copyright (C) 2008-2014 SonarSource + * SonarQube :: Database + * Copyright (C) 2009-2016 SonarSource SA * mailto:contact AT sonarsource DOT com * - * SonarQube is free software; you can redistribute it and/or + * This program 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. * - * SonarQube is distributed in the hope that it will be useful, + * This program 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. @@ -17,7 +17,6 @@ * 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.db.permission; import com.google.common.base.Function; diff --git a/sonar-db/src/main/java/org/sonar/db/permission/PermissionMapper.java b/sonar-db/src/main/java/org/sonar/db/permission/PermissionMapper.java index e359badd02f..3c8093b799d 100644 --- a/sonar-db/src/main/java/org/sonar/db/permission/PermissionMapper.java +++ b/sonar-db/src/main/java/org/sonar/db/permission/PermissionMapper.java @@ -1,14 +1,14 @@ /* - * SonarQube, open source software quality management tool. - * Copyright (C) 2008-2014 SonarSource + * SonarQube :: Database + * Copyright (C) 2009-2016 SonarSource SA * mailto:contact AT sonarsource DOT com * - * SonarQube is free software; you can redistribute it and/or + * This program 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. * - * SonarQube is distributed in the hope that it will be useful, + * This program 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. @@ -17,7 +17,6 @@ * 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.db.permission; import java.util.List; diff --git a/sonar-db/src/main/java/org/sonar/db/permission/PermissionQuery.java b/sonar-db/src/main/java/org/sonar/db/permission/PermissionQuery.java index 3b0ca7efdc8..3220f7a759c 100644 --- a/sonar-db/src/main/java/org/sonar/db/permission/PermissionQuery.java +++ b/sonar-db/src/main/java/org/sonar/db/permission/PermissionQuery.java @@ -1,14 +1,14 @@ /* - * SonarQube, open source software quality management tool. - * Copyright (C) 2008-2014 SonarSource + * SonarQube :: Database + * Copyright (C) 2009-2016 SonarSource SA * mailto:contact AT sonarsource DOT com * - * SonarQube is free software; you can redistribute it and/or + * This program 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. * - * SonarQube is distributed in the hope that it will be useful, + * This program 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. @@ -17,7 +17,6 @@ * 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.db.permission; import com.google.common.base.Preconditions; diff --git a/sonar-db/src/main/java/org/sonar/db/permission/PermissionRepository.java b/sonar-db/src/main/java/org/sonar/db/permission/PermissionRepository.java index 14067392513..d102e585327 100644 --- a/sonar-db/src/main/java/org/sonar/db/permission/PermissionRepository.java +++ b/sonar-db/src/main/java/org/sonar/db/permission/PermissionRepository.java @@ -1,14 +1,14 @@ /* - * SonarQube, open source software quality management tool. - * Copyright (C) 2008-2014 SonarSource + * SonarQube :: Database + * Copyright (C) 2009-2016 SonarSource SA * mailto:contact AT sonarsource DOT com * - * SonarQube is free software; you can redistribute it and/or + * This program 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. * - * SonarQube is distributed in the hope that it will be useful, + * This program 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. @@ -17,7 +17,6 @@ * 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.db.permission; import java.text.MessageFormat; diff --git a/sonar-db/src/main/java/org/sonar/db/permission/PermissionTemplateDao.java b/sonar-db/src/main/java/org/sonar/db/permission/PermissionTemplateDao.java index 8733b7d20da..8a1b0d81160 100644 --- a/sonar-db/src/main/java/org/sonar/db/permission/PermissionTemplateDao.java +++ b/sonar-db/src/main/java/org/sonar/db/permission/PermissionTemplateDao.java @@ -1,14 +1,14 @@ /* - * SonarQube, open source software quality management tool. - * Copyright (C) 2008-2014 SonarSource + * SonarQube :: Database + * Copyright (C) 2009-2016 SonarSource SA * mailto:contact AT sonarsource DOT com * - * SonarQube is free software; you can redistribute it and/or + * This program 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. * - * SonarQube is distributed in the hope that it will be useful, + * This program 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. @@ -17,7 +17,6 @@ * 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.db.permission; import com.google.common.annotations.VisibleForTesting; diff --git a/sonar-db/src/main/java/org/sonar/db/permission/PermissionTemplateDto.java b/sonar-db/src/main/java/org/sonar/db/permission/PermissionTemplateDto.java index 1fc13fb8bd2..8555c187553 100644 --- a/sonar-db/src/main/java/org/sonar/db/permission/PermissionTemplateDto.java +++ b/sonar-db/src/main/java/org/sonar/db/permission/PermissionTemplateDto.java @@ -1,14 +1,14 @@ /* - * SonarQube, open source software quality management tool. - * Copyright (C) 2008-2014 SonarSource + * SonarQube :: Database + * Copyright (C) 2009-2016 SonarSource SA * mailto:contact AT sonarsource DOT com * - * SonarQube is free software; you can redistribute it and/or + * This program 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. * - * SonarQube is distributed in the hope that it will be useful, + * This program 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. @@ -17,7 +17,6 @@ * 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.db.permission; import java.util.Date; diff --git a/sonar-db/src/main/java/org/sonar/db/permission/PermissionTemplateGroupDto.java b/sonar-db/src/main/java/org/sonar/db/permission/PermissionTemplateGroupDto.java index dc1e11dd2c5..1d57c06412e 100644 --- a/sonar-db/src/main/java/org/sonar/db/permission/PermissionTemplateGroupDto.java +++ b/sonar-db/src/main/java/org/sonar/db/permission/PermissionTemplateGroupDto.java @@ -1,14 +1,14 @@ /* - * SonarQube, open source software quality management tool. - * Copyright (C) 2008-2014 SonarSource + * SonarQube :: Database + * Copyright (C) 2009-2016 SonarSource SA * mailto:contact AT sonarsource DOT com * - * SonarQube is free software; you can redistribute it and/or + * This program 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. * - * SonarQube is distributed in the hope that it will be useful, + * This program 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. @@ -17,7 +17,6 @@ * 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.db.permission; import java.util.Date; diff --git a/sonar-db/src/main/java/org/sonar/db/permission/PermissionTemplateMapper.java b/sonar-db/src/main/java/org/sonar/db/permission/PermissionTemplateMapper.java index b10176222f0..c4d05656d5d 100644 --- a/sonar-db/src/main/java/org/sonar/db/permission/PermissionTemplateMapper.java +++ b/sonar-db/src/main/java/org/sonar/db/permission/PermissionTemplateMapper.java @@ -1,14 +1,14 @@ /* - * SonarQube, open source software quality management tool. - * Copyright (C) 2008-2014 SonarSource + * SonarQube :: Database + * Copyright (C) 2009-2016 SonarSource SA * mailto:contact AT sonarsource DOT com * - * SonarQube is free software; you can redistribute it and/or + * This program 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. * - * SonarQube is distributed in the hope that it will be useful, + * This program 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. @@ -17,7 +17,6 @@ * 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.db.permission; import java.util.List; diff --git a/sonar-db/src/main/java/org/sonar/db/permission/PermissionTemplateUserDto.java b/sonar-db/src/main/java/org/sonar/db/permission/PermissionTemplateUserDto.java index a1f6aaacb2f..ab04d3602a4 100644 --- a/sonar-db/src/main/java/org/sonar/db/permission/PermissionTemplateUserDto.java +++ b/sonar-db/src/main/java/org/sonar/db/permission/PermissionTemplateUserDto.java @@ -1,14 +1,14 @@ /* - * SonarQube, open source software quality management tool. - * Copyright (C) 2008-2014 SonarSource + * SonarQube :: Database + * Copyright (C) 2009-2016 SonarSource SA * mailto:contact AT sonarsource DOT com * - * SonarQube is free software; you can redistribute it and/or + * This program 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. * - * SonarQube is distributed in the hope that it will be useful, + * This program 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. @@ -17,7 +17,6 @@ * 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.db.permission; import java.util.Date; diff --git a/sonar-db/src/main/java/org/sonar/db/permission/UserWithPermissionDto.java b/sonar-db/src/main/java/org/sonar/db/permission/UserWithPermissionDto.java index 15ed345eb11..9b2deefc60c 100644 --- a/sonar-db/src/main/java/org/sonar/db/permission/UserWithPermissionDto.java +++ b/sonar-db/src/main/java/org/sonar/db/permission/UserWithPermissionDto.java @@ -1,14 +1,14 @@ /* - * SonarQube, open source software quality management tool. - * Copyright (C) 2008-2014 SonarSource + * SonarQube :: Database + * Copyright (C) 2009-2016 SonarSource SA * mailto:contact AT sonarsource DOT com * - * SonarQube is free software; you can redistribute it and/or + * This program 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. * - * SonarQube is distributed in the hope that it will be useful, + * This program 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. @@ -17,7 +17,6 @@ * 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.db.permission; import javax.annotation.CheckForNull; diff --git a/sonar-db/src/main/java/org/sonar/db/permission/package-info.java b/sonar-db/src/main/java/org/sonar/db/permission/package-info.java index bb23b9cf500..f4b38674a6b 100644 --- a/sonar-db/src/main/java/org/sonar/db/permission/package-info.java +++ b/sonar-db/src/main/java/org/sonar/db/permission/package-info.java @@ -1,14 +1,14 @@ /* - * SonarQube, open source software quality management tool. - * Copyright (C) 2008-2014 SonarSource + * SonarQube :: Database + * Copyright (C) 2009-2016 SonarSource SA * mailto:contact AT sonarsource DOT com * - * SonarQube is free software; you can redistribute it and/or + * This program 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. * - * SonarQube is distributed in the hope that it will be useful, + * This program 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-db/src/main/java/org/sonar/db/profiling/ConnectionInterceptor.java b/sonar-db/src/main/java/org/sonar/db/profiling/ConnectionInterceptor.java index 559e953957d..617bbd680aa 100644 --- a/sonar-db/src/main/java/org/sonar/db/profiling/ConnectionInterceptor.java +++ b/sonar-db/src/main/java/org/sonar/db/profiling/ConnectionInterceptor.java @@ -1,14 +1,14 @@ /* - * SonarQube, open source software quality management tool. - * Copyright (C) 2008-2014 SonarSource + * SonarQube :: Database + * Copyright (C) 2009-2016 SonarSource SA * mailto:contact AT sonarsource DOT com * - * SonarQube is free software; you can redistribute it and/or + * This program 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. * - * SonarQube is distributed in the hope that it will be useful, + * This program 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-db/src/main/java/org/sonar/db/profiling/InvocationUtils.java b/sonar-db/src/main/java/org/sonar/db/profiling/InvocationUtils.java index a4c5ac1cdc0..151a8be8795 100644 --- a/sonar-db/src/main/java/org/sonar/db/profiling/InvocationUtils.java +++ b/sonar-db/src/main/java/org/sonar/db/profiling/InvocationUtils.java @@ -1,14 +1,14 @@ /* - * SonarQube, open source software quality management tool. - * Copyright (C) 2008-2014 SonarSource + * SonarQube :: Database + * Copyright (C) 2009-2016 SonarSource SA * mailto:contact AT sonarsource DOT com * - * SonarQube is free software; you can redistribute it and/or + * This program 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. * - * SonarQube is distributed in the hope that it will be useful, + * This program 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. @@ -17,7 +17,6 @@ * 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.db.profiling; import java.lang.reflect.InvocationTargetException; diff --git a/sonar-db/src/main/java/org/sonar/db/profiling/NullConnectionInterceptor.java b/sonar-db/src/main/java/org/sonar/db/profiling/NullConnectionInterceptor.java index 0f9949983c3..d2c9e444673 100644 --- a/sonar-db/src/main/java/org/sonar/db/profiling/NullConnectionInterceptor.java +++ b/sonar-db/src/main/java/org/sonar/db/profiling/NullConnectionInterceptor.java @@ -1,14 +1,14 @@ /* - * SonarQube, open source software quality management tool. - * Copyright (C) 2008-2014 SonarSource + * SonarQube :: Database + * Copyright (C) 2009-2016 SonarSource SA * mailto:contact AT sonarsource DOT com * - * SonarQube is free software; you can redistribute it and/or + * This program 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. * - * SonarQube is distributed in the hope that it will be useful, + * This program 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-db/src/main/java/org/sonar/db/profiling/ProfiledConnectionInterceptor.java b/sonar-db/src/main/java/org/sonar/db/profiling/ProfiledConnectionInterceptor.java index 78220ebfa5a..43fd02ff4b4 100644 --- a/sonar-db/src/main/java/org/sonar/db/profiling/ProfiledConnectionInterceptor.java +++ b/sonar-db/src/main/java/org/sonar/db/profiling/ProfiledConnectionInterceptor.java @@ -1,14 +1,14 @@ /* - * SonarQube, open source software quality management tool. - * Copyright (C) 2008-2014 SonarSource + * SonarQube :: Database + * Copyright (C) 2009-2016 SonarSource SA * mailto:contact AT sonarsource DOT com * - * SonarQube is free software; you can redistribute it and/or + * This program 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. * - * SonarQube is distributed in the hope that it will be useful, + * This program 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-db/src/main/java/org/sonar/db/profiling/ProfiledDataSource.java b/sonar-db/src/main/java/org/sonar/db/profiling/ProfiledDataSource.java index 396e2178a17..edf290193fb 100644 --- a/sonar-db/src/main/java/org/sonar/db/profiling/ProfiledDataSource.java +++ b/sonar-db/src/main/java/org/sonar/db/profiling/ProfiledDataSource.java @@ -1,14 +1,14 @@ /* - * SonarQube, open source software quality management tool. - * Copyright (C) 2008-2014 SonarSource + * SonarQube :: Database + * Copyright (C) 2009-2016 SonarSource SA * mailto:contact AT sonarsource DOT com * - * SonarQube is free software; you can redistribute it and/or + * This program 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. * - * SonarQube is distributed in the hope that it will be useful, + * This program 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-db/src/main/java/org/sonar/db/profiling/ProfilingConnectionHandler.java b/sonar-db/src/main/java/org/sonar/db/profiling/ProfilingConnectionHandler.java index b6e4c3566d6..904612200c4 100644 --- a/sonar-db/src/main/java/org/sonar/db/profiling/ProfilingConnectionHandler.java +++ b/sonar-db/src/main/java/org/sonar/db/profiling/ProfilingConnectionHandler.java @@ -1,14 +1,14 @@ /* - * SonarQube, open source software quality management tool. - * Copyright (C) 2008-2014 SonarSource + * SonarQube :: Database + * Copyright (C) 2009-2016 SonarSource SA * mailto:contact AT sonarsource DOT com * - * SonarQube is free software; you can redistribute it and/or + * This program 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. * - * SonarQube is distributed in the hope that it will be useful, + * This program 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-db/src/main/java/org/sonar/db/profiling/ProfilingPreparedStatementHandler.java b/sonar-db/src/main/java/org/sonar/db/profiling/ProfilingPreparedStatementHandler.java index 9c451f13a30..5410ff1acb8 100644 --- a/sonar-db/src/main/java/org/sonar/db/profiling/ProfilingPreparedStatementHandler.java +++ b/sonar-db/src/main/java/org/sonar/db/profiling/ProfilingPreparedStatementHandler.java @@ -1,14 +1,14 @@ /* - * SonarQube, open source software quality management tool. - * Copyright (C) 2008-2014 SonarSource + * SonarQube :: Database + * Copyright (C) 2009-2016 SonarSource SA * mailto:contact AT sonarsource DOT com * - * SonarQube is free software; you can redistribute it and/or + * This program 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. * - * SonarQube is distributed in the hope that it will be useful, + * This program 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-db/src/main/java/org/sonar/db/profiling/ProfilingStatementHandler.java b/sonar-db/src/main/java/org/sonar/db/profiling/ProfilingStatementHandler.java index 994f1a823c0..7a464d3c9d0 100644 --- a/sonar-db/src/main/java/org/sonar/db/profiling/ProfilingStatementHandler.java +++ b/sonar-db/src/main/java/org/sonar/db/profiling/ProfilingStatementHandler.java @@ -1,14 +1,14 @@ /* - * SonarQube, open source software quality management tool. - * Copyright (C) 2008-2014 SonarSource + * SonarQube :: Database + * Copyright (C) 2009-2016 SonarSource SA * mailto:contact AT sonarsource DOT com * - * SonarQube is free software; you can redistribute it and/or + * This program 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. * - * SonarQube is distributed in the hope that it will be useful, + * This program 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-db/src/main/java/org/sonar/db/profiling/package-info.java b/sonar-db/src/main/java/org/sonar/db/profiling/package-info.java index 99f88d56e77..da9940cc59a 100644 --- a/sonar-db/src/main/java/org/sonar/db/profiling/package-info.java +++ b/sonar-db/src/main/java/org/sonar/db/profiling/package-info.java @@ -1,14 +1,14 @@ /* - * SonarQube, open source software quality management tool. - * Copyright (C) 2008-2014 SonarSource + * SonarQube :: Database + * Copyright (C) 2009-2016 SonarSource SA * mailto:contact AT sonarsource DOT com * - * SonarQube is free software; you can redistribute it and/or + * This program 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. * - * SonarQube is distributed in the hope that it will be useful, + * This program 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-db/src/main/java/org/sonar/db/property/PropertiesDao.java b/sonar-db/src/main/java/org/sonar/db/property/PropertiesDao.java index 2749bda66bd..9faa588f75a 100644 --- a/sonar-db/src/main/java/org/sonar/db/property/PropertiesDao.java +++ b/sonar-db/src/main/java/org/sonar/db/property/PropertiesDao.java @@ -1,14 +1,14 @@ /* - * SonarQube, open source software quality management tool. - * Copyright (C) 2008-2014 SonarSource + * SonarQube :: Database + * Copyright (C) 2009-2016 SonarSource SA * mailto:contact AT sonarsource DOT com * - * SonarQube is free software; you can redistribute it and/or + * This program 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. * - * SonarQube is distributed in the hope that it will be useful, + * This program 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. @@ -17,7 +17,6 @@ * 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.db.property; import com.google.common.base.Preconditions; diff --git a/sonar-db/src/main/java/org/sonar/db/property/PropertiesMapper.java b/sonar-db/src/main/java/org/sonar/db/property/PropertiesMapper.java index 34c03e2e9b8..202ca869027 100644 --- a/sonar-db/src/main/java/org/sonar/db/property/PropertiesMapper.java +++ b/sonar-db/src/main/java/org/sonar/db/property/PropertiesMapper.java @@ -1,14 +1,14 @@ /* - * SonarQube, open source software quality management tool. - * Copyright (C) 2008-2014 SonarSource + * SonarQube :: Database + * Copyright (C) 2009-2016 SonarSource SA * mailto:contact AT sonarsource DOT com * - * SonarQube is free software; you can redistribute it and/or + * This program 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. * - * SonarQube is distributed in the hope that it will be useful, + * This program 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. @@ -17,7 +17,6 @@ * 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.db.property; import java.util.List; diff --git a/sonar-db/src/main/java/org/sonar/db/property/PropertyDto.java b/sonar-db/src/main/java/org/sonar/db/property/PropertyDto.java index 91e68f8d24b..3ebbb0d0190 100644 --- a/sonar-db/src/main/java/org/sonar/db/property/PropertyDto.java +++ b/sonar-db/src/main/java/org/sonar/db/property/PropertyDto.java @@ -1,14 +1,14 @@ /* - * SonarQube, open source software quality management tool. - * Copyright (C) 2008-2014 SonarSource + * SonarQube :: Database + * Copyright (C) 2009-2016 SonarSource SA * mailto:contact AT sonarsource DOT com * - * SonarQube is free software; you can redistribute it and/or + * This program 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. * - * SonarQube is distributed in the hope that it will be useful, + * This program 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-db/src/main/java/org/sonar/db/property/PropertyQuery.java b/sonar-db/src/main/java/org/sonar/db/property/PropertyQuery.java index 108fb2e2742..09cfb0b87bf 100644 --- a/sonar-db/src/main/java/org/sonar/db/property/PropertyQuery.java +++ b/sonar-db/src/main/java/org/sonar/db/property/PropertyQuery.java @@ -1,14 +1,14 @@ /* - * SonarQube, open source software quality management tool. - * Copyright (C) 2008-2014 SonarSource + * SonarQube :: Database + * Copyright (C) 2009-2016 SonarSource SA * mailto:contact AT sonarsource DOT com * - * SonarQube is free software; you can redistribute it and/or + * This program 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. * - * SonarQube is distributed in the hope that it will be useful, + * This program 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. @@ -17,7 +17,6 @@ * 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.db.property; public class PropertyQuery { diff --git a/sonar-db/src/main/java/org/sonar/db/property/package-info.java b/sonar-db/src/main/java/org/sonar/db/property/package-info.java index a1cbdbeaaa7..ba5c371db9d 100644 --- a/sonar-db/src/main/java/org/sonar/db/property/package-info.java +++ b/sonar-db/src/main/java/org/sonar/db/property/package-info.java @@ -1,14 +1,14 @@ /* - * SonarQube, open source software quality management tool. - * Copyright (C) 2008-2014 SonarSource + * SonarQube :: Database + * Copyright (C) 2009-2016 SonarSource SA * mailto:contact AT sonarsource DOT com * - * SonarQube is free software; you can redistribute it and/or + * This program 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. * - * SonarQube is distributed in the hope that it will be useful, + * This program 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-db/src/main/java/org/sonar/db/purge/IdUuidPair.java b/sonar-db/src/main/java/org/sonar/db/purge/IdUuidPair.java index 642a6fbda55..cb7217f91b4 100644 --- a/sonar-db/src/main/java/org/sonar/db/purge/IdUuidPair.java +++ b/sonar-db/src/main/java/org/sonar/db/purge/IdUuidPair.java @@ -1,14 +1,14 @@ /* - * SonarQube, open source software quality management tool. - * Copyright (C) 2008-2014 SonarSource + * SonarQube :: Database + * Copyright (C) 2009-2016 SonarSource SA * mailto:contact AT sonarsource DOT com * - * SonarQube is free software; you can redistribute it and/or + * This program 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. * - * SonarQube is distributed in the hope that it will be useful, + * This program 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. @@ -17,7 +17,6 @@ * 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.db.purge; public class IdUuidPair { diff --git a/sonar-db/src/main/java/org/sonar/db/purge/IdUuidPairs.java b/sonar-db/src/main/java/org/sonar/db/purge/IdUuidPairs.java index 12bfbab8f09..a8641a19395 100644 --- a/sonar-db/src/main/java/org/sonar/db/purge/IdUuidPairs.java +++ b/sonar-db/src/main/java/org/sonar/db/purge/IdUuidPairs.java @@ -1,14 +1,14 @@ /* - * SonarQube, open source software quality management tool. - * Copyright (C) 2008-2014 SonarSource + * SonarQube :: Database + * Copyright (C) 2009-2016 SonarSource SA * mailto:contact AT sonarsource DOT com * - * SonarQube is free software; you can redistribute it and/or + * This program 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. * - * SonarQube is distributed in the hope that it will be useful, + * This program 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. @@ -17,7 +17,6 @@ * 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.db.purge; import com.google.common.base.Function; diff --git a/sonar-db/src/main/java/org/sonar/db/purge/PurgeCommands.java b/sonar-db/src/main/java/org/sonar/db/purge/PurgeCommands.java index 20a4cf742e4..ba2fc2d19cd 100644 --- a/sonar-db/src/main/java/org/sonar/db/purge/PurgeCommands.java +++ b/sonar-db/src/main/java/org/sonar/db/purge/PurgeCommands.java @@ -1,14 +1,14 @@ /* - * SonarQube, open source software quality management tool. - * Copyright (C) 2008-2014 SonarSource + * SonarQube :: Database + * Copyright (C) 2009-2016 SonarSource SA * mailto:contact AT sonarsource DOT com * - * SonarQube is free software; you can redistribute it and/or + * This program 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. * - * SonarQube is distributed in the hope that it will be useful, + * This program 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-db/src/main/java/org/sonar/db/purge/PurgeConfiguration.java b/sonar-db/src/main/java/org/sonar/db/purge/PurgeConfiguration.java index 65bc6c0ca0e..f027b27270e 100644 --- a/sonar-db/src/main/java/org/sonar/db/purge/PurgeConfiguration.java +++ b/sonar-db/src/main/java/org/sonar/db/purge/PurgeConfiguration.java @@ -1,14 +1,14 @@ /* - * SonarQube, open source software quality management tool. - * Copyright (C) 2008-2014 SonarSource + * SonarQube :: Database + * Copyright (C) 2009-2016 SonarSource SA * mailto:contact AT sonarsource DOT com * - * SonarQube is free software; you can redistribute it and/or + * This program 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. * - * SonarQube is distributed in the hope that it will be useful, + * This program 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-db/src/main/java/org/sonar/db/purge/PurgeDao.java b/sonar-db/src/main/java/org/sonar/db/purge/PurgeDao.java index 46703af6093..3d26a901920 100644 --- a/sonar-db/src/main/java/org/sonar/db/purge/PurgeDao.java +++ b/sonar-db/src/main/java/org/sonar/db/purge/PurgeDao.java @@ -1,14 +1,14 @@ /* - * SonarQube, open source software quality management tool. - * Copyright (C) 2008-2014 SonarSource + * SonarQube :: Database + * Copyright (C) 2009-2016 SonarSource SA * mailto:contact AT sonarsource DOT com * - * SonarQube is free software; you can redistribute it and/or + * This program 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. * - * SonarQube is distributed in the hope that it will be useful, + * This program 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-db/src/main/java/org/sonar/db/purge/PurgeListener.java b/sonar-db/src/main/java/org/sonar/db/purge/PurgeListener.java index e1e90ccf714..f62a8822f42 100644 --- a/sonar-db/src/main/java/org/sonar/db/purge/PurgeListener.java +++ b/sonar-db/src/main/java/org/sonar/db/purge/PurgeListener.java @@ -1,14 +1,14 @@ /* - * SonarQube, open source software quality management tool. - * Copyright (C) 2008-2014 SonarSource + * SonarQube :: Database + * Copyright (C) 2009-2016 SonarSource SA * mailto:contact AT sonarsource DOT com * - * SonarQube is free software; you can redistribute it and/or + * This program 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. * - * SonarQube is distributed in the hope that it will be useful, + * This program 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. @@ -17,7 +17,6 @@ * 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.db.purge; public interface PurgeListener { diff --git a/sonar-db/src/main/java/org/sonar/db/purge/PurgeMapper.java b/sonar-db/src/main/java/org/sonar/db/purge/PurgeMapper.java index 00c9a4d23eb..d7ffd6408a2 100644 --- a/sonar-db/src/main/java/org/sonar/db/purge/PurgeMapper.java +++ b/sonar-db/src/main/java/org/sonar/db/purge/PurgeMapper.java @@ -1,14 +1,14 @@ /* - * SonarQube, open source software quality management tool. - * Copyright (C) 2008-2014 SonarSource + * SonarQube :: Database + * Copyright (C) 2009-2016 SonarSource SA * mailto:contact AT sonarsource DOT com * - * SonarQube is free software; you can redistribute it and/or + * This program 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. * - * SonarQube is distributed in the hope that it will be useful, + * This program 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-db/src/main/java/org/sonar/db/purge/PurgeProfiler.java b/sonar-db/src/main/java/org/sonar/db/purge/PurgeProfiler.java index a5e07c43e5e..ffb626ec453 100644 --- a/sonar-db/src/main/java/org/sonar/db/purge/PurgeProfiler.java +++ b/sonar-db/src/main/java/org/sonar/db/purge/PurgeProfiler.java @@ -1,14 +1,14 @@ /* - * SonarQube, open source software quality management tool. - * Copyright (C) 2008-2014 SonarSource + * SonarQube :: Database + * Copyright (C) 2009-2016 SonarSource SA * mailto:contact AT sonarsource DOT com * - * SonarQube is free software; you can redistribute it and/or + * This program 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. * - * SonarQube is distributed in the hope that it will be useful, + * This program 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-db/src/main/java/org/sonar/db/purge/PurgeSnapshotQuery.java b/sonar-db/src/main/java/org/sonar/db/purge/PurgeSnapshotQuery.java index 2e44e1033ee..84040387bf1 100644 --- a/sonar-db/src/main/java/org/sonar/db/purge/PurgeSnapshotQuery.java +++ b/sonar-db/src/main/java/org/sonar/db/purge/PurgeSnapshotQuery.java @@ -1,14 +1,14 @@ /* - * SonarQube, open source software quality management tool. - * Copyright (C) 2008-2014 SonarSource + * SonarQube :: Database + * Copyright (C) 2009-2016 SonarSource SA * mailto:contact AT sonarsource DOT com * - * SonarQube is free software; you can redistribute it and/or + * This program 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. * - * SonarQube is distributed in the hope that it will be useful, + * This program 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-db/src/main/java/org/sonar/db/purge/PurgeableSnapshotDto.java b/sonar-db/src/main/java/org/sonar/db/purge/PurgeableSnapshotDto.java index b879738b04d..a997a2c5eaf 100644 --- a/sonar-db/src/main/java/org/sonar/db/purge/PurgeableSnapshotDto.java +++ b/sonar-db/src/main/java/org/sonar/db/purge/PurgeableSnapshotDto.java @@ -1,14 +1,14 @@ /* - * SonarQube, open source software quality management tool. - * Copyright (C) 2008-2014 SonarSource + * SonarQube :: Database + * Copyright (C) 2009-2016 SonarSource SA * mailto:contact AT sonarsource DOT com * - * SonarQube is free software; you can redistribute it and/or + * This program 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. * - * SonarQube is distributed in the hope that it will be useful, + * This program 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-db/src/main/java/org/sonar/db/purge/package-info.java b/sonar-db/src/main/java/org/sonar/db/purge/package-info.java index 890b581cc1c..e76f5e3b6c0 100644 --- a/sonar-db/src/main/java/org/sonar/db/purge/package-info.java +++ b/sonar-db/src/main/java/org/sonar/db/purge/package-info.java @@ -1,14 +1,14 @@ /* - * SonarQube, open source software quality management tool. - * Copyright (C) 2008-2014 SonarSource + * SonarQube :: Database + * Copyright (C) 2009-2016 SonarSource SA * mailto:contact AT sonarsource DOT com * - * SonarQube is free software; you can redistribute it and/or + * This program 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. * - * SonarQube is distributed in the hope that it will be useful, + * This program 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. @@ -17,7 +17,6 @@ * along with this program; if not, write to the Free Software Foundation, * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ - @ParametersAreNonnullByDefault package org.sonar.db.purge; diff --git a/sonar-db/src/main/java/org/sonar/db/purge/period/DefaultPeriodCleaner.java b/sonar-db/src/main/java/org/sonar/db/purge/period/DefaultPeriodCleaner.java index 35c03578122..ecaca5d7a41 100644 --- a/sonar-db/src/main/java/org/sonar/db/purge/period/DefaultPeriodCleaner.java +++ b/sonar-db/src/main/java/org/sonar/db/purge/period/DefaultPeriodCleaner.java @@ -1,14 +1,14 @@ /* - * SonarQube, open source software quality management tool. - * Copyright (C) 2008-2014 SonarSource + * SonarQube :: Database + * Copyright (C) 2009-2016 SonarSource SA * mailto:contact AT sonarsource DOT com * - * SonarQube is free software; you can redistribute it and/or + * This program 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. * - * SonarQube is distributed in the hope that it will be useful, + * This program 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. @@ -17,7 +17,6 @@ * 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.db.purge.period; import com.google.common.annotations.VisibleForTesting; diff --git a/sonar-db/src/main/java/org/sonar/db/purge/period/DeleteAllFilter.java b/sonar-db/src/main/java/org/sonar/db/purge/period/DeleteAllFilter.java index 9cd9275eaad..e57f4319fb7 100644 --- a/sonar-db/src/main/java/org/sonar/db/purge/period/DeleteAllFilter.java +++ b/sonar-db/src/main/java/org/sonar/db/purge/period/DeleteAllFilter.java @@ -1,14 +1,14 @@ /* - * SonarQube, open source software quality management tool. - * Copyright (C) 2008-2014 SonarSource + * SonarQube :: Database + * Copyright (C) 2009-2016 SonarSource SA * mailto:contact AT sonarsource DOT com * - * SonarQube is free software; you can redistribute it and/or + * This program 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. * - * SonarQube is distributed in the hope that it will be useful, + * This program 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. @@ -17,7 +17,6 @@ * 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.db.purge.period; import com.google.common.collect.Lists; diff --git a/sonar-db/src/main/java/org/sonar/db/purge/period/Filter.java b/sonar-db/src/main/java/org/sonar/db/purge/period/Filter.java index b10fb4cd342..284b1746793 100644 --- a/sonar-db/src/main/java/org/sonar/db/purge/period/Filter.java +++ b/sonar-db/src/main/java/org/sonar/db/purge/period/Filter.java @@ -1,14 +1,14 @@ /* - * SonarQube, open source software quality management tool. - * Copyright (C) 2008-2014 SonarSource + * SonarQube :: Database + * Copyright (C) 2009-2016 SonarSource SA * mailto:contact AT sonarsource DOT com * - * SonarQube is free software; you can redistribute it and/or + * This program 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. * - * SonarQube is distributed in the hope that it will be useful, + * This program 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. @@ -17,7 +17,6 @@ * 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.db.purge.period; import java.util.List; diff --git a/sonar-db/src/main/java/org/sonar/db/purge/period/Filters.java b/sonar-db/src/main/java/org/sonar/db/purge/period/Filters.java index 08b9bf04648..790f8126b97 100644 --- a/sonar-db/src/main/java/org/sonar/db/purge/period/Filters.java +++ b/sonar-db/src/main/java/org/sonar/db/purge/period/Filters.java @@ -1,14 +1,14 @@ /* - * SonarQube, open source software quality management tool. - * Copyright (C) 2008-2014 SonarSource + * SonarQube :: Database + * Copyright (C) 2009-2016 SonarSource SA * mailto:contact AT sonarsource DOT com * - * SonarQube is free software; you can redistribute it and/or + * This program 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. * - * SonarQube is distributed in the hope that it will be useful, + * This program 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. @@ -17,7 +17,6 @@ * 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.db.purge.period; import com.google.common.collect.Lists; diff --git a/sonar-db/src/main/java/org/sonar/db/purge/period/Interval.java b/sonar-db/src/main/java/org/sonar/db/purge/period/Interval.java index 2014d3fbecc..f0cef768275 100644 --- a/sonar-db/src/main/java/org/sonar/db/purge/period/Interval.java +++ b/sonar-db/src/main/java/org/sonar/db/purge/period/Interval.java @@ -1,14 +1,14 @@ /* - * SonarQube, open source software quality management tool. - * Copyright (C) 2008-2014 SonarSource + * SonarQube :: Database + * Copyright (C) 2009-2016 SonarSource SA * mailto:contact AT sonarsource DOT com * - * SonarQube is free software; you can redistribute it and/or + * This program 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. * - * SonarQube is distributed in the hope that it will be useful, + * This program 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. @@ -17,7 +17,6 @@ * 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.db.purge.period; import com.google.common.collect.Lists; diff --git a/sonar-db/src/main/java/org/sonar/db/purge/period/KeepOneFilter.java b/sonar-db/src/main/java/org/sonar/db/purge/period/KeepOneFilter.java index 7335e7c1981..07ec31e24c1 100644 --- a/sonar-db/src/main/java/org/sonar/db/purge/period/KeepOneFilter.java +++ b/sonar-db/src/main/java/org/sonar/db/purge/period/KeepOneFilter.java @@ -1,14 +1,14 @@ /* - * SonarQube, open source software quality management tool. - * Copyright (C) 2008-2014 SonarSource + * SonarQube :: Database + * Copyright (C) 2009-2016 SonarSource SA * mailto:contact AT sonarsource DOT com * - * SonarQube is free software; you can redistribute it and/or + * This program 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. * - * SonarQube is distributed in the hope that it will be useful, + * This program 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. @@ -17,7 +17,6 @@ * 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.db.purge.period; import com.google.common.annotations.VisibleForTesting; diff --git a/sonar-db/src/main/java/org/sonar/db/purge/period/package-info.java b/sonar-db/src/main/java/org/sonar/db/purge/period/package-info.java index 462f8f07e52..a49e3473448 100644 --- a/sonar-db/src/main/java/org/sonar/db/purge/period/package-info.java +++ b/sonar-db/src/main/java/org/sonar/db/purge/period/package-info.java @@ -1,14 +1,14 @@ /* - * SonarQube, open source software quality management tool. - * Copyright (C) 2008-2014 SonarSource + * SonarQube :: Database + * Copyright (C) 2009-2016 SonarSource SA * mailto:contact AT sonarsource DOT com * - * SonarQube is free software; you can redistribute it and/or + * This program 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. * - * SonarQube is distributed in the hope that it will be useful, + * This program 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. @@ -17,7 +17,6 @@ * along with this program; if not, write to the Free Software Foundation, * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ - @ParametersAreNonnullByDefault package org.sonar.db.purge.period; diff --git a/sonar-db/src/main/java/org/sonar/db/qualitygate/ProjectQgateAssociation.java b/sonar-db/src/main/java/org/sonar/db/qualitygate/ProjectQgateAssociation.java index 5aafbde3669..3be17d356fb 100644 --- a/sonar-db/src/main/java/org/sonar/db/qualitygate/ProjectQgateAssociation.java +++ b/sonar-db/src/main/java/org/sonar/db/qualitygate/ProjectQgateAssociation.java @@ -1,14 +1,14 @@ /* - * SonarQube, open source software quality management tool. - * Copyright (C) 2008-2014 SonarSource + * SonarQube :: Database + * Copyright (C) 2009-2016 SonarSource SA * mailto:contact AT sonarsource DOT com * - * SonarQube is free software; you can redistribute it and/or + * This program 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. * - * SonarQube is distributed in the hope that it will be useful, + * This program 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-db/src/main/java/org/sonar/db/qualitygate/ProjectQgateAssociationDao.java b/sonar-db/src/main/java/org/sonar/db/qualitygate/ProjectQgateAssociationDao.java index e2d6dcc353e..d427a54ca69 100644 --- a/sonar-db/src/main/java/org/sonar/db/qualitygate/ProjectQgateAssociationDao.java +++ b/sonar-db/src/main/java/org/sonar/db/qualitygate/ProjectQgateAssociationDao.java @@ -1,14 +1,14 @@ /* - * SonarQube, open source software quality management tool. - * Copyright (C) 2008-2014 SonarSource + * SonarQube :: Database + * Copyright (C) 2009-2016 SonarSource SA * mailto:contact AT sonarsource DOT com * - * SonarQube is free software; you can redistribute it and/or + * This program 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. * - * SonarQube is distributed in the hope that it will be useful, + * This program 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. @@ -17,7 +17,6 @@ * 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.db.qualitygate; import com.google.common.annotations.VisibleForTesting; diff --git a/sonar-db/src/main/java/org/sonar/db/qualitygate/ProjectQgateAssociationDto.java b/sonar-db/src/main/java/org/sonar/db/qualitygate/ProjectQgateAssociationDto.java index 18b3d7f0e19..9d2b94f2741 100644 --- a/sonar-db/src/main/java/org/sonar/db/qualitygate/ProjectQgateAssociationDto.java +++ b/sonar-db/src/main/java/org/sonar/db/qualitygate/ProjectQgateAssociationDto.java @@ -1,14 +1,14 @@ /* - * SonarQube, open source software quality management tool. - * Copyright (C) 2008-2014 SonarSource + * SonarQube :: Database + * Copyright (C) 2009-2016 SonarSource SA * mailto:contact AT sonarsource DOT com * - * SonarQube is free software; you can redistribute it and/or + * This program 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. * - * SonarQube is distributed in the hope that it will be useful, + * This program 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-db/src/main/java/org/sonar/db/qualitygate/ProjectQgateAssociationMapper.java b/sonar-db/src/main/java/org/sonar/db/qualitygate/ProjectQgateAssociationMapper.java index 1472fe7199a..38296ad808e 100644 --- a/sonar-db/src/main/java/org/sonar/db/qualitygate/ProjectQgateAssociationMapper.java +++ b/sonar-db/src/main/java/org/sonar/db/qualitygate/ProjectQgateAssociationMapper.java @@ -1,14 +1,14 @@ /* - * SonarQube, open source software quality management tool. - * Copyright (C) 2008-2014 SonarSource + * SonarQube :: Database + * Copyright (C) 2009-2016 SonarSource SA * mailto:contact AT sonarsource DOT com * - * SonarQube is free software; you can redistribute it and/or + * This program 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. * - * SonarQube is distributed in the hope that it will be useful, + * This program 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-db/src/main/java/org/sonar/db/qualitygate/ProjectQgateAssociationQuery.java b/sonar-db/src/main/java/org/sonar/db/qualitygate/ProjectQgateAssociationQuery.java index bc18f52f35d..548fc6c2a07 100644 --- a/sonar-db/src/main/java/org/sonar/db/qualitygate/ProjectQgateAssociationQuery.java +++ b/sonar-db/src/main/java/org/sonar/db/qualitygate/ProjectQgateAssociationQuery.java @@ -1,14 +1,14 @@ /* - * SonarQube, open source software quality management tool. - * Copyright (C) 2008-2014 SonarSource + * SonarQube :: Database + * Copyright (C) 2009-2016 SonarSource SA * mailto:contact AT sonarsource DOT com * - * SonarQube is free software; you can redistribute it and/or + * This program 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. * - * SonarQube is distributed in the hope that it will be useful, + * This program 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-db/src/main/java/org/sonar/db/qualitygate/QualityGateConditionDao.java b/sonar-db/src/main/java/org/sonar/db/qualitygate/QualityGateConditionDao.java index ca6ec6a57aa..0d2cf8e153e 100644 --- a/sonar-db/src/main/java/org/sonar/db/qualitygate/QualityGateConditionDao.java +++ b/sonar-db/src/main/java/org/sonar/db/qualitygate/QualityGateConditionDao.java @@ -1,14 +1,14 @@ /* - * SonarQube, open source software quality management tool. - * Copyright (C) 2008-2014 SonarSource + * SonarQube :: Database + * Copyright (C) 2009-2016 SonarSource SA * mailto:contact AT sonarsource DOT com * - * SonarQube is free software; you can redistribute it and/or + * This program 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. * - * SonarQube is distributed in the hope that it will be useful, + * This program 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-db/src/main/java/org/sonar/db/qualitygate/QualityGateConditionDto.java b/sonar-db/src/main/java/org/sonar/db/qualitygate/QualityGateConditionDto.java index dbfb9654d64..a2717b4b80b 100644 --- a/sonar-db/src/main/java/org/sonar/db/qualitygate/QualityGateConditionDto.java +++ b/sonar-db/src/main/java/org/sonar/db/qualitygate/QualityGateConditionDto.java @@ -1,14 +1,14 @@ /* - * SonarQube, open source software quality management tool. - * Copyright (C) 2008-2014 SonarSource + * SonarQube :: Database + * Copyright (C) 2009-2016 SonarSource SA * mailto:contact AT sonarsource DOT com * - * SonarQube is free software; you can redistribute it and/or + * This program 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. * - * SonarQube is distributed in the hope that it will be useful, + * This program 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-db/src/main/java/org/sonar/db/qualitygate/QualityGateConditionMapper.java b/sonar-db/src/main/java/org/sonar/db/qualitygate/QualityGateConditionMapper.java index da9527cbe61..f7f02bba79d 100644 --- a/sonar-db/src/main/java/org/sonar/db/qualitygate/QualityGateConditionMapper.java +++ b/sonar-db/src/main/java/org/sonar/db/qualitygate/QualityGateConditionMapper.java @@ -1,3 +1,22 @@ +/* + * SonarQube :: Database + * Copyright (C) 2009-2016 SonarSource SA + * mailto:contact AT sonarsource DOT com + * + * This program 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. + * + * This program 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. + * + * 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.db.qualitygate; import java.util.List; diff --git a/sonar-db/src/main/java/org/sonar/db/qualitygate/QualityGateDao.java b/sonar-db/src/main/java/org/sonar/db/qualitygate/QualityGateDao.java index ef1ebc09781..a0b4d5de59c 100644 --- a/sonar-db/src/main/java/org/sonar/db/qualitygate/QualityGateDao.java +++ b/sonar-db/src/main/java/org/sonar/db/qualitygate/QualityGateDao.java @@ -1,14 +1,14 @@ /* - * SonarQube, open source software quality management tool. - * Copyright (C) 2008-2014 SonarSource + * SonarQube :: Database + * Copyright (C) 2009-2016 SonarSource SA * mailto:contact AT sonarsource DOT com * - * SonarQube is free software; you can redistribute it and/or + * This program 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. * - * SonarQube is distributed in the hope that it will be useful, + * This program 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-db/src/main/java/org/sonar/db/qualitygate/QualityGateDto.java b/sonar-db/src/main/java/org/sonar/db/qualitygate/QualityGateDto.java index e0e0f083ba3..6d7f373bf7d 100644 --- a/sonar-db/src/main/java/org/sonar/db/qualitygate/QualityGateDto.java +++ b/sonar-db/src/main/java/org/sonar/db/qualitygate/QualityGateDto.java @@ -1,14 +1,14 @@ /* - * SonarQube, open source software quality management tool. - * Copyright (C) 2008-2014 SonarSource + * SonarQube :: Database + * Copyright (C) 2009-2016 SonarSource SA * mailto:contact AT sonarsource DOT com * - * SonarQube is free software; you can redistribute it and/or + * This program 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. * - * SonarQube is distributed in the hope that it will be useful, + * This program 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-db/src/main/java/org/sonar/db/qualitygate/QualityGateMapper.java b/sonar-db/src/main/java/org/sonar/db/qualitygate/QualityGateMapper.java index c4880835cbe..2abad3989e0 100644 --- a/sonar-db/src/main/java/org/sonar/db/qualitygate/QualityGateMapper.java +++ b/sonar-db/src/main/java/org/sonar/db/qualitygate/QualityGateMapper.java @@ -1,3 +1,22 @@ +/* + * SonarQube :: Database + * Copyright (C) 2009-2016 SonarSource SA + * mailto:contact AT sonarsource DOT com + * + * This program 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. + * + * This program 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. + * + * 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.db.qualitygate; import java.util.List; diff --git a/sonar-db/src/main/java/org/sonar/db/qualitygate/package-info.java b/sonar-db/src/main/java/org/sonar/db/qualitygate/package-info.java index 07cbdd99ea9..5fa705b0bc0 100644 --- a/sonar-db/src/main/java/org/sonar/db/qualitygate/package-info.java +++ b/sonar-db/src/main/java/org/sonar/db/qualitygate/package-info.java @@ -1,14 +1,14 @@ /* - * SonarQube, open source software quality management tool. - * Copyright (C) 2008-2014 SonarSource + * SonarQube :: Database + * Copyright (C) 2009-2016 SonarSource SA * mailto:contact AT sonarsource DOT com * - * SonarQube is free software; you can redistribute it and/or + * This program 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. * - * SonarQube is distributed in the hope that it will be useful, + * This program 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-db/src/main/java/org/sonar/db/qualityprofile/ActiveRuleDto.java b/sonar-db/src/main/java/org/sonar/db/qualityprofile/ActiveRuleDto.java index ab2d37f9e84..2c075efc5a2 100644 --- a/sonar-db/src/main/java/org/sonar/db/qualityprofile/ActiveRuleDto.java +++ b/sonar-db/src/main/java/org/sonar/db/qualityprofile/ActiveRuleDto.java @@ -1,14 +1,14 @@ /* - * SonarQube, open source software quality management tool. - * Copyright (C) 2008-2014 SonarSource + * SonarQube :: Database + * Copyright (C) 2009-2016 SonarSource SA * mailto:contact AT sonarsource DOT com * - * SonarQube is free software; you can redistribute it and/or + * This program 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. * - * SonarQube is distributed in the hope that it will be useful, + * This program 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. @@ -17,7 +17,6 @@ * 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.db.qualityprofile; import com.google.common.base.Preconditions; diff --git a/sonar-db/src/main/java/org/sonar/db/qualityprofile/ActiveRuleKey.java b/sonar-db/src/main/java/org/sonar/db/qualityprofile/ActiveRuleKey.java index 4527fabaf88..f01e57659d2 100644 --- a/sonar-db/src/main/java/org/sonar/db/qualityprofile/ActiveRuleKey.java +++ b/sonar-db/src/main/java/org/sonar/db/qualityprofile/ActiveRuleKey.java @@ -1,14 +1,14 @@ /* - * SonarQube, open source software quality management tool. - * Copyright (C) 2008-2014 SonarSource + * SonarQube :: Database + * Copyright (C) 2009-2016 SonarSource SA * mailto:contact AT sonarsource DOT com * - * SonarQube is free software; you can redistribute it and/or + * This program 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. * - * SonarQube is distributed in the hope that it will be useful, + * This program 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-db/src/main/java/org/sonar/db/qualityprofile/ActiveRuleMapper.java b/sonar-db/src/main/java/org/sonar/db/qualityprofile/ActiveRuleMapper.java index ee409f35171..f5e9f15dc5e 100644 --- a/sonar-db/src/main/java/org/sonar/db/qualityprofile/ActiveRuleMapper.java +++ b/sonar-db/src/main/java/org/sonar/db/qualityprofile/ActiveRuleMapper.java @@ -1,14 +1,14 @@ /* - * SonarQube, open source software quality management tool. - * Copyright (C) 2008-2014 SonarSource + * SonarQube :: Database + * Copyright (C) 2009-2016 SonarSource SA * mailto:contact AT sonarsource DOT com * - * SonarQube is free software; you can redistribute it and/or + * This program 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. * - * SonarQube is distributed in the hope that it will be useful, + * This program 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. @@ -17,7 +17,6 @@ * 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.db.qualityprofile; import java.sql.Timestamp; diff --git a/sonar-db/src/main/java/org/sonar/db/qualityprofile/ActiveRuleParamDto.java b/sonar-db/src/main/java/org/sonar/db/qualityprofile/ActiveRuleParamDto.java index 6036f548c8c..21167b61e6f 100644 --- a/sonar-db/src/main/java/org/sonar/db/qualityprofile/ActiveRuleParamDto.java +++ b/sonar-db/src/main/java/org/sonar/db/qualityprofile/ActiveRuleParamDto.java @@ -1,14 +1,14 @@ /* - * SonarQube, open source software quality management tool. - * Copyright (C) 2008-2014 SonarSource + * SonarQube :: Database + * Copyright (C) 2009-2016 SonarSource SA * mailto:contact AT sonarsource DOT com * - * SonarQube is free software; you can redistribute it and/or + * This program 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. * - * SonarQube is distributed in the hope that it will be useful, + * This program 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. @@ -17,7 +17,6 @@ * 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.db.qualityprofile; import com.google.common.base.Preconditions; diff --git a/sonar-db/src/main/java/org/sonar/db/qualityprofile/ProjectQprofileAssociationDto.java b/sonar-db/src/main/java/org/sonar/db/qualityprofile/ProjectQprofileAssociationDto.java index cb0c8e205bb..7b8fc271bd1 100644 --- a/sonar-db/src/main/java/org/sonar/db/qualityprofile/ProjectQprofileAssociationDto.java +++ b/sonar-db/src/main/java/org/sonar/db/qualityprofile/ProjectQprofileAssociationDto.java @@ -1,14 +1,14 @@ /* - * SonarQube, open source software quality management tool. - * Copyright (C) 2008-2014 SonarSource + * SonarQube :: Database + * Copyright (C) 2009-2016 SonarSource SA * mailto:contact AT sonarsource DOT com * - * SonarQube is free software; you can redistribute it and/or + * This program 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. * - * SonarQube is distributed in the hope that it will be useful, + * This program 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-db/src/main/java/org/sonar/db/qualityprofile/QualityProfileDao.java b/sonar-db/src/main/java/org/sonar/db/qualityprofile/QualityProfileDao.java index aa44803df4f..40963e8d4e7 100644 --- a/sonar-db/src/main/java/org/sonar/db/qualityprofile/QualityProfileDao.java +++ b/sonar-db/src/main/java/org/sonar/db/qualityprofile/QualityProfileDao.java @@ -1,14 +1,14 @@ /* - * SonarQube, open source software quality management tool. - * Copyright (C) 2008-2014 SonarSource + * SonarQube :: Database + * Copyright (C) 2009-2016 SonarSource SA * mailto:contact AT sonarsource DOT com * - * SonarQube is free software; you can redistribute it and/or + * This program 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. * - * SonarQube is distributed in the hope that it will be useful, + * This program 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. @@ -17,7 +17,6 @@ * 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.db.qualityprofile; import com.google.common.base.Preconditions; diff --git a/sonar-db/src/main/java/org/sonar/db/qualityprofile/QualityProfileDto.java b/sonar-db/src/main/java/org/sonar/db/qualityprofile/QualityProfileDto.java index 2c36242e9af..7fbeef8812a 100644 --- a/sonar-db/src/main/java/org/sonar/db/qualityprofile/QualityProfileDto.java +++ b/sonar-db/src/main/java/org/sonar/db/qualityprofile/QualityProfileDto.java @@ -1,14 +1,14 @@ /* - * SonarQube, open source software quality management tool. - * Copyright (C) 2008-2014 SonarSource + * SonarQube :: Database + * Copyright (C) 2009-2016 SonarSource SA * mailto:contact AT sonarsource DOT com * - * SonarQube is free software; you can redistribute it and/or + * This program 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. * - * SonarQube is distributed in the hope that it will be useful, + * This program 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. @@ -17,7 +17,6 @@ * 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.db.qualityprofile; import java.util.Date; diff --git a/sonar-db/src/main/java/org/sonar/db/qualityprofile/QualityProfileMapper.java b/sonar-db/src/main/java/org/sonar/db/qualityprofile/QualityProfileMapper.java index ade9c166655..ccec1c429d5 100644 --- a/sonar-db/src/main/java/org/sonar/db/qualityprofile/QualityProfileMapper.java +++ b/sonar-db/src/main/java/org/sonar/db/qualityprofile/QualityProfileMapper.java @@ -1,14 +1,14 @@ /* - * SonarQube, open source software quality management tool. - * Copyright (C) 2008-2014 SonarSource + * SonarQube :: Database + * Copyright (C) 2009-2016 SonarSource SA * mailto:contact AT sonarsource DOT com * - * SonarQube is free software; you can redistribute it and/or + * This program 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. * - * SonarQube is distributed in the hope that it will be useful, + * This program 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. @@ -17,7 +17,6 @@ * 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.db.qualityprofile; import java.util.List; diff --git a/sonar-db/src/main/java/org/sonar/db/qualityprofile/QualityProfileProjectCount.java b/sonar-db/src/main/java/org/sonar/db/qualityprofile/QualityProfileProjectCount.java index 287d7e93b36..8dfb96e20da 100644 --- a/sonar-db/src/main/java/org/sonar/db/qualityprofile/QualityProfileProjectCount.java +++ b/sonar-db/src/main/java/org/sonar/db/qualityprofile/QualityProfileProjectCount.java @@ -1,14 +1,14 @@ /* - * SonarQube, open source software quality management tool. - * Copyright (C) 2008-2014 SonarSource + * SonarQube :: Database + * Copyright (C) 2009-2016 SonarSource SA * mailto:contact AT sonarsource DOT com * - * SonarQube is free software; you can redistribute it and/or + * This program 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. * - * SonarQube is distributed in the hope that it will be useful, + * This program 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-db/src/main/java/org/sonar/db/qualityprofile/package-info.java b/sonar-db/src/main/java/org/sonar/db/qualityprofile/package-info.java index 34262afd87d..22237ae811b 100644 --- a/sonar-db/src/main/java/org/sonar/db/qualityprofile/package-info.java +++ b/sonar-db/src/main/java/org/sonar/db/qualityprofile/package-info.java @@ -1,14 +1,14 @@ /* - * SonarQube, open source software quality management tool. - * Copyright (C) 2008-2014 SonarSource + * SonarQube :: Database + * Copyright (C) 2009-2016 SonarSource SA * mailto:contact AT sonarsource DOT com * - * SonarQube is free software; you can redistribute it and/or + * This program 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. * - * SonarQube is distributed in the hope that it will be useful, + * This program 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-db/src/main/java/org/sonar/db/rule/RuleDao.java b/sonar-db/src/main/java/org/sonar/db/rule/RuleDao.java index 1a7026281f0..084c2f8b0f5 100644 --- a/sonar-db/src/main/java/org/sonar/db/rule/RuleDao.java +++ b/sonar-db/src/main/java/org/sonar/db/rule/RuleDao.java @@ -1,14 +1,14 @@ /* - * SonarQube, open source software quality management tool. - * Copyright (C) 2008-2014 SonarSource + * SonarQube :: Database + * Copyright (C) 2009-2016 SonarSource SA * mailto:contact AT sonarsource DOT com * - * SonarQube is free software; you can redistribute it and/or + * This program 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. * - * SonarQube is distributed in the hope that it will be useful, + * This program 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-db/src/main/java/org/sonar/db/rule/RuleDto.java b/sonar-db/src/main/java/org/sonar/db/rule/RuleDto.java index 9b3a347d908..78eaab224b2 100644 --- a/sonar-db/src/main/java/org/sonar/db/rule/RuleDto.java +++ b/sonar-db/src/main/java/org/sonar/db/rule/RuleDto.java @@ -1,14 +1,14 @@ /* - * SonarQube, open source software quality management tool. - * Copyright (C) 2008-2014 SonarSource + * SonarQube :: Database + * Copyright (C) 2009-2016 SonarSource SA * mailto:contact AT sonarsource DOT com * - * SonarQube is free software; you can redistribute it and/or + * This program 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. * - * SonarQube is distributed in the hope that it will be useful, + * This program 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-db/src/main/java/org/sonar/db/rule/RuleMapper.java b/sonar-db/src/main/java/org/sonar/db/rule/RuleMapper.java index e3af090fae3..945abcafd4c 100644 --- a/sonar-db/src/main/java/org/sonar/db/rule/RuleMapper.java +++ b/sonar-db/src/main/java/org/sonar/db/rule/RuleMapper.java @@ -1,14 +1,14 @@ /* - * SonarQube, open source software quality management tool. - * Copyright (C) 2008-2014 SonarSource + * SonarQube :: Database + * Copyright (C) 2009-2016 SonarSource SA * mailto:contact AT sonarsource DOT com * - * SonarQube is free software; you can redistribute it and/or + * This program 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. * - * SonarQube is distributed in the hope that it will be useful, + * This program 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-db/src/main/java/org/sonar/db/rule/RuleParamDto.java b/sonar-db/src/main/java/org/sonar/db/rule/RuleParamDto.java index a84bb037342..84c22f0d7c9 100644 --- a/sonar-db/src/main/java/org/sonar/db/rule/RuleParamDto.java +++ b/sonar-db/src/main/java/org/sonar/db/rule/RuleParamDto.java @@ -1,14 +1,14 @@ /* - * SonarQube, open source software quality management tool. - * Copyright (C) 2008-2014 SonarSource + * SonarQube :: Database + * Copyright (C) 2009-2016 SonarSource SA * mailto:contact AT sonarsource DOT com * - * SonarQube is free software; you can redistribute it and/or + * This program 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. * - * SonarQube is distributed in the hope that it will be useful, + * This program 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. @@ -17,7 +17,6 @@ * 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.db.rule; import javax.annotation.CheckForNull; diff --git a/sonar-db/src/main/java/org/sonar/db/rule/package-info.java b/sonar-db/src/main/java/org/sonar/db/rule/package-info.java index c8a566ef4e0..3f8a2ec0200 100644 --- a/sonar-db/src/main/java/org/sonar/db/rule/package-info.java +++ b/sonar-db/src/main/java/org/sonar/db/rule/package-info.java @@ -1,14 +1,14 @@ /* - * SonarQube, open source software quality management tool. - * Copyright (C) 2008-2014 SonarSource + * SonarQube :: Database + * Copyright (C) 2009-2016 SonarSource SA * mailto:contact AT sonarsource DOT com * - * SonarQube is free software; you can redistribute it and/or + * This program 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. * - * SonarQube is distributed in the hope that it will be useful, + * This program 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-db/src/main/java/org/sonar/db/semaphore/SemaphoresImpl.java b/sonar-db/src/main/java/org/sonar/db/semaphore/SemaphoresImpl.java index c586836fc06..c91156b59ed 100644 --- a/sonar-db/src/main/java/org/sonar/db/semaphore/SemaphoresImpl.java +++ b/sonar-db/src/main/java/org/sonar/db/semaphore/SemaphoresImpl.java @@ -1,14 +1,14 @@ /* - * SonarQube, open source software quality management tool. - * Copyright (C) 2008-2014 SonarSource + * SonarQube :: Database + * Copyright (C) 2009-2016 SonarSource SA * mailto:contact AT sonarsource DOT com * - * SonarQube is free software; you can redistribute it and/or + * This program 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. * - * SonarQube is distributed in the hope that it will be useful, + * This program 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-db/src/main/java/org/sonar/db/semaphore/package-info.java b/sonar-db/src/main/java/org/sonar/db/semaphore/package-info.java index 888655d88da..ed225881fff 100644 --- a/sonar-db/src/main/java/org/sonar/db/semaphore/package-info.java +++ b/sonar-db/src/main/java/org/sonar/db/semaphore/package-info.java @@ -1,14 +1,14 @@ /* - * SonarQube, open source software quality management tool. - * Copyright (C) 2008-2014 SonarSource + * SonarQube :: Database + * Copyright (C) 2009-2016 SonarSource SA * mailto:contact AT sonarsource DOT com * - * SonarQube is free software; you can redistribute it and/or + * This program 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. * - * SonarQube is distributed in the hope that it will be useful, + * This program 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-db/src/main/java/org/sonar/db/source/FileSourceDao.java b/sonar-db/src/main/java/org/sonar/db/source/FileSourceDao.java index 92d1e0b6762..52cb8b74b03 100644 --- a/sonar-db/src/main/java/org/sonar/db/source/FileSourceDao.java +++ b/sonar-db/src/main/java/org/sonar/db/source/FileSourceDao.java @@ -1,14 +1,14 @@ /* - * SonarQube, open source software quality management tool. - * Copyright (C) 2008-2014 SonarSource + * SonarQube :: Database + * Copyright (C) 2009-2016 SonarSource SA * mailto:contact AT sonarsource DOT com * - * SonarQube is free software; you can redistribute it and/or + * This program 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. * - * SonarQube is distributed in the hope that it will be useful, + * This program 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. @@ -17,7 +17,6 @@ * 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.db.source; import com.google.common.base.Function; diff --git a/sonar-db/src/main/java/org/sonar/db/source/FileSourceDto.java b/sonar-db/src/main/java/org/sonar/db/source/FileSourceDto.java index 6e43439665e..cac906ad0e4 100644 --- a/sonar-db/src/main/java/org/sonar/db/source/FileSourceDto.java +++ b/sonar-db/src/main/java/org/sonar/db/source/FileSourceDto.java @@ -1,14 +1,14 @@ /* - * SonarQube, open source software quality management tool. - * Copyright (C) 2008-2014 SonarSource + * SonarQube :: Database + * Copyright (C) 2009-2016 SonarSource SA * mailto:contact AT sonarsource DOT com * - * SonarQube is free software; you can redistribute it and/or + * This program 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. * - * SonarQube is distributed in the hope that it will be useful, + * This program 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-db/src/main/java/org/sonar/db/source/FileSourceMapper.java b/sonar-db/src/main/java/org/sonar/db/source/FileSourceMapper.java index 45b03b15b65..1c8e730d63f 100644 --- a/sonar-db/src/main/java/org/sonar/db/source/FileSourceMapper.java +++ b/sonar-db/src/main/java/org/sonar/db/source/FileSourceMapper.java @@ -1,14 +1,14 @@ /* - * SonarQube, open source software quality management tool. - * Copyright (C) 2008-2014 SonarSource + * SonarQube :: Database + * Copyright (C) 2009-2016 SonarSource SA * mailto:contact AT sonarsource DOT com * - * SonarQube is free software; you can redistribute it and/or + * This program 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. * - * SonarQube is distributed in the hope that it will be useful, + * This program 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. @@ -17,7 +17,6 @@ * 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.db.source; import java.util.List; diff --git a/sonar-db/src/main/java/org/sonar/db/source/package-info.java b/sonar-db/src/main/java/org/sonar/db/source/package-info.java index 818667cbceb..61b5a35d4a5 100644 --- a/sonar-db/src/main/java/org/sonar/db/source/package-info.java +++ b/sonar-db/src/main/java/org/sonar/db/source/package-info.java @@ -1,14 +1,14 @@ /* - * SonarQube, open source software quality management tool. - * Copyright (C) 2008-2014 SonarSource + * SonarQube :: Database + * Copyright (C) 2009-2016 SonarSource SA * mailto:contact AT sonarsource DOT com * - * SonarQube is free software; you can redistribute it and/or + * This program 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. * - * SonarQube is distributed in the hope that it will be useful, + * This program 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-db/src/main/java/org/sonar/db/user/AuthorDao.java b/sonar-db/src/main/java/org/sonar/db/user/AuthorDao.java index 5c9df9864e7..edfa6a16abc 100644 --- a/sonar-db/src/main/java/org/sonar/db/user/AuthorDao.java +++ b/sonar-db/src/main/java/org/sonar/db/user/AuthorDao.java @@ -1,14 +1,14 @@ /* - * SonarQube, open source software quality management tool. - * Copyright (C) 2008-2014 SonarSource + * SonarQube :: Database + * Copyright (C) 2009-2016 SonarSource SA * mailto:contact AT sonarsource DOT com * - * SonarQube is free software; you can redistribute it and/or + * This program 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. * - * SonarQube is distributed in the hope that it will be useful, + * This program 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-db/src/main/java/org/sonar/db/user/AuthorDto.java b/sonar-db/src/main/java/org/sonar/db/user/AuthorDto.java index 32275ab680e..fffca5dc6fb 100644 --- a/sonar-db/src/main/java/org/sonar/db/user/AuthorDto.java +++ b/sonar-db/src/main/java/org/sonar/db/user/AuthorDto.java @@ -1,14 +1,14 @@ /* - * SonarQube, open source software quality management tool. - * Copyright (C) 2008-2014 SonarSource + * SonarQube :: Database + * Copyright (C) 2009-2016 SonarSource SA * mailto:contact AT sonarsource DOT com * - * SonarQube is free software; you can redistribute it and/or + * This program 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. * - * SonarQube is distributed in the hope that it will be useful, + * This program 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-db/src/main/java/org/sonar/db/user/AuthorMapper.java b/sonar-db/src/main/java/org/sonar/db/user/AuthorMapper.java index 06f12adf1d5..da0a0efb0e0 100644 --- a/sonar-db/src/main/java/org/sonar/db/user/AuthorMapper.java +++ b/sonar-db/src/main/java/org/sonar/db/user/AuthorMapper.java @@ -1,14 +1,14 @@ /* - * SonarQube, open source software quality management tool. - * Copyright (C) 2008-2014 SonarSource + * SonarQube :: Database + * Copyright (C) 2009-2016 SonarSource SA * mailto:contact AT sonarsource DOT com * - * SonarQube is free software; you can redistribute it and/or + * This program 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. * - * SonarQube is distributed in the hope that it will be useful, + * This program 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-db/src/main/java/org/sonar/db/user/AuthorizationDao.java b/sonar-db/src/main/java/org/sonar/db/user/AuthorizationDao.java index a168e5db606..541c1f54f10 100644 --- a/sonar-db/src/main/java/org/sonar/db/user/AuthorizationDao.java +++ b/sonar-db/src/main/java/org/sonar/db/user/AuthorizationDao.java @@ -1,14 +1,14 @@ /* - * SonarQube, open source software quality management tool. - * Copyright (C) 2008-2014 SonarSource + * SonarQube :: Database + * Copyright (C) 2009-2016 SonarSource SA * mailto:contact AT sonarsource DOT com * - * SonarQube is free software; you can redistribute it and/or + * This program 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. * - * SonarQube is distributed in the hope that it will be useful, + * This program 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-db/src/main/java/org/sonar/db/user/AuthorizationMapper.java b/sonar-db/src/main/java/org/sonar/db/user/AuthorizationMapper.java index ca2eadd15d2..d7a8db4c765 100644 --- a/sonar-db/src/main/java/org/sonar/db/user/AuthorizationMapper.java +++ b/sonar-db/src/main/java/org/sonar/db/user/AuthorizationMapper.java @@ -1,14 +1,14 @@ /* - * SonarQube, open source software quality management tool. - * Copyright (C) 2008-2014 SonarSource + * SonarQube :: Database + * Copyright (C) 2009-2016 SonarSource SA * mailto:contact AT sonarsource DOT com * - * SonarQube is free software; you can redistribute it and/or + * This program 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. * - * SonarQube is distributed in the hope that it will be useful, + * This program 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. @@ -17,7 +17,6 @@ * 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.db.user; import java.util.Collection; diff --git a/sonar-db/src/main/java/org/sonar/db/user/GroupDao.java b/sonar-db/src/main/java/org/sonar/db/user/GroupDao.java index 0a0724da185..3d97643f433 100644 --- a/sonar-db/src/main/java/org/sonar/db/user/GroupDao.java +++ b/sonar-db/src/main/java/org/sonar/db/user/GroupDao.java @@ -1,14 +1,14 @@ /* - * SonarQube, open source software quality management tool. - * Copyright (C) 2008-2014 SonarSource + * SonarQube :: Database + * Copyright (C) 2009-2016 SonarSource SA * mailto:contact AT sonarsource DOT com * - * SonarQube is free software; you can redistribute it and/or + * This program 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. * - * SonarQube is distributed in the hope that it will be useful, + * This program 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. @@ -17,7 +17,6 @@ * 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.db.user; import java.util.Date; diff --git a/sonar-db/src/main/java/org/sonar/db/user/GroupDto.java b/sonar-db/src/main/java/org/sonar/db/user/GroupDto.java index dd483344959..25903bbcc14 100644 --- a/sonar-db/src/main/java/org/sonar/db/user/GroupDto.java +++ b/sonar-db/src/main/java/org/sonar/db/user/GroupDto.java @@ -1,14 +1,14 @@ /* - * SonarQube, open source software quality management tool. - * Copyright (C) 2008-2014 SonarSource + * SonarQube :: Database + * Copyright (C) 2009-2016 SonarSource SA * mailto:contact AT sonarsource DOT com * - * SonarQube is free software; you can redistribute it and/or + * This program 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. * - * SonarQube is distributed in the hope that it will be useful, + * This program 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-db/src/main/java/org/sonar/db/user/GroupMapper.java b/sonar-db/src/main/java/org/sonar/db/user/GroupMapper.java index bd7a7b52ddd..c8601e63cc7 100644 --- a/sonar-db/src/main/java/org/sonar/db/user/GroupMapper.java +++ b/sonar-db/src/main/java/org/sonar/db/user/GroupMapper.java @@ -1,14 +1,14 @@ /* - * SonarQube, open source software quality management tool. - * Copyright (C) 2008-2014 SonarSource + * SonarQube :: Database + * Copyright (C) 2009-2016 SonarSource SA * mailto:contact AT sonarsource DOT com * - * SonarQube is free software; you can redistribute it and/or + * This program 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. * - * SonarQube is distributed in the hope that it will be useful, + * This program 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. @@ -17,7 +17,6 @@ * 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.db.user; import java.util.List; diff --git a/sonar-db/src/main/java/org/sonar/db/user/GroupMembershipDao.java b/sonar-db/src/main/java/org/sonar/db/user/GroupMembershipDao.java index 1c6d9b69f3e..7c89627ec82 100644 --- a/sonar-db/src/main/java/org/sonar/db/user/GroupMembershipDao.java +++ b/sonar-db/src/main/java/org/sonar/db/user/GroupMembershipDao.java @@ -1,14 +1,14 @@ /* - * SonarQube, open source software quality management tool. - * Copyright (C) 2008-2014 SonarSource + * SonarQube :: Database + * Copyright (C) 2009-2016 SonarSource SA * mailto:contact AT sonarsource DOT com * - * SonarQube is free software; you can redistribute it and/or + * This program 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. * - * SonarQube is distributed in the hope that it will be useful, + * This program 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. @@ -17,7 +17,6 @@ * 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.db.user; import com.google.common.annotations.VisibleForTesting; diff --git a/sonar-db/src/main/java/org/sonar/db/user/GroupMembershipDto.java b/sonar-db/src/main/java/org/sonar/db/user/GroupMembershipDto.java index 65e32e9b7e1..39c75c95049 100644 --- a/sonar-db/src/main/java/org/sonar/db/user/GroupMembershipDto.java +++ b/sonar-db/src/main/java/org/sonar/db/user/GroupMembershipDto.java @@ -1,14 +1,14 @@ /* - * SonarQube, open source software quality management tool. - * Copyright (C) 2008-2014 SonarSource + * SonarQube :: Database + * Copyright (C) 2009-2016 SonarSource SA * mailto:contact AT sonarsource DOT com * - * SonarQube is free software; you can redistribute it and/or + * This program 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. * - * SonarQube is distributed in the hope that it will be useful, + * This program 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-db/src/main/java/org/sonar/db/user/GroupMembershipMapper.java b/sonar-db/src/main/java/org/sonar/db/user/GroupMembershipMapper.java index 37dda516a23..032ac419e03 100644 --- a/sonar-db/src/main/java/org/sonar/db/user/GroupMembershipMapper.java +++ b/sonar-db/src/main/java/org/sonar/db/user/GroupMembershipMapper.java @@ -1,14 +1,14 @@ /* - * SonarQube, open source software quality management tool. - * Copyright (C) 2008-2014 SonarSource + * SonarQube :: Database + * Copyright (C) 2009-2016 SonarSource SA * mailto:contact AT sonarsource DOT com * - * SonarQube is free software; you can redistribute it and/or + * This program 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. * - * SonarQube is distributed in the hope that it will be useful, + * This program 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-db/src/main/java/org/sonar/db/user/GroupMembershipQuery.java b/sonar-db/src/main/java/org/sonar/db/user/GroupMembershipQuery.java index 3dadb5963bf..6ffae617e7a 100644 --- a/sonar-db/src/main/java/org/sonar/db/user/GroupMembershipQuery.java +++ b/sonar-db/src/main/java/org/sonar/db/user/GroupMembershipQuery.java @@ -1,14 +1,14 @@ /* - * SonarQube, open source software quality management tool. - * Copyright (C) 2008-2014 SonarSource + * SonarQube :: Database + * Copyright (C) 2009-2016 SonarSource SA * mailto:contact AT sonarsource DOT com * - * SonarQube is free software; you can redistribute it and/or + * This program 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. * - * SonarQube is distributed in the hope that it will be useful, + * This program 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-db/src/main/java/org/sonar/db/user/GroupRoleDto.java b/sonar-db/src/main/java/org/sonar/db/user/GroupRoleDto.java index 9c24a10dcdc..c795fb1009d 100644 --- a/sonar-db/src/main/java/org/sonar/db/user/GroupRoleDto.java +++ b/sonar-db/src/main/java/org/sonar/db/user/GroupRoleDto.java @@ -1,14 +1,14 @@ /* - * SonarQube, open source software quality management tool. - * Copyright (C) 2008-2014 SonarSource + * SonarQube :: Database + * Copyright (C) 2009-2016 SonarSource SA * mailto:contact AT sonarsource DOT com * - * SonarQube is free software; you can redistribute it and/or + * This program 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. * - * SonarQube is distributed in the hope that it will be useful, + * This program 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-db/src/main/java/org/sonar/db/user/GroupUserCount.java b/sonar-db/src/main/java/org/sonar/db/user/GroupUserCount.java index 0c82650f0da..f4f1c696714 100644 --- a/sonar-db/src/main/java/org/sonar/db/user/GroupUserCount.java +++ b/sonar-db/src/main/java/org/sonar/db/user/GroupUserCount.java @@ -1,14 +1,14 @@ /* - * SonarQube, open source software quality management tool. - * Copyright (C) 2008-2014 SonarSource + * SonarQube :: Database + * Copyright (C) 2009-2016 SonarSource SA * mailto:contact AT sonarsource DOT com * - * SonarQube is free software; you can redistribute it and/or + * This program 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. * - * SonarQube is distributed in the hope that it will be useful, + * This program 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-db/src/main/java/org/sonar/db/user/LoginGroup.java b/sonar-db/src/main/java/org/sonar/db/user/LoginGroup.java index 1f2b080147e..8bf618c2e2a 100644 --- a/sonar-db/src/main/java/org/sonar/db/user/LoginGroup.java +++ b/sonar-db/src/main/java/org/sonar/db/user/LoginGroup.java @@ -1,14 +1,14 @@ /* - * SonarQube, open source software quality management tool. - * Copyright (C) 2008-2014 SonarSource + * SonarQube :: Database + * Copyright (C) 2009-2016 SonarSource SA * mailto:contact AT sonarsource DOT com * - * SonarQube is free software; you can redistribute it and/or + * This program 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. * - * SonarQube is distributed in the hope that it will be useful, + * This program 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-db/src/main/java/org/sonar/db/user/RoleDao.java b/sonar-db/src/main/java/org/sonar/db/user/RoleDao.java index a2cd68cffc4..9275c8ab971 100644 --- a/sonar-db/src/main/java/org/sonar/db/user/RoleDao.java +++ b/sonar-db/src/main/java/org/sonar/db/user/RoleDao.java @@ -1,14 +1,14 @@ /* - * SonarQube, open source software quality management tool. - * Copyright (C) 2008-2014 SonarSource + * SonarQube :: Database + * Copyright (C) 2009-2016 SonarSource SA * mailto:contact AT sonarsource DOT com * - * SonarQube is free software; you can redistribute it and/or + * This program 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. * - * SonarQube is distributed in the hope that it will be useful, + * This program 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. @@ -17,7 +17,6 @@ * 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.db.user; import java.util.List; diff --git a/sonar-db/src/main/java/org/sonar/db/user/RoleMapper.java b/sonar-db/src/main/java/org/sonar/db/user/RoleMapper.java index 0667a4672c7..87897bb7f66 100644 --- a/sonar-db/src/main/java/org/sonar/db/user/RoleMapper.java +++ b/sonar-db/src/main/java/org/sonar/db/user/RoleMapper.java @@ -1,14 +1,14 @@ /* - * SonarQube, open source software quality management tool. - * Copyright (C) 2008-2014 SonarSource + * SonarQube :: Database + * Copyright (C) 2009-2016 SonarSource SA * mailto:contact AT sonarsource DOT com * - * SonarQube is free software; you can redistribute it and/or + * This program 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. * - * SonarQube is distributed in the hope that it will be useful, + * This program 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-db/src/main/java/org/sonar/db/user/UserDao.java b/sonar-db/src/main/java/org/sonar/db/user/UserDao.java index 50984dd8ac4..6a3cd66f6f1 100644 --- a/sonar-db/src/main/java/org/sonar/db/user/UserDao.java +++ b/sonar-db/src/main/java/org/sonar/db/user/UserDao.java @@ -1,14 +1,14 @@ /* - * SonarQube, open source software quality management tool. - * Copyright (C) 2008-2014 SonarSource + * SonarQube :: Database + * Copyright (C) 2009-2016 SonarSource SA * mailto:contact AT sonarsource DOT com * - * SonarQube is free software; you can redistribute it and/or + * This program 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. * - * SonarQube is distributed in the hope that it will be useful, + * This program 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-db/src/main/java/org/sonar/db/user/UserDto.java b/sonar-db/src/main/java/org/sonar/db/user/UserDto.java index b0d9f79d95f..7933ed7909c 100644 --- a/sonar-db/src/main/java/org/sonar/db/user/UserDto.java +++ b/sonar-db/src/main/java/org/sonar/db/user/UserDto.java @@ -1,14 +1,14 @@ /* - * SonarQube, open source software quality management tool. - * Copyright (C) 2008-2014 SonarSource + * SonarQube :: Database + * Copyright (C) 2009-2016 SonarSource SA * mailto:contact AT sonarsource DOT com * - * SonarQube is free software; you can redistribute it and/or + * This program 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. * - * SonarQube is distributed in the hope that it will be useful, + * This program 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-db/src/main/java/org/sonar/db/user/UserGroupDao.java b/sonar-db/src/main/java/org/sonar/db/user/UserGroupDao.java index 2c5a8665ee6..5d003c45086 100644 --- a/sonar-db/src/main/java/org/sonar/db/user/UserGroupDao.java +++ b/sonar-db/src/main/java/org/sonar/db/user/UserGroupDao.java @@ -1,14 +1,14 @@ /* - * SonarQube, open source software quality management tool. - * Copyright (C) 2008-2014 SonarSource + * SonarQube :: Database + * Copyright (C) 2009-2016 SonarSource SA * mailto:contact AT sonarsource DOT com * - * SonarQube is free software; you can redistribute it and/or + * This program 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. * - * SonarQube is distributed in the hope that it will be useful, + * This program 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. @@ -17,7 +17,6 @@ * 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.db.user; import org.sonar.db.Dao; diff --git a/sonar-db/src/main/java/org/sonar/db/user/UserGroupDto.java b/sonar-db/src/main/java/org/sonar/db/user/UserGroupDto.java index d26510f69ad..b581c983465 100644 --- a/sonar-db/src/main/java/org/sonar/db/user/UserGroupDto.java +++ b/sonar-db/src/main/java/org/sonar/db/user/UserGroupDto.java @@ -1,14 +1,14 @@ /* - * SonarQube, open source software quality management tool. - * Copyright (C) 2008-2014 SonarSource + * SonarQube :: Database + * Copyright (C) 2009-2016 SonarSource SA * mailto:contact AT sonarsource DOT com * - * SonarQube is free software; you can redistribute it and/or + * This program 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. * - * SonarQube is distributed in the hope that it will be useful, + * This program 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. @@ -17,7 +17,6 @@ * 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.db.user; public class UserGroupDto { diff --git a/sonar-db/src/main/java/org/sonar/db/user/UserGroupMapper.java b/sonar-db/src/main/java/org/sonar/db/user/UserGroupMapper.java index 6c723dbf838..b7f5a56753b 100644 --- a/sonar-db/src/main/java/org/sonar/db/user/UserGroupMapper.java +++ b/sonar-db/src/main/java/org/sonar/db/user/UserGroupMapper.java @@ -1,14 +1,14 @@ /* - * SonarQube, open source software quality management tool. - * Copyright (C) 2008-2014 SonarSource + * SonarQube :: Database + * Copyright (C) 2009-2016 SonarSource SA * mailto:contact AT sonarsource DOT com * - * SonarQube is free software; you can redistribute it and/or + * This program 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. * - * SonarQube is distributed in the hope that it will be useful, + * This program 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. @@ -17,7 +17,6 @@ * 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.db.user; public interface UserGroupMapper { diff --git a/sonar-db/src/main/java/org/sonar/db/user/UserMapper.java b/sonar-db/src/main/java/org/sonar/db/user/UserMapper.java index bef663e87d1..4580e030577 100644 --- a/sonar-db/src/main/java/org/sonar/db/user/UserMapper.java +++ b/sonar-db/src/main/java/org/sonar/db/user/UserMapper.java @@ -1,14 +1,14 @@ /* - * SonarQube, open source software quality management tool. - * Copyright (C) 2008-2014 SonarSource + * SonarQube :: Database + * Copyright (C) 2009-2016 SonarSource SA * mailto:contact AT sonarsource DOT com * - * SonarQube is free software; you can redistribute it and/or + * This program 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. * - * SonarQube is distributed in the hope that it will be useful, + * This program 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-db/src/main/java/org/sonar/db/user/UserMembershipDto.java b/sonar-db/src/main/java/org/sonar/db/user/UserMembershipDto.java index 14b3dd3c90b..de980c5555a 100644 --- a/sonar-db/src/main/java/org/sonar/db/user/UserMembershipDto.java +++ b/sonar-db/src/main/java/org/sonar/db/user/UserMembershipDto.java @@ -1,14 +1,14 @@ /* - * SonarQube, open source software quality management tool. - * Copyright (C) 2008-2014 SonarSource + * SonarQube :: Database + * Copyright (C) 2009-2016 SonarSource SA * mailto:contact AT sonarsource DOT com * - * SonarQube is free software; you can redistribute it and/or + * This program 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. * - * SonarQube is distributed in the hope that it will be useful, + * This program 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-db/src/main/java/org/sonar/db/user/UserMembershipQuery.java b/sonar-db/src/main/java/org/sonar/db/user/UserMembershipQuery.java index f89d99ce0cc..36ed172beb7 100644 --- a/sonar-db/src/main/java/org/sonar/db/user/UserMembershipQuery.java +++ b/sonar-db/src/main/java/org/sonar/db/user/UserMembershipQuery.java @@ -1,14 +1,14 @@ /* - * SonarQube, open source software quality management tool. - * Copyright (C) 2008-2014 SonarSource + * SonarQube :: Database + * Copyright (C) 2009-2016 SonarSource SA * mailto:contact AT sonarsource DOT com * - * SonarQube is free software; you can redistribute it and/or + * This program 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. * - * SonarQube is distributed in the hope that it will be useful, + * This program 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-db/src/main/java/org/sonar/db/user/UserRoleDto.java b/sonar-db/src/main/java/org/sonar/db/user/UserRoleDto.java index 9ce973e7519..5bb5277e98b 100644 --- a/sonar-db/src/main/java/org/sonar/db/user/UserRoleDto.java +++ b/sonar-db/src/main/java/org/sonar/db/user/UserRoleDto.java @@ -1,14 +1,14 @@ /* - * SonarQube, open source software quality management tool. - * Copyright (C) 2008-2014 SonarSource + * SonarQube :: Database + * Copyright (C) 2009-2016 SonarSource SA * mailto:contact AT sonarsource DOT com * - * SonarQube is free software; you can redistribute it and/or + * This program 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. * - * SonarQube is distributed in the hope that it will be useful, + * This program 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-db/src/main/java/org/sonar/db/user/UserTokenDao.java b/sonar-db/src/main/java/org/sonar/db/user/UserTokenDao.java index d9aa3221ba9..fec6b0ef28a 100644 --- a/sonar-db/src/main/java/org/sonar/db/user/UserTokenDao.java +++ b/sonar-db/src/main/java/org/sonar/db/user/UserTokenDao.java @@ -1,14 +1,14 @@ /* - * SonarQube, open source software quality management tool. - * Copyright (C) 2008-2014 SonarSource + * SonarQube :: Database + * Copyright (C) 2009-2016 SonarSource SA * mailto:contact AT sonarsource DOT com * - * SonarQube is free software; you can redistribute it and/or + * This program 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. * - * SonarQube is distributed in the hope that it will be useful, + * This program 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. @@ -17,7 +17,6 @@ * 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.db.user; import com.google.common.base.Optional; diff --git a/sonar-db/src/main/java/org/sonar/db/user/UserTokenDto.java b/sonar-db/src/main/java/org/sonar/db/user/UserTokenDto.java index 28d4d2a2ecc..2346a492891 100644 --- a/sonar-db/src/main/java/org/sonar/db/user/UserTokenDto.java +++ b/sonar-db/src/main/java/org/sonar/db/user/UserTokenDto.java @@ -1,14 +1,14 @@ /* - * SonarQube, open source software quality management tool. - * Copyright (C) 2008-2014 SonarSource + * SonarQube :: Database + * Copyright (C) 2009-2016 SonarSource SA * mailto:contact AT sonarsource DOT com * - * SonarQube is free software; you can redistribute it and/or + * This program 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. * - * SonarQube is distributed in the hope that it will be useful, + * This program 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. @@ -17,7 +17,6 @@ * 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.db.user; public class UserTokenDto { diff --git a/sonar-db/src/main/java/org/sonar/db/user/UserTokenMapper.java b/sonar-db/src/main/java/org/sonar/db/user/UserTokenMapper.java index fd72e0c2dc8..622d64b4d44 100644 --- a/sonar-db/src/main/java/org/sonar/db/user/UserTokenMapper.java +++ b/sonar-db/src/main/java/org/sonar/db/user/UserTokenMapper.java @@ -1,14 +1,14 @@ /* - * SonarQube, open source software quality management tool. - * Copyright (C) 2008-2014 SonarSource + * SonarQube :: Database + * Copyright (C) 2009-2016 SonarSource SA * mailto:contact AT sonarsource DOT com * - * SonarQube is free software; you can redistribute it and/or + * This program 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. * - * SonarQube is distributed in the hope that it will be useful, + * This program 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. @@ -17,7 +17,6 @@ * 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.db.user; import java.util.List; diff --git a/sonar-db/src/main/java/org/sonar/db/user/package-info.java b/sonar-db/src/main/java/org/sonar/db/user/package-info.java index 2f52b2e7eee..5e735008dee 100644 --- a/sonar-db/src/main/java/org/sonar/db/user/package-info.java +++ b/sonar-db/src/main/java/org/sonar/db/user/package-info.java @@ -1,14 +1,14 @@ /* - * SonarQube, open source software quality management tool. - * Copyright (C) 2008-2014 SonarSource + * SonarQube :: Database + * Copyright (C) 2009-2016 SonarSource SA * mailto:contact AT sonarsource DOT com * - * SonarQube is free software; you can redistribute it and/or + * This program 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. * - * SonarQube is distributed in the hope that it will be useful, + * This program 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-db/src/main/java/org/sonar/db/version/AbstractColumnDef.java b/sonar-db/src/main/java/org/sonar/db/version/AbstractColumnDef.java index b261f0b506e..a85da7ac5d5 100644 --- a/sonar-db/src/main/java/org/sonar/db/version/AbstractColumnDef.java +++ b/sonar-db/src/main/java/org/sonar/db/version/AbstractColumnDef.java @@ -1,14 +1,14 @@ /* - * SonarQube, open source software quality management tool. - * Copyright (C) 2008-2014 SonarSource + * SonarQube :: Database + * Copyright (C) 2009-2016 SonarSource SA * mailto:contact AT sonarsource DOT com * - * SonarQube is free software; you can redistribute it and/or + * This program 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. * - * SonarQube is distributed in the hope that it will be useful, + * This program 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. @@ -17,7 +17,6 @@ * 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.db.version; public abstract class AbstractColumnDef implements ColumnDef { diff --git a/sonar-db/src/main/java/org/sonar/db/version/AddColumnsBuilder.java b/sonar-db/src/main/java/org/sonar/db/version/AddColumnsBuilder.java index c33bf52736e..c8bb55874d4 100644 --- a/sonar-db/src/main/java/org/sonar/db/version/AddColumnsBuilder.java +++ b/sonar-db/src/main/java/org/sonar/db/version/AddColumnsBuilder.java @@ -1,14 +1,14 @@ /* - * SonarQube, open source software quality management tool. - * Copyright (C) 2008-2014 SonarSource + * SonarQube :: Database + * Copyright (C) 2009-2016 SonarSource SA * mailto:contact AT sonarsource DOT com * - * SonarQube is free software; you can redistribute it and/or + * This program 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. * - * SonarQube is distributed in the hope that it will be useful, + * This program 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-db/src/main/java/org/sonar/db/version/AlterColumnsTypeBuilder.java b/sonar-db/src/main/java/org/sonar/db/version/AlterColumnsTypeBuilder.java index a402b3c4444..758e633d1f5 100644 --- a/sonar-db/src/main/java/org/sonar/db/version/AlterColumnsTypeBuilder.java +++ b/sonar-db/src/main/java/org/sonar/db/version/AlterColumnsTypeBuilder.java @@ -1,14 +1,14 @@ /* - * SonarQube, open source software quality management tool. - * Copyright (C) 2008-2014 SonarSource + * SonarQube :: Database + * Copyright (C) 2009-2016 SonarSource SA * mailto:contact AT sonarsource DOT com * - * SonarQube is free software; you can redistribute it and/or + * This program 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. * - * SonarQube is distributed in the hope that it will be useful, + * This program 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. @@ -17,7 +17,6 @@ * 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.db.version; import java.util.ArrayList; diff --git a/sonar-db/src/main/java/org/sonar/db/version/BaseDataChange.java b/sonar-db/src/main/java/org/sonar/db/version/BaseDataChange.java index 800e66a7e34..58659b607bd 100644 --- a/sonar-db/src/main/java/org/sonar/db/version/BaseDataChange.java +++ b/sonar-db/src/main/java/org/sonar/db/version/BaseDataChange.java @@ -1,14 +1,14 @@ /* - * SonarQube, open source software quality management tool. - * Copyright (C) 2008-2014 SonarSource + * SonarQube :: Database + * Copyright (C) 2009-2016 SonarSource SA * mailto:contact AT sonarsource DOT com * - * SonarQube is free software; you can redistribute it and/or + * This program 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. * - * SonarQube is distributed in the hope that it will be useful, + * This program 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-db/src/main/java/org/sonar/db/version/BaseSqlStatement.java b/sonar-db/src/main/java/org/sonar/db/version/BaseSqlStatement.java index f302311bb2d..f2723e5563b 100644 --- a/sonar-db/src/main/java/org/sonar/db/version/BaseSqlStatement.java +++ b/sonar-db/src/main/java/org/sonar/db/version/BaseSqlStatement.java @@ -1,14 +1,14 @@ /* - * SonarQube, open source software quality management tool. - * Copyright (C) 2008-2014 SonarSource + * SonarQube :: Database + * Copyright (C) 2009-2016 SonarSource SA * mailto:contact AT sonarsource DOT com * - * SonarQube is free software; you can redistribute it and/or + * This program 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. * - * SonarQube is distributed in the hope that it will be useful, + * This program 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-db/src/main/java/org/sonar/db/version/BigDecimalColumnDef.java b/sonar-db/src/main/java/org/sonar/db/version/BigDecimalColumnDef.java index 15e7b0fda66..77ef33d584e 100644 --- a/sonar-db/src/main/java/org/sonar/db/version/BigDecimalColumnDef.java +++ b/sonar-db/src/main/java/org/sonar/db/version/BigDecimalColumnDef.java @@ -1,14 +1,14 @@ /* - * SonarQube, open source software quality management tool. - * Copyright (C) 2008-2014 SonarSource + * SonarQube :: Database + * Copyright (C) 2009-2016 SonarSource SA * mailto:contact AT sonarsource DOT com * - * SonarQube is free software; you can redistribute it and/or + * This program 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. * - * SonarQube is distributed in the hope that it will be useful, + * This program 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. @@ -17,7 +17,6 @@ * 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.db.version; import javax.annotation.CheckForNull; diff --git a/sonar-db/src/main/java/org/sonar/db/version/ClobColumnDef.java b/sonar-db/src/main/java/org/sonar/db/version/ClobColumnDef.java index c7a3665c4f4..83499a9210f 100644 --- a/sonar-db/src/main/java/org/sonar/db/version/ClobColumnDef.java +++ b/sonar-db/src/main/java/org/sonar/db/version/ClobColumnDef.java @@ -1,14 +1,14 @@ /* - * SonarQube, open source software quality management tool. - * Copyright (C) 2008-2014 SonarSource + * SonarQube :: Database + * Copyright (C) 2009-2016 SonarSource SA * mailto:contact AT sonarsource DOT com * - * SonarQube is free software; you can redistribute it and/or + * This program 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. * - * SonarQube is distributed in the hope that it will be useful, + * This program 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. @@ -17,7 +17,6 @@ * 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.db.version; import javax.annotation.CheckForNull; diff --git a/sonar-db/src/main/java/org/sonar/db/version/ColumnDef.java b/sonar-db/src/main/java/org/sonar/db/version/ColumnDef.java index a04ce29cd56..c049d4d5f5d 100644 --- a/sonar-db/src/main/java/org/sonar/db/version/ColumnDef.java +++ b/sonar-db/src/main/java/org/sonar/db/version/ColumnDef.java @@ -1,14 +1,14 @@ /* - * SonarQube, open source software quality management tool. - * Copyright (C) 2008-2014 SonarSource + * SonarQube :: Database + * Copyright (C) 2009-2016 SonarSource SA * mailto:contact AT sonarsource DOT com * - * SonarQube is free software; you can redistribute it and/or + * This program 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. * - * SonarQube is distributed in the hope that it will be useful, + * This program 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. @@ -17,7 +17,6 @@ * 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.db.version; import org.sonar.db.dialect.Dialect; diff --git a/sonar-db/src/main/java/org/sonar/db/version/ColumnDefValidation.java b/sonar-db/src/main/java/org/sonar/db/version/ColumnDefValidation.java index 786388fef96..7cf1b335308 100644 --- a/sonar-db/src/main/java/org/sonar/db/version/ColumnDefValidation.java +++ b/sonar-db/src/main/java/org/sonar/db/version/ColumnDefValidation.java @@ -1,14 +1,14 @@ /* - * SonarQube, open source software quality management tool. - * Copyright (C) 2008-2014 SonarSource + * SonarQube :: Database + * Copyright (C) 2009-2016 SonarSource SA * mailto:contact AT sonarsource DOT com * - * SonarQube is free software; you can redistribute it and/or + * This program 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. * - * SonarQube is distributed in the hope that it will be useful, + * This program 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. @@ -17,7 +17,6 @@ * 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.db.version; import com.google.common.base.CharMatcher; diff --git a/sonar-db/src/main/java/org/sonar/db/version/DataChange.java b/sonar-db/src/main/java/org/sonar/db/version/DataChange.java index d06e4d7b093..4ebf0c5b999 100644 --- a/sonar-db/src/main/java/org/sonar/db/version/DataChange.java +++ b/sonar-db/src/main/java/org/sonar/db/version/DataChange.java @@ -1,14 +1,14 @@ /* - * SonarQube, open source software quality management tool. - * Copyright (C) 2008-2014 SonarSource + * SonarQube :: Database + * Copyright (C) 2009-2016 SonarSource SA * mailto:contact AT sonarsource DOT com * - * SonarQube is free software; you can redistribute it and/or + * This program 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. * - * SonarQube is distributed in the hope that it will be useful, + * This program 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-db/src/main/java/org/sonar/db/version/DatabaseMigration.java b/sonar-db/src/main/java/org/sonar/db/version/DatabaseMigration.java index 1d00155e13b..9fdf1731e19 100644 --- a/sonar-db/src/main/java/org/sonar/db/version/DatabaseMigration.java +++ b/sonar-db/src/main/java/org/sonar/db/version/DatabaseMigration.java @@ -1,14 +1,14 @@ /* - * SonarQube, open source software quality management tool. - * Copyright (C) 2008-2014 SonarSource + * SonarQube :: Database + * Copyright (C) 2009-2016 SonarSource SA * mailto:contact AT sonarsource DOT com * - * SonarQube is free software; you can redistribute it and/or + * This program 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. * - * SonarQube is distributed in the hope that it will be useful, + * This program 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-db/src/main/java/org/sonar/db/version/DatabaseVersion.java b/sonar-db/src/main/java/org/sonar/db/version/DatabaseVersion.java index 85915c7b673..b04d60463cc 100644 --- a/sonar-db/src/main/java/org/sonar/db/version/DatabaseVersion.java +++ b/sonar-db/src/main/java/org/sonar/db/version/DatabaseVersion.java @@ -1,14 +1,14 @@ /* - * SonarQube, open source software quality management tool. - * Copyright (C) 2008-2014 SonarSource + * SonarQube :: Database + * Copyright (C) 2009-2016 SonarSource SA * mailto:contact AT sonarsource DOT com * - * SonarQube is free software; you can redistribute it and/or + * This program 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. * - * SonarQube is distributed in the hope that it will be useful, + * This program 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-db/src/main/java/org/sonar/db/version/DdlChange.java b/sonar-db/src/main/java/org/sonar/db/version/DdlChange.java index 6a2bfae0538..f6933d2abc1 100644 --- a/sonar-db/src/main/java/org/sonar/db/version/DdlChange.java +++ b/sonar-db/src/main/java/org/sonar/db/version/DdlChange.java @@ -1,14 +1,14 @@ /* - * SonarQube, open source software quality management tool. - * Copyright (C) 2008-2014 SonarSource + * SonarQube :: Database + * Copyright (C) 2009-2016 SonarSource SA * mailto:contact AT sonarsource DOT com * - * SonarQube is free software; you can redistribute it and/or + * This program 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. * - * SonarQube is distributed in the hope that it will be useful, + * This program 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-db/src/main/java/org/sonar/db/version/DecimalColumnDef.java b/sonar-db/src/main/java/org/sonar/db/version/DecimalColumnDef.java index 276a7c40c74..190a8c8d5bc 100644 --- a/sonar-db/src/main/java/org/sonar/db/version/DecimalColumnDef.java +++ b/sonar-db/src/main/java/org/sonar/db/version/DecimalColumnDef.java @@ -1,14 +1,14 @@ /* - * SonarQube, open source software quality management tool. - * Copyright (C) 2008-2014 SonarSource + * SonarQube :: Database + * Copyright (C) 2009-2016 SonarSource SA * mailto:contact AT sonarsource DOT com * - * SonarQube is free software; you can redistribute it and/or + * This program 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. * - * SonarQube is distributed in the hope that it will be useful, + * This program 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. @@ -17,7 +17,6 @@ * 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.db.version; import javax.annotation.CheckForNull; diff --git a/sonar-db/src/main/java/org/sonar/db/version/DropColumnsBuilder.java b/sonar-db/src/main/java/org/sonar/db/version/DropColumnsBuilder.java index ce0d5f9e771..4f36b98f39e 100644 --- a/sonar-db/src/main/java/org/sonar/db/version/DropColumnsBuilder.java +++ b/sonar-db/src/main/java/org/sonar/db/version/DropColumnsBuilder.java @@ -1,14 +1,14 @@ /* - * SonarQube, open source software quality management tool. - * Copyright (C) 2008-2014 SonarSource + * SonarQube :: Database + * Copyright (C) 2009-2016 SonarSource SA * mailto:contact AT sonarsource DOT com * - * SonarQube is free software; you can redistribute it and/or + * This program 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. * - * SonarQube is distributed in the hope that it will be useful, + * This program 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-db/src/main/java/org/sonar/db/version/MassUpdate.java b/sonar-db/src/main/java/org/sonar/db/version/MassUpdate.java index a09ed828a5c..426bca808e4 100644 --- a/sonar-db/src/main/java/org/sonar/db/version/MassUpdate.java +++ b/sonar-db/src/main/java/org/sonar/db/version/MassUpdate.java @@ -1,14 +1,14 @@ /* - * SonarQube, open source software quality management tool. - * Copyright (C) 2008-2014 SonarSource + * SonarQube :: Database + * Copyright (C) 2009-2016 SonarSource SA * mailto:contact AT sonarsource DOT com * - * SonarQube is free software; you can redistribute it and/or + * This program 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. * - * SonarQube is distributed in the hope that it will be useful, + * This program 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-db/src/main/java/org/sonar/db/version/MigrationStep.java b/sonar-db/src/main/java/org/sonar/db/version/MigrationStep.java index f34fdcffcd8..50094adaa76 100644 --- a/sonar-db/src/main/java/org/sonar/db/version/MigrationStep.java +++ b/sonar-db/src/main/java/org/sonar/db/version/MigrationStep.java @@ -1,14 +1,14 @@ /* - * SonarQube, open source software quality management tool. - * Copyright (C) 2008-2014 SonarSource + * SonarQube :: Database + * Copyright (C) 2009-2016 SonarSource SA * mailto:contact AT sonarsource DOT com * - * SonarQube is free software; you can redistribute it and/or + * This program 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. * - * SonarQube is distributed in the hope that it will be useful, + * This program 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-db/src/main/java/org/sonar/db/version/MigrationStepModule.java b/sonar-db/src/main/java/org/sonar/db/version/MigrationStepModule.java index a47fa87740f..91fb9e7fa85 100644 --- a/sonar-db/src/main/java/org/sonar/db/version/MigrationStepModule.java +++ b/sonar-db/src/main/java/org/sonar/db/version/MigrationStepModule.java @@ -1,14 +1,14 @@ /* - * SonarQube, open source software quality management tool. - * Copyright (C) 2008-2014 SonarSource + * SonarQube :: Database + * Copyright (C) 2009-2016 SonarSource SA * mailto:contact AT sonarsource DOT com * - * SonarQube is free software; you can redistribute it and/or + * This program 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. * - * SonarQube is distributed in the hope that it will be useful, + * This program 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-db/src/main/java/org/sonar/db/version/SchemaMigrationDto.java b/sonar-db/src/main/java/org/sonar/db/version/SchemaMigrationDto.java index c78b8457f97..76e8ea94069 100644 --- a/sonar-db/src/main/java/org/sonar/db/version/SchemaMigrationDto.java +++ b/sonar-db/src/main/java/org/sonar/db/version/SchemaMigrationDto.java @@ -1,14 +1,14 @@ /* - * SonarQube, open source software quality management tool. - * Copyright (C) 2008-2014 SonarSource + * SonarQube :: Database + * Copyright (C) 2009-2016 SonarSource SA * mailto:contact AT sonarsource DOT com * - * SonarQube is free software; you can redistribute it and/or + * This program 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. * - * SonarQube is distributed in the hope that it will be useful, + * This program 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-db/src/main/java/org/sonar/db/version/SchemaMigrationMapper.java b/sonar-db/src/main/java/org/sonar/db/version/SchemaMigrationMapper.java index 5b8a3645be2..e1410d65b5b 100644 --- a/sonar-db/src/main/java/org/sonar/db/version/SchemaMigrationMapper.java +++ b/sonar-db/src/main/java/org/sonar/db/version/SchemaMigrationMapper.java @@ -1,14 +1,14 @@ /* - * SonarQube, open source software quality management tool. - * Copyright (C) 2008-2014 SonarSource + * SonarQube :: Database + * Copyright (C) 2009-2016 SonarSource SA * mailto:contact AT sonarsource DOT com * - * SonarQube is free software; you can redistribute it and/or + * This program 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. * - * SonarQube is distributed in the hope that it will be useful, + * This program 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-db/src/main/java/org/sonar/db/version/Select.java b/sonar-db/src/main/java/org/sonar/db/version/Select.java index ab9433d25e6..d2a4de05e2d 100644 --- a/sonar-db/src/main/java/org/sonar/db/version/Select.java +++ b/sonar-db/src/main/java/org/sonar/db/version/Select.java @@ -1,14 +1,14 @@ /* - * SonarQube, open source software quality management tool. - * Copyright (C) 2008-2014 SonarSource + * SonarQube :: Database + * Copyright (C) 2009-2016 SonarSource SA * mailto:contact AT sonarsource DOT com * - * SonarQube is free software; you can redistribute it and/or + * This program 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. * - * SonarQube is distributed in the hope that it will be useful, + * This program 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-db/src/main/java/org/sonar/db/version/SelectImpl.java b/sonar-db/src/main/java/org/sonar/db/version/SelectImpl.java index 1d743ebd126..71c39397b6e 100644 --- a/sonar-db/src/main/java/org/sonar/db/version/SelectImpl.java +++ b/sonar-db/src/main/java/org/sonar/db/version/SelectImpl.java @@ -1,14 +1,14 @@ /* - * SonarQube, open source software quality management tool. - * Copyright (C) 2008-2014 SonarSource + * SonarQube :: Database + * Copyright (C) 2009-2016 SonarSource SA * mailto:contact AT sonarsource DOT com * - * SonarQube is free software; you can redistribute it and/or + * This program 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. * - * SonarQube is distributed in the hope that it will be useful, + * This program 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-db/src/main/java/org/sonar/db/version/SqlStatement.java b/sonar-db/src/main/java/org/sonar/db/version/SqlStatement.java index 4418f659b16..710876b2a6e 100644 --- a/sonar-db/src/main/java/org/sonar/db/version/SqlStatement.java +++ b/sonar-db/src/main/java/org/sonar/db/version/SqlStatement.java @@ -1,14 +1,14 @@ /* - * SonarQube, open source software quality management tool. - * Copyright (C) 2008-2014 SonarSource + * SonarQube :: Database + * Copyright (C) 2009-2016 SonarSource SA * mailto:contact AT sonarsource DOT com * - * SonarQube is free software; you can redistribute it and/or + * This program 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. * - * SonarQube is distributed in the hope that it will be useful, + * This program 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-db/src/main/java/org/sonar/db/version/Upsert.java b/sonar-db/src/main/java/org/sonar/db/version/Upsert.java index 31068959a1b..a706e8f6d73 100644 --- a/sonar-db/src/main/java/org/sonar/db/version/Upsert.java +++ b/sonar-db/src/main/java/org/sonar/db/version/Upsert.java @@ -1,14 +1,14 @@ /* - * SonarQube, open source software quality management tool. - * Copyright (C) 2008-2014 SonarSource + * SonarQube :: Database + * Copyright (C) 2009-2016 SonarSource SA * mailto:contact AT sonarsource DOT com * - * SonarQube is free software; you can redistribute it and/or + * This program 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. * - * SonarQube is distributed in the hope that it will be useful, + * This program 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-db/src/main/java/org/sonar/db/version/UpsertImpl.java b/sonar-db/src/main/java/org/sonar/db/version/UpsertImpl.java index 7f58429fac3..6e0d63695a0 100644 --- a/sonar-db/src/main/java/org/sonar/db/version/UpsertImpl.java +++ b/sonar-db/src/main/java/org/sonar/db/version/UpsertImpl.java @@ -1,14 +1,14 @@ /* - * SonarQube, open source software quality management tool. - * Copyright (C) 2008-2014 SonarSource + * SonarQube :: Database + * Copyright (C) 2009-2016 SonarSource SA * mailto:contact AT sonarsource DOT com * - * SonarQube is free software; you can redistribute it and/or + * This program 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. * - * SonarQube is distributed in the hope that it will be useful, + * This program 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-db/src/main/java/org/sonar/db/version/VarcharColumnDef.java b/sonar-db/src/main/java/org/sonar/db/version/VarcharColumnDef.java index 9e35264dbd7..ab8321237f6 100644 --- a/sonar-db/src/main/java/org/sonar/db/version/VarcharColumnDef.java +++ b/sonar-db/src/main/java/org/sonar/db/version/VarcharColumnDef.java @@ -1,14 +1,14 @@ /* - * SonarQube, open source software quality management tool. - * Copyright (C) 2008-2014 SonarSource + * SonarQube :: Database + * Copyright (C) 2009-2016 SonarSource SA * mailto:contact AT sonarsource DOT com * - * SonarQube is free software; you can redistribute it and/or + * This program 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. * - * SonarQube is distributed in the hope that it will be useful, + * This program 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. @@ -17,7 +17,6 @@ * 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.db.version; import javax.annotation.CheckForNull; diff --git a/sonar-db/src/main/java/org/sonar/db/version/package-info.java b/sonar-db/src/main/java/org/sonar/db/version/package-info.java index f5be5b6d523..9f53614c759 100644 --- a/sonar-db/src/main/java/org/sonar/db/version/package-info.java +++ b/sonar-db/src/main/java/org/sonar/db/version/package-info.java @@ -1,14 +1,14 @@ /* - * SonarQube, open source software quality management tool. - * Copyright (C) 2008-2014 SonarSource + * SonarQube :: Database + * Copyright (C) 2009-2016 SonarSource SA * mailto:contact AT sonarsource DOT com * - * SonarQube is free software; you can redistribute it and/or + * This program 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. * - * SonarQube is distributed in the hope that it will be useful, + * This program 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-db/src/main/java/org/sonar/db/version/v45/Migration45Mapper.java b/sonar-db/src/main/java/org/sonar/db/version/v45/Migration45Mapper.java index 7d6cac507c7..7423431784e 100644 --- a/sonar-db/src/main/java/org/sonar/db/version/v45/Migration45Mapper.java +++ b/sonar-db/src/main/java/org/sonar/db/version/v45/Migration45Mapper.java @@ -1,14 +1,14 @@ /* - * SonarQube, open source software quality management tool. - * Copyright (C) 2008-2014 SonarSource + * SonarQube :: Database + * Copyright (C) 2009-2016 SonarSource SA * mailto:contact AT sonarsource DOT com * - * SonarQube is free software; you can redistribute it and/or + * This program 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. * - * SonarQube is distributed in the hope that it will be useful, + * This program 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-db/src/main/java/org/sonar/db/version/v45/Rule.java b/sonar-db/src/main/java/org/sonar/db/version/v45/Rule.java index 18fcf353e78..a615b9dc5d7 100644 --- a/sonar-db/src/main/java/org/sonar/db/version/v45/Rule.java +++ b/sonar-db/src/main/java/org/sonar/db/version/v45/Rule.java @@ -1,14 +1,14 @@ /* - * SonarQube, open source software quality management tool. - * Copyright (C) 2008-2014 SonarSource + * SonarQube :: Database + * Copyright (C) 2009-2016 SonarSource SA * mailto:contact AT sonarsource DOT com * - * SonarQube is free software; you can redistribute it and/or + * This program 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. * - * SonarQube is distributed in the hope that it will be useful, + * This program 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-db/src/main/java/org/sonar/db/version/v45/RuleParameter.java b/sonar-db/src/main/java/org/sonar/db/version/v45/RuleParameter.java index e2102b23bab..16d09083c56 100644 --- a/sonar-db/src/main/java/org/sonar/db/version/v45/RuleParameter.java +++ b/sonar-db/src/main/java/org/sonar/db/version/v45/RuleParameter.java @@ -1,14 +1,14 @@ /* - * SonarQube, open source software quality management tool. - * Copyright (C) 2008-2014 SonarSource + * SonarQube :: Database + * Copyright (C) 2009-2016 SonarSource SA * mailto:contact AT sonarsource DOT com * - * SonarQube is free software; you can redistribute it and/or + * This program 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. * - * SonarQube is distributed in the hope that it will be useful, + * This program 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-db/src/main/java/org/sonar/db/version/v45/package-info.java b/sonar-db/src/main/java/org/sonar/db/version/v45/package-info.java index 98d09760f72..fa2e06ae55a 100644 --- a/sonar-db/src/main/java/org/sonar/db/version/v45/package-info.java +++ b/sonar-db/src/main/java/org/sonar/db/version/v45/package-info.java @@ -1,14 +1,14 @@ /* - * SonarQube, open source software quality management tool. - * Copyright (C) 2008-2014 SonarSource + * SonarQube :: Database + * Copyright (C) 2009-2016 SonarSource SA * mailto:contact AT sonarsource DOT com * - * SonarQube is free software; you can redistribute it and/or + * This program 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. * - * SonarQube is distributed in the hope that it will be useful, + * This program 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-db/src/main/java/org/sonar/db/version/v451/AddMissingCustomRuleParametersMigrationStep.java b/sonar-db/src/main/java/org/sonar/db/version/v451/AddMissingCustomRuleParametersMigrationStep.java index ec8aa9cdbe6..a8f3cc826d4 100644 --- a/sonar-db/src/main/java/org/sonar/db/version/v451/AddMissingCustomRuleParametersMigrationStep.java +++ b/sonar-db/src/main/java/org/sonar/db/version/v451/AddMissingCustomRuleParametersMigrationStep.java @@ -1,14 +1,14 @@ /* - * SonarQube, open source software quality management tool. - * Copyright (C) 2008-2014 SonarSource + * SonarQube :: Database + * Copyright (C) 2009-2016 SonarSource SA * mailto:contact AT sonarsource DOT com * - * SonarQube is free software; you can redistribute it and/or + * This program 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. * - * SonarQube is distributed in the hope that it will be useful, + * This program 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-db/src/main/java/org/sonar/db/version/v451/DeleteUnescapedActivities.java b/sonar-db/src/main/java/org/sonar/db/version/v451/DeleteUnescapedActivities.java index d22ba822f47..02c07f34abd 100644 --- a/sonar-db/src/main/java/org/sonar/db/version/v451/DeleteUnescapedActivities.java +++ b/sonar-db/src/main/java/org/sonar/db/version/v451/DeleteUnescapedActivities.java @@ -1,14 +1,14 @@ /* - * SonarQube, open source software quality management tool. - * Copyright (C) 2008-2014 SonarSource + * SonarQube :: Database + * Copyright (C) 2009-2016 SonarSource SA * mailto:contact AT sonarsource DOT com * - * SonarQube is free software; you can redistribute it and/or + * This program 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. * - * SonarQube is distributed in the hope that it will be useful, + * This program 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-db/src/main/java/org/sonar/db/version/v451/package-info.java b/sonar-db/src/main/java/org/sonar/db/version/v451/package-info.java index e7dc713cf4c..6ec2dd845ce 100644 --- a/sonar-db/src/main/java/org/sonar/db/version/v451/package-info.java +++ b/sonar-db/src/main/java/org/sonar/db/version/v451/package-info.java @@ -1,14 +1,14 @@ /* - * SonarQube, open source software quality management tool. - * Copyright (C) 2008-2014 SonarSource + * SonarQube :: Database + * Copyright (C) 2009-2016 SonarSource SA * mailto:contact AT sonarsource DOT com * - * SonarQube is free software; you can redistribute it and/or + * This program 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. * - * SonarQube is distributed in the hope that it will be useful, + * This program 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. @@ -17,7 +17,6 @@ * along with this program; if not, write to the Free Software Foundation, * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ - @ParametersAreNonnullByDefault package org.sonar.db.version.v451; diff --git a/sonar-db/src/main/java/org/sonar/db/version/v50/Component.java b/sonar-db/src/main/java/org/sonar/db/version/v50/Component.java index acfa141ea9a..100518cec6e 100644 --- a/sonar-db/src/main/java/org/sonar/db/version/v50/Component.java +++ b/sonar-db/src/main/java/org/sonar/db/version/v50/Component.java @@ -1,14 +1,14 @@ /* - * SonarQube, open source software quality management tool. - * Copyright (C) 2008-2014 SonarSource + * SonarQube :: Database + * Copyright (C) 2009-2016 SonarSource SA * mailto:contact AT sonarsource DOT com * - * SonarQube is free software; you can redistribute it and/or + * This program 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. * - * SonarQube is distributed in the hope that it will be useful, + * This program 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. @@ -17,7 +17,6 @@ * 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.db.version.v50; import javax.annotation.CheckForNull; diff --git a/sonar-db/src/main/java/org/sonar/db/version/v50/FeedFileSources.java b/sonar-db/src/main/java/org/sonar/db/version/v50/FeedFileSources.java index 5a4c3921bf5..52b13d02129 100644 --- a/sonar-db/src/main/java/org/sonar/db/version/v50/FeedFileSources.java +++ b/sonar-db/src/main/java/org/sonar/db/version/v50/FeedFileSources.java @@ -1,14 +1,14 @@ /* - * SonarQube, open source software quality management tool. - * Copyright (C) 2008-2014 SonarSource + * SonarQube :: Database + * Copyright (C) 2009-2016 SonarSource SA * mailto:contact AT sonarsource DOT com * - * SonarQube is free software; you can redistribute it and/or + * This program 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. * - * SonarQube is distributed in the hope that it will be useful, + * This program 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-db/src/main/java/org/sonar/db/version/v50/FeedIssueLongDates.java b/sonar-db/src/main/java/org/sonar/db/version/v50/FeedIssueLongDates.java index c9fd8cfbebe..2293d032fb6 100644 --- a/sonar-db/src/main/java/org/sonar/db/version/v50/FeedIssueLongDates.java +++ b/sonar-db/src/main/java/org/sonar/db/version/v50/FeedIssueLongDates.java @@ -1,14 +1,14 @@ /* - * SonarQube, open source software quality management tool. - * Copyright (C) 2008-2014 SonarSource + * SonarQube :: Database + * Copyright (C) 2009-2016 SonarSource SA * mailto:contact AT sonarsource DOT com * - * SonarQube is free software; you can redistribute it and/or + * This program 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. * - * SonarQube is distributed in the hope that it will be useful, + * This program 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-db/src/main/java/org/sonar/db/version/v50/FeedSnapshotSourcesUpdatedAt.java b/sonar-db/src/main/java/org/sonar/db/version/v50/FeedSnapshotSourcesUpdatedAt.java index cc1e6859b5f..7fccc69b121 100644 --- a/sonar-db/src/main/java/org/sonar/db/version/v50/FeedSnapshotSourcesUpdatedAt.java +++ b/sonar-db/src/main/java/org/sonar/db/version/v50/FeedSnapshotSourcesUpdatedAt.java @@ -1,14 +1,14 @@ /* - * SonarQube, open source software quality management tool. - * Copyright (C) 2008-2014 SonarSource + * SonarQube :: Database + * Copyright (C) 2009-2016 SonarSource SA * mailto:contact AT sonarsource DOT com * - * SonarQube is free software; you can redistribute it and/or + * This program 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. * - * SonarQube is distributed in the hope that it will be useful, + * This program 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. @@ -17,7 +17,6 @@ * 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.db.version.v50; import java.sql.SQLException; diff --git a/sonar-db/src/main/java/org/sonar/db/version/v50/FileSourceDto.java b/sonar-db/src/main/java/org/sonar/db/version/v50/FileSourceDto.java index ca1683ffa2d..171160d45aa 100644 --- a/sonar-db/src/main/java/org/sonar/db/version/v50/FileSourceDto.java +++ b/sonar-db/src/main/java/org/sonar/db/version/v50/FileSourceDto.java @@ -1,14 +1,14 @@ /* - * SonarQube, open source software quality management tool. - * Copyright (C) 2008-2014 SonarSource + * SonarQube :: Database + * Copyright (C) 2009-2016 SonarSource SA * mailto:contact AT sonarsource DOT com * - * SonarQube is free software; you can redistribute it and/or + * This program 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. * - * SonarQube is distributed in the hope that it will be useful, + * This program 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-db/src/main/java/org/sonar/db/version/v50/InsertProjectsAuthorizationUpdatedAtMigrationStep.java b/sonar-db/src/main/java/org/sonar/db/version/v50/InsertProjectsAuthorizationUpdatedAtMigrationStep.java index d088be4f190..fa25556defb 100644 --- a/sonar-db/src/main/java/org/sonar/db/version/v50/InsertProjectsAuthorizationUpdatedAtMigrationStep.java +++ b/sonar-db/src/main/java/org/sonar/db/version/v50/InsertProjectsAuthorizationUpdatedAtMigrationStep.java @@ -1,14 +1,14 @@ /* - * SonarQube, open source software quality management tool. - * Copyright (C) 2008-2014 SonarSource + * SonarQube :: Database + * Copyright (C) 2009-2016 SonarSource SA * mailto:contact AT sonarsource DOT com * - * SonarQube is free software; you can redistribute it and/or + * This program 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. * - * SonarQube is distributed in the hope that it will be useful, + * This program 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. @@ -17,7 +17,6 @@ * 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.db.version.v50; import java.sql.SQLException; diff --git a/sonar-db/src/main/java/org/sonar/db/version/v50/Migration50Mapper.java b/sonar-db/src/main/java/org/sonar/db/version/v50/Migration50Mapper.java index f8f60aea16c..15027489029 100644 --- a/sonar-db/src/main/java/org/sonar/db/version/v50/Migration50Mapper.java +++ b/sonar-db/src/main/java/org/sonar/db/version/v50/Migration50Mapper.java @@ -1,14 +1,14 @@ /* - * SonarQube, open source software quality management tool. - * Copyright (C) 2008-2014 SonarSource + * SonarQube :: Database + * Copyright (C) 2009-2016 SonarSource SA * mailto:contact AT sonarsource DOT com * - * SonarQube is free software; you can redistribute it and/or + * This program 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. * - * SonarQube is distributed in the hope that it will be useful, + * This program 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. @@ -17,7 +17,6 @@ * 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.db.version.v50; import java.util.List; diff --git a/sonar-db/src/main/java/org/sonar/db/version/v50/PopulateProjectsUuidColumnsMigrationStep.java b/sonar-db/src/main/java/org/sonar/db/version/v50/PopulateProjectsUuidColumnsMigrationStep.java index 547f42f9128..007f7530ef1 100644 --- a/sonar-db/src/main/java/org/sonar/db/version/v50/PopulateProjectsUuidColumnsMigrationStep.java +++ b/sonar-db/src/main/java/org/sonar/db/version/v50/PopulateProjectsUuidColumnsMigrationStep.java @@ -1,14 +1,14 @@ /* - * SonarQube, open source software quality management tool. - * Copyright (C) 2008-2014 SonarSource + * SonarQube :: Database + * Copyright (C) 2009-2016 SonarSource SA * mailto:contact AT sonarsource DOT com * - * SonarQube is free software; you can redistribute it and/or + * This program 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. * - * SonarQube is distributed in the hope that it will be useful, + * This program 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. @@ -17,7 +17,6 @@ * 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.db.version.v50; import com.google.common.base.Splitter; diff --git a/sonar-db/src/main/java/org/sonar/db/version/v50/RemoveSortFieldFromIssueFiltersMigrationStep.java b/sonar-db/src/main/java/org/sonar/db/version/v50/RemoveSortFieldFromIssueFiltersMigrationStep.java index 50b1bd4c445..bb387ce160a 100644 --- a/sonar-db/src/main/java/org/sonar/db/version/v50/RemoveSortFieldFromIssueFiltersMigrationStep.java +++ b/sonar-db/src/main/java/org/sonar/db/version/v50/RemoveSortFieldFromIssueFiltersMigrationStep.java @@ -1,14 +1,14 @@ /* - * SonarQube, open source software quality management tool. - * Copyright (C) 2008-2014 SonarSource + * SonarQube :: Database + * Copyright (C) 2009-2016 SonarSource SA * mailto:contact AT sonarsource DOT com * - * SonarQube is free software; you can redistribute it and/or + * This program 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. * - * SonarQube is distributed in the hope that it will be useful, + * This program 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-db/src/main/java/org/sonar/db/version/v50/ReplaceIssueFiltersProjectKeyByUuid.java b/sonar-db/src/main/java/org/sonar/db/version/v50/ReplaceIssueFiltersProjectKeyByUuid.java index 16e2ca6a2f3..74a355b5c44 100644 --- a/sonar-db/src/main/java/org/sonar/db/version/v50/ReplaceIssueFiltersProjectKeyByUuid.java +++ b/sonar-db/src/main/java/org/sonar/db/version/v50/ReplaceIssueFiltersProjectKeyByUuid.java @@ -1,14 +1,14 @@ /* - * SonarQube, open source software quality management tool. - * Copyright (C) 2008-2014 SonarSource + * SonarQube :: Database + * Copyright (C) 2009-2016 SonarSource SA * mailto:contact AT sonarsource DOT com * - * SonarQube is free software; you can redistribute it and/or + * This program 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. * - * SonarQube is distributed in the hope that it will be useful, + * This program 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. @@ -17,7 +17,6 @@ * 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.db.version.v50; import java.sql.Connection; diff --git a/sonar-db/src/main/java/org/sonar/db/version/v50/package-info.java b/sonar-db/src/main/java/org/sonar/db/version/v50/package-info.java index 03bb5056ad3..a837af3bc3e 100644 --- a/sonar-db/src/main/java/org/sonar/db/version/v50/package-info.java +++ b/sonar-db/src/main/java/org/sonar/db/version/v50/package-info.java @@ -1,14 +1,14 @@ /* - * SonarQube, open source software quality management tool. - * Copyright (C) 2008-2014 SonarSource + * SonarQube :: Database + * Copyright (C) 2009-2016 SonarSource SA * mailto:contact AT sonarsource DOT com * - * SonarQube is free software; you can redistribute it and/or + * This program 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. * - * SonarQube is distributed in the hope that it will be useful, + * This program 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. @@ -17,7 +17,6 @@ * along with this program; if not, write to the Free Software Foundation, * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ - @ParametersAreNonnullByDefault package org.sonar.db.version.v50; diff --git a/sonar-db/src/main/java/org/sonar/db/version/v51/AddIssuesColumns.java b/sonar-db/src/main/java/org/sonar/db/version/v51/AddIssuesColumns.java index 793b153eddc..fb14ff15f3f 100644 --- a/sonar-db/src/main/java/org/sonar/db/version/v51/AddIssuesColumns.java +++ b/sonar-db/src/main/java/org/sonar/db/version/v51/AddIssuesColumns.java @@ -1,14 +1,14 @@ /* - * SonarQube, open source software quality management tool. - * Copyright (C) 2008-2014 SonarSource + * SonarQube :: Database + * Copyright (C) 2009-2016 SonarSource SA * mailto:contact AT sonarsource DOT com * - * SonarQube is free software; you can redistribute it and/or + * This program 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. * - * SonarQube is distributed in the hope that it will be useful, + * This program 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. @@ -17,7 +17,6 @@ * 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.db.version.v51; import java.sql.SQLException; diff --git a/sonar-db/src/main/java/org/sonar/db/version/v51/AddNewCharacteristics.java b/sonar-db/src/main/java/org/sonar/db/version/v51/AddNewCharacteristics.java index 2623dcb75e0..6b271818353 100644 --- a/sonar-db/src/main/java/org/sonar/db/version/v51/AddNewCharacteristics.java +++ b/sonar-db/src/main/java/org/sonar/db/version/v51/AddNewCharacteristics.java @@ -1,14 +1,14 @@ /* - * SonarQube, open source software quality management tool. - * Copyright (C) 2008-2014 SonarSource + * SonarQube :: Database + * Copyright (C) 2009-2016 SonarSource SA * mailto:contact AT sonarsource DOT com * - * SonarQube is free software; you can redistribute it and/or + * This program 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. * - * SonarQube is distributed in the hope that it will be useful, + * This program 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-db/src/main/java/org/sonar/db/version/v51/CopyScmAccountsFromAuthorsToUsers.java b/sonar-db/src/main/java/org/sonar/db/version/v51/CopyScmAccountsFromAuthorsToUsers.java index 0ae65deb79f..3d12151007a 100644 --- a/sonar-db/src/main/java/org/sonar/db/version/v51/CopyScmAccountsFromAuthorsToUsers.java +++ b/sonar-db/src/main/java/org/sonar/db/version/v51/CopyScmAccountsFromAuthorsToUsers.java @@ -1,14 +1,14 @@ /* - * SonarQube, open source software quality management tool. - * Copyright (C) 2008-2014 SonarSource + * SonarQube :: Database + * Copyright (C) 2009-2016 SonarSource SA * mailto:contact AT sonarsource DOT com * - * SonarQube is free software; you can redistribute it and/or + * This program 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. * - * SonarQube is distributed in the hope that it will be useful, + * This program 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. @@ -17,7 +17,6 @@ * 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.db.version.v51; import com.google.common.base.Joiner; diff --git a/sonar-db/src/main/java/org/sonar/db/version/v51/DropIssuesColumns.java b/sonar-db/src/main/java/org/sonar/db/version/v51/DropIssuesColumns.java index a8a0557e6a8..73eb27b8640 100644 --- a/sonar-db/src/main/java/org/sonar/db/version/v51/DropIssuesColumns.java +++ b/sonar-db/src/main/java/org/sonar/db/version/v51/DropIssuesColumns.java @@ -1,14 +1,14 @@ /* - * SonarQube, open source software quality management tool. - * Copyright (C) 2008-2014 SonarSource + * SonarQube :: Database + * Copyright (C) 2009-2016 SonarSource SA * mailto:contact AT sonarsource DOT com * - * SonarQube is free software; you can redistribute it and/or + * This program 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. * - * SonarQube is distributed in the hope that it will be useful, + * This program 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. @@ -17,7 +17,6 @@ * 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.db.version.v51; import com.google.common.annotations.VisibleForTesting; diff --git a/sonar-db/src/main/java/org/sonar/db/version/v51/FeedAnalysisReportsLongDates.java b/sonar-db/src/main/java/org/sonar/db/version/v51/FeedAnalysisReportsLongDates.java index 42434d8d727..616a60317fc 100644 --- a/sonar-db/src/main/java/org/sonar/db/version/v51/FeedAnalysisReportsLongDates.java +++ b/sonar-db/src/main/java/org/sonar/db/version/v51/FeedAnalysisReportsLongDates.java @@ -1,14 +1,14 @@ /* - * SonarQube, open source software quality management tool. - * Copyright (C) 2008-2014 SonarSource + * SonarQube :: Database + * Copyright (C) 2009-2016 SonarSource SA * mailto:contact AT sonarsource DOT com * - * SonarQube is free software; you can redistribute it and/or + * This program 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. * - * SonarQube is distributed in the hope that it will be useful, + * This program 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. @@ -17,7 +17,6 @@ * 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.db.version.v51; import java.sql.SQLException; diff --git a/sonar-db/src/main/java/org/sonar/db/version/v51/FeedEventsLongDates.java b/sonar-db/src/main/java/org/sonar/db/version/v51/FeedEventsLongDates.java index 151fa7c9cff..0b369ec73c5 100644 --- a/sonar-db/src/main/java/org/sonar/db/version/v51/FeedEventsLongDates.java +++ b/sonar-db/src/main/java/org/sonar/db/version/v51/FeedEventsLongDates.java @@ -1,14 +1,14 @@ /* - * SonarQube, open source software quality management tool. - * Copyright (C) 2008-2014 SonarSource + * SonarQube :: Database + * Copyright (C) 2009-2016 SonarSource SA * mailto:contact AT sonarsource DOT com * - * SonarQube is free software; you can redistribute it and/or + * This program 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. * - * SonarQube is distributed in the hope that it will be useful, + * This program 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. @@ -17,7 +17,6 @@ * 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.db.version.v51; import java.sql.SQLException; diff --git a/sonar-db/src/main/java/org/sonar/db/version/v51/FeedFileSourcesBinaryData.java b/sonar-db/src/main/java/org/sonar/db/version/v51/FeedFileSourcesBinaryData.java index 0b881b7a010..9e96b926d2a 100644 --- a/sonar-db/src/main/java/org/sonar/db/version/v51/FeedFileSourcesBinaryData.java +++ b/sonar-db/src/main/java/org/sonar/db/version/v51/FeedFileSourcesBinaryData.java @@ -1,14 +1,14 @@ /* - * SonarQube, open source software quality management tool. - * Copyright (C) 2008-2014 SonarSource + * SonarQube :: Database + * Copyright (C) 2009-2016 SonarSource SA * mailto:contact AT sonarsource DOT com * - * SonarQube is free software; you can redistribute it and/or + * This program 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. * - * SonarQube is distributed in the hope that it will be useful, + * This program 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-db/src/main/java/org/sonar/db/version/v51/FeedIssueChangesLongDates.java b/sonar-db/src/main/java/org/sonar/db/version/v51/FeedIssueChangesLongDates.java index 78c6a81b334..2f1ad4b7ff5 100644 --- a/sonar-db/src/main/java/org/sonar/db/version/v51/FeedIssueChangesLongDates.java +++ b/sonar-db/src/main/java/org/sonar/db/version/v51/FeedIssueChangesLongDates.java @@ -1,14 +1,14 @@ /* - * SonarQube, open source software quality management tool. - * Copyright (C) 2008-2014 SonarSource + * SonarQube :: Database + * Copyright (C) 2009-2016 SonarSource SA * mailto:contact AT sonarsource DOT com * - * SonarQube is free software; you can redistribute it and/or + * This program 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. * - * SonarQube is distributed in the hope that it will be useful, + * This program 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. @@ -17,7 +17,6 @@ * 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.db.version.v51; import java.sql.SQLException; diff --git a/sonar-db/src/main/java/org/sonar/db/version/v51/FeedIssueComponentUuids.java b/sonar-db/src/main/java/org/sonar/db/version/v51/FeedIssueComponentUuids.java index 0bfe58afd52..146ca3d7f6d 100644 --- a/sonar-db/src/main/java/org/sonar/db/version/v51/FeedIssueComponentUuids.java +++ b/sonar-db/src/main/java/org/sonar/db/version/v51/FeedIssueComponentUuids.java @@ -1,14 +1,14 @@ /* - * SonarQube, open source software quality management tool. - * Copyright (C) 2008-2014 SonarSource + * SonarQube :: Database + * Copyright (C) 2009-2016 SonarSource SA * mailto:contact AT sonarsource DOT com * - * SonarQube is free software; you can redistribute it and/or + * This program 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. * - * SonarQube is distributed in the hope that it will be useful, + * This program 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. @@ -17,7 +17,6 @@ * 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.db.version.v51; import java.sql.SQLException; diff --git a/sonar-db/src/main/java/org/sonar/db/version/v51/FeedIssueTags.java b/sonar-db/src/main/java/org/sonar/db/version/v51/FeedIssueTags.java index f84dd6b3688..ccb1a35b81f 100644 --- a/sonar-db/src/main/java/org/sonar/db/version/v51/FeedIssueTags.java +++ b/sonar-db/src/main/java/org/sonar/db/version/v51/FeedIssueTags.java @@ -1,14 +1,14 @@ /* - * SonarQube, open source software quality management tool. - * Copyright (C) 2008-2014 SonarSource + * SonarQube :: Database + * Copyright (C) 2009-2016 SonarSource SA * mailto:contact AT sonarsource DOT com * - * SonarQube is free software; you can redistribute it and/or + * This program 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. * - * SonarQube is distributed in the hope that it will be useful, + * This program 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-db/src/main/java/org/sonar/db/version/v51/FeedIssuesLongDates.java b/sonar-db/src/main/java/org/sonar/db/version/v51/FeedIssuesLongDates.java index 66ba13b9248..4c24c740b78 100644 --- a/sonar-db/src/main/java/org/sonar/db/version/v51/FeedIssuesLongDates.java +++ b/sonar-db/src/main/java/org/sonar/db/version/v51/FeedIssuesLongDates.java @@ -1,14 +1,14 @@ /* - * SonarQube, open source software quality management tool. - * Copyright (C) 2008-2014 SonarSource + * SonarQube :: Database + * Copyright (C) 2009-2016 SonarSource SA * mailto:contact AT sonarsource DOT com * - * SonarQube is free software; you can redistribute it and/or + * This program 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. * - * SonarQube is distributed in the hope that it will be useful, + * This program 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. @@ -17,7 +17,6 @@ * 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.db.version.v51; import java.sql.SQLException; diff --git a/sonar-db/src/main/java/org/sonar/db/version/v51/FeedManualMeasuresLongDates.java b/sonar-db/src/main/java/org/sonar/db/version/v51/FeedManualMeasuresLongDates.java index cb250c840d0..29e4da96f2e 100644 --- a/sonar-db/src/main/java/org/sonar/db/version/v51/FeedManualMeasuresLongDates.java +++ b/sonar-db/src/main/java/org/sonar/db/version/v51/FeedManualMeasuresLongDates.java @@ -1,14 +1,14 @@ /* - * SonarQube, open source software quality management tool. - * Copyright (C) 2008-2014 SonarSource + * SonarQube :: Database + * Copyright (C) 2009-2016 SonarSource SA * mailto:contact AT sonarsource DOT com * - * SonarQube is free software; you can redistribute it and/or + * This program 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. * - * SonarQube is distributed in the hope that it will be useful, + * This program 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. @@ -17,7 +17,6 @@ * 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.db.version.v51; import java.sql.SQLException; diff --git a/sonar-db/src/main/java/org/sonar/db/version/v51/FeedSnapshotsLongDates.java b/sonar-db/src/main/java/org/sonar/db/version/v51/FeedSnapshotsLongDates.java index f9af35507ac..7f74da2f819 100644 --- a/sonar-db/src/main/java/org/sonar/db/version/v51/FeedSnapshotsLongDates.java +++ b/sonar-db/src/main/java/org/sonar/db/version/v51/FeedSnapshotsLongDates.java @@ -1,14 +1,14 @@ /* - * SonarQube, open source software quality management tool. - * Copyright (C) 2008-2014 SonarSource + * SonarQube :: Database + * Copyright (C) 2009-2016 SonarSource SA * mailto:contact AT sonarsource DOT com * - * SonarQube is free software; you can redistribute it and/or + * This program 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. * - * SonarQube is distributed in the hope that it will be useful, + * This program 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. @@ -17,7 +17,6 @@ * 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.db.version.v51; import java.sql.SQLException; diff --git a/sonar-db/src/main/java/org/sonar/db/version/v51/FeedUsersLongDates.java b/sonar-db/src/main/java/org/sonar/db/version/v51/FeedUsersLongDates.java index 0196e62fc57..8e961d7677f 100644 --- a/sonar-db/src/main/java/org/sonar/db/version/v51/FeedUsersLongDates.java +++ b/sonar-db/src/main/java/org/sonar/db/version/v51/FeedUsersLongDates.java @@ -1,14 +1,14 @@ /* - * SonarQube, open source software quality management tool. - * Copyright (C) 2008-2014 SonarSource + * SonarQube :: Database + * Copyright (C) 2009-2016 SonarSource SA * mailto:contact AT sonarsource DOT com * - * SonarQube is free software; you can redistribute it and/or + * This program 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. * - * SonarQube is distributed in the hope that it will be useful, + * This program 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-db/src/main/java/org/sonar/db/version/v51/RemovePermissionsOnModulesMigrationStep.java b/sonar-db/src/main/java/org/sonar/db/version/v51/RemovePermissionsOnModulesMigrationStep.java index bb70c544e89..61b522689e0 100644 --- a/sonar-db/src/main/java/org/sonar/db/version/v51/RemovePermissionsOnModulesMigrationStep.java +++ b/sonar-db/src/main/java/org/sonar/db/version/v51/RemovePermissionsOnModulesMigrationStep.java @@ -1,14 +1,14 @@ /* - * SonarQube, open source software quality management tool. - * Copyright (C) 2008-2014 SonarSource + * SonarQube :: Database + * Copyright (C) 2009-2016 SonarSource SA * mailto:contact AT sonarsource DOT com * - * SonarQube is free software; you can redistribute it and/or + * This program 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. * - * SonarQube is distributed in the hope that it will be useful, + * This program 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. @@ -17,7 +17,6 @@ * 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.db.version.v51; import java.sql.SQLException; diff --git a/sonar-db/src/main/java/org/sonar/db/version/v51/RenameComponentRelatedParamsInIssueFilters.java b/sonar-db/src/main/java/org/sonar/db/version/v51/RenameComponentRelatedParamsInIssueFilters.java index 73e8e8b9a79..1da9970fbb0 100644 --- a/sonar-db/src/main/java/org/sonar/db/version/v51/RenameComponentRelatedParamsInIssueFilters.java +++ b/sonar-db/src/main/java/org/sonar/db/version/v51/RenameComponentRelatedParamsInIssueFilters.java @@ -1,14 +1,14 @@ /* - * SonarQube, open source software quality management tool. - * Copyright (C) 2008-2014 SonarSource + * SonarQube :: Database + * Copyright (C) 2009-2016 SonarSource SA * mailto:contact AT sonarsource DOT com * - * SonarQube is free software; you can redistribute it and/or + * This program 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. * - * SonarQube is distributed in the hope that it will be useful, + * This program 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-db/src/main/java/org/sonar/db/version/v51/UpdateProjectsModuleUuidPath.java b/sonar-db/src/main/java/org/sonar/db/version/v51/UpdateProjectsModuleUuidPath.java index d07f9acc2f8..559c0405a7a 100644 --- a/sonar-db/src/main/java/org/sonar/db/version/v51/UpdateProjectsModuleUuidPath.java +++ b/sonar-db/src/main/java/org/sonar/db/version/v51/UpdateProjectsModuleUuidPath.java @@ -1,14 +1,14 @@ /* - * SonarQube, open source software quality management tool. - * Copyright (C) 2008-2014 SonarSource + * SonarQube :: Database + * Copyright (C) 2009-2016 SonarSource SA * mailto:contact AT sonarsource DOT com * - * SonarQube is free software; you can redistribute it and/or + * This program 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. * - * SonarQube is distributed in the hope that it will be useful, + * This program 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. @@ -17,7 +17,6 @@ * 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.db.version.v51; import java.sql.SQLException; diff --git a/sonar-db/src/main/java/org/sonar/db/version/v51/package-info.java b/sonar-db/src/main/java/org/sonar/db/version/v51/package-info.java index d6e4b0204df..2695f2e5f42 100644 --- a/sonar-db/src/main/java/org/sonar/db/version/v51/package-info.java +++ b/sonar-db/src/main/java/org/sonar/db/version/v51/package-info.java @@ -1,14 +1,14 @@ /* - * SonarQube, open source software quality management tool. - * Copyright (C) 2008-2014 SonarSource + * SonarQube :: Database + * Copyright (C) 2009-2016 SonarSource SA * mailto:contact AT sonarsource DOT com * - * SonarQube is free software; you can redistribute it and/or + * This program 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. * - * SonarQube is distributed in the hope that it will be useful, + * This program 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. @@ -17,7 +17,6 @@ * along with this program; if not, write to the Free Software Foundation, * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ - @ParametersAreNonnullByDefault package org.sonar.db.version.v51; diff --git a/sonar-db/src/main/java/org/sonar/db/version/v52/AddManualMeasuresComponentUuidColumn.java b/sonar-db/src/main/java/org/sonar/db/version/v52/AddManualMeasuresComponentUuidColumn.java index 9d45ad91e7d..36ca23b6340 100644 --- a/sonar-db/src/main/java/org/sonar/db/version/v52/AddManualMeasuresComponentUuidColumn.java +++ b/sonar-db/src/main/java/org/sonar/db/version/v52/AddManualMeasuresComponentUuidColumn.java @@ -1,14 +1,14 @@ /* - * SonarQube, open source software quality management tool. - * Copyright (C) 2008-2014 SonarSource + * SonarQube :: Database + * Copyright (C) 2009-2016 SonarSource SA * mailto:contact AT sonarsource DOT com * - * SonarQube is free software; you can redistribute it and/or + * This program 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. * - * SonarQube is distributed in the hope that it will be useful, + * This program 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. @@ -17,7 +17,6 @@ * 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.db.version.v52; import java.sql.SQLException; diff --git a/sonar-db/src/main/java/org/sonar/db/version/v52/FeedEventsComponentUuid.java b/sonar-db/src/main/java/org/sonar/db/version/v52/FeedEventsComponentUuid.java index a6139e1e946..e15f79b6e34 100644 --- a/sonar-db/src/main/java/org/sonar/db/version/v52/FeedEventsComponentUuid.java +++ b/sonar-db/src/main/java/org/sonar/db/version/v52/FeedEventsComponentUuid.java @@ -1,14 +1,14 @@ /* - * SonarQube, open source software quality management tool. - * Copyright (C) 2008-2014 SonarSource + * SonarQube :: Database + * Copyright (C) 2009-2016 SonarSource SA * mailto:contact AT sonarsource DOT com * - * SonarQube is free software; you can redistribute it and/or + * This program 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. * - * SonarQube is distributed in the hope that it will be useful, + * This program 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. @@ -17,7 +17,6 @@ * 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.db.version.v52; import java.sql.SQLException; diff --git a/sonar-db/src/main/java/org/sonar/db/version/v52/FeedFileSourcesDataType.java b/sonar-db/src/main/java/org/sonar/db/version/v52/FeedFileSourcesDataType.java index b37e60054b3..2c016163df8 100644 --- a/sonar-db/src/main/java/org/sonar/db/version/v52/FeedFileSourcesDataType.java +++ b/sonar-db/src/main/java/org/sonar/db/version/v52/FeedFileSourcesDataType.java @@ -1,14 +1,14 @@ /* - * SonarQube, open source software quality management tool. - * Copyright (C) 2008-2014 SonarSource + * SonarQube :: Database + * Copyright (C) 2009-2016 SonarSource SA * mailto:contact AT sonarsource DOT com * - * SonarQube is free software; you can redistribute it and/or + * This program 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. * - * SonarQube is distributed in the hope that it will be useful, + * This program 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. @@ -17,7 +17,6 @@ * 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.db.version.v52; import java.sql.SQLException; diff --git a/sonar-db/src/main/java/org/sonar/db/version/v52/FeedManualMeasuresComponentUuid.java b/sonar-db/src/main/java/org/sonar/db/version/v52/FeedManualMeasuresComponentUuid.java index 36b14ac2e83..6c868509ad5 100644 --- a/sonar-db/src/main/java/org/sonar/db/version/v52/FeedManualMeasuresComponentUuid.java +++ b/sonar-db/src/main/java/org/sonar/db/version/v52/FeedManualMeasuresComponentUuid.java @@ -1,14 +1,14 @@ /* - * SonarQube, open source software quality management tool. - * Copyright (C) 2008-2014 SonarSource + * SonarQube :: Database + * Copyright (C) 2009-2016 SonarSource SA * mailto:contact AT sonarsource DOT com * - * SonarQube is free software; you can redistribute it and/or + * This program 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. * - * SonarQube is distributed in the hope that it will be useful, + * This program 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. @@ -17,7 +17,6 @@ * 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.db.version.v52; import java.sql.SQLException; diff --git a/sonar-db/src/main/java/org/sonar/db/version/v52/FeedMetricsBooleans.java b/sonar-db/src/main/java/org/sonar/db/version/v52/FeedMetricsBooleans.java index f28bc096e5b..e5ac24ae6e2 100644 --- a/sonar-db/src/main/java/org/sonar/db/version/v52/FeedMetricsBooleans.java +++ b/sonar-db/src/main/java/org/sonar/db/version/v52/FeedMetricsBooleans.java @@ -1,14 +1,14 @@ /* - * SonarQube, open source software quality management tool. - * Copyright (C) 2008-2014 SonarSource + * SonarQube :: Database + * Copyright (C) 2009-2016 SonarSource SA * mailto:contact AT sonarsource DOT com * - * SonarQube is free software; you can redistribute it and/or + * This program 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. * - * SonarQube is distributed in the hope that it will be useful, + * This program 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. @@ -17,7 +17,6 @@ * 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.db.version.v52; import java.sql.SQLException; diff --git a/sonar-db/src/main/java/org/sonar/db/version/v52/FeedProjectLinksComponentUuid.java b/sonar-db/src/main/java/org/sonar/db/version/v52/FeedProjectLinksComponentUuid.java index 4162aacb2ca..e599d207d25 100644 --- a/sonar-db/src/main/java/org/sonar/db/version/v52/FeedProjectLinksComponentUuid.java +++ b/sonar-db/src/main/java/org/sonar/db/version/v52/FeedProjectLinksComponentUuid.java @@ -1,14 +1,14 @@ /* - * SonarQube, open source software quality management tool. - * Copyright (C) 2008-2014 SonarSource + * SonarQube :: Database + * Copyright (C) 2009-2016 SonarSource SA * mailto:contact AT sonarsource DOT com * - * SonarQube is free software; you can redistribute it and/or + * This program 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. * - * SonarQube is distributed in the hope that it will be useful, + * This program 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. @@ -17,7 +17,6 @@ * 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.db.version.v52; import java.sql.SQLException; diff --git a/sonar-db/src/main/java/org/sonar/db/version/v52/IncreasePrecisionOfNumerics.java b/sonar-db/src/main/java/org/sonar/db/version/v52/IncreasePrecisionOfNumerics.java index 317fa037294..6a7f6145674 100644 --- a/sonar-db/src/main/java/org/sonar/db/version/v52/IncreasePrecisionOfNumerics.java +++ b/sonar-db/src/main/java/org/sonar/db/version/v52/IncreasePrecisionOfNumerics.java @@ -1,14 +1,14 @@ /* - * SonarQube, open source software quality management tool. - * Copyright (C) 2008-2014 SonarSource + * SonarQube :: Database + * Copyright (C) 2009-2016 SonarSource SA * mailto:contact AT sonarsource DOT com * - * SonarQube is free software; you can redistribute it and/or + * This program 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. * - * SonarQube is distributed in the hope that it will be useful, + * This program 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. @@ -17,7 +17,6 @@ * 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.db.version.v52; import java.sql.SQLException; diff --git a/sonar-db/src/main/java/org/sonar/db/version/v52/MoveProjectProfileAssociation.java b/sonar-db/src/main/java/org/sonar/db/version/v52/MoveProjectProfileAssociation.java index d533aa73ef4..4432acb1fa3 100644 --- a/sonar-db/src/main/java/org/sonar/db/version/v52/MoveProjectProfileAssociation.java +++ b/sonar-db/src/main/java/org/sonar/db/version/v52/MoveProjectProfileAssociation.java @@ -1,14 +1,14 @@ /* - * SonarQube, open source software quality management tool. - * Copyright (C) 2008-2014 SonarSource + * SonarQube :: Database + * Copyright (C) 2009-2016 SonarSource SA * mailto:contact AT sonarsource DOT com * - * SonarQube is free software; you can redistribute it and/or + * This program 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. * - * SonarQube is distributed in the hope that it will be useful, + * This program 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-db/src/main/java/org/sonar/db/version/v52/RemoveAnalysisReportsFromActivities.java b/sonar-db/src/main/java/org/sonar/db/version/v52/RemoveAnalysisReportsFromActivities.java index 74cfd448d4e..ab835da20b1 100644 --- a/sonar-db/src/main/java/org/sonar/db/version/v52/RemoveAnalysisReportsFromActivities.java +++ b/sonar-db/src/main/java/org/sonar/db/version/v52/RemoveAnalysisReportsFromActivities.java @@ -1,14 +1,14 @@ /* - * SonarQube, open source software quality management tool. - * Copyright (C) 2008-2014 SonarSource + * SonarQube :: Database + * Copyright (C) 2009-2016 SonarSource SA * mailto:contact AT sonarsource DOT com * - * SonarQube is free software; you can redistribute it and/or + * This program 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. * - * SonarQube is distributed in the hope that it will be useful, + * This program 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-db/src/main/java/org/sonar/db/version/v52/RemoveComponentLibraries.java b/sonar-db/src/main/java/org/sonar/db/version/v52/RemoveComponentLibraries.java index 11945b60316..a689ec23e4e 100644 --- a/sonar-db/src/main/java/org/sonar/db/version/v52/RemoveComponentLibraries.java +++ b/sonar-db/src/main/java/org/sonar/db/version/v52/RemoveComponentLibraries.java @@ -1,14 +1,14 @@ /* - * SonarQube, open source software quality management tool. - * Copyright (C) 2008-2014 SonarSource + * SonarQube :: Database + * Copyright (C) 2009-2016 SonarSource SA * mailto:contact AT sonarsource DOT com * - * SonarQube is free software; you can redistribute it and/or + * This program 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. * - * SonarQube is distributed in the hope that it will be useful, + * This program 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. @@ -17,7 +17,6 @@ * 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.db.version.v52; import java.sql.SQLException; diff --git a/sonar-db/src/main/java/org/sonar/db/version/v52/RemoveDuplicatedComponentKeys.java b/sonar-db/src/main/java/org/sonar/db/version/v52/RemoveDuplicatedComponentKeys.java index 658a521edfc..16c4cb9567f 100644 --- a/sonar-db/src/main/java/org/sonar/db/version/v52/RemoveDuplicatedComponentKeys.java +++ b/sonar-db/src/main/java/org/sonar/db/version/v52/RemoveDuplicatedComponentKeys.java @@ -1,14 +1,14 @@ /* - * SonarQube, open source software quality management tool. - * Copyright (C) 2008-2014 SonarSource + * SonarQube :: Database + * Copyright (C) 2009-2016 SonarSource SA * mailto:contact AT sonarsource DOT com * - * SonarQube is free software; you can redistribute it and/or + * This program 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. * - * SonarQube is distributed in the hope that it will be useful, + * This program 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. @@ -17,7 +17,6 @@ * 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.db.version.v52; import com.google.common.base.Predicate; diff --git a/sonar-db/src/main/java/org/sonar/db/version/v52/RemoveRuleMeasuresOnIssues.java b/sonar-db/src/main/java/org/sonar/db/version/v52/RemoveRuleMeasuresOnIssues.java index e2c6d6f3f70..f472900be7c 100644 --- a/sonar-db/src/main/java/org/sonar/db/version/v52/RemoveRuleMeasuresOnIssues.java +++ b/sonar-db/src/main/java/org/sonar/db/version/v52/RemoveRuleMeasuresOnIssues.java @@ -1,14 +1,14 @@ /* - * SonarQube, open source software quality management tool. - * Copyright (C) 2008-2014 SonarSource + * SonarQube :: Database + * Copyright (C) 2009-2016 SonarSource SA * mailto:contact AT sonarsource DOT com * - * SonarQube is free software; you can redistribute it and/or + * This program 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. * - * SonarQube is distributed in the hope that it will be useful, + * This program 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. @@ -17,7 +17,6 @@ * 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.db.version.v52; import java.sql.SQLException; diff --git a/sonar-db/src/main/java/org/sonar/db/version/v52/RemoveSnapshotLibraries.java b/sonar-db/src/main/java/org/sonar/db/version/v52/RemoveSnapshotLibraries.java index 108200dac7e..49477548734 100644 --- a/sonar-db/src/main/java/org/sonar/db/version/v52/RemoveSnapshotLibraries.java +++ b/sonar-db/src/main/java/org/sonar/db/version/v52/RemoveSnapshotLibraries.java @@ -1,14 +1,14 @@ /* - * SonarQube, open source software quality management tool. - * Copyright (C) 2008-2014 SonarSource + * SonarQube :: Database + * Copyright (C) 2009-2016 SonarSource SA * mailto:contact AT sonarsource DOT com * - * SonarQube is free software; you can redistribute it and/or + * This program 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. * - * SonarQube is distributed in the hope that it will be useful, + * This program 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. @@ -17,7 +17,6 @@ * 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.db.version.v52; import java.sql.SQLException; diff --git a/sonar-db/src/main/java/org/sonar/db/version/v52/package-info.java b/sonar-db/src/main/java/org/sonar/db/version/v52/package-info.java index 573a4dd8455..d49a25d1526 100644 --- a/sonar-db/src/main/java/org/sonar/db/version/v52/package-info.java +++ b/sonar-db/src/main/java/org/sonar/db/version/v52/package-info.java @@ -1,14 +1,14 @@ /* - * SonarQube, open source software quality management tool. - * Copyright (C) 2008-2014 SonarSource + * SonarQube :: Database + * Copyright (C) 2009-2016 SonarSource SA * mailto:contact AT sonarsource DOT com * - * SonarQube is free software; you can redistribute it and/or + * This program 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. * - * SonarQube is distributed in the hope that it will be useful, + * This program 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. @@ -17,7 +17,6 @@ * along with this program; if not, write to the Free Software Foundation, * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ - @ParametersAreNonnullByDefault package org.sonar.db.version.v52; diff --git a/sonar-db/src/main/java/org/sonar/db/version/v53/Component.java b/sonar-db/src/main/java/org/sonar/db/version/v53/Component.java index e33bd11d5fc..92a2535000f 100644 --- a/sonar-db/src/main/java/org/sonar/db/version/v53/Component.java +++ b/sonar-db/src/main/java/org/sonar/db/version/v53/Component.java @@ -1,14 +1,14 @@ /* - * SonarQube, open source software quality management tool. - * Copyright (C) 2008-2014 SonarSource + * SonarQube :: Database + * Copyright (C) 2009-2016 SonarSource SA * mailto:contact AT sonarsource DOT com * - * SonarQube is free software; you can redistribute it and/or + * This program 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. * - * SonarQube is distributed in the hope that it will be useful, + * This program 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. @@ -17,7 +17,6 @@ * 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.db.version.v53; public class Component { diff --git a/sonar-db/src/main/java/org/sonar/db/version/v53/FixMsSqlCollation.java b/sonar-db/src/main/java/org/sonar/db/version/v53/FixMsSqlCollation.java index 2c4ef18cab4..42d986f8502 100644 --- a/sonar-db/src/main/java/org/sonar/db/version/v53/FixMsSqlCollation.java +++ b/sonar-db/src/main/java/org/sonar/db/version/v53/FixMsSqlCollation.java @@ -1,14 +1,14 @@ /* - * SonarQube, open source software quality management tool. - * Copyright (C) 2008-2014 SonarSource + * SonarQube :: Database + * Copyright (C) 2009-2016 SonarSource SA * mailto:contact AT sonarsource DOT com * - * SonarQube is free software; you can redistribute it and/or + * This program 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. * - * SonarQube is distributed in the hope that it will be useful, + * This program 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. @@ -17,7 +17,6 @@ * 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.db.version.v53; import com.google.common.annotations.VisibleForTesting; diff --git a/sonar-db/src/main/java/org/sonar/db/version/v53/Migration53Mapper.java b/sonar-db/src/main/java/org/sonar/db/version/v53/Migration53Mapper.java index 74a34e3706d..a018cf75a37 100644 --- a/sonar-db/src/main/java/org/sonar/db/version/v53/Migration53Mapper.java +++ b/sonar-db/src/main/java/org/sonar/db/version/v53/Migration53Mapper.java @@ -1,14 +1,14 @@ /* - * SonarQube, open source software quality management tool. - * Copyright (C) 2008-2014 SonarSource + * SonarQube :: Database + * Copyright (C) 2009-2016 SonarSource SA * mailto:contact AT sonarsource DOT com * - * SonarQube is free software; you can redistribute it and/or + * This program 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. * - * SonarQube is distributed in the hope that it will be useful, + * This program 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. @@ -17,7 +17,6 @@ * 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.db.version.v53; import java.util.List; diff --git a/sonar-db/src/main/java/org/sonar/db/version/v53/UpdateCustomDashboardInLoadedTemplates.java b/sonar-db/src/main/java/org/sonar/db/version/v53/UpdateCustomDashboardInLoadedTemplates.java index f63e62112cd..c712995b409 100644 --- a/sonar-db/src/main/java/org/sonar/db/version/v53/UpdateCustomDashboardInLoadedTemplates.java +++ b/sonar-db/src/main/java/org/sonar/db/version/v53/UpdateCustomDashboardInLoadedTemplates.java @@ -1,14 +1,14 @@ /* - * SonarQube, open source software quality management tool. - * Copyright (C) 2008-2014 SonarSource + * SonarQube :: Database + * Copyright (C) 2009-2016 SonarSource SA * mailto:contact AT sonarsource DOT com * - * SonarQube is free software; you can redistribute it and/or + * This program 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. * - * SonarQube is distributed in the hope that it will be useful, + * This program 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. @@ -17,7 +17,6 @@ * 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.db.version.v53; import java.sql.SQLException; diff --git a/sonar-db/src/main/java/org/sonar/db/version/v53/package-info.java b/sonar-db/src/main/java/org/sonar/db/version/v53/package-info.java index 260005ebe00..fb6a4bee44f 100644 --- a/sonar-db/src/main/java/org/sonar/db/version/v53/package-info.java +++ b/sonar-db/src/main/java/org/sonar/db/version/v53/package-info.java @@ -1,14 +1,14 @@ /* - * SonarQube, open source software quality management tool. - * Copyright (C) 2008-2014 SonarSource + * SonarQube :: Database + * Copyright (C) 2009-2016 SonarSource SA * mailto:contact AT sonarsource DOT com * - * SonarQube is free software; you can redistribute it and/or + * This program 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. * - * SonarQube is distributed in the hope that it will be useful, + * This program 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-db/src/test/java/org/sonar/core/issue/ActionPlanStatsTest.java b/sonar-db/src/test/java/org/sonar/core/issue/ActionPlanStatsTest.java index 233f99787b2..e97faa0d3c1 100644 --- a/sonar-db/src/test/java/org/sonar/core/issue/ActionPlanStatsTest.java +++ b/sonar-db/src/test/java/org/sonar/core/issue/ActionPlanStatsTest.java @@ -1,14 +1,14 @@ /* - * SonarQube, open source software quality management tool. - * Copyright (C) 2008-2014 SonarSource + * SonarQube :: Database + * Copyright (C) 2009-2016 SonarSource SA * mailto:contact AT sonarsource DOT com * - * SonarQube is free software; you can redistribute it and/or + * This program 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. * - * SonarQube is distributed in the hope that it will be useful, + * This program 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. @@ -17,7 +17,6 @@ * 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.core.issue; import java.util.Date; diff --git a/sonar-db/src/test/java/org/sonar/core/timemachine/PeriodsTest.java b/sonar-db/src/test/java/org/sonar/core/timemachine/PeriodsTest.java index c2ff4472256..ddd30867853 100644 --- a/sonar-db/src/test/java/org/sonar/core/timemachine/PeriodsTest.java +++ b/sonar-db/src/test/java/org/sonar/core/timemachine/PeriodsTest.java @@ -1,14 +1,14 @@ /* - * SonarQube, open source software quality management tool. - * Copyright (C) 2008-2014 SonarSource + * SonarQube :: Database + * Copyright (C) 2009-2016 SonarSource SA * mailto:contact AT sonarsource DOT com * - * SonarQube is free software; you can redistribute it and/or + * This program 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. * - * SonarQube is distributed in the hope that it will be useful, + * This program 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. @@ -17,7 +17,6 @@ * 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.core.timemachine; import java.util.Date; diff --git a/sonar-db/src/test/java/org/sonar/core/user/DefaultUserFinderTest.java b/sonar-db/src/test/java/org/sonar/core/user/DefaultUserFinderTest.java index cc67e416c6d..54af83294fd 100644 --- a/sonar-db/src/test/java/org/sonar/core/user/DefaultUserFinderTest.java +++ b/sonar-db/src/test/java/org/sonar/core/user/DefaultUserFinderTest.java @@ -1,14 +1,14 @@ /* - * SonarQube, open source software quality management tool. - * Copyright (C) 2008-2014 SonarSource + * SonarQube :: Database + * Copyright (C) 2009-2016 SonarSource SA * mailto:contact AT sonarsource DOT com * - * SonarQube is free software; you can redistribute it and/or + * This program 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. * - * SonarQube is distributed in the hope that it will be useful, + * This program 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-db/src/test/java/org/sonar/core/user/DefaultUserTest.java b/sonar-db/src/test/java/org/sonar/core/user/DefaultUserTest.java index 6028a82dd3d..351a28f5262 100644 --- a/sonar-db/src/test/java/org/sonar/core/user/DefaultUserTest.java +++ b/sonar-db/src/test/java/org/sonar/core/user/DefaultUserTest.java @@ -1,14 +1,14 @@ /* - * SonarQube, open source software quality management tool. - * Copyright (C) 2008-2014 SonarSource + * SonarQube :: Database + * Copyright (C) 2009-2016 SonarSource SA * mailto:contact AT sonarsource DOT com * - * SonarQube is free software; you can redistribute it and/or + * This program 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. * - * SonarQube is distributed in the hope that it will be useful, + * This program 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-db/src/test/java/org/sonar/core/user/DeprecatedUserFinderTest.java b/sonar-db/src/test/java/org/sonar/core/user/DeprecatedUserFinderTest.java index 9e303f87c03..e4749ef0c55 100644 --- a/sonar-db/src/test/java/org/sonar/core/user/DeprecatedUserFinderTest.java +++ b/sonar-db/src/test/java/org/sonar/core/user/DeprecatedUserFinderTest.java @@ -1,14 +1,14 @@ /* - * SonarQube, open source software quality management tool. - * Copyright (C) 2008-2014 SonarSource + * SonarQube :: Database + * Copyright (C) 2009-2016 SonarSource SA * mailto:contact AT sonarsource DOT com * - * SonarQube is free software; you can redistribute it and/or + * This program 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. * - * SonarQube is distributed in the hope that it will be useful, + * This program 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-db/src/test/java/org/sonar/db/BatchSessionTest.java b/sonar-db/src/test/java/org/sonar/db/BatchSessionTest.java index dc6999e61a1..38e76a6f1fd 100644 --- a/sonar-db/src/test/java/org/sonar/db/BatchSessionTest.java +++ b/sonar-db/src/test/java/org/sonar/db/BatchSessionTest.java @@ -1,14 +1,14 @@ /* - * SonarQube, open source software quality management tool. - * Copyright (C) 2008-2014 SonarSource + * SonarQube :: Database + * Copyright (C) 2009-2016 SonarSource SA * mailto:contact AT sonarsource DOT com * - * SonarQube is free software; you can redistribute it and/or + * This program 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. * - * SonarQube is distributed in the hope that it will be useful, + * This program 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-db/src/test/java/org/sonar/db/DaoModuleTest.java b/sonar-db/src/test/java/org/sonar/db/DaoModuleTest.java index df0f4964ef9..db3750c0139 100644 --- a/sonar-db/src/test/java/org/sonar/db/DaoModuleTest.java +++ b/sonar-db/src/test/java/org/sonar/db/DaoModuleTest.java @@ -1,14 +1,14 @@ /* - * SonarQube, open source software quality management tool. - * Copyright (C) 2008-2014 SonarSource + * SonarQube :: Database + * Copyright (C) 2009-2016 SonarSource SA * mailto:contact AT sonarsource DOT com * - * SonarQube is free software; you can redistribute it and/or + * This program 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. * - * SonarQube is distributed in the hope that it will be useful, + * This program 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. @@ -17,7 +17,6 @@ * 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.db; import org.junit.Test; diff --git a/sonar-db/src/test/java/org/sonar/db/DatabaseCheckerTest.java b/sonar-db/src/test/java/org/sonar/db/DatabaseCheckerTest.java index 2902ac122f9..06cca1e5125 100644 --- a/sonar-db/src/test/java/org/sonar/db/DatabaseCheckerTest.java +++ b/sonar-db/src/test/java/org/sonar/db/DatabaseCheckerTest.java @@ -1,14 +1,14 @@ /* - * SonarQube, open source software quality management tool. - * Copyright (C) 2008-2014 SonarSource + * SonarQube :: Database + * Copyright (C) 2009-2016 SonarSource SA * mailto:contact AT sonarsource DOT com * - * SonarQube is free software; you can redistribute it and/or + * This program 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. * - * SonarQube is distributed in the hope that it will be useful, + * This program 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-db/src/test/java/org/sonar/db/DatabaseCommands.java b/sonar-db/src/test/java/org/sonar/db/DatabaseCommands.java index 626933d4aef..8f3efddafdb 100644 --- a/sonar-db/src/test/java/org/sonar/db/DatabaseCommands.java +++ b/sonar-db/src/test/java/org/sonar/db/DatabaseCommands.java @@ -1,14 +1,14 @@ /* - * SonarQube, open source software quality management tool. - * Copyright (C) 2008-2014 SonarSource + * SonarQube :: Database + * Copyright (C) 2009-2016 SonarSource SA * mailto:contact AT sonarsource DOT com * - * SonarQube is free software; you can redistribute it and/or + * This program 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. * - * SonarQube is distributed in the hope that it will be useful, + * This program 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-db/src/test/java/org/sonar/db/DatabaseUtilsTest.java b/sonar-db/src/test/java/org/sonar/db/DatabaseUtilsTest.java index 823f425a044..dd103057338 100644 --- a/sonar-db/src/test/java/org/sonar/db/DatabaseUtilsTest.java +++ b/sonar-db/src/test/java/org/sonar/db/DatabaseUtilsTest.java @@ -1,14 +1,14 @@ /* - * SonarQube, open source software quality management tool. - * Copyright (C) 2008-2014 SonarSource + * SonarQube :: Database + * Copyright (C) 2009-2016 SonarSource SA * mailto:contact AT sonarsource DOT com * - * SonarQube is free software; you can redistribute it and/or + * This program 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. * - * SonarQube is distributed in the hope that it will be useful, + * This program 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-db/src/test/java/org/sonar/db/DbTester.java b/sonar-db/src/test/java/org/sonar/db/DbTester.java index 785f1454a79..ab50af74f94 100644 --- a/sonar-db/src/test/java/org/sonar/db/DbTester.java +++ b/sonar-db/src/test/java/org/sonar/db/DbTester.java @@ -1,14 +1,14 @@ /* - * SonarQube, open source software quality management tool. - * Copyright (C) 2008-2014 SonarSource + * SonarQube :: Database + * Copyright (C) 2009-2016 SonarSource SA * mailto:contact AT sonarsource DOT com * - * SonarQube is free software; you can redistribute it and/or + * This program 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. * - * SonarQube is distributed in the hope that it will be useful, + * This program 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-db/src/test/java/org/sonar/db/DdlUtilsTest.java b/sonar-db/src/test/java/org/sonar/db/DdlUtilsTest.java index ddc7764b350..95349a81e73 100644 --- a/sonar-db/src/test/java/org/sonar/db/DdlUtilsTest.java +++ b/sonar-db/src/test/java/org/sonar/db/DdlUtilsTest.java @@ -1,14 +1,14 @@ /* - * SonarQube, open source software quality management tool. - * Copyright (C) 2008-2014 SonarSource + * SonarQube :: Database + * Copyright (C) 2009-2016 SonarSource SA * mailto:contact AT sonarsource DOT com * - * SonarQube is free software; you can redistribute it and/or + * This program 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. * - * SonarQube is distributed in the hope that it will be useful, + * This program 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-db/src/test/java/org/sonar/db/DefaultDatabaseTest.java b/sonar-db/src/test/java/org/sonar/db/DefaultDatabaseTest.java index 7eb9ad8e8a8..f0f7ce9ea21 100644 --- a/sonar-db/src/test/java/org/sonar/db/DefaultDatabaseTest.java +++ b/sonar-db/src/test/java/org/sonar/db/DefaultDatabaseTest.java @@ -1,14 +1,14 @@ /* - * SonarQube, open source software quality management tool. - * Copyright (C) 2008-2014 SonarSource + * SonarQube :: Database + * Copyright (C) 2009-2016 SonarSource SA * mailto:contact AT sonarsource DOT com * - * SonarQube is free software; you can redistribute it and/or + * This program 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. * - * SonarQube is distributed in the hope that it will be useful, + * This program 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-db/src/test/java/org/sonar/db/H2Database.java b/sonar-db/src/test/java/org/sonar/db/H2Database.java index b2ada1cc440..798a08c71b9 100644 --- a/sonar-db/src/test/java/org/sonar/db/H2Database.java +++ b/sonar-db/src/test/java/org/sonar/db/H2Database.java @@ -1,14 +1,14 @@ /* - * SonarQube, open source software quality management tool. - * Copyright (C) 2008-2014 SonarSource + * SonarQube :: Database + * Copyright (C) 2009-2016 SonarSource SA * mailto:contact AT sonarsource DOT com * - * SonarQube is free software; you can redistribute it and/or + * This program 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. * - * SonarQube is distributed in the hope that it will be useful, + * This program 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-db/src/test/java/org/sonar/db/H2DatabaseTest.java b/sonar-db/src/test/java/org/sonar/db/H2DatabaseTest.java index 363fcc6619b..b761b0f27fb 100644 --- a/sonar-db/src/test/java/org/sonar/db/H2DatabaseTest.java +++ b/sonar-db/src/test/java/org/sonar/db/H2DatabaseTest.java @@ -1,14 +1,14 @@ /* - * SonarQube, open source software quality management tool. - * Copyright (C) 2008-2014 SonarSource + * SonarQube :: Database + * Copyright (C) 2009-2016 SonarSource SA * mailto:contact AT sonarsource DOT com * - * SonarQube is free software; you can redistribute it and/or + * This program 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. * - * SonarQube is distributed in the hope that it will be useful, + * This program 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-db/src/test/java/org/sonar/db/IsAliveMapperTest.java b/sonar-db/src/test/java/org/sonar/db/IsAliveMapperTest.java index f71a58bd8cb..ec69e7fd7db 100644 --- a/sonar-db/src/test/java/org/sonar/db/IsAliveMapperTest.java +++ b/sonar-db/src/test/java/org/sonar/db/IsAliveMapperTest.java @@ -1,14 +1,14 @@ /* - * SonarQube, open source software quality management tool. - * Copyright (C) 2008-2014 SonarSource + * SonarQube :: Database + * Copyright (C) 2009-2016 SonarSource SA * mailto:contact AT sonarsource DOT com * - * SonarQube is free software; you can redistribute it and/or + * This program 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. * - * SonarQube is distributed in the hope that it will be useful, + * This program 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-db/src/test/java/org/sonar/db/MyBatisTest.java b/sonar-db/src/test/java/org/sonar/db/MyBatisTest.java index 87922b13faf..fc548de56ec 100644 --- a/sonar-db/src/test/java/org/sonar/db/MyBatisTest.java +++ b/sonar-db/src/test/java/org/sonar/db/MyBatisTest.java @@ -1,14 +1,14 @@ /* - * SonarQube, open source software quality management tool. - * Copyright (C) 2008-2014 SonarSource + * SonarQube :: Database + * Copyright (C) 2009-2016 SonarSource SA * mailto:contact AT sonarsource DOT com * - * SonarQube is free software; you can redistribute it and/or + * This program 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. * - * SonarQube is distributed in the hope that it will be useful, + * This program 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-db/src/test/java/org/sonar/db/ResultSetIteratorTest.java b/sonar-db/src/test/java/org/sonar/db/ResultSetIteratorTest.java index c1e330732e3..1bb001842da 100644 --- a/sonar-db/src/test/java/org/sonar/db/ResultSetIteratorTest.java +++ b/sonar-db/src/test/java/org/sonar/db/ResultSetIteratorTest.java @@ -1,14 +1,14 @@ /* - * SonarQube, open source software quality management tool. - * Copyright (C) 2008-2014 SonarSource + * SonarQube :: Database + * Copyright (C) 2009-2016 SonarSource SA * mailto:contact AT sonarsource DOT com * - * SonarQube is free software; you can redistribute it and/or + * This program 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. * - * SonarQube is distributed in the hope that it will be useful, + * This program 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-db/src/test/java/org/sonar/db/TestDb.java b/sonar-db/src/test/java/org/sonar/db/TestDb.java index 685a81220e0..b13e91ca7b2 100644 --- a/sonar-db/src/test/java/org/sonar/db/TestDb.java +++ b/sonar-db/src/test/java/org/sonar/db/TestDb.java @@ -1,14 +1,14 @@ /* - * SonarQube, open source software quality management tool. - * Copyright (C) 2008-2014 SonarSource + * SonarQube :: Database + * Copyright (C) 2009-2016 SonarSource SA * mailto:contact AT sonarsource DOT com * - * SonarQube is free software; you can redistribute it and/or + * This program 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. * - * SonarQube is distributed in the hope that it will be useful, + * This program 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-db/src/test/java/org/sonar/db/activity/ActivityDaoTest.java b/sonar-db/src/test/java/org/sonar/db/activity/ActivityDaoTest.java index 13406d5be9e..e119134e22e 100644 --- a/sonar-db/src/test/java/org/sonar/db/activity/ActivityDaoTest.java +++ b/sonar-db/src/test/java/org/sonar/db/activity/ActivityDaoTest.java @@ -1,14 +1,14 @@ /* - * SonarQube, open source software quality management tool. - * Copyright (C) 2008-2014 SonarSource + * SonarQube :: Database + * Copyright (C) 2009-2016 SonarSource SA * mailto:contact AT sonarsource DOT com * - * SonarQube is free software; you can redistribute it and/or + * This program 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. * - * SonarQube is distributed in the hope that it will be useful, + * This program 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-db/src/test/java/org/sonar/db/ce/CeActivityDaoTest.java b/sonar-db/src/test/java/org/sonar/db/ce/CeActivityDaoTest.java index af0b0b81798..4948704c3fb 100644 --- a/sonar-db/src/test/java/org/sonar/db/ce/CeActivityDaoTest.java +++ b/sonar-db/src/test/java/org/sonar/db/ce/CeActivityDaoTest.java @@ -1,14 +1,14 @@ /* - * SonarQube, open source software quality management tool. - * Copyright (C) 2008-2014 SonarSource + * SonarQube :: Database + * Copyright (C) 2009-2016 SonarSource SA * mailto:contact AT sonarsource DOT com * - * SonarQube is free software; you can redistribute it and/or + * This program 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. * - * SonarQube is distributed in the hope that it will be useful, + * This program 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. @@ -17,7 +17,6 @@ * 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.db.ce; import com.google.common.base.Optional; diff --git a/sonar-db/src/test/java/org/sonar/db/ce/CeActivityQueryTest.java b/sonar-db/src/test/java/org/sonar/db/ce/CeActivityQueryTest.java index 8acafd7fe9b..f3b5529b25e 100644 --- a/sonar-db/src/test/java/org/sonar/db/ce/CeActivityQueryTest.java +++ b/sonar-db/src/test/java/org/sonar/db/ce/CeActivityQueryTest.java @@ -1,14 +1,14 @@ /* - * SonarQube, open source software quality management tool. - * Copyright (C) 2008-2014 SonarSource + * SonarQube :: Database + * Copyright (C) 2009-2016 SonarSource SA * mailto:contact AT sonarsource DOT com * - * SonarQube is free software; you can redistribute it and/or + * This program 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. * - * SonarQube is distributed in the hope that it will be useful, + * This program 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-db/src/test/java/org/sonar/db/ce/CeQueueDaoTest.java b/sonar-db/src/test/java/org/sonar/db/ce/CeQueueDaoTest.java index 761c8bfb734..4f33e99f78a 100644 --- a/sonar-db/src/test/java/org/sonar/db/ce/CeQueueDaoTest.java +++ b/sonar-db/src/test/java/org/sonar/db/ce/CeQueueDaoTest.java @@ -1,14 +1,14 @@ /* - * SonarQube, open source software quality management tool. - * Copyright (C) 2008-2014 SonarSource + * SonarQube :: Database + * Copyright (C) 2009-2016 SonarSource SA * mailto:contact AT sonarsource DOT com * - * SonarQube is free software; you can redistribute it and/or + * This program 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. * - * SonarQube is distributed in the hope that it will be useful, + * This program 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. @@ -17,7 +17,6 @@ * 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.db.ce; import com.google.common.base.Optional; diff --git a/sonar-db/src/test/java/org/sonar/db/ce/CeQueueTesting.java b/sonar-db/src/test/java/org/sonar/db/ce/CeQueueTesting.java index bb46b3e6923..c31b0b08213 100644 --- a/sonar-db/src/test/java/org/sonar/db/ce/CeQueueTesting.java +++ b/sonar-db/src/test/java/org/sonar/db/ce/CeQueueTesting.java @@ -1,14 +1,14 @@ /* - * SonarQube, open source software quality management tool. - * Copyright (C) 2008-2014 SonarSource + * SonarQube :: Database + * Copyright (C) 2009-2016 SonarSource SA * mailto:contact AT sonarsource DOT com * - * SonarQube is free software; you can redistribute it and/or + * This program 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. * - * SonarQube is distributed in the hope that it will be useful, + * This program 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. @@ -17,7 +17,6 @@ * 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.db.ce; import static org.apache.commons.lang.RandomStringUtils.randomAlphanumeric; diff --git a/sonar-db/src/test/java/org/sonar/db/component/ComponentDaoTest.java b/sonar-db/src/test/java/org/sonar/db/component/ComponentDaoTest.java index b23c435af7b..5a46d9fed37 100644 --- a/sonar-db/src/test/java/org/sonar/db/component/ComponentDaoTest.java +++ b/sonar-db/src/test/java/org/sonar/db/component/ComponentDaoTest.java @@ -1,14 +1,14 @@ /* - * SonarQube, open source software quality management tool. - * Copyright (C) 2008-2014 SonarSource + * SonarQube :: Database + * Copyright (C) 2009-2016 SonarSource SA * mailto:contact AT sonarsource DOT com * - * SonarQube is free software; you can redistribute it and/or + * This program 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. * - * SonarQube is distributed in the hope that it will be useful, + * This program 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. @@ -17,7 +17,6 @@ * 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.db.component; import com.google.common.base.Optional; diff --git a/sonar-db/src/test/java/org/sonar/db/component/ComponentDaoWithDuplicatedKeysTest.java b/sonar-db/src/test/java/org/sonar/db/component/ComponentDaoWithDuplicatedKeysTest.java index 038c58a63f7..14bee8d338a 100644 --- a/sonar-db/src/test/java/org/sonar/db/component/ComponentDaoWithDuplicatedKeysTest.java +++ b/sonar-db/src/test/java/org/sonar/db/component/ComponentDaoWithDuplicatedKeysTest.java @@ -1,14 +1,14 @@ /* - * SonarQube, open source software quality management tool. - * Copyright (C) 2008-2014 SonarSource + * SonarQube :: Database + * Copyright (C) 2009-2016 SonarSource SA * mailto:contact AT sonarsource DOT com * - * SonarQube is free software; you can redistribute it and/or + * This program 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. * - * SonarQube is distributed in the hope that it will be useful, + * This program 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. @@ -17,7 +17,6 @@ * 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.db.component; import org.junit.Rule; diff --git a/sonar-db/src/test/java/org/sonar/db/component/ComponentDbTester.java b/sonar-db/src/test/java/org/sonar/db/component/ComponentDbTester.java index 523bf5873e7..3c1f85bfba6 100644 --- a/sonar-db/src/test/java/org/sonar/db/component/ComponentDbTester.java +++ b/sonar-db/src/test/java/org/sonar/db/component/ComponentDbTester.java @@ -1,14 +1,14 @@ /* - * SonarQube, open source software quality management tool. - * Copyright (C) 2008-2014 SonarSource + * SonarQube :: Database + * Copyright (C) 2009-2016 SonarSource SA * mailto:contact AT sonarsource DOT com * - * SonarQube is free software; you can redistribute it and/or + * This program 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. * - * SonarQube is distributed in the hope that it will be useful, + * This program 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. @@ -17,7 +17,6 @@ * 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.db.component; import org.sonar.db.DbClient; diff --git a/sonar-db/src/test/java/org/sonar/db/component/ComponentDtoTest.java b/sonar-db/src/test/java/org/sonar/db/component/ComponentDtoTest.java index c1dc490f695..6d60c5e75bd 100644 --- a/sonar-db/src/test/java/org/sonar/db/component/ComponentDtoTest.java +++ b/sonar-db/src/test/java/org/sonar/db/component/ComponentDtoTest.java @@ -1,14 +1,14 @@ /* - * SonarQube, open source software quality management tool. - * Copyright (C) 2008-2014 SonarSource + * SonarQube :: Database + * Copyright (C) 2009-2016 SonarSource SA * mailto:contact AT sonarsource DOT com * - * SonarQube is free software; you can redistribute it and/or + * This program 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. * - * SonarQube is distributed in the hope that it will be useful, + * This program 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. @@ -17,7 +17,6 @@ * 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.db.component; import org.junit.Test; diff --git a/sonar-db/src/test/java/org/sonar/db/component/ComponentLinkDaoTest.java b/sonar-db/src/test/java/org/sonar/db/component/ComponentLinkDaoTest.java index dc53978fcc9..bfcfe0ee943 100644 --- a/sonar-db/src/test/java/org/sonar/db/component/ComponentLinkDaoTest.java +++ b/sonar-db/src/test/java/org/sonar/db/component/ComponentLinkDaoTest.java @@ -1,14 +1,14 @@ /* - * SonarQube, open source software quality management tool. - * Copyright (C) 2008-2014 SonarSource + * SonarQube :: Database + * Copyright (C) 2009-2016 SonarSource SA * mailto:contact AT sonarsource DOT com * - * SonarQube is free software; you can redistribute it and/or + * This program 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. * - * SonarQube is distributed in the hope that it will be useful, + * This program 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. @@ -17,7 +17,6 @@ * 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.db.component; import java.util.List; diff --git a/sonar-db/src/test/java/org/sonar/db/component/ComponentLinkDtoTest.java b/sonar-db/src/test/java/org/sonar/db/component/ComponentLinkDtoTest.java index 165a3ea08f2..1f81e9e0bb1 100644 --- a/sonar-db/src/test/java/org/sonar/db/component/ComponentLinkDtoTest.java +++ b/sonar-db/src/test/java/org/sonar/db/component/ComponentLinkDtoTest.java @@ -1,14 +1,14 @@ /* - * SonarQube, open source software quality management tool. - * Copyright (C) 2008-2014 SonarSource + * SonarQube :: Database + * Copyright (C) 2009-2016 SonarSource SA * mailto:contact AT sonarsource DOT com * - * SonarQube is free software; you can redistribute it and/or + * This program 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. * - * SonarQube is distributed in the hope that it will be useful, + * This program 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. @@ -17,7 +17,6 @@ * 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.db.component; import org.junit.Test; diff --git a/sonar-db/src/test/java/org/sonar/db/component/ComponentQueryTest.java b/sonar-db/src/test/java/org/sonar/db/component/ComponentQueryTest.java index 3d16f36aacf..eb4ccba5553 100644 --- a/sonar-db/src/test/java/org/sonar/db/component/ComponentQueryTest.java +++ b/sonar-db/src/test/java/org/sonar/db/component/ComponentQueryTest.java @@ -1,14 +1,14 @@ /* - * SonarQube, open source software quality management tool. - * Copyright (C) 2008-2014 SonarSource + * SonarQube :: Database + * Copyright (C) 2009-2016 SonarSource SA * mailto:contact AT sonarsource DOT com * - * SonarQube is free software; you can redistribute it and/or + * This program 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. * - * SonarQube is distributed in the hope that it will be useful, + * This program 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. @@ -17,7 +17,6 @@ * 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.db.component; import org.junit.Rule; diff --git a/sonar-db/src/test/java/org/sonar/db/component/ComponentTesting.java b/sonar-db/src/test/java/org/sonar/db/component/ComponentTesting.java index 8ac8cb816b2..6e59f8a6bf9 100644 --- a/sonar-db/src/test/java/org/sonar/db/component/ComponentTesting.java +++ b/sonar-db/src/test/java/org/sonar/db/component/ComponentTesting.java @@ -1,14 +1,14 @@ /* - * SonarQube, open source software quality management tool. - * Copyright (C) 2008-2014 SonarSource + * SonarQube :: Database + * Copyright (C) 2009-2016 SonarSource SA * mailto:contact AT sonarsource DOT com * - * SonarQube is free software; you can redistribute it and/or + * This program 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. * - * SonarQube is distributed in the hope that it will be useful, + * This program 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. @@ -17,7 +17,6 @@ * 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.db.component; import java.util.Date; diff --git a/sonar-db/src/test/java/org/sonar/db/component/ComponentTreeQueryTest.java b/sonar-db/src/test/java/org/sonar/db/component/ComponentTreeQueryTest.java index c3a1695dac4..9fa87e631f8 100644 --- a/sonar-db/src/test/java/org/sonar/db/component/ComponentTreeQueryTest.java +++ b/sonar-db/src/test/java/org/sonar/db/component/ComponentTreeQueryTest.java @@ -1,14 +1,14 @@ /* - * SonarQube, open source software quality management tool. - * Copyright (C) 2008-2014 SonarSource + * SonarQube :: Database + * Copyright (C) 2009-2016 SonarSource SA * mailto:contact AT sonarsource DOT com * - * SonarQube is free software; you can redistribute it and/or + * This program 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. * - * SonarQube is distributed in the hope that it will be useful, + * This program 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. @@ -17,7 +17,6 @@ * 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.db.component; import java.util.Collections; diff --git a/sonar-db/src/test/java/org/sonar/db/component/ResourceDaoTest.java b/sonar-db/src/test/java/org/sonar/db/component/ResourceDaoTest.java index 394038e9bb5..2f33191d3a4 100644 --- a/sonar-db/src/test/java/org/sonar/db/component/ResourceDaoTest.java +++ b/sonar-db/src/test/java/org/sonar/db/component/ResourceDaoTest.java @@ -1,14 +1,14 @@ /* - * SonarQube, open source software quality management tool. - * Copyright (C) 2008-2014 SonarSource + * SonarQube :: Database + * Copyright (C) 2009-2016 SonarSource SA * mailto:contact AT sonarsource DOT com * - * SonarQube is free software; you can redistribute it and/or + * This program 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. * - * SonarQube is distributed in the hope that it will be useful, + * This program 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-db/src/test/java/org/sonar/db/component/ResourceIndexDaoTest.java b/sonar-db/src/test/java/org/sonar/db/component/ResourceIndexDaoTest.java index 7b0c8c09206..b1ab19569ac 100644 --- a/sonar-db/src/test/java/org/sonar/db/component/ResourceIndexDaoTest.java +++ b/sonar-db/src/test/java/org/sonar/db/component/ResourceIndexDaoTest.java @@ -1,14 +1,14 @@ /* - * SonarQube, open source software quality management tool. - * Copyright (C) 2008-2014 SonarSource + * SonarQube :: Database + * Copyright (C) 2009-2016 SonarSource SA * mailto:contact AT sonarsource DOT com * - * SonarQube is free software; you can redistribute it and/or + * This program 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. * - * SonarQube is distributed in the hope that it will be useful, + * This program 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-db/src/test/java/org/sonar/db/component/ResourceKeyUpdaterDaoTest.java b/sonar-db/src/test/java/org/sonar/db/component/ResourceKeyUpdaterDaoTest.java index 77b76770995..d36572af9ff 100644 --- a/sonar-db/src/test/java/org/sonar/db/component/ResourceKeyUpdaterDaoTest.java +++ b/sonar-db/src/test/java/org/sonar/db/component/ResourceKeyUpdaterDaoTest.java @@ -1,14 +1,14 @@ /* - * SonarQube, open source software quality management tool. - * Copyright (C) 2008-2014 SonarSource + * SonarQube :: Database + * Copyright (C) 2009-2016 SonarSource SA * mailto:contact AT sonarsource DOT com * - * SonarQube is free software; you can redistribute it and/or + * This program 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. * - * SonarQube is distributed in the hope that it will be useful, + * This program 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-db/src/test/java/org/sonar/db/component/ResourceTypesRule.java b/sonar-db/src/test/java/org/sonar/db/component/ResourceTypesRule.java index 23d00b9f211..d3d8f4a18a3 100644 --- a/sonar-db/src/test/java/org/sonar/db/component/ResourceTypesRule.java +++ b/sonar-db/src/test/java/org/sonar/db/component/ResourceTypesRule.java @@ -1,14 +1,14 @@ /* - * SonarQube, open source software quality management tool. - * Copyright (C) 2008-2014 SonarSource + * SonarQube :: Database + * Copyright (C) 2009-2016 SonarSource SA * mailto:contact AT sonarsource DOT com * - * SonarQube is free software; you can redistribute it and/or + * This program 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. * - * SonarQube is distributed in the hope that it will be useful, + * This program 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. @@ -17,7 +17,6 @@ * 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.db.component; import java.util.ArrayList; diff --git a/sonar-db/src/test/java/org/sonar/db/component/SnapshotDaoTest.java b/sonar-db/src/test/java/org/sonar/db/component/SnapshotDaoTest.java index 6d3f406fa0a..8d8d00c15e7 100644 --- a/sonar-db/src/test/java/org/sonar/db/component/SnapshotDaoTest.java +++ b/sonar-db/src/test/java/org/sonar/db/component/SnapshotDaoTest.java @@ -1,14 +1,14 @@ /* - * SonarQube, open source software quality management tool. - * Copyright (C) 2008-2014 SonarSource + * SonarQube :: Database + * Copyright (C) 2009-2016 SonarSource SA * mailto:contact AT sonarsource DOT com * - * SonarQube is free software; you can redistribute it and/or + * This program 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. * - * SonarQube is distributed in the hope that it will be useful, + * This program 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. @@ -17,7 +17,6 @@ * 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.db.component; import java.util.Date; diff --git a/sonar-db/src/test/java/org/sonar/db/component/SnapshotDtoTest.java b/sonar-db/src/test/java/org/sonar/db/component/SnapshotDtoTest.java index 360fd739238..b96ccfe93b6 100644 --- a/sonar-db/src/test/java/org/sonar/db/component/SnapshotDtoTest.java +++ b/sonar-db/src/test/java/org/sonar/db/component/SnapshotDtoTest.java @@ -1,14 +1,14 @@ /* - * SonarQube, open source software quality management tool. - * Copyright (C) 2008-2014 SonarSource + * SonarQube :: Database + * Copyright (C) 2009-2016 SonarSource SA * mailto:contact AT sonarsource DOT com * - * SonarQube is free software; you can redistribute it and/or + * This program 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. * - * SonarQube is distributed in the hope that it will be useful, + * This program 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. @@ -17,7 +17,6 @@ * 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.db.component; import org.junit.Test; diff --git a/sonar-db/src/test/java/org/sonar/db/component/SnapshotQueryTest.java b/sonar-db/src/test/java/org/sonar/db/component/SnapshotQueryTest.java index e7fb2686724..45a0733ef5e 100644 --- a/sonar-db/src/test/java/org/sonar/db/component/SnapshotQueryTest.java +++ b/sonar-db/src/test/java/org/sonar/db/component/SnapshotQueryTest.java @@ -1,14 +1,14 @@ /* - * SonarQube, open source software quality management tool. - * Copyright (C) 2008-2014 SonarSource + * SonarQube :: Database + * Copyright (C) 2009-2016 SonarSource SA * mailto:contact AT sonarsource DOT com * - * SonarQube is free software; you can redistribute it and/or + * This program 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. * - * SonarQube is distributed in the hope that it will be useful, + * This program 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. @@ -17,7 +17,6 @@ * 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.db.component; import org.junit.Test; diff --git a/sonar-db/src/test/java/org/sonar/db/component/SnapshotTesting.java b/sonar-db/src/test/java/org/sonar/db/component/SnapshotTesting.java index 727adc6f0f4..753d5ae42d4 100644 --- a/sonar-db/src/test/java/org/sonar/db/component/SnapshotTesting.java +++ b/sonar-db/src/test/java/org/sonar/db/component/SnapshotTesting.java @@ -1,14 +1,14 @@ /* - * SonarQube, open source software quality management tool. - * Copyright (C) 2008-2014 SonarSource + * SonarQube :: Database + * Copyright (C) 2009-2016 SonarSource SA * mailto:contact AT sonarsource DOT com * - * SonarQube is free software; you can redistribute it and/or + * This program 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. * - * SonarQube is distributed in the hope that it will be useful, + * This program 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. @@ -17,7 +17,6 @@ * 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.db.component; import org.assertj.core.util.Strings; diff --git a/sonar-db/src/test/java/org/sonar/db/dashboard/ActiveDashboardDaoTest.java b/sonar-db/src/test/java/org/sonar/db/dashboard/ActiveDashboardDaoTest.java index 9a1c8153f90..3941d7d454a 100644 --- a/sonar-db/src/test/java/org/sonar/db/dashboard/ActiveDashboardDaoTest.java +++ b/sonar-db/src/test/java/org/sonar/db/dashboard/ActiveDashboardDaoTest.java @@ -1,14 +1,14 @@ /* - * SonarQube, open source software quality management tool. - * Copyright (C) 2008-2014 SonarSource + * SonarQube :: Database + * Copyright (C) 2009-2016 SonarSource SA * mailto:contact AT sonarsource DOT com * - * SonarQube is free software; you can redistribute it and/or + * This program 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. * - * SonarQube is distributed in the hope that it will be useful, + * This program 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-db/src/test/java/org/sonar/db/dashboard/DashboardDaoTest.java b/sonar-db/src/test/java/org/sonar/db/dashboard/DashboardDaoTest.java index 28a8329a7fd..48780671132 100644 --- a/sonar-db/src/test/java/org/sonar/db/dashboard/DashboardDaoTest.java +++ b/sonar-db/src/test/java/org/sonar/db/dashboard/DashboardDaoTest.java @@ -1,14 +1,14 @@ /* - * SonarQube, open source software quality management tool. - * Copyright (C) 2008-2014 SonarSource + * SonarQube :: Database + * Copyright (C) 2009-2016 SonarSource SA * mailto:contact AT sonarsource DOT com * - * SonarQube is free software; you can redistribute it and/or + * This program 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. * - * SonarQube is distributed in the hope that it will be useful, + * This program 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-db/src/test/java/org/sonar/db/dashboard/WidgetDaoTest.java b/sonar-db/src/test/java/org/sonar/db/dashboard/WidgetDaoTest.java index 6ab72210fe1..6d355641ee0 100644 --- a/sonar-db/src/test/java/org/sonar/db/dashboard/WidgetDaoTest.java +++ b/sonar-db/src/test/java/org/sonar/db/dashboard/WidgetDaoTest.java @@ -1,14 +1,14 @@ /* - * SonarQube, open source software quality management tool. - * Copyright (C) 2008-2014 SonarSource + * SonarQube :: Database + * Copyright (C) 2009-2016 SonarSource SA * mailto:contact AT sonarsource DOT com * - * SonarQube is free software; you can redistribute it and/or + * This program 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. * - * SonarQube is distributed in the hope that it will be useful, + * This program 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-db/src/test/java/org/sonar/db/debt/CharacteristicDaoTest.java b/sonar-db/src/test/java/org/sonar/db/debt/CharacteristicDaoTest.java index 7e8c7980e4a..e015fcd6eb6 100644 --- a/sonar-db/src/test/java/org/sonar/db/debt/CharacteristicDaoTest.java +++ b/sonar-db/src/test/java/org/sonar/db/debt/CharacteristicDaoTest.java @@ -1,14 +1,14 @@ /* - * SonarQube, open source software quality management tool. - * Copyright (C) 2008-2014 SonarSource + * SonarQube :: Database + * Copyright (C) 2009-2016 SonarSource SA * mailto:contact AT sonarsource DOT com * - * SonarQube is free software; you can redistribute it and/or + * This program 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. * - * SonarQube is distributed in the hope that it will be useful, + * This program 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. @@ -17,7 +17,6 @@ * 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.db.debt; import java.util.List; diff --git a/sonar-db/src/test/java/org/sonar/db/debt/CharacteristicDtoTest.java b/sonar-db/src/test/java/org/sonar/db/debt/CharacteristicDtoTest.java index 8ecfbb32dae..63350cc6f11 100644 --- a/sonar-db/src/test/java/org/sonar/db/debt/CharacteristicDtoTest.java +++ b/sonar-db/src/test/java/org/sonar/db/debt/CharacteristicDtoTest.java @@ -1,14 +1,14 @@ /* - * SonarQube, open source software quality management tool. - * Copyright (C) 2008-2014 SonarSource + * SonarQube :: Database + * Copyright (C) 2009-2016 SonarSource SA * mailto:contact AT sonarsource DOT com * - * SonarQube is free software; you can redistribute it and/or + * This program 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. * - * SonarQube is distributed in the hope that it will be useful, + * This program 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. @@ -17,7 +17,6 @@ * 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.db.debt; import java.util.Date; diff --git a/sonar-db/src/test/java/org/sonar/db/dialect/DialectUtilsTest.java b/sonar-db/src/test/java/org/sonar/db/dialect/DialectUtilsTest.java index 32621935884..047e59a8367 100644 --- a/sonar-db/src/test/java/org/sonar/db/dialect/DialectUtilsTest.java +++ b/sonar-db/src/test/java/org/sonar/db/dialect/DialectUtilsTest.java @@ -1,14 +1,14 @@ /* - * SonarQube, open source software quality management tool. - * Copyright (C) 2008-2014 SonarSource + * SonarQube :: Database + * Copyright (C) 2009-2016 SonarSource SA * mailto:contact AT sonarsource DOT com * - * SonarQube is free software; you can redistribute it and/or + * This program 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. * - * SonarQube is distributed in the hope that it will be useful, + * This program 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-db/src/test/java/org/sonar/db/dialect/H2Test.java b/sonar-db/src/test/java/org/sonar/db/dialect/H2Test.java index bd230b1b580..2b9a2eda6fc 100644 --- a/sonar-db/src/test/java/org/sonar/db/dialect/H2Test.java +++ b/sonar-db/src/test/java/org/sonar/db/dialect/H2Test.java @@ -1,14 +1,14 @@ /* - * SonarQube, open source software quality management tool. - * Copyright (C) 2008-2014 SonarSource + * SonarQube :: Database + * Copyright (C) 2009-2016 SonarSource SA * mailto:contact AT sonarsource DOT com * - * SonarQube is free software; you can redistribute it and/or + * This program 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. * - * SonarQube is distributed in the hope that it will be useful, + * This program 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-db/src/test/java/org/sonar/db/dialect/MsSqlTest.java b/sonar-db/src/test/java/org/sonar/db/dialect/MsSqlTest.java index f1159fc153c..04611ebe650 100644 --- a/sonar-db/src/test/java/org/sonar/db/dialect/MsSqlTest.java +++ b/sonar-db/src/test/java/org/sonar/db/dialect/MsSqlTest.java @@ -1,14 +1,14 @@ /* - * SonarQube, open source software quality management tool. - * Copyright (C) 2008-2014 SonarSource + * SonarQube :: Database + * Copyright (C) 2009-2016 SonarSource SA * mailto:contact AT sonarsource DOT com * - * SonarQube is free software; you can redistribute it and/or + * This program 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. * - * SonarQube is distributed in the hope that it will be useful, + * This program 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-db/src/test/java/org/sonar/db/dialect/MySqlTest.java b/sonar-db/src/test/java/org/sonar/db/dialect/MySqlTest.java index c33aa898cb5..0cbfa68dd64 100644 --- a/sonar-db/src/test/java/org/sonar/db/dialect/MySqlTest.java +++ b/sonar-db/src/test/java/org/sonar/db/dialect/MySqlTest.java @@ -1,14 +1,14 @@ /* - * SonarQube, open source software quality management tool. - * Copyright (C) 2008-2014 SonarSource + * SonarQube :: Database + * Copyright (C) 2009-2016 SonarSource SA * mailto:contact AT sonarsource DOT com * - * SonarQube is free software; you can redistribute it and/or + * This program 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. * - * SonarQube is distributed in the hope that it will be useful, + * This program 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-db/src/test/java/org/sonar/db/dialect/OracleTest.java b/sonar-db/src/test/java/org/sonar/db/dialect/OracleTest.java index cc40aab20e1..7d7363119e7 100644 --- a/sonar-db/src/test/java/org/sonar/db/dialect/OracleTest.java +++ b/sonar-db/src/test/java/org/sonar/db/dialect/OracleTest.java @@ -1,14 +1,14 @@ /* - * SonarQube, open source software quality management tool. - * Copyright (C) 2008-2014 SonarSource + * SonarQube :: Database + * Copyright (C) 2009-2016 SonarSource SA * mailto:contact AT sonarsource DOT com * - * SonarQube is free software; you can redistribute it and/or + * This program 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. * - * SonarQube is distributed in the hope that it will be useful, + * This program 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-db/src/test/java/org/sonar/db/dialect/PostgreSqlTest.java b/sonar-db/src/test/java/org/sonar/db/dialect/PostgreSqlTest.java index 43cf2d0094f..84ba589c0d6 100644 --- a/sonar-db/src/test/java/org/sonar/db/dialect/PostgreSqlTest.java +++ b/sonar-db/src/test/java/org/sonar/db/dialect/PostgreSqlTest.java @@ -1,14 +1,14 @@ /* - * SonarQube, open source software quality management tool. - * Copyright (C) 2008-2014 SonarSource + * SonarQube :: Database + * Copyright (C) 2009-2016 SonarSource SA * mailto:contact AT sonarsource DOT com * - * SonarQube is free software; you can redistribute it and/or + * This program 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. * - * SonarQube is distributed in the hope that it will be useful, + * This program 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-db/src/test/java/org/sonar/db/duplication/DuplicationDaoTest.java b/sonar-db/src/test/java/org/sonar/db/duplication/DuplicationDaoTest.java index 4427b8c69c3..e8780992b28 100644 --- a/sonar-db/src/test/java/org/sonar/db/duplication/DuplicationDaoTest.java +++ b/sonar-db/src/test/java/org/sonar/db/duplication/DuplicationDaoTest.java @@ -1,14 +1,14 @@ /* - * SonarQube, open source software quality management tool. - * Copyright (C) 2008-2014 SonarSource + * SonarQube :: Database + * Copyright (C) 2009-2016 SonarSource SA * mailto:contact AT sonarsource DOT com * - * SonarQube is free software; you can redistribute it and/or + * This program 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. * - * SonarQube is distributed in the hope that it will be useful, + * This program 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-db/src/test/java/org/sonar/db/event/EventDaoTest.java b/sonar-db/src/test/java/org/sonar/db/event/EventDaoTest.java index 399316e85e5..010921336e3 100644 --- a/sonar-db/src/test/java/org/sonar/db/event/EventDaoTest.java +++ b/sonar-db/src/test/java/org/sonar/db/event/EventDaoTest.java @@ -1,14 +1,14 @@ /* - * SonarQube, open source software quality management tool. - * Copyright (C) 2008-2014 SonarSource + * SonarQube :: Database + * Copyright (C) 2009-2016 SonarSource SA * mailto:contact AT sonarsource DOT com * - * SonarQube is free software; you can redistribute it and/or + * This program 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. * - * SonarQube is distributed in the hope that it will be useful, + * This program 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. @@ -17,7 +17,6 @@ * 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.db.event; import java.util.List; diff --git a/sonar-db/src/test/java/org/sonar/db/event/EventDtoTest.java b/sonar-db/src/test/java/org/sonar/db/event/EventDtoTest.java index cf90cce47cd..4a8f4e4fc24 100644 --- a/sonar-db/src/test/java/org/sonar/db/event/EventDtoTest.java +++ b/sonar-db/src/test/java/org/sonar/db/event/EventDtoTest.java @@ -1,14 +1,14 @@ /* - * SonarQube, open source software quality management tool. - * Copyright (C) 2008-2014 SonarSource + * SonarQube :: Database + * Copyright (C) 2009-2016 SonarSource SA * mailto:contact AT sonarsource DOT com * - * SonarQube is free software; you can redistribute it and/or + * This program 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. * - * SonarQube is distributed in the hope that it will be useful, + * This program 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. @@ -17,7 +17,6 @@ * 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.db.event; import org.junit.Test; diff --git a/sonar-db/src/test/java/org/sonar/db/issue/ActionPlanDaoTest.java b/sonar-db/src/test/java/org/sonar/db/issue/ActionPlanDaoTest.java index a967cdb1007..9bf6fcb5050 100644 --- a/sonar-db/src/test/java/org/sonar/db/issue/ActionPlanDaoTest.java +++ b/sonar-db/src/test/java/org/sonar/db/issue/ActionPlanDaoTest.java @@ -1,14 +1,14 @@ /* - * SonarQube, open source software quality management tool. - * Copyright (C) 2008-2014 SonarSource + * SonarQube :: Database + * Copyright (C) 2009-2016 SonarSource SA * mailto:contact AT sonarsource DOT com * - * SonarQube is free software; you can redistribute it and/or + * This program 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. * - * SonarQube is distributed in the hope that it will be useful, + * This program 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. @@ -17,7 +17,6 @@ * 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.db.issue; import java.util.Collection; diff --git a/sonar-db/src/test/java/org/sonar/db/issue/ActionPlanStatsDaoTest.java b/sonar-db/src/test/java/org/sonar/db/issue/ActionPlanStatsDaoTest.java index 360363cbedd..e8b9aea7227 100644 --- a/sonar-db/src/test/java/org/sonar/db/issue/ActionPlanStatsDaoTest.java +++ b/sonar-db/src/test/java/org/sonar/db/issue/ActionPlanStatsDaoTest.java @@ -1,14 +1,14 @@ /* - * SonarQube, open source software quality management tool. - * Copyright (C) 2008-2014 SonarSource + * SonarQube :: Database + * Copyright (C) 2009-2016 SonarSource SA * mailto:contact AT sonarsource DOT com * - * SonarQube is free software; you can redistribute it and/or + * This program 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. * - * SonarQube is distributed in the hope that it will be useful, + * This program 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. @@ -17,7 +17,6 @@ * 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.db.issue; import java.util.Collection; diff --git a/sonar-db/src/test/java/org/sonar/db/issue/IssueChangeDaoTest.java b/sonar-db/src/test/java/org/sonar/db/issue/IssueChangeDaoTest.java index e7686ee53e9..9f48032ca65 100644 --- a/sonar-db/src/test/java/org/sonar/db/issue/IssueChangeDaoTest.java +++ b/sonar-db/src/test/java/org/sonar/db/issue/IssueChangeDaoTest.java @@ -1,14 +1,14 @@ /* - * SonarQube, open source software quality management tool. - * Copyright (C) 2008-2014 SonarSource + * SonarQube :: Database + * Copyright (C) 2009-2016 SonarSource SA * mailto:contact AT sonarsource DOT com * - * SonarQube is free software; you can redistribute it and/or + * This program 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. * - * SonarQube is distributed in the hope that it will be useful, + * This program 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-db/src/test/java/org/sonar/db/issue/IssueChangeDtoTest.java b/sonar-db/src/test/java/org/sonar/db/issue/IssueChangeDtoTest.java index 2d7cfdcb478..db6293ddd79 100644 --- a/sonar-db/src/test/java/org/sonar/db/issue/IssueChangeDtoTest.java +++ b/sonar-db/src/test/java/org/sonar/db/issue/IssueChangeDtoTest.java @@ -1,14 +1,14 @@ /* - * SonarQube, open source software quality management tool. - * Copyright (C) 2008-2014 SonarSource + * SonarQube :: Database + * Copyright (C) 2009-2016 SonarSource SA * mailto:contact AT sonarsource DOT com * - * SonarQube is free software; you can redistribute it and/or + * This program 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. * - * SonarQube is distributed in the hope that it will be useful, + * This program 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-db/src/test/java/org/sonar/db/issue/IssueChangeMapperTest.java b/sonar-db/src/test/java/org/sonar/db/issue/IssueChangeMapperTest.java index dc7122058ce..e96c9833ad7 100644 --- a/sonar-db/src/test/java/org/sonar/db/issue/IssueChangeMapperTest.java +++ b/sonar-db/src/test/java/org/sonar/db/issue/IssueChangeMapperTest.java @@ -1,14 +1,14 @@ /* - * SonarQube, open source software quality management tool. - * Copyright (C) 2008-2014 SonarSource + * SonarQube :: Database + * Copyright (C) 2009-2016 SonarSource SA * mailto:contact AT sonarsource DOT com * - * SonarQube is free software; you can redistribute it and/or + * This program 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. * - * SonarQube is distributed in the hope that it will be useful, + * This program 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-db/src/test/java/org/sonar/db/issue/IssueDaoTest.java b/sonar-db/src/test/java/org/sonar/db/issue/IssueDaoTest.java index e884f6a1b4e..174d215ffbe 100644 --- a/sonar-db/src/test/java/org/sonar/db/issue/IssueDaoTest.java +++ b/sonar-db/src/test/java/org/sonar/db/issue/IssueDaoTest.java @@ -1,14 +1,14 @@ /* - * SonarQube, open source software quality management tool. - * Copyright (C) 2008-2014 SonarSource + * SonarQube :: Database + * Copyright (C) 2009-2016 SonarSource SA * mailto:contact AT sonarsource DOT com * - * SonarQube is free software; you can redistribute it and/or + * This program 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. * - * SonarQube is distributed in the hope that it will be useful, + * This program 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. @@ -17,7 +17,6 @@ * 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.db.issue; import java.util.List; diff --git a/sonar-db/src/test/java/org/sonar/db/issue/IssueDtoTest.java b/sonar-db/src/test/java/org/sonar/db/issue/IssueDtoTest.java index ed3a905bf85..41170314eed 100644 --- a/sonar-db/src/test/java/org/sonar/db/issue/IssueDtoTest.java +++ b/sonar-db/src/test/java/org/sonar/db/issue/IssueDtoTest.java @@ -1,14 +1,14 @@ /* - * SonarQube, open source software quality management tool. - * Copyright (C) 2008-2014 SonarSource + * SonarQube :: Database + * Copyright (C) 2009-2016 SonarSource SA * mailto:contact AT sonarsource DOT com * - * SonarQube is free software; you can redistribute it and/or + * This program 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. * - * SonarQube is distributed in the hope that it will be useful, + * This program 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-db/src/test/java/org/sonar/db/issue/IssueFilterDaoTest.java b/sonar-db/src/test/java/org/sonar/db/issue/IssueFilterDaoTest.java index ef6f1c3dd31..fe95e0c98a1 100644 --- a/sonar-db/src/test/java/org/sonar/db/issue/IssueFilterDaoTest.java +++ b/sonar-db/src/test/java/org/sonar/db/issue/IssueFilterDaoTest.java @@ -1,14 +1,14 @@ /* - * SonarQube, open source software quality management tool. - * Copyright (C) 2008-2014 SonarSource + * SonarQube :: Database + * Copyright (C) 2009-2016 SonarSource SA * mailto:contact AT sonarsource DOT com * - * SonarQube is free software; you can redistribute it and/or + * This program 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. * - * SonarQube is distributed in the hope that it will be useful, + * This program 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. @@ -17,7 +17,6 @@ * 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.db.issue; import java.util.List; diff --git a/sonar-db/src/test/java/org/sonar/db/issue/IssueFilterFavouriteDaoTest.java b/sonar-db/src/test/java/org/sonar/db/issue/IssueFilterFavouriteDaoTest.java index 2ade444db7f..2b878e68d4d 100644 --- a/sonar-db/src/test/java/org/sonar/db/issue/IssueFilterFavouriteDaoTest.java +++ b/sonar-db/src/test/java/org/sonar/db/issue/IssueFilterFavouriteDaoTest.java @@ -1,14 +1,14 @@ /* - * SonarQube, open source software quality management tool. - * Copyright (C) 2008-2014 SonarSource + * SonarQube :: Database + * Copyright (C) 2009-2016 SonarSource SA * mailto:contact AT sonarsource DOT com * - * SonarQube is free software; you can redistribute it and/or + * This program 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. * - * SonarQube is distributed in the hope that it will be useful, + * This program 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. @@ -17,7 +17,6 @@ * 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.db.issue; import java.util.List; diff --git a/sonar-db/src/test/java/org/sonar/db/issue/IssueMapperTest.java b/sonar-db/src/test/java/org/sonar/db/issue/IssueMapperTest.java index 238be23e112..adcf4ebde64 100644 --- a/sonar-db/src/test/java/org/sonar/db/issue/IssueMapperTest.java +++ b/sonar-db/src/test/java/org/sonar/db/issue/IssueMapperTest.java @@ -1,14 +1,14 @@ /* - * SonarQube, open source software quality management tool. - * Copyright (C) 2008-2014 SonarSource + * SonarQube :: Database + * Copyright (C) 2009-2016 SonarSource SA * mailto:contact AT sonarsource DOT com * - * SonarQube is free software; you can redistribute it and/or + * This program 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. * - * SonarQube is distributed in the hope that it will be useful, + * This program 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-db/src/test/java/org/sonar/db/loadedtemplate/LoadedTemplateDaoTest.java b/sonar-db/src/test/java/org/sonar/db/loadedtemplate/LoadedTemplateDaoTest.java index baba116bc1e..1b47015921f 100644 --- a/sonar-db/src/test/java/org/sonar/db/loadedtemplate/LoadedTemplateDaoTest.java +++ b/sonar-db/src/test/java/org/sonar/db/loadedtemplate/LoadedTemplateDaoTest.java @@ -1,14 +1,14 @@ /* - * SonarQube, open source software quality management tool. - * Copyright (C) 2008-2014 SonarSource + * SonarQube :: Database + * Copyright (C) 2009-2016 SonarSource SA * mailto:contact AT sonarsource DOT com * - * SonarQube is free software; you can redistribute it and/or + * This program 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. * - * SonarQube is distributed in the hope that it will be useful, + * This program 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-db/src/test/java/org/sonar/db/measure/MeasureDaoTest.java b/sonar-db/src/test/java/org/sonar/db/measure/MeasureDaoTest.java index 87136d9ca75..49fa5a33065 100644 --- a/sonar-db/src/test/java/org/sonar/db/measure/MeasureDaoTest.java +++ b/sonar-db/src/test/java/org/sonar/db/measure/MeasureDaoTest.java @@ -1,14 +1,14 @@ /* - * SonarQube, open source software quality management tool. - * Copyright (C) 2008-2014 SonarSource + * SonarQube :: Database + * Copyright (C) 2009-2016 SonarSource SA * mailto:contact AT sonarsource DOT com * - * SonarQube is free software; you can redistribute it and/or + * This program 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. * - * SonarQube is distributed in the hope that it will be useful, + * This program 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. @@ -17,7 +17,6 @@ * 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.db.measure; import com.google.common.base.Function; diff --git a/sonar-db/src/test/java/org/sonar/db/measure/MeasureDtoTest.java b/sonar-db/src/test/java/org/sonar/db/measure/MeasureDtoTest.java index b644064938b..b4993110bad 100644 --- a/sonar-db/src/test/java/org/sonar/db/measure/MeasureDtoTest.java +++ b/sonar-db/src/test/java/org/sonar/db/measure/MeasureDtoTest.java @@ -1,14 +1,14 @@ /* - * SonarQube, open source software quality management tool. - * Copyright (C) 2008-2014 SonarSource + * SonarQube :: Database + * Copyright (C) 2009-2016 SonarSource SA * mailto:contact AT sonarsource DOT com * - * SonarQube is free software; you can redistribute it and/or + * This program 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. * - * SonarQube is distributed in the hope that it will be useful, + * This program 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. @@ -17,7 +17,6 @@ * 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.db.measure; import com.google.common.base.Strings; diff --git a/sonar-db/src/test/java/org/sonar/db/measure/MeasureFilterDaoTest.java b/sonar-db/src/test/java/org/sonar/db/measure/MeasureFilterDaoTest.java index 45c511ec26a..c17db2157d7 100644 --- a/sonar-db/src/test/java/org/sonar/db/measure/MeasureFilterDaoTest.java +++ b/sonar-db/src/test/java/org/sonar/db/measure/MeasureFilterDaoTest.java @@ -1,14 +1,14 @@ /* - * SonarQube, open source software quality management tool. - * Copyright (C) 2008-2014 SonarSource + * SonarQube :: Database + * Copyright (C) 2009-2016 SonarSource SA * mailto:contact AT sonarsource DOT com * - * SonarQube is free software; you can redistribute it and/or + * This program 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. * - * SonarQube is distributed in the hope that it will be useful, + * This program 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-db/src/test/java/org/sonar/db/measure/MeasureTesting.java b/sonar-db/src/test/java/org/sonar/db/measure/MeasureTesting.java index 229d487c2d8..5e58b6962bb 100644 --- a/sonar-db/src/test/java/org/sonar/db/measure/MeasureTesting.java +++ b/sonar-db/src/test/java/org/sonar/db/measure/MeasureTesting.java @@ -1,14 +1,14 @@ /* - * SonarQube, open source software quality management tool. - * Copyright (C) 2008-2014 SonarSource + * SonarQube :: Database + * Copyright (C) 2009-2016 SonarSource SA * mailto:contact AT sonarsource DOT com * - * SonarQube is free software; you can redistribute it and/or + * This program 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. * - * SonarQube is distributed in the hope that it will be useful, + * This program 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. @@ -17,7 +17,6 @@ * 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.db.measure; import org.sonar.db.metric.MetricDto; diff --git a/sonar-db/src/test/java/org/sonar/db/measure/PastMeasureDtoTest.java b/sonar-db/src/test/java/org/sonar/db/measure/PastMeasureDtoTest.java index ecdcc46149c..3dcb63d2bb8 100644 --- a/sonar-db/src/test/java/org/sonar/db/measure/PastMeasureDtoTest.java +++ b/sonar-db/src/test/java/org/sonar/db/measure/PastMeasureDtoTest.java @@ -1,14 +1,14 @@ /* - * SonarQube, open source software quality management tool. - * Copyright (C) 2008-2014 SonarSource + * SonarQube :: Database + * Copyright (C) 2009-2016 SonarSource SA * mailto:contact AT sonarsource DOT com * - * SonarQube is free software; you can redistribute it and/or + * This program 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. * - * SonarQube is distributed in the hope that it will be useful, + * This program 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. @@ -17,7 +17,6 @@ * 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.db.measure; import org.junit.Test; diff --git a/sonar-db/src/test/java/org/sonar/db/measure/custom/CustomMeasureDaoTest.java b/sonar-db/src/test/java/org/sonar/db/measure/custom/CustomMeasureDaoTest.java index aaa68ff7347..a7c327ddfd6 100644 --- a/sonar-db/src/test/java/org/sonar/db/measure/custom/CustomMeasureDaoTest.java +++ b/sonar-db/src/test/java/org/sonar/db/measure/custom/CustomMeasureDaoTest.java @@ -1,14 +1,14 @@ /* - * SonarQube, open source software quality management tool. - * Copyright (C) 2008-2014 SonarSource + * SonarQube :: Database + * Copyright (C) 2009-2016 SonarSource SA * mailto:contact AT sonarsource DOT com * - * SonarQube is free software; you can redistribute it and/or + * This program 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. * - * SonarQube is distributed in the hope that it will be useful, + * This program 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. @@ -17,7 +17,6 @@ * 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.db.measure.custom; import java.util.Arrays; diff --git a/sonar-db/src/test/java/org/sonar/db/measure/custom/CustomMeasureTesting.java b/sonar-db/src/test/java/org/sonar/db/measure/custom/CustomMeasureTesting.java index 6f6dcf5e0d5..55c2f9a07b1 100644 --- a/sonar-db/src/test/java/org/sonar/db/measure/custom/CustomMeasureTesting.java +++ b/sonar-db/src/test/java/org/sonar/db/measure/custom/CustomMeasureTesting.java @@ -1,14 +1,14 @@ /* - * SonarQube, open source software quality management tool. - * Copyright (C) 2008-2014 SonarSource + * SonarQube :: Database + * Copyright (C) 2009-2016 SonarSource SA * mailto:contact AT sonarsource DOT com * - * SonarQube is free software; you can redistribute it and/or + * This program 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. * - * SonarQube is distributed in the hope that it will be useful, + * This program 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. @@ -17,7 +17,6 @@ * 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.db.measure.custom; import org.apache.commons.lang.RandomStringUtils; diff --git a/sonar-db/src/test/java/org/sonar/db/metric/MetricDaoTest.java b/sonar-db/src/test/java/org/sonar/db/metric/MetricDaoTest.java index 473e83889b5..00d24af60f0 100644 --- a/sonar-db/src/test/java/org/sonar/db/metric/MetricDaoTest.java +++ b/sonar-db/src/test/java/org/sonar/db/metric/MetricDaoTest.java @@ -1,14 +1,14 @@ /* - * SonarQube, open source software quality management tool. - * Copyright (C) 2008-2014 SonarSource + * SonarQube :: Database + * Copyright (C) 2009-2016 SonarSource SA * mailto:contact AT sonarsource DOT com * - * SonarQube is free software; you can redistribute it and/or + * This program 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. * - * SonarQube is distributed in the hope that it will be useful, + * This program 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. @@ -17,7 +17,6 @@ * 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.db.metric; import java.util.Arrays; diff --git a/sonar-db/src/test/java/org/sonar/db/metric/MetricDtoTest.java b/sonar-db/src/test/java/org/sonar/db/metric/MetricDtoTest.java index 47366890df9..06f8e2dafd4 100644 --- a/sonar-db/src/test/java/org/sonar/db/metric/MetricDtoTest.java +++ b/sonar-db/src/test/java/org/sonar/db/metric/MetricDtoTest.java @@ -1,14 +1,14 @@ /* - * SonarQube, open source software quality management tool. - * Copyright (C) 2008-2014 SonarSource + * SonarQube :: Database + * Copyright (C) 2009-2016 SonarSource SA * mailto:contact AT sonarsource DOT com * - * SonarQube is free software; you can redistribute it and/or + * This program 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. * - * SonarQube is distributed in the hope that it will be useful, + * This program 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. @@ -17,7 +17,6 @@ * 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.db.metric; import org.junit.Test; diff --git a/sonar-db/src/test/java/org/sonar/db/metric/MetricTesting.java b/sonar-db/src/test/java/org/sonar/db/metric/MetricTesting.java index 502f23ea5b7..05247b30fee 100644 --- a/sonar-db/src/test/java/org/sonar/db/metric/MetricTesting.java +++ b/sonar-db/src/test/java/org/sonar/db/metric/MetricTesting.java @@ -1,14 +1,14 @@ /* - * SonarQube, open source software quality management tool. - * Copyright (C) 2008-2014 SonarSource + * SonarQube :: Database + * Copyright (C) 2009-2016 SonarSource SA * mailto:contact AT sonarsource DOT com * - * SonarQube is free software; you can redistribute it and/or + * This program 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. * - * SonarQube is distributed in the hope that it will be useful, + * This program 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. @@ -17,7 +17,6 @@ * 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.db.metric; import org.apache.commons.lang.RandomStringUtils; diff --git a/sonar-db/src/test/java/org/sonar/db/notification/NotificationQueueDaoTest.java b/sonar-db/src/test/java/org/sonar/db/notification/NotificationQueueDaoTest.java index 5c8e937aa0d..e177e53fee2 100644 --- a/sonar-db/src/test/java/org/sonar/db/notification/NotificationQueueDaoTest.java +++ b/sonar-db/src/test/java/org/sonar/db/notification/NotificationQueueDaoTest.java @@ -1,14 +1,14 @@ /* - * SonarQube, open source software quality management tool. - * Copyright (C) 2008-2014 SonarSource + * SonarQube :: Database + * Copyright (C) 2009-2016 SonarSource SA * mailto:contact AT sonarsource DOT com * - * SonarQube is free software; you can redistribute it and/or + * This program 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. * - * SonarQube is distributed in the hope that it will be useful, + * This program 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. @@ -17,7 +17,6 @@ * 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.db.notification; import java.util.Arrays; diff --git a/sonar-db/src/test/java/org/sonar/db/permission/GroupWithPermissionDaoTest.java b/sonar-db/src/test/java/org/sonar/db/permission/GroupWithPermissionDaoTest.java index e13be3ef92f..5f9ced1947f 100644 --- a/sonar-db/src/test/java/org/sonar/db/permission/GroupWithPermissionDaoTest.java +++ b/sonar-db/src/test/java/org/sonar/db/permission/GroupWithPermissionDaoTest.java @@ -1,14 +1,14 @@ /* - * SonarQube, open source software quality management tool. - * Copyright (C) 2008-2014 SonarSource + * SonarQube :: Database + * Copyright (C) 2009-2016 SonarSource SA * mailto:contact AT sonarsource DOT com * - * SonarQube is free software; you can redistribute it and/or + * This program 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. * - * SonarQube is distributed in the hope that it will be useful, + * This program 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. @@ -17,7 +17,6 @@ * 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.db.permission; import java.util.ArrayList; diff --git a/sonar-db/src/test/java/org/sonar/db/permission/GroupWithPermissionTemplateDaoTest.java b/sonar-db/src/test/java/org/sonar/db/permission/GroupWithPermissionTemplateDaoTest.java index cd1c4463f02..a5bb270cc72 100644 --- a/sonar-db/src/test/java/org/sonar/db/permission/GroupWithPermissionTemplateDaoTest.java +++ b/sonar-db/src/test/java/org/sonar/db/permission/GroupWithPermissionTemplateDaoTest.java @@ -1,14 +1,14 @@ /* - * SonarQube, open source software quality management tool. - * Copyright (C) 2008-2014 SonarSource + * SonarQube :: Database + * Copyright (C) 2009-2016 SonarSource SA * mailto:contact AT sonarsource DOT com * - * SonarQube is free software; you can redistribute it and/or + * This program 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. * - * SonarQube is distributed in the hope that it will be useful, + * This program 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. @@ -17,7 +17,6 @@ * 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.db.permission; import java.util.List; diff --git a/sonar-db/src/test/java/org/sonar/db/permission/PermissionRepositoryTest.java b/sonar-db/src/test/java/org/sonar/db/permission/PermissionRepositoryTest.java index 9458bf96e4f..d4059d6fa30 100644 --- a/sonar-db/src/test/java/org/sonar/db/permission/PermissionRepositoryTest.java +++ b/sonar-db/src/test/java/org/sonar/db/permission/PermissionRepositoryTest.java @@ -1,14 +1,14 @@ /* - * SonarQube, open source software quality management tool. - * Copyright (C) 2008-2014 SonarSource + * SonarQube :: Database + * Copyright (C) 2009-2016 SonarSource SA * mailto:contact AT sonarsource DOT com * - * SonarQube is free software; you can redistribute it and/or + * This program 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. * - * SonarQube is distributed in the hope that it will be useful, + * This program 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. @@ -17,7 +17,6 @@ * 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.db.permission; import org.junit.Before; diff --git a/sonar-db/src/test/java/org/sonar/db/permission/PermissionTemplateDaoTest.java b/sonar-db/src/test/java/org/sonar/db/permission/PermissionTemplateDaoTest.java index bdfeb62d8dd..a91a59cd98f 100644 --- a/sonar-db/src/test/java/org/sonar/db/permission/PermissionTemplateDaoTest.java +++ b/sonar-db/src/test/java/org/sonar/db/permission/PermissionTemplateDaoTest.java @@ -1,14 +1,14 @@ /* - * SonarQube, open source software quality management tool. - * Copyright (C) 2008-2014 SonarSource + * SonarQube :: Database + * Copyright (C) 2009-2016 SonarSource SA * mailto:contact AT sonarsource DOT com * - * SonarQube is free software; you can redistribute it and/or + * This program 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. * - * SonarQube is distributed in the hope that it will be useful, + * This program 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. @@ -17,7 +17,6 @@ * 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.db.permission; import java.text.ParseException; diff --git a/sonar-db/src/test/java/org/sonar/db/permission/PermissionTemplateTesting.java b/sonar-db/src/test/java/org/sonar/db/permission/PermissionTemplateTesting.java index 05f72d952fc..cd2bd58d063 100644 --- a/sonar-db/src/test/java/org/sonar/db/permission/PermissionTemplateTesting.java +++ b/sonar-db/src/test/java/org/sonar/db/permission/PermissionTemplateTesting.java @@ -1,14 +1,14 @@ /* - * SonarQube, open source software quality management tool. - * Copyright (C) 2008-2014 SonarSource + * SonarQube :: Database + * Copyright (C) 2009-2016 SonarSource SA * mailto:contact AT sonarsource DOT com * - * SonarQube is free software; you can redistribute it and/or + * This program 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. * - * SonarQube is distributed in the hope that it will be useful, + * This program 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. @@ -17,7 +17,6 @@ * 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.db.permission; import java.util.Date; diff --git a/sonar-db/src/test/java/org/sonar/db/permission/UserWithPermissionDaoTest.java b/sonar-db/src/test/java/org/sonar/db/permission/UserWithPermissionDaoTest.java index 69ed235c4df..62ebb2a4879 100644 --- a/sonar-db/src/test/java/org/sonar/db/permission/UserWithPermissionDaoTest.java +++ b/sonar-db/src/test/java/org/sonar/db/permission/UserWithPermissionDaoTest.java @@ -1,14 +1,14 @@ /* - * SonarQube, open source software quality management tool. - * Copyright (C) 2008-2014 SonarSource + * SonarQube :: Database + * Copyright (C) 2009-2016 SonarSource SA * mailto:contact AT sonarsource DOT com * - * SonarQube is free software; you can redistribute it and/or + * This program 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. * - * SonarQube is distributed in the hope that it will be useful, + * This program 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. @@ -17,7 +17,6 @@ * 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.db.permission; import com.google.common.base.Predicate; diff --git a/sonar-db/src/test/java/org/sonar/db/permission/UserWithPermissionTemplateDaoTest.java b/sonar-db/src/test/java/org/sonar/db/permission/UserWithPermissionTemplateDaoTest.java index 6a8a2d5ced6..0912a55c73f 100644 --- a/sonar-db/src/test/java/org/sonar/db/permission/UserWithPermissionTemplateDaoTest.java +++ b/sonar-db/src/test/java/org/sonar/db/permission/UserWithPermissionTemplateDaoTest.java @@ -1,14 +1,14 @@ /* - * SonarQube, open source software quality management tool. - * Copyright (C) 2008-2014 SonarSource + * SonarQube :: Database + * Copyright (C) 2009-2016 SonarSource SA * mailto:contact AT sonarsource DOT com * - * SonarQube is free software; you can redistribute it and/or + * This program 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. * - * SonarQube is distributed in the hope that it will be useful, + * This program 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. @@ -17,7 +17,6 @@ * 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.db.permission; import com.google.common.base.Predicate; diff --git a/sonar-db/src/test/java/org/sonar/db/profiling/InvocationUtilsTest.java b/sonar-db/src/test/java/org/sonar/db/profiling/InvocationUtilsTest.java index dc2110c938e..4094c0aead8 100644 --- a/sonar-db/src/test/java/org/sonar/db/profiling/InvocationUtilsTest.java +++ b/sonar-db/src/test/java/org/sonar/db/profiling/InvocationUtilsTest.java @@ -1,14 +1,14 @@ /* - * SonarQube, open source software quality management tool. - * Copyright (C) 2008-2014 SonarSource + * SonarQube :: Database + * Copyright (C) 2009-2016 SonarSource SA * mailto:contact AT sonarsource DOT com * - * SonarQube is free software; you can redistribute it and/or + * This program 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. * - * SonarQube is distributed in the hope that it will be useful, + * This program 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-db/src/test/java/org/sonar/db/profiling/ProfiledDataSourceTest.java b/sonar-db/src/test/java/org/sonar/db/profiling/ProfiledDataSourceTest.java index d58c20e5d9c..384343777a0 100644 --- a/sonar-db/src/test/java/org/sonar/db/profiling/ProfiledDataSourceTest.java +++ b/sonar-db/src/test/java/org/sonar/db/profiling/ProfiledDataSourceTest.java @@ -1,14 +1,14 @@ /* - * SonarQube, open source software quality management tool. - * Copyright (C) 2008-2014 SonarSource + * SonarQube :: Database + * Copyright (C) 2009-2016 SonarSource SA * mailto:contact AT sonarsource DOT com * - * SonarQube is free software; you can redistribute it and/or + * This program 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. * - * SonarQube is distributed in the hope that it will be useful, + * This program 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-db/src/test/java/org/sonar/db/property/PropertiesDaoTest.java b/sonar-db/src/test/java/org/sonar/db/property/PropertiesDaoTest.java index 71dd8551c4b..f2b5ad03c9d 100644 --- a/sonar-db/src/test/java/org/sonar/db/property/PropertiesDaoTest.java +++ b/sonar-db/src/test/java/org/sonar/db/property/PropertiesDaoTest.java @@ -1,14 +1,14 @@ /* - * SonarQube, open source software quality management tool. - * Copyright (C) 2008-2014 SonarSource + * SonarQube :: Database + * Copyright (C) 2009-2016 SonarSource SA * mailto:contact AT sonarsource DOT com * - * SonarQube is free software; you can redistribute it and/or + * This program 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. * - * SonarQube is distributed in the hope that it will be useful, + * This program 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. @@ -17,7 +17,6 @@ * 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.db.property; import com.google.common.collect.ImmutableMap; diff --git a/sonar-db/src/test/java/org/sonar/db/property/PropertyDtoTest.java b/sonar-db/src/test/java/org/sonar/db/property/PropertyDtoTest.java index 256adbd796c..b84b7304615 100644 --- a/sonar-db/src/test/java/org/sonar/db/property/PropertyDtoTest.java +++ b/sonar-db/src/test/java/org/sonar/db/property/PropertyDtoTest.java @@ -1,14 +1,14 @@ /* - * SonarQube, open source software quality management tool. - * Copyright (C) 2008-2014 SonarSource + * SonarQube :: Database + * Copyright (C) 2009-2016 SonarSource SA * mailto:contact AT sonarsource DOT com * - * SonarQube is free software; you can redistribute it and/or + * This program 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. * - * SonarQube is distributed in the hope that it will be useful, + * This program 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-db/src/test/java/org/sonar/db/purge/DbCleanerTestUtils.java b/sonar-db/src/test/java/org/sonar/db/purge/DbCleanerTestUtils.java index c148aab159d..60ea5a27534 100644 --- a/sonar-db/src/test/java/org/sonar/db/purge/DbCleanerTestUtils.java +++ b/sonar-db/src/test/java/org/sonar/db/purge/DbCleanerTestUtils.java @@ -1,14 +1,14 @@ /* - * SonarQube, open source software quality management tool. - * Copyright (C) 2008-2014 SonarSource + * SonarQube :: Database + * Copyright (C) 2009-2016 SonarSource SA * mailto:contact AT sonarsource DOT com * - * SonarQube is free software; you can redistribute it and/or + * This program 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. * - * SonarQube is distributed in the hope that it will be useful, + * This program 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. @@ -17,7 +17,6 @@ * 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.db.purge; import org.sonar.api.utils.DateUtils; diff --git a/sonar-db/src/test/java/org/sonar/db/purge/IdUuidPairsTest.java b/sonar-db/src/test/java/org/sonar/db/purge/IdUuidPairsTest.java index 21e527c1765..8aaf01536ad 100644 --- a/sonar-db/src/test/java/org/sonar/db/purge/IdUuidPairsTest.java +++ b/sonar-db/src/test/java/org/sonar/db/purge/IdUuidPairsTest.java @@ -1,14 +1,14 @@ /* - * SonarQube, open source software quality management tool. - * Copyright (C) 2008-2014 SonarSource + * SonarQube :: Database + * Copyright (C) 2009-2016 SonarSource SA * mailto:contact AT sonarsource DOT com * - * SonarQube is free software; you can redistribute it and/or + * This program 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. * - * SonarQube is distributed in the hope that it will be useful, + * This program 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. @@ -17,7 +17,6 @@ * 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.db.purge; import com.google.common.collect.Lists; diff --git a/sonar-db/src/test/java/org/sonar/db/purge/PurgeCommandsTest.java b/sonar-db/src/test/java/org/sonar/db/purge/PurgeCommandsTest.java index 3cd0783b93c..2c7405c5462 100644 --- a/sonar-db/src/test/java/org/sonar/db/purge/PurgeCommandsTest.java +++ b/sonar-db/src/test/java/org/sonar/db/purge/PurgeCommandsTest.java @@ -1,14 +1,14 @@ /* - * SonarQube, open source software quality management tool. - * Copyright (C) 2008-2014 SonarSource + * SonarQube :: Database + * Copyright (C) 2009-2016 SonarSource SA * mailto:contact AT sonarsource DOT com * - * SonarQube is free software; you can redistribute it and/or + * This program 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. * - * SonarQube is distributed in the hope that it will be useful, + * This program 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-db/src/test/java/org/sonar/db/purge/PurgeConfigurationTest.java b/sonar-db/src/test/java/org/sonar/db/purge/PurgeConfigurationTest.java index db8ecebaae4..1202f292db2 100644 --- a/sonar-db/src/test/java/org/sonar/db/purge/PurgeConfigurationTest.java +++ b/sonar-db/src/test/java/org/sonar/db/purge/PurgeConfigurationTest.java @@ -1,14 +1,14 @@ /* - * SonarQube, open source software quality management tool. - * Copyright (C) 2008-2014 SonarSource + * SonarQube :: Database + * Copyright (C) 2009-2016 SonarSource SA * mailto:contact AT sonarsource DOT com * - * SonarQube is free software; you can redistribute it and/or + * This program 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. * - * SonarQube is distributed in the hope that it will be useful, + * This program 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-db/src/test/java/org/sonar/db/purge/PurgeDaoTest.java b/sonar-db/src/test/java/org/sonar/db/purge/PurgeDaoTest.java index 805591f7dc5..794ef80a887 100644 --- a/sonar-db/src/test/java/org/sonar/db/purge/PurgeDaoTest.java +++ b/sonar-db/src/test/java/org/sonar/db/purge/PurgeDaoTest.java @@ -1,14 +1,14 @@ /* - * SonarQube, open source software quality management tool. - * Copyright (C) 2008-2014 SonarSource + * SonarQube :: Database + * Copyright (C) 2009-2016 SonarSource SA * mailto:contact AT sonarsource DOT com * - * SonarQube is free software; you can redistribute it and/or + * This program 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. * - * SonarQube is distributed in the hope that it will be useful, + * This program 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-db/src/test/java/org/sonar/db/purge/PurgeProfilerTest.java b/sonar-db/src/test/java/org/sonar/db/purge/PurgeProfilerTest.java index 2823ee39d75..2d947155245 100644 --- a/sonar-db/src/test/java/org/sonar/db/purge/PurgeProfilerTest.java +++ b/sonar-db/src/test/java/org/sonar/db/purge/PurgeProfilerTest.java @@ -1,14 +1,14 @@ /* - * SonarQube, open source software quality management tool. - * Copyright (C) 2008-2014 SonarSource + * SonarQube :: Database + * Copyright (C) 2009-2016 SonarSource SA * mailto:contact AT sonarsource DOT com * - * SonarQube is free software; you can redistribute it and/or + * This program 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. * - * SonarQube is distributed in the hope that it will be useful, + * This program 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-db/src/test/java/org/sonar/db/purge/PurgeableSnapshotDtoTest.java b/sonar-db/src/test/java/org/sonar/db/purge/PurgeableSnapshotDtoTest.java index ec61f04f4fd..b6e6a016816 100644 --- a/sonar-db/src/test/java/org/sonar/db/purge/PurgeableSnapshotDtoTest.java +++ b/sonar-db/src/test/java/org/sonar/db/purge/PurgeableSnapshotDtoTest.java @@ -1,14 +1,14 @@ /* - * SonarQube, open source software quality management tool. - * Copyright (C) 2008-2014 SonarSource + * SonarQube :: Database + * Copyright (C) 2009-2016 SonarSource SA * mailto:contact AT sonarsource DOT com * - * SonarQube is free software; you can redistribute it and/or + * This program 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. * - * SonarQube is distributed in the hope that it will be useful, + * This program 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-db/src/test/java/org/sonar/db/purge/period/DefaultPeriodCleanerTest.java b/sonar-db/src/test/java/org/sonar/db/purge/period/DefaultPeriodCleanerTest.java index 857b58ed48a..8ee2599a612 100644 --- a/sonar-db/src/test/java/org/sonar/db/purge/period/DefaultPeriodCleanerTest.java +++ b/sonar-db/src/test/java/org/sonar/db/purge/period/DefaultPeriodCleanerTest.java @@ -1,14 +1,14 @@ /* - * SonarQube, open source software quality management tool. - * Copyright (C) 2008-2014 SonarSource + * SonarQube :: Database + * Copyright (C) 2009-2016 SonarSource SA * mailto:contact AT sonarsource DOT com * - * SonarQube is free software; you can redistribute it and/or + * This program 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. * - * SonarQube is distributed in the hope that it will be useful, + * This program 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. @@ -17,7 +17,6 @@ * 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.db.purge.period; import java.util.Arrays; diff --git a/sonar-db/src/test/java/org/sonar/db/purge/period/DeleteAllFilterTest.java b/sonar-db/src/test/java/org/sonar/db/purge/period/DeleteAllFilterTest.java index 7f59cb68a8c..a131e87c723 100644 --- a/sonar-db/src/test/java/org/sonar/db/purge/period/DeleteAllFilterTest.java +++ b/sonar-db/src/test/java/org/sonar/db/purge/period/DeleteAllFilterTest.java @@ -1,14 +1,14 @@ /* - * SonarQube, open source software quality management tool. - * Copyright (C) 2008-2014 SonarSource + * SonarQube :: Database + * Copyright (C) 2009-2016 SonarSource SA * mailto:contact AT sonarsource DOT com * - * SonarQube is free software; you can redistribute it and/or + * This program 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. * - * SonarQube is distributed in the hope that it will be useful, + * This program 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. @@ -17,7 +17,6 @@ * 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.db.purge.period; import java.util.Arrays; diff --git a/sonar-db/src/test/java/org/sonar/db/purge/period/IntervalTest.java b/sonar-db/src/test/java/org/sonar/db/purge/period/IntervalTest.java index dbae556bfa4..a4f3a9411c7 100644 --- a/sonar-db/src/test/java/org/sonar/db/purge/period/IntervalTest.java +++ b/sonar-db/src/test/java/org/sonar/db/purge/period/IntervalTest.java @@ -1,14 +1,14 @@ /* - * SonarQube, open source software quality management tool. - * Copyright (C) 2008-2014 SonarSource + * SonarQube :: Database + * Copyright (C) 2009-2016 SonarSource SA * mailto:contact AT sonarsource DOT com * - * SonarQube is free software; you can redistribute it and/or + * This program 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. * - * SonarQube is distributed in the hope that it will be useful, + * This program 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. @@ -17,7 +17,6 @@ * 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.db.purge.period; import java.util.Arrays; diff --git a/sonar-db/src/test/java/org/sonar/db/purge/period/KeepOneFilterTest.java b/sonar-db/src/test/java/org/sonar/db/purge/period/KeepOneFilterTest.java index 8a9191b9822..2e9baf20ee2 100644 --- a/sonar-db/src/test/java/org/sonar/db/purge/period/KeepOneFilterTest.java +++ b/sonar-db/src/test/java/org/sonar/db/purge/period/KeepOneFilterTest.java @@ -1,14 +1,14 @@ /* - * SonarQube, open source software quality management tool. - * Copyright (C) 2008-2014 SonarSource + * SonarQube :: Database + * Copyright (C) 2009-2016 SonarSource SA * mailto:contact AT sonarsource DOT com * - * SonarQube is free software; you can redistribute it and/or + * This program 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. * - * SonarQube is distributed in the hope that it will be useful, + * This program 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. @@ -17,7 +17,6 @@ * 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.db.purge.period; import com.google.common.base.Function; diff --git a/sonar-db/src/test/java/org/sonar/db/qualitygate/ProjectQgateAssociationDaoTest.java b/sonar-db/src/test/java/org/sonar/db/qualitygate/ProjectQgateAssociationDaoTest.java index f9bea75bf72..683b2f43ecd 100644 --- a/sonar-db/src/test/java/org/sonar/db/qualitygate/ProjectQgateAssociationDaoTest.java +++ b/sonar-db/src/test/java/org/sonar/db/qualitygate/ProjectQgateAssociationDaoTest.java @@ -1,14 +1,14 @@ /* - * SonarQube, open source software quality management tool. - * Copyright (C) 2008-2014 SonarSource + * SonarQube :: Database + * Copyright (C) 2009-2016 SonarSource SA * mailto:contact AT sonarsource DOT com * - * SonarQube is free software; you can redistribute it and/or + * This program 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. * - * SonarQube is distributed in the hope that it will be useful, + * This program 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. @@ -17,7 +17,6 @@ * 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.db.qualitygate; import java.util.List; diff --git a/sonar-db/src/test/java/org/sonar/db/qualitygate/ProjectQgateAssociationDtoTest.java b/sonar-db/src/test/java/org/sonar/db/qualitygate/ProjectQgateAssociationDtoTest.java index 2b51c8f450c..c97ed9b131b 100644 --- a/sonar-db/src/test/java/org/sonar/db/qualitygate/ProjectQgateAssociationDtoTest.java +++ b/sonar-db/src/test/java/org/sonar/db/qualitygate/ProjectQgateAssociationDtoTest.java @@ -1,14 +1,14 @@ /* - * SonarQube, open source software quality management tool. - * Copyright (C) 2008-2014 SonarSource + * SonarQube :: Database + * Copyright (C) 2009-2016 SonarSource SA * mailto:contact AT sonarsource DOT com * - * SonarQube is free software; you can redistribute it and/or + * This program 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. * - * SonarQube is distributed in the hope that it will be useful, + * This program 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. @@ -17,7 +17,6 @@ * 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.db.qualitygate; import org.junit.Test; diff --git a/sonar-db/src/test/java/org/sonar/db/qualitygate/ProjectQgateAssociationQueryTest.java b/sonar-db/src/test/java/org/sonar/db/qualitygate/ProjectQgateAssociationQueryTest.java index 585280a1f98..3e6aa98a2ad 100644 --- a/sonar-db/src/test/java/org/sonar/db/qualitygate/ProjectQgateAssociationQueryTest.java +++ b/sonar-db/src/test/java/org/sonar/db/qualitygate/ProjectQgateAssociationQueryTest.java @@ -1,14 +1,14 @@ /* - * SonarQube, open source software quality management tool. - * Copyright (C) 2008-2014 SonarSource + * SonarQube :: Database + * Copyright (C) 2009-2016 SonarSource SA * mailto:contact AT sonarsource DOT com * - * SonarQube is free software; you can redistribute it and/or + * This program 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. * - * SonarQube is distributed in the hope that it will be useful, + * This program 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. @@ -17,7 +17,6 @@ * 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.db.qualitygate; import org.junit.Rule; diff --git a/sonar-db/src/test/java/org/sonar/db/qualitygate/QualityGateConditionDaoTest.java b/sonar-db/src/test/java/org/sonar/db/qualitygate/QualityGateConditionDaoTest.java index 2b5643d4963..e33a09f263e 100644 --- a/sonar-db/src/test/java/org/sonar/db/qualitygate/QualityGateConditionDaoTest.java +++ b/sonar-db/src/test/java/org/sonar/db/qualitygate/QualityGateConditionDaoTest.java @@ -1,14 +1,14 @@ /* - * SonarQube, open source software quality management tool. - * Copyright (C) 2008-2014 SonarSource + * SonarQube :: Database + * Copyright (C) 2009-2016 SonarSource SA * mailto:contact AT sonarsource DOT com * - * SonarQube is free software; you can redistribute it and/or + * This program 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. * - * SonarQube is distributed in the hope that it will be useful, + * This program 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-db/src/test/java/org/sonar/db/qualitygate/QualityGateConditionDtoTest.java b/sonar-db/src/test/java/org/sonar/db/qualitygate/QualityGateConditionDtoTest.java index 84e7bbc46df..00bbaaaec06 100644 --- a/sonar-db/src/test/java/org/sonar/db/qualitygate/QualityGateConditionDtoTest.java +++ b/sonar-db/src/test/java/org/sonar/db/qualitygate/QualityGateConditionDtoTest.java @@ -1,14 +1,14 @@ /* - * SonarQube, open source software quality management tool. - * Copyright (C) 2008-2014 SonarSource + * SonarQube :: Database + * Copyright (C) 2009-2016 SonarSource SA * mailto:contact AT sonarsource DOT com * - * SonarQube is free software; you can redistribute it and/or + * This program 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. * - * SonarQube is distributed in the hope that it will be useful, + * This program 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-db/src/test/java/org/sonar/db/qualitygate/QualityGateDaoTest.java b/sonar-db/src/test/java/org/sonar/db/qualitygate/QualityGateDaoTest.java index c9f60e8e0a8..df42f73277d 100644 --- a/sonar-db/src/test/java/org/sonar/db/qualitygate/QualityGateDaoTest.java +++ b/sonar-db/src/test/java/org/sonar/db/qualitygate/QualityGateDaoTest.java @@ -1,14 +1,14 @@ /* - * SonarQube, open source software quality management tool. - * Copyright (C) 2008-2014 SonarSource + * SonarQube :: Database + * Copyright (C) 2009-2016 SonarSource SA * mailto:contact AT sonarsource DOT com * - * SonarQube is free software; you can redistribute it and/or + * This program 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. * - * SonarQube is distributed in the hope that it will be useful, + * This program 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-db/src/test/java/org/sonar/db/qualityprofile/ActiveRuleKeyTest.java b/sonar-db/src/test/java/org/sonar/db/qualityprofile/ActiveRuleKeyTest.java index e89f7d81213..c252218a7de 100644 --- a/sonar-db/src/test/java/org/sonar/db/qualityprofile/ActiveRuleKeyTest.java +++ b/sonar-db/src/test/java/org/sonar/db/qualityprofile/ActiveRuleKeyTest.java @@ -1,14 +1,14 @@ /* - * SonarQube, open source software quality management tool. - * Copyright (C) 2008-2014 SonarSource + * SonarQube :: Database + * Copyright (C) 2009-2016 SonarSource SA * mailto:contact AT sonarsource DOT com * - * SonarQube is free software; you can redistribute it and/or + * This program 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. * - * SonarQube is distributed in the hope that it will be useful, + * This program 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-db/src/test/java/org/sonar/db/qualityprofile/ActiveRuleParamDtoTest.java b/sonar-db/src/test/java/org/sonar/db/qualityprofile/ActiveRuleParamDtoTest.java index 43a5ff98305..b72990de4e8 100644 --- a/sonar-db/src/test/java/org/sonar/db/qualityprofile/ActiveRuleParamDtoTest.java +++ b/sonar-db/src/test/java/org/sonar/db/qualityprofile/ActiveRuleParamDtoTest.java @@ -1,14 +1,14 @@ /* - * SonarQube, open source software quality management tool. - * Copyright (C) 2008-2014 SonarSource + * SonarQube :: Database + * Copyright (C) 2009-2016 SonarSource SA * mailto:contact AT sonarsource DOT com * - * SonarQube is free software; you can redistribute it and/or + * This program 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. * - * SonarQube is distributed in the hope that it will be useful, + * This program 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-db/src/test/java/org/sonar/db/qualityprofile/QualityProfileDaoTest.java b/sonar-db/src/test/java/org/sonar/db/qualityprofile/QualityProfileDaoTest.java index 3702c6b5755..98fd74db93d 100644 --- a/sonar-db/src/test/java/org/sonar/db/qualityprofile/QualityProfileDaoTest.java +++ b/sonar-db/src/test/java/org/sonar/db/qualityprofile/QualityProfileDaoTest.java @@ -1,14 +1,14 @@ /* - * SonarQube, open source software quality management tool. - * Copyright (C) 2008-2014 SonarSource + * SonarQube :: Database + * Copyright (C) 2009-2016 SonarSource SA * mailto:contact AT sonarsource DOT com * - * SonarQube is free software; you can redistribute it and/or + * This program 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. * - * SonarQube is distributed in the hope that it will be useful, + * This program 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. @@ -17,7 +17,6 @@ * 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.db.qualityprofile; import java.util.List; diff --git a/sonar-db/src/test/java/org/sonar/db/qualityprofile/QualityProfileDbTester.java b/sonar-db/src/test/java/org/sonar/db/qualityprofile/QualityProfileDbTester.java index 963814f7b10..9e135d5cd62 100644 --- a/sonar-db/src/test/java/org/sonar/db/qualityprofile/QualityProfileDbTester.java +++ b/sonar-db/src/test/java/org/sonar/db/qualityprofile/QualityProfileDbTester.java @@ -1,14 +1,14 @@ /* - * SonarQube, open source software quality management tool. - * Copyright (C) 2008-2014 SonarSource + * SonarQube :: Database + * Copyright (C) 2009-2016 SonarSource SA * mailto:contact AT sonarsource DOT com * - * SonarQube is free software; you can redistribute it and/or + * This program 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. * - * SonarQube is distributed in the hope that it will be useful, + * This program 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. @@ -17,7 +17,6 @@ * 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.db.qualityprofile; import org.sonar.db.DbClient; diff --git a/sonar-db/src/test/java/org/sonar/db/rule/RuleDaoTest.java b/sonar-db/src/test/java/org/sonar/db/rule/RuleDaoTest.java index b452784bddc..33c8bd39ed3 100644 --- a/sonar-db/src/test/java/org/sonar/db/rule/RuleDaoTest.java +++ b/sonar-db/src/test/java/org/sonar/db/rule/RuleDaoTest.java @@ -1,14 +1,14 @@ /* - * SonarQube, open source software quality management tool. - * Copyright (C) 2008-2014 SonarSource + * SonarQube :: Database + * Copyright (C) 2009-2016 SonarSource SA * mailto:contact AT sonarsource DOT com * - * SonarQube is free software; you can redistribute it and/or + * This program 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. * - * SonarQube is distributed in the hope that it will be useful, + * This program 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-db/src/test/java/org/sonar/db/rule/RuleDtoTest.java b/sonar-db/src/test/java/org/sonar/db/rule/RuleDtoTest.java index c6ac840691c..59dcd7e3221 100644 --- a/sonar-db/src/test/java/org/sonar/db/rule/RuleDtoTest.java +++ b/sonar-db/src/test/java/org/sonar/db/rule/RuleDtoTest.java @@ -1,14 +1,14 @@ /* - * SonarQube, open source software quality management tool. - * Copyright (C) 2008-2014 SonarSource + * SonarQube :: Database + * Copyright (C) 2009-2016 SonarSource SA * mailto:contact AT sonarsource DOT com * - * SonarQube is free software; you can redistribute it and/or + * This program 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. * - * SonarQube is distributed in the hope that it will be useful, + * This program 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-db/src/test/java/org/sonar/db/rule/RuleTesting.java b/sonar-db/src/test/java/org/sonar/db/rule/RuleTesting.java index 1b744886d6f..28f9fe7a89f 100644 --- a/sonar-db/src/test/java/org/sonar/db/rule/RuleTesting.java +++ b/sonar-db/src/test/java/org/sonar/db/rule/RuleTesting.java @@ -1,14 +1,14 @@ /* - * SonarQube, open source software quality management tool. - * Copyright (C) 2008-2014 SonarSource + * SonarQube :: Database + * Copyright (C) 2009-2016 SonarSource SA * mailto:contact AT sonarsource DOT com * - * SonarQube is free software; you can redistribute it and/or + * This program 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. * - * SonarQube is distributed in the hope that it will be useful, + * This program 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-db/src/test/java/org/sonar/db/semaphore/SemaphoresImplTest.java b/sonar-db/src/test/java/org/sonar/db/semaphore/SemaphoresImplTest.java index c9435d547fb..fca543e2777 100644 --- a/sonar-db/src/test/java/org/sonar/db/semaphore/SemaphoresImplTest.java +++ b/sonar-db/src/test/java/org/sonar/db/semaphore/SemaphoresImplTest.java @@ -1,14 +1,14 @@ /* - * SonarQube, open source software quality management tool. - * Copyright (C) 2008-2014 SonarSource + * SonarQube :: Database + * Copyright (C) 2009-2016 SonarSource SA * mailto:contact AT sonarsource DOT com * - * SonarQube is free software; you can redistribute it and/or + * This program 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. * - * SonarQube is distributed in the hope that it will be useful, + * This program 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-db/src/test/java/org/sonar/db/source/FileSourceDaoTest.java b/sonar-db/src/test/java/org/sonar/db/source/FileSourceDaoTest.java index 393a5fcd42c..12f0f3b0458 100644 --- a/sonar-db/src/test/java/org/sonar/db/source/FileSourceDaoTest.java +++ b/sonar-db/src/test/java/org/sonar/db/source/FileSourceDaoTest.java @@ -1,14 +1,14 @@ /* - * SonarQube, open source software quality management tool. - * Copyright (C) 2008-2014 SonarSource + * SonarQube :: Database + * Copyright (C) 2009-2016 SonarSource SA * mailto:contact AT sonarsource DOT com * - * SonarQube is free software; you can redistribute it and/or + * This program 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. * - * SonarQube is distributed in the hope that it will be useful, + * This program 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. @@ -17,7 +17,6 @@ * 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.db.source; import com.google.common.base.Function; diff --git a/sonar-db/src/test/java/org/sonar/db/source/FileSourceDtoTest.java b/sonar-db/src/test/java/org/sonar/db/source/FileSourceDtoTest.java index 22d79ba3765..ff033b69ff9 100644 --- a/sonar-db/src/test/java/org/sonar/db/source/FileSourceDtoTest.java +++ b/sonar-db/src/test/java/org/sonar/db/source/FileSourceDtoTest.java @@ -1,14 +1,14 @@ /* - * SonarQube, open source software quality management tool. - * Copyright (C) 2008-2014 SonarSource + * SonarQube :: Database + * Copyright (C) 2009-2016 SonarSource SA * mailto:contact AT sonarsource DOT com * - * SonarQube is free software; you can redistribute it and/or + * This program 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. * - * SonarQube is distributed in the hope that it will be useful, + * This program 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. @@ -17,7 +17,6 @@ * 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.db.source; import java.util.Arrays; diff --git a/sonar-db/src/test/java/org/sonar/db/user/AuthorDaoTest.java b/sonar-db/src/test/java/org/sonar/db/user/AuthorDaoTest.java index 8aa790e4bc6..bfa4a739d0b 100644 --- a/sonar-db/src/test/java/org/sonar/db/user/AuthorDaoTest.java +++ b/sonar-db/src/test/java/org/sonar/db/user/AuthorDaoTest.java @@ -1,14 +1,14 @@ /* - * SonarQube, open source software quality management tool. - * Copyright (C) 2008-2014 SonarSource + * SonarQube :: Database + * Copyright (C) 2009-2016 SonarSource SA * mailto:contact AT sonarsource DOT com * - * SonarQube is free software; you can redistribute it and/or + * This program 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. * - * SonarQube is distributed in the hope that it will be useful, + * This program 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-db/src/test/java/org/sonar/db/user/AuthorizationDaoTest.java b/sonar-db/src/test/java/org/sonar/db/user/AuthorizationDaoTest.java index f3956b5f84f..deaa5b9c85e 100644 --- a/sonar-db/src/test/java/org/sonar/db/user/AuthorizationDaoTest.java +++ b/sonar-db/src/test/java/org/sonar/db/user/AuthorizationDaoTest.java @@ -1,14 +1,14 @@ /* - * SonarQube, open source software quality management tool. - * Copyright (C) 2008-2014 SonarSource + * SonarQube :: Database + * Copyright (C) 2009-2016 SonarSource SA * mailto:contact AT sonarsource DOT com * - * SonarQube is free software; you can redistribute it and/or + * This program 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. * - * SonarQube is distributed in the hope that it will be useful, + * This program 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-db/src/test/java/org/sonar/db/user/GroupDaoTest.java b/sonar-db/src/test/java/org/sonar/db/user/GroupDaoTest.java index 8e34ac6b6db..39aa64f7f71 100644 --- a/sonar-db/src/test/java/org/sonar/db/user/GroupDaoTest.java +++ b/sonar-db/src/test/java/org/sonar/db/user/GroupDaoTest.java @@ -1,14 +1,14 @@ /* - * SonarQube, open source software quality management tool. - * Copyright (C) 2008-2014 SonarSource + * SonarQube :: Database + * Copyright (C) 2009-2016 SonarSource SA * mailto:contact AT sonarsource DOT com * - * SonarQube is free software; you can redistribute it and/or + * This program 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. * - * SonarQube is distributed in the hope that it will be useful, + * This program 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. @@ -17,7 +17,6 @@ * 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.db.user; import java.util.List; diff --git a/sonar-db/src/test/java/org/sonar/db/user/GroupDtoTest.java b/sonar-db/src/test/java/org/sonar/db/user/GroupDtoTest.java index 35d79814cfc..b1488f7877e 100644 --- a/sonar-db/src/test/java/org/sonar/db/user/GroupDtoTest.java +++ b/sonar-db/src/test/java/org/sonar/db/user/GroupDtoTest.java @@ -1,14 +1,14 @@ /* - * SonarQube, open source software quality management tool. - * Copyright (C) 2008-2014 SonarSource + * SonarQube :: Database + * Copyright (C) 2009-2016 SonarSource SA * mailto:contact AT sonarsource DOT com * - * SonarQube is free software; you can redistribute it and/or + * This program 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. * - * SonarQube is distributed in the hope that it will be useful, + * This program 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. @@ -17,7 +17,6 @@ * 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.db.user; import org.junit.Test; diff --git a/sonar-db/src/test/java/org/sonar/db/user/GroupMembershipDaoTest.java b/sonar-db/src/test/java/org/sonar/db/user/GroupMembershipDaoTest.java index d33bdeaeedc..816e80050c2 100644 --- a/sonar-db/src/test/java/org/sonar/db/user/GroupMembershipDaoTest.java +++ b/sonar-db/src/test/java/org/sonar/db/user/GroupMembershipDaoTest.java @@ -1,14 +1,14 @@ /* - * SonarQube, open source software quality management tool. - * Copyright (C) 2008-2014 SonarSource + * SonarQube :: Database + * Copyright (C) 2009-2016 SonarSource SA * mailto:contact AT sonarsource DOT com * - * SonarQube is free software; you can redistribute it and/or + * This program 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. * - * SonarQube is distributed in the hope that it will be useful, + * This program 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. @@ -17,7 +17,6 @@ * 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.db.user; import com.google.common.collect.Multimap; diff --git a/sonar-db/src/test/java/org/sonar/db/user/GroupMembershipDtoTest.java b/sonar-db/src/test/java/org/sonar/db/user/GroupMembershipDtoTest.java index c8a1dadb4c3..07ae09b13ef 100644 --- a/sonar-db/src/test/java/org/sonar/db/user/GroupMembershipDtoTest.java +++ b/sonar-db/src/test/java/org/sonar/db/user/GroupMembershipDtoTest.java @@ -1,14 +1,14 @@ /* - * SonarQube, open source software quality management tool. - * Copyright (C) 2008-2014 SonarSource + * SonarQube :: Database + * Copyright (C) 2009-2016 SonarSource SA * mailto:contact AT sonarsource DOT com * - * SonarQube is free software; you can redistribute it and/or + * This program 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. * - * SonarQube is distributed in the hope that it will be useful, + * This program 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. @@ -17,7 +17,6 @@ * 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.db.user; import org.junit.Test; diff --git a/sonar-db/src/test/java/org/sonar/db/user/GroupMembershipQueryTest.java b/sonar-db/src/test/java/org/sonar/db/user/GroupMembershipQueryTest.java index 3edbcf430ef..51f8e71d97b 100644 --- a/sonar-db/src/test/java/org/sonar/db/user/GroupMembershipQueryTest.java +++ b/sonar-db/src/test/java/org/sonar/db/user/GroupMembershipQueryTest.java @@ -1,14 +1,14 @@ /* - * SonarQube, open source software quality management tool. - * Copyright (C) 2008-2014 SonarSource + * SonarQube :: Database + * Copyright (C) 2009-2016 SonarSource SA * mailto:contact AT sonarsource DOT com * - * SonarQube is free software; you can redistribute it and/or + * This program 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. * - * SonarQube is distributed in the hope that it will be useful, + * This program 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. @@ -17,7 +17,6 @@ * 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.db.user; import org.junit.Test; diff --git a/sonar-db/src/test/java/org/sonar/db/user/GroupMembershipTest.java b/sonar-db/src/test/java/org/sonar/db/user/GroupMembershipTest.java index 9838d364417..ce8d8e4af76 100644 --- a/sonar-db/src/test/java/org/sonar/db/user/GroupMembershipTest.java +++ b/sonar-db/src/test/java/org/sonar/db/user/GroupMembershipTest.java @@ -1,14 +1,14 @@ /* - * SonarQube, open source software quality management tool. - * Copyright (C) 2008-2014 SonarSource + * SonarQube :: Database + * Copyright (C) 2009-2016 SonarSource SA * mailto:contact AT sonarsource DOT com * - * SonarQube is free software; you can redistribute it and/or + * This program 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. * - * SonarQube is distributed in the hope that it will be useful, + * This program 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-db/src/test/java/org/sonar/db/user/GroupTesting.java b/sonar-db/src/test/java/org/sonar/db/user/GroupTesting.java index cbc545c61c7..8449ccdf346 100644 --- a/sonar-db/src/test/java/org/sonar/db/user/GroupTesting.java +++ b/sonar-db/src/test/java/org/sonar/db/user/GroupTesting.java @@ -1,14 +1,14 @@ /* - * SonarQube, open source software quality management tool. - * Copyright (C) 2008-2014 SonarSource + * SonarQube :: Database + * Copyright (C) 2009-2016 SonarSource SA * mailto:contact AT sonarsource DOT com * - * SonarQube is free software; you can redistribute it and/or + * This program 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. * - * SonarQube is distributed in the hope that it will be useful, + * This program 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. @@ -17,7 +17,6 @@ * 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.db.user; import java.util.Date; diff --git a/sonar-db/src/test/java/org/sonar/db/user/RoleDaoTest.java b/sonar-db/src/test/java/org/sonar/db/user/RoleDaoTest.java index 28bd8251c06..a04ae998767 100644 --- a/sonar-db/src/test/java/org/sonar/db/user/RoleDaoTest.java +++ b/sonar-db/src/test/java/org/sonar/db/user/RoleDaoTest.java @@ -1,14 +1,14 @@ /* - * SonarQube, open source software quality management tool. - * Copyright (C) 2008-2014 SonarSource + * SonarQube :: Database + * Copyright (C) 2009-2016 SonarSource SA * mailto:contact AT sonarsource DOT com * - * SonarQube is free software; you can redistribute it and/or + * This program 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. * - * SonarQube is distributed in the hope that it will be useful, + * This program 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. @@ -17,7 +17,6 @@ * 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.db.user; import org.junit.Rule; diff --git a/sonar-db/src/test/java/org/sonar/db/user/RoleMapperTest.java b/sonar-db/src/test/java/org/sonar/db/user/RoleMapperTest.java index 3bc374e03af..9927b30391d 100644 --- a/sonar-db/src/test/java/org/sonar/db/user/RoleMapperTest.java +++ b/sonar-db/src/test/java/org/sonar/db/user/RoleMapperTest.java @@ -1,14 +1,14 @@ /* - * SonarQube, open source software quality management tool. - * Copyright (C) 2008-2014 SonarSource + * SonarQube :: Database + * Copyright (C) 2009-2016 SonarSource SA * mailto:contact AT sonarsource DOT com * - * SonarQube is free software; you can redistribute it and/or + * This program 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. * - * SonarQube is distributed in the hope that it will be useful, + * This program 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-db/src/test/java/org/sonar/db/user/UserDaoTest.java b/sonar-db/src/test/java/org/sonar/db/user/UserDaoTest.java index 2502d75ff39..207da26bd85 100644 --- a/sonar-db/src/test/java/org/sonar/db/user/UserDaoTest.java +++ b/sonar-db/src/test/java/org/sonar/db/user/UserDaoTest.java @@ -1,14 +1,14 @@ /* - * SonarQube, open source software quality management tool. - * Copyright (C) 2008-2014 SonarSource + * SonarQube :: Database + * Copyright (C) 2009-2016 SonarSource SA * mailto:contact AT sonarsource DOT com * - * SonarQube is free software; you can redistribute it and/or + * This program 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. * - * SonarQube is distributed in the hope that it will be useful, + * This program 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-db/src/test/java/org/sonar/db/user/UserDbTester.java b/sonar-db/src/test/java/org/sonar/db/user/UserDbTester.java index ec25f9b0821..24f249d64fb 100644 --- a/sonar-db/src/test/java/org/sonar/db/user/UserDbTester.java +++ b/sonar-db/src/test/java/org/sonar/db/user/UserDbTester.java @@ -1,14 +1,14 @@ /* - * SonarQube, open source software quality management tool. - * Copyright (C) 2008-2014 SonarSource + * SonarQube :: Database + * Copyright (C) 2009-2016 SonarSource SA * mailto:contact AT sonarsource DOT com * - * SonarQube is free software; you can redistribute it and/or + * This program 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. * - * SonarQube is distributed in the hope that it will be useful, + * This program 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. @@ -17,7 +17,6 @@ * 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.db.user; import org.sonar.db.DbClient; diff --git a/sonar-db/src/test/java/org/sonar/db/user/UserDtoTest.java b/sonar-db/src/test/java/org/sonar/db/user/UserDtoTest.java index 74e21d9fe94..475aa01c1e5 100644 --- a/sonar-db/src/test/java/org/sonar/db/user/UserDtoTest.java +++ b/sonar-db/src/test/java/org/sonar/db/user/UserDtoTest.java @@ -1,14 +1,14 @@ /* - * SonarQube, open source software quality management tool. - * Copyright (C) 2008-2014 SonarSource + * SonarQube :: Database + * Copyright (C) 2009-2016 SonarSource SA * mailto:contact AT sonarsource DOT com * - * SonarQube is free software; you can redistribute it and/or + * This program 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. * - * SonarQube is distributed in the hope that it will be useful, + * This program 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-db/src/test/java/org/sonar/db/user/UserGroupDaoTest.java b/sonar-db/src/test/java/org/sonar/db/user/UserGroupDaoTest.java index f0674bdd318..e1b7a613e22 100644 --- a/sonar-db/src/test/java/org/sonar/db/user/UserGroupDaoTest.java +++ b/sonar-db/src/test/java/org/sonar/db/user/UserGroupDaoTest.java @@ -1,14 +1,14 @@ /* - * SonarQube, open source software quality management tool. - * Copyright (C) 2008-2014 SonarSource + * SonarQube :: Database + * Copyright (C) 2009-2016 SonarSource SA * mailto:contact AT sonarsource DOT com * - * SonarQube is free software; you can redistribute it and/or + * This program 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. * - * SonarQube is distributed in the hope that it will be useful, + * This program 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. @@ -17,7 +17,6 @@ * 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.db.user; import org.junit.Rule; diff --git a/sonar-db/src/test/java/org/sonar/db/user/UserTesting.java b/sonar-db/src/test/java/org/sonar/db/user/UserTesting.java index 77799132dad..0b3775547fa 100644 --- a/sonar-db/src/test/java/org/sonar/db/user/UserTesting.java +++ b/sonar-db/src/test/java/org/sonar/db/user/UserTesting.java @@ -1,14 +1,14 @@ /* - * SonarQube, open source software quality management tool. - * Copyright (C) 2008-2014 SonarSource + * SonarQube :: Database + * Copyright (C) 2009-2016 SonarSource SA * mailto:contact AT sonarsource DOT com * - * SonarQube is free software; you can redistribute it and/or + * This program 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. * - * SonarQube is distributed in the hope that it will be useful, + * This program 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. @@ -17,7 +17,6 @@ * 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.db.user; import static org.apache.commons.lang.RandomStringUtils.randomAlphabetic; diff --git a/sonar-db/src/test/java/org/sonar/db/user/UserTokenDaoTest.java b/sonar-db/src/test/java/org/sonar/db/user/UserTokenDaoTest.java index a636eb8871d..24fe3ce978f 100644 --- a/sonar-db/src/test/java/org/sonar/db/user/UserTokenDaoTest.java +++ b/sonar-db/src/test/java/org/sonar/db/user/UserTokenDaoTest.java @@ -1,14 +1,14 @@ /* - * SonarQube, open source software quality management tool. - * Copyright (C) 2008-2014 SonarSource + * SonarQube :: Database + * Copyright (C) 2009-2016 SonarSource SA * mailto:contact AT sonarsource DOT com * - * SonarQube is free software; you can redistribute it and/or + * This program 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. * - * SonarQube is distributed in the hope that it will be useful, + * This program 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. @@ -17,7 +17,6 @@ * 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.db.user; import com.google.common.base.Optional; diff --git a/sonar-db/src/test/java/org/sonar/db/user/UserTokenTesting.java b/sonar-db/src/test/java/org/sonar/db/user/UserTokenTesting.java index b1a0ba512f5..efc41ab4eb6 100644 --- a/sonar-db/src/test/java/org/sonar/db/user/UserTokenTesting.java +++ b/sonar-db/src/test/java/org/sonar/db/user/UserTokenTesting.java @@ -1,14 +1,14 @@ /* - * SonarQube, open source software quality management tool. - * Copyright (C) 2008-2014 SonarSource + * SonarQube :: Database + * Copyright (C) 2009-2016 SonarSource SA * mailto:contact AT sonarsource DOT com * - * SonarQube is free software; you can redistribute it and/or + * This program 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. * - * SonarQube is distributed in the hope that it will be useful, + * This program 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. @@ -17,7 +17,6 @@ * 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.db.user; import static org.apache.commons.lang.RandomStringUtils.randomAlphanumeric; diff --git a/sonar-db/src/test/java/org/sonar/db/version/AddColumnsBuilderTest.java b/sonar-db/src/test/java/org/sonar/db/version/AddColumnsBuilderTest.java index b6c6f340a99..a3d1e910afb 100644 --- a/sonar-db/src/test/java/org/sonar/db/version/AddColumnsBuilderTest.java +++ b/sonar-db/src/test/java/org/sonar/db/version/AddColumnsBuilderTest.java @@ -1,14 +1,14 @@ /* - * SonarQube, open source software quality management tool. - * Copyright (C) 2008-2014 SonarSource + * SonarQube :: Database + * Copyright (C) 2009-2016 SonarSource SA * mailto:contact AT sonarsource DOT com * - * SonarQube is free software; you can redistribute it and/or + * This program 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. * - * SonarQube is distributed in the hope that it will be useful, + * This program 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-db/src/test/java/org/sonar/db/version/AlterColumnsTypeBuilderTest.java b/sonar-db/src/test/java/org/sonar/db/version/AlterColumnsTypeBuilderTest.java index a9bdc987ddd..7a9a88e322f 100644 --- a/sonar-db/src/test/java/org/sonar/db/version/AlterColumnsTypeBuilderTest.java +++ b/sonar-db/src/test/java/org/sonar/db/version/AlterColumnsTypeBuilderTest.java @@ -1,14 +1,14 @@ /* - * SonarQube, open source software quality management tool. - * Copyright (C) 2008-2014 SonarSource + * SonarQube :: Database + * Copyright (C) 2009-2016 SonarSource SA * mailto:contact AT sonarsource DOT com * - * SonarQube is free software; you can redistribute it and/or + * This program 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. * - * SonarQube is distributed in the hope that it will be useful, + * This program 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. @@ -17,7 +17,6 @@ * 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.db.version; import org.junit.Rule; diff --git a/sonar-db/src/test/java/org/sonar/db/version/BaseDataChangeTest.java b/sonar-db/src/test/java/org/sonar/db/version/BaseDataChangeTest.java index 56a5ed91799..d08a7252f50 100644 --- a/sonar-db/src/test/java/org/sonar/db/version/BaseDataChangeTest.java +++ b/sonar-db/src/test/java/org/sonar/db/version/BaseDataChangeTest.java @@ -1,14 +1,14 @@ /* - * SonarQube, open source software quality management tool. - * Copyright (C) 2008-2014 SonarSource + * SonarQube :: Database + * Copyright (C) 2009-2016 SonarSource SA * mailto:contact AT sonarsource DOT com * - * SonarQube is free software; you can redistribute it and/or + * This program 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. * - * SonarQube is distributed in the hope that it will be useful, + * This program 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-db/src/test/java/org/sonar/db/version/BigDecimalColumnDefTest.java b/sonar-db/src/test/java/org/sonar/db/version/BigDecimalColumnDefTest.java index 96301f4084f..d67397cb3c1 100644 --- a/sonar-db/src/test/java/org/sonar/db/version/BigDecimalColumnDefTest.java +++ b/sonar-db/src/test/java/org/sonar/db/version/BigDecimalColumnDefTest.java @@ -1,14 +1,14 @@ /* - * SonarQube, open source software quality management tool. - * Copyright (C) 2008-2014 SonarSource + * SonarQube :: Database + * Copyright (C) 2009-2016 SonarSource SA * mailto:contact AT sonarsource DOT com * - * SonarQube is free software; you can redistribute it and/or + * This program 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. * - * SonarQube is distributed in the hope that it will be useful, + * This program 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. @@ -17,7 +17,6 @@ * 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.db.version; import org.junit.Rule; diff --git a/sonar-db/src/test/java/org/sonar/db/version/ClobColumnDefTest.java b/sonar-db/src/test/java/org/sonar/db/version/ClobColumnDefTest.java index 225f85cbb96..80e812c70ae 100644 --- a/sonar-db/src/test/java/org/sonar/db/version/ClobColumnDefTest.java +++ b/sonar-db/src/test/java/org/sonar/db/version/ClobColumnDefTest.java @@ -1,14 +1,14 @@ /* - * SonarQube, open source software quality management tool. - * Copyright (C) 2008-2014 SonarSource + * SonarQube :: Database + * Copyright (C) 2009-2016 SonarSource SA * mailto:contact AT sonarsource DOT com * - * SonarQube is free software; you can redistribute it and/or + * This program 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. * - * SonarQube is distributed in the hope that it will be useful, + * This program 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. @@ -17,7 +17,6 @@ * 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.db.version; import org.junit.Rule; diff --git a/sonar-db/src/test/java/org/sonar/db/version/ColumnDefValidationTest.java b/sonar-db/src/test/java/org/sonar/db/version/ColumnDefValidationTest.java index 423a49356bf..ce508c2ae86 100644 --- a/sonar-db/src/test/java/org/sonar/db/version/ColumnDefValidationTest.java +++ b/sonar-db/src/test/java/org/sonar/db/version/ColumnDefValidationTest.java @@ -1,14 +1,14 @@ /* - * SonarQube, open source software quality management tool. - * Copyright (C) 2008-2014 SonarSource + * SonarQube :: Database + * Copyright (C) 2009-2016 SonarSource SA * mailto:contact AT sonarsource DOT com * - * SonarQube is free software; you can redistribute it and/or + * This program 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. * - * SonarQube is distributed in the hope that it will be useful, + * This program 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. @@ -17,7 +17,6 @@ * 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.db.version; import org.junit.Rule; diff --git a/sonar-db/src/test/java/org/sonar/db/version/DatabaseVersionTest.java b/sonar-db/src/test/java/org/sonar/db/version/DatabaseVersionTest.java index d8d88ec8737..0b5f105d79a 100644 --- a/sonar-db/src/test/java/org/sonar/db/version/DatabaseVersionTest.java +++ b/sonar-db/src/test/java/org/sonar/db/version/DatabaseVersionTest.java @@ -1,14 +1,14 @@ /* - * SonarQube, open source software quality management tool. - * Copyright (C) 2008-2014 SonarSource + * SonarQube :: Database + * Copyright (C) 2009-2016 SonarSource SA * mailto:contact AT sonarsource DOT com * - * SonarQube is free software; you can redistribute it and/or + * This program 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. * - * SonarQube is distributed in the hope that it will be useful, + * This program 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-db/src/test/java/org/sonar/db/version/DecimalColumnDefTest.java b/sonar-db/src/test/java/org/sonar/db/version/DecimalColumnDefTest.java index 143b06c44d1..c2ecf51b2db 100644 --- a/sonar-db/src/test/java/org/sonar/db/version/DecimalColumnDefTest.java +++ b/sonar-db/src/test/java/org/sonar/db/version/DecimalColumnDefTest.java @@ -1,14 +1,14 @@ /* - * SonarQube, open source software quality management tool. - * Copyright (C) 2008-2014 SonarSource + * SonarQube :: Database + * Copyright (C) 2009-2016 SonarSource SA * mailto:contact AT sonarsource DOT com * - * SonarQube is free software; you can redistribute it and/or + * This program 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. * - * SonarQube is distributed in the hope that it will be useful, + * This program 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. @@ -17,7 +17,6 @@ * 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.db.version; import org.junit.Rule; diff --git a/sonar-db/src/test/java/org/sonar/db/version/DropColumnsBuilderTest.java b/sonar-db/src/test/java/org/sonar/db/version/DropColumnsBuilderTest.java index e7c6955f185..54b75dadc71 100644 --- a/sonar-db/src/test/java/org/sonar/db/version/DropColumnsBuilderTest.java +++ b/sonar-db/src/test/java/org/sonar/db/version/DropColumnsBuilderTest.java @@ -1,14 +1,14 @@ /* - * SonarQube, open source software quality management tool. - * Copyright (C) 2008-2014 SonarSource + * SonarQube :: Database + * Copyright (C) 2009-2016 SonarSource SA * mailto:contact AT sonarsource DOT com * - * SonarQube is free software; you can redistribute it and/or + * This program 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. * - * SonarQube is distributed in the hope that it will be useful, + * This program 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-db/src/test/java/org/sonar/db/version/MigrationStepModuleTest.java b/sonar-db/src/test/java/org/sonar/db/version/MigrationStepModuleTest.java index e3915dfc30c..bbda16b4082 100644 --- a/sonar-db/src/test/java/org/sonar/db/version/MigrationStepModuleTest.java +++ b/sonar-db/src/test/java/org/sonar/db/version/MigrationStepModuleTest.java @@ -1,14 +1,14 @@ /* - * SonarQube, open source software quality management tool. - * Copyright (C) 2008-2014 SonarSource + * SonarQube :: Database + * Copyright (C) 2009-2016 SonarSource SA * mailto:contact AT sonarsource DOT com * - * SonarQube is free software; you can redistribute it and/or + * This program 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. * - * SonarQube is distributed in the hope that it will be useful, + * This program 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-db/src/test/java/org/sonar/db/version/VarcharColumnDefTest.java b/sonar-db/src/test/java/org/sonar/db/version/VarcharColumnDefTest.java index a0541dde01e..a1407516049 100644 --- a/sonar-db/src/test/java/org/sonar/db/version/VarcharColumnDefTest.java +++ b/sonar-db/src/test/java/org/sonar/db/version/VarcharColumnDefTest.java @@ -1,14 +1,14 @@ /* - * SonarQube, open source software quality management tool. - * Copyright (C) 2008-2014 SonarSource + * SonarQube :: Database + * Copyright (C) 2009-2016 SonarSource SA * mailto:contact AT sonarsource DOT com * - * SonarQube is free software; you can redistribute it and/or + * This program 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. * - * SonarQube is distributed in the hope that it will be useful, + * This program 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-db/src/test/java/org/sonar/db/version/v451/AddMissingCustomRuleParametersMigrationTest.java b/sonar-db/src/test/java/org/sonar/db/version/v451/AddMissingCustomRuleParametersMigrationTest.java index eb291dda5c9..4b31f80f474 100644 --- a/sonar-db/src/test/java/org/sonar/db/version/v451/AddMissingCustomRuleParametersMigrationTest.java +++ b/sonar-db/src/test/java/org/sonar/db/version/v451/AddMissingCustomRuleParametersMigrationTest.java @@ -1,14 +1,14 @@ /* - * SonarQube, open source software quality management tool. - * Copyright (C) 2008-2014 SonarSource + * SonarQube :: Database + * Copyright (C) 2009-2016 SonarSource SA * mailto:contact AT sonarsource DOT com * - * SonarQube is free software; you can redistribute it and/or + * This program 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. * - * SonarQube is distributed in the hope that it will be useful, + * This program 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-db/src/test/java/org/sonar/db/version/v451/DeleteUnescapedActivitiesTest.java b/sonar-db/src/test/java/org/sonar/db/version/v451/DeleteUnescapedActivitiesTest.java index 00808bb8f0a..e0a16d42108 100644 --- a/sonar-db/src/test/java/org/sonar/db/version/v451/DeleteUnescapedActivitiesTest.java +++ b/sonar-db/src/test/java/org/sonar/db/version/v451/DeleteUnescapedActivitiesTest.java @@ -1,14 +1,14 @@ /* - * SonarQube, open source software quality management tool. - * Copyright (C) 2008-2014 SonarSource + * SonarQube :: Database + * Copyright (C) 2009-2016 SonarSource SA * mailto:contact AT sonarsource DOT com * - * SonarQube is free software; you can redistribute it and/or + * This program 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. * - * SonarQube is distributed in the hope that it will be useful, + * This program 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-db/src/test/java/org/sonar/db/version/v50/ComponentTest.java b/sonar-db/src/test/java/org/sonar/db/version/v50/ComponentTest.java index 409d2b1b35b..0f745c13af9 100644 --- a/sonar-db/src/test/java/org/sonar/db/version/v50/ComponentTest.java +++ b/sonar-db/src/test/java/org/sonar/db/version/v50/ComponentTest.java @@ -1,14 +1,14 @@ /* - * SonarQube, open source software quality management tool. - * Copyright (C) 2008-2014 SonarSource + * SonarQube :: Database + * Copyright (C) 2009-2016 SonarSource SA * mailto:contact AT sonarsource DOT com * - * SonarQube is free software; you can redistribute it and/or + * This program 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. * - * SonarQube is distributed in the hope that it will be useful, + * This program 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. @@ -17,7 +17,6 @@ * 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.db.version.v50; import org.junit.Test; diff --git a/sonar-db/src/test/java/org/sonar/db/version/v50/FeedFileSourcesTest.java b/sonar-db/src/test/java/org/sonar/db/version/v50/FeedFileSourcesTest.java index 1ac8362180a..c9727626cc5 100644 --- a/sonar-db/src/test/java/org/sonar/db/version/v50/FeedFileSourcesTest.java +++ b/sonar-db/src/test/java/org/sonar/db/version/v50/FeedFileSourcesTest.java @@ -1,14 +1,14 @@ /* - * SonarQube, open source software quality management tool. - * Copyright (C) 2008-2014 SonarSource + * SonarQube :: Database + * Copyright (C) 2009-2016 SonarSource SA * mailto:contact AT sonarsource DOT com * - * SonarQube is free software; you can redistribute it and/or + * This program 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. * - * SonarQube is distributed in the hope that it will be useful, + * This program 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. @@ -17,7 +17,6 @@ * 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.db.version.v50; import java.nio.charset.StandardCharsets; diff --git a/sonar-db/src/test/java/org/sonar/db/version/v50/FeedIssueLongDatesTest.java b/sonar-db/src/test/java/org/sonar/db/version/v50/FeedIssueLongDatesTest.java index 5969a262803..e816ec15b8c 100644 --- a/sonar-db/src/test/java/org/sonar/db/version/v50/FeedIssueLongDatesTest.java +++ b/sonar-db/src/test/java/org/sonar/db/version/v50/FeedIssueLongDatesTest.java @@ -1,14 +1,14 @@ /* - * SonarQube, open source software quality management tool. - * Copyright (C) 2008-2014 SonarSource + * SonarQube :: Database + * Copyright (C) 2009-2016 SonarSource SA * mailto:contact AT sonarsource DOT com * - * SonarQube is free software; you can redistribute it and/or + * This program 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. * - * SonarQube is distributed in the hope that it will be useful, + * This program 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. @@ -17,7 +17,6 @@ * 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.db.version.v50; import org.junit.Rule; diff --git a/sonar-db/src/test/java/org/sonar/db/version/v50/FileSourceDtoTest.java b/sonar-db/src/test/java/org/sonar/db/version/v50/FileSourceDtoTest.java index ebb137512cd..0a449b605b9 100644 --- a/sonar-db/src/test/java/org/sonar/db/version/v50/FileSourceDtoTest.java +++ b/sonar-db/src/test/java/org/sonar/db/version/v50/FileSourceDtoTest.java @@ -1,14 +1,14 @@ /* - * SonarQube, open source software quality management tool. - * Copyright (C) 2008-2014 SonarSource + * SonarQube :: Database + * Copyright (C) 2009-2016 SonarSource SA * mailto:contact AT sonarsource DOT com * - * SonarQube is free software; you can redistribute it and/or + * This program 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. * - * SonarQube is distributed in the hope that it will be useful, + * This program 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-db/src/test/java/org/sonar/db/version/v50/InsertProjectsAuthorizationUpdatedAtMigrationTest.java b/sonar-db/src/test/java/org/sonar/db/version/v50/InsertProjectsAuthorizationUpdatedAtMigrationTest.java index 4226635344a..b2b9942ff39 100644 --- a/sonar-db/src/test/java/org/sonar/db/version/v50/InsertProjectsAuthorizationUpdatedAtMigrationTest.java +++ b/sonar-db/src/test/java/org/sonar/db/version/v50/InsertProjectsAuthorizationUpdatedAtMigrationTest.java @@ -1,14 +1,14 @@ /* - * SonarQube, open source software quality management tool. - * Copyright (C) 2008-2014 SonarSource + * SonarQube :: Database + * Copyright (C) 2009-2016 SonarSource SA * mailto:contact AT sonarsource DOT com * - * SonarQube is free software; you can redistribute it and/or + * This program 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. * - * SonarQube is distributed in the hope that it will be useful, + * This program 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. @@ -17,7 +17,6 @@ * 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.db.version.v50; import org.junit.Before; diff --git a/sonar-db/src/test/java/org/sonar/db/version/v50/PopulateProjectsUuidColumnsMigrationTest.java b/sonar-db/src/test/java/org/sonar/db/version/v50/PopulateProjectsUuidColumnsMigrationTest.java index 4de215aae6f..abc32c7c9ef 100644 --- a/sonar-db/src/test/java/org/sonar/db/version/v50/PopulateProjectsUuidColumnsMigrationTest.java +++ b/sonar-db/src/test/java/org/sonar/db/version/v50/PopulateProjectsUuidColumnsMigrationTest.java @@ -1,14 +1,14 @@ /* - * SonarQube, open source software quality management tool. - * Copyright (C) 2008-2014 SonarSource + * SonarQube :: Database + * Copyright (C) 2009-2016 SonarSource SA * mailto:contact AT sonarsource DOT com * - * SonarQube is free software; you can redistribute it and/or + * This program 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. * - * SonarQube is distributed in the hope that it will be useful, + * This program 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. @@ -17,7 +17,6 @@ * 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.db.version.v50; import com.google.common.collect.ImmutableSet; diff --git a/sonar-db/src/test/java/org/sonar/db/version/v50/RemoveSortFieldFromIssueFiltersMigrationTest.java b/sonar-db/src/test/java/org/sonar/db/version/v50/RemoveSortFieldFromIssueFiltersMigrationTest.java index bf96e3af226..a73c245cde6 100644 --- a/sonar-db/src/test/java/org/sonar/db/version/v50/RemoveSortFieldFromIssueFiltersMigrationTest.java +++ b/sonar-db/src/test/java/org/sonar/db/version/v50/RemoveSortFieldFromIssueFiltersMigrationTest.java @@ -1,14 +1,14 @@ /* - * SonarQube, open source software quality management tool. - * Copyright (C) 2008-2014 SonarSource + * SonarQube :: Database + * Copyright (C) 2009-2016 SonarSource SA * mailto:contact AT sonarsource DOT com * - * SonarQube is free software; you can redistribute it and/or + * This program 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. * - * SonarQube is distributed in the hope that it will be useful, + * This program 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-db/src/test/java/org/sonar/db/version/v50/ReplaceIssueFiltersProjectKeyByUuidTest.java b/sonar-db/src/test/java/org/sonar/db/version/v50/ReplaceIssueFiltersProjectKeyByUuidTest.java index e51c5fd2b32..ae4241d55e9 100644 --- a/sonar-db/src/test/java/org/sonar/db/version/v50/ReplaceIssueFiltersProjectKeyByUuidTest.java +++ b/sonar-db/src/test/java/org/sonar/db/version/v50/ReplaceIssueFiltersProjectKeyByUuidTest.java @@ -1,14 +1,14 @@ /* - * SonarQube, open source software quality management tool. - * Copyright (C) 2008-2014 SonarSource + * SonarQube :: Database + * Copyright (C) 2009-2016 SonarSource SA * mailto:contact AT sonarsource DOT com * - * SonarQube is free software; you can redistribute it and/or + * This program 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. * - * SonarQube is distributed in the hope that it will be useful, + * This program 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-db/src/test/java/org/sonar/db/version/v51/AddIssuesColumnsTest.java b/sonar-db/src/test/java/org/sonar/db/version/v51/AddIssuesColumnsTest.java index 40683d1ebb4..bbb7aa5856a 100644 --- a/sonar-db/src/test/java/org/sonar/db/version/v51/AddIssuesColumnsTest.java +++ b/sonar-db/src/test/java/org/sonar/db/version/v51/AddIssuesColumnsTest.java @@ -1,14 +1,14 @@ /* - * SonarQube, open source software quality management tool. - * Copyright (C) 2008-2014 SonarSource + * SonarQube :: Database + * Copyright (C) 2009-2016 SonarSource SA * mailto:contact AT sonarsource DOT com * - * SonarQube is free software; you can redistribute it and/or + * This program 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. * - * SonarQube is distributed in the hope that it will be useful, + * This program 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-db/src/test/java/org/sonar/db/version/v51/AddNewCharacteristicsTest.java b/sonar-db/src/test/java/org/sonar/db/version/v51/AddNewCharacteristicsTest.java index cfc43d2246d..a06e514dd55 100644 --- a/sonar-db/src/test/java/org/sonar/db/version/v51/AddNewCharacteristicsTest.java +++ b/sonar-db/src/test/java/org/sonar/db/version/v51/AddNewCharacteristicsTest.java @@ -1,14 +1,14 @@ /* - * SonarQube, open source software quality management tool. - * Copyright (C) 2008-2014 SonarSource + * SonarQube :: Database + * Copyright (C) 2009-2016 SonarSource SA * mailto:contact AT sonarsource DOT com * - * SonarQube is free software; you can redistribute it and/or + * This program 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. * - * SonarQube is distributed in the hope that it will be useful, + * This program 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-db/src/test/java/org/sonar/db/version/v51/CopyScmAccountsFromAuthorsToUsersTest.java b/sonar-db/src/test/java/org/sonar/db/version/v51/CopyScmAccountsFromAuthorsToUsersTest.java index c0345ad2862..d4f1e7253dd 100644 --- a/sonar-db/src/test/java/org/sonar/db/version/v51/CopyScmAccountsFromAuthorsToUsersTest.java +++ b/sonar-db/src/test/java/org/sonar/db/version/v51/CopyScmAccountsFromAuthorsToUsersTest.java @@ -1,14 +1,14 @@ /* - * SonarQube, open source software quality management tool. - * Copyright (C) 2008-2014 SonarSource + * SonarQube :: Database + * Copyright (C) 2009-2016 SonarSource SA * mailto:contact AT sonarsource DOT com * - * SonarQube is free software; you can redistribute it and/or + * This program 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. * - * SonarQube is distributed in the hope that it will be useful, + * This program 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. @@ -17,7 +17,6 @@ * 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.db.version.v51; import java.util.Map; diff --git a/sonar-db/src/test/java/org/sonar/db/version/v51/DropIssuesColumnsTest.java b/sonar-db/src/test/java/org/sonar/db/version/v51/DropIssuesColumnsTest.java index 3971e9c1838..ca5e29df058 100644 --- a/sonar-db/src/test/java/org/sonar/db/version/v51/DropIssuesColumnsTest.java +++ b/sonar-db/src/test/java/org/sonar/db/version/v51/DropIssuesColumnsTest.java @@ -1,14 +1,14 @@ /* - * SonarQube, open source software quality management tool. - * Copyright (C) 2008-2014 SonarSource + * SonarQube :: Database + * Copyright (C) 2009-2016 SonarSource SA * mailto:contact AT sonarsource DOT com * - * SonarQube is free software; you can redistribute it and/or + * This program 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. * - * SonarQube is distributed in the hope that it will be useful, + * This program 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-db/src/test/java/org/sonar/db/version/v51/FeedAnalysisReportsLongDatesTest.java b/sonar-db/src/test/java/org/sonar/db/version/v51/FeedAnalysisReportsLongDatesTest.java index c3e75f1fc75..a852ade13a8 100644 --- a/sonar-db/src/test/java/org/sonar/db/version/v51/FeedAnalysisReportsLongDatesTest.java +++ b/sonar-db/src/test/java/org/sonar/db/version/v51/FeedAnalysisReportsLongDatesTest.java @@ -1,14 +1,14 @@ /* - * SonarQube, open source software quality management tool. - * Copyright (C) 2008-2014 SonarSource + * SonarQube :: Database + * Copyright (C) 2009-2016 SonarSource SA * mailto:contact AT sonarsource DOT com * - * SonarQube is free software; you can redistribute it and/or + * This program 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. * - * SonarQube is distributed in the hope that it will be useful, + * This program 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. @@ -17,7 +17,6 @@ * 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.db.version.v51; import org.junit.Rule; diff --git a/sonar-db/src/test/java/org/sonar/db/version/v51/FeedEventsLongDatesTest.java b/sonar-db/src/test/java/org/sonar/db/version/v51/FeedEventsLongDatesTest.java index 96104aee886..beec71a8029 100644 --- a/sonar-db/src/test/java/org/sonar/db/version/v51/FeedEventsLongDatesTest.java +++ b/sonar-db/src/test/java/org/sonar/db/version/v51/FeedEventsLongDatesTest.java @@ -1,14 +1,14 @@ /* - * SonarQube, open source software quality management tool. - * Copyright (C) 2008-2014 SonarSource + * SonarQube :: Database + * Copyright (C) 2009-2016 SonarSource SA * mailto:contact AT sonarsource DOT com * - * SonarQube is free software; you can redistribute it and/or + * This program 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. * - * SonarQube is distributed in the hope that it will be useful, + * This program 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. @@ -17,7 +17,6 @@ * 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.db.version.v51; import org.junit.Before; diff --git a/sonar-db/src/test/java/org/sonar/db/version/v51/FeedFileSourcesBinaryDataTest.java b/sonar-db/src/test/java/org/sonar/db/version/v51/FeedFileSourcesBinaryDataTest.java index 70d75648c73..4a4901668b7 100644 --- a/sonar-db/src/test/java/org/sonar/db/version/v51/FeedFileSourcesBinaryDataTest.java +++ b/sonar-db/src/test/java/org/sonar/db/version/v51/FeedFileSourcesBinaryDataTest.java @@ -1,14 +1,14 @@ /* - * SonarQube, open source software quality management tool. - * Copyright (C) 2008-2014 SonarSource + * SonarQube :: Database + * Copyright (C) 2009-2016 SonarSource SA * mailto:contact AT sonarsource DOT com * - * SonarQube is free software; you can redistribute it and/or + * This program 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. * - * SonarQube is distributed in the hope that it will be useful, + * This program 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-db/src/test/java/org/sonar/db/version/v51/FeedIssueChangesLongDatesTest.java b/sonar-db/src/test/java/org/sonar/db/version/v51/FeedIssueChangesLongDatesTest.java index 01690ce52df..63aaeaf8acf 100644 --- a/sonar-db/src/test/java/org/sonar/db/version/v51/FeedIssueChangesLongDatesTest.java +++ b/sonar-db/src/test/java/org/sonar/db/version/v51/FeedIssueChangesLongDatesTest.java @@ -1,14 +1,14 @@ /* - * SonarQube, open source software quality management tool. - * Copyright (C) 2008-2014 SonarSource + * SonarQube :: Database + * Copyright (C) 2009-2016 SonarSource SA * mailto:contact AT sonarsource DOT com * - * SonarQube is free software; you can redistribute it and/or + * This program 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. * - * SonarQube is distributed in the hope that it will be useful, + * This program 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. @@ -17,7 +17,6 @@ * 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.db.version.v51; import org.junit.Rule; diff --git a/sonar-db/src/test/java/org/sonar/db/version/v51/FeedIssueComponentUuidsTest.java b/sonar-db/src/test/java/org/sonar/db/version/v51/FeedIssueComponentUuidsTest.java index de5f1c94c05..cda48ebd0d3 100644 --- a/sonar-db/src/test/java/org/sonar/db/version/v51/FeedIssueComponentUuidsTest.java +++ b/sonar-db/src/test/java/org/sonar/db/version/v51/FeedIssueComponentUuidsTest.java @@ -1,14 +1,14 @@ /* - * SonarQube, open source software quality management tool. - * Copyright (C) 2008-2014 SonarSource + * SonarQube :: Database + * Copyright (C) 2009-2016 SonarSource SA * mailto:contact AT sonarsource DOT com * - * SonarQube is free software; you can redistribute it and/or + * This program 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. * - * SonarQube is distributed in the hope that it will be useful, + * This program 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. @@ -17,7 +17,6 @@ * 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.db.version.v51; import org.junit.Before; diff --git a/sonar-db/src/test/java/org/sonar/db/version/v51/FeedIssueTagsTest.java b/sonar-db/src/test/java/org/sonar/db/version/v51/FeedIssueTagsTest.java index 1e630545f94..13c3404d0db 100644 --- a/sonar-db/src/test/java/org/sonar/db/version/v51/FeedIssueTagsTest.java +++ b/sonar-db/src/test/java/org/sonar/db/version/v51/FeedIssueTagsTest.java @@ -1,14 +1,14 @@ /* - * SonarQube, open source software quality management tool. - * Copyright (C) 2008-2014 SonarSource + * SonarQube :: Database + * Copyright (C) 2009-2016 SonarSource SA * mailto:contact AT sonarsource DOT com * - * SonarQube is free software; you can redistribute it and/or + * This program 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. * - * SonarQube is distributed in the hope that it will be useful, + * This program 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-db/src/test/java/org/sonar/db/version/v51/FeedIssuesLongDatesTest.java b/sonar-db/src/test/java/org/sonar/db/version/v51/FeedIssuesLongDatesTest.java index b10df31cb5d..766c5942a73 100644 --- a/sonar-db/src/test/java/org/sonar/db/version/v51/FeedIssuesLongDatesTest.java +++ b/sonar-db/src/test/java/org/sonar/db/version/v51/FeedIssuesLongDatesTest.java @@ -1,14 +1,14 @@ /* - * SonarQube, open source software quality management tool. - * Copyright (C) 2008-2014 SonarSource + * SonarQube :: Database + * Copyright (C) 2009-2016 SonarSource SA * mailto:contact AT sonarsource DOT com * - * SonarQube is free software; you can redistribute it and/or + * This program 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. * - * SonarQube is distributed in the hope that it will be useful, + * This program 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. @@ -17,7 +17,6 @@ * 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.db.version.v51; import org.junit.Rule; diff --git a/sonar-db/src/test/java/org/sonar/db/version/v51/FeedManualMeasuresLongDatesTest.java b/sonar-db/src/test/java/org/sonar/db/version/v51/FeedManualMeasuresLongDatesTest.java index 2b4f3f5facb..ac7b38a6893 100644 --- a/sonar-db/src/test/java/org/sonar/db/version/v51/FeedManualMeasuresLongDatesTest.java +++ b/sonar-db/src/test/java/org/sonar/db/version/v51/FeedManualMeasuresLongDatesTest.java @@ -1,14 +1,14 @@ /* - * SonarQube, open source software quality management tool. - * Copyright (C) 2008-2014 SonarSource + * SonarQube :: Database + * Copyright (C) 2009-2016 SonarSource SA * mailto:contact AT sonarsource DOT com * - * SonarQube is free software; you can redistribute it and/or + * This program 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. * - * SonarQube is distributed in the hope that it will be useful, + * This program 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. @@ -17,7 +17,6 @@ * 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.db.version.v51; import org.junit.Before; diff --git a/sonar-db/src/test/java/org/sonar/db/version/v51/FeedSnapshotsLongDatesTest.java b/sonar-db/src/test/java/org/sonar/db/version/v51/FeedSnapshotsLongDatesTest.java index 8eeb8bb588b..08def31f272 100644 --- a/sonar-db/src/test/java/org/sonar/db/version/v51/FeedSnapshotsLongDatesTest.java +++ b/sonar-db/src/test/java/org/sonar/db/version/v51/FeedSnapshotsLongDatesTest.java @@ -1,14 +1,14 @@ /* - * SonarQube, open source software quality management tool. - * Copyright (C) 2008-2014 SonarSource + * SonarQube :: Database + * Copyright (C) 2009-2016 SonarSource SA * mailto:contact AT sonarsource DOT com * - * SonarQube is free software; you can redistribute it and/or + * This program 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. * - * SonarQube is distributed in the hope that it will be useful, + * This program 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. @@ -17,7 +17,6 @@ * 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.db.version.v51; import org.junit.Rule; diff --git a/sonar-db/src/test/java/org/sonar/db/version/v51/FeedUsersLongDatesTest.java b/sonar-db/src/test/java/org/sonar/db/version/v51/FeedUsersLongDatesTest.java index 88923fbcb6e..4c4fa494c11 100644 --- a/sonar-db/src/test/java/org/sonar/db/version/v51/FeedUsersLongDatesTest.java +++ b/sonar-db/src/test/java/org/sonar/db/version/v51/FeedUsersLongDatesTest.java @@ -1,14 +1,14 @@ /* - * SonarQube, open source software quality management tool. - * Copyright (C) 2008-2014 SonarSource + * SonarQube :: Database + * Copyright (C) 2009-2016 SonarSource SA * mailto:contact AT sonarsource DOT com * - * SonarQube is free software; you can redistribute it and/or + * This program 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. * - * SonarQube is distributed in the hope that it will be useful, + * This program 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. @@ -17,7 +17,6 @@ * 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.db.version.v51; import org.junit.Rule; diff --git a/sonar-db/src/test/java/org/sonar/db/version/v51/RemovePermissionsOnModulesMigrationTest.java b/sonar-db/src/test/java/org/sonar/db/version/v51/RemovePermissionsOnModulesMigrationTest.java index 3b41af6846e..5ee8ee69d1f 100644 --- a/sonar-db/src/test/java/org/sonar/db/version/v51/RemovePermissionsOnModulesMigrationTest.java +++ b/sonar-db/src/test/java/org/sonar/db/version/v51/RemovePermissionsOnModulesMigrationTest.java @@ -1,14 +1,14 @@ /* - * SonarQube, open source software quality management tool. - * Copyright (C) 2008-2014 SonarSource + * SonarQube :: Database + * Copyright (C) 2009-2016 SonarSource SA * mailto:contact AT sonarsource DOT com * - * SonarQube is free software; you can redistribute it and/or + * This program 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. * - * SonarQube is distributed in the hope that it will be useful, + * This program 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-db/src/test/java/org/sonar/db/version/v51/RenameComponentRelatedParamsInIssueFiltersMigrationTest.java b/sonar-db/src/test/java/org/sonar/db/version/v51/RenameComponentRelatedParamsInIssueFiltersMigrationTest.java index b2ecde9fa88..949427a9f9e 100644 --- a/sonar-db/src/test/java/org/sonar/db/version/v51/RenameComponentRelatedParamsInIssueFiltersMigrationTest.java +++ b/sonar-db/src/test/java/org/sonar/db/version/v51/RenameComponentRelatedParamsInIssueFiltersMigrationTest.java @@ -1,14 +1,14 @@ /* - * SonarQube, open source software quality management tool. - * Copyright (C) 2008-2014 SonarSource + * SonarQube :: Database + * Copyright (C) 2009-2016 SonarSource SA * mailto:contact AT sonarsource DOT com * - * SonarQube is free software; you can redistribute it and/or + * This program 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. * - * SonarQube is distributed in the hope that it will be useful, + * This program 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-db/src/test/java/org/sonar/db/version/v51/UpdateProjectsModuleUuidPathTest.java b/sonar-db/src/test/java/org/sonar/db/version/v51/UpdateProjectsModuleUuidPathTest.java index 89a8d7e6c7d..5a4bc17e761 100644 --- a/sonar-db/src/test/java/org/sonar/db/version/v51/UpdateProjectsModuleUuidPathTest.java +++ b/sonar-db/src/test/java/org/sonar/db/version/v51/UpdateProjectsModuleUuidPathTest.java @@ -1,14 +1,14 @@ /* - * SonarQube, open source software quality management tool. - * Copyright (C) 2008-2014 SonarSource + * SonarQube :: Database + * Copyright (C) 2009-2016 SonarSource SA * mailto:contact AT sonarsource DOT com * - * SonarQube is free software; you can redistribute it and/or + * This program 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. * - * SonarQube is distributed in the hope that it will be useful, + * This program 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. @@ -17,7 +17,6 @@ * 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.db.version.v51; import org.junit.Before; diff --git a/sonar-db/src/test/java/org/sonar/db/version/v52/AddManualMeasuresComponentUuidColumnTest.java b/sonar-db/src/test/java/org/sonar/db/version/v52/AddManualMeasuresComponentUuidColumnTest.java index 07f48d9a144..c14432cf079 100644 --- a/sonar-db/src/test/java/org/sonar/db/version/v52/AddManualMeasuresComponentUuidColumnTest.java +++ b/sonar-db/src/test/java/org/sonar/db/version/v52/AddManualMeasuresComponentUuidColumnTest.java @@ -1,14 +1,14 @@ /* - * SonarQube, open source software quality management tool. - * Copyright (C) 2008-2014 SonarSource + * SonarQube :: Database + * Copyright (C) 2009-2016 SonarSource SA * mailto:contact AT sonarsource DOT com * - * SonarQube is free software; you can redistribute it and/or + * This program 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. * - * SonarQube is distributed in the hope that it will be useful, + * This program 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. @@ -17,7 +17,6 @@ * 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.db.version.v52; import java.sql.Types; diff --git a/sonar-db/src/test/java/org/sonar/db/version/v52/FeedEventsComponentUuidTest.java b/sonar-db/src/test/java/org/sonar/db/version/v52/FeedEventsComponentUuidTest.java index 87f156d39be..2e571e33130 100644 --- a/sonar-db/src/test/java/org/sonar/db/version/v52/FeedEventsComponentUuidTest.java +++ b/sonar-db/src/test/java/org/sonar/db/version/v52/FeedEventsComponentUuidTest.java @@ -1,14 +1,14 @@ /* - * SonarQube, open source software quality management tool. - * Copyright (C) 2008-2014 SonarSource + * SonarQube :: Database + * Copyright (C) 2009-2016 SonarSource SA * mailto:contact AT sonarsource DOT com * - * SonarQube is free software; you can redistribute it and/or + * This program 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. * - * SonarQube is distributed in the hope that it will be useful, + * This program 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. @@ -17,7 +17,6 @@ * 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.db.version.v52; import org.junit.Before; diff --git a/sonar-db/src/test/java/org/sonar/db/version/v52/FeedFileSourcesDataTypeTest.java b/sonar-db/src/test/java/org/sonar/db/version/v52/FeedFileSourcesDataTypeTest.java index 615a41ba117..2777d15f45c 100644 --- a/sonar-db/src/test/java/org/sonar/db/version/v52/FeedFileSourcesDataTypeTest.java +++ b/sonar-db/src/test/java/org/sonar/db/version/v52/FeedFileSourcesDataTypeTest.java @@ -1,14 +1,14 @@ /* - * SonarQube, open source software quality management tool. - * Copyright (C) 2008-2014 SonarSource + * SonarQube :: Database + * Copyright (C) 2009-2016 SonarSource SA * mailto:contact AT sonarsource DOT com * - * SonarQube is free software; you can redistribute it and/or + * This program 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. * - * SonarQube is distributed in the hope that it will be useful, + * This program 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. @@ -17,7 +17,6 @@ * 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.db.version.v52; import org.junit.Before; diff --git a/sonar-db/src/test/java/org/sonar/db/version/v52/FeedManualMeasuresComponentUuidTest.java b/sonar-db/src/test/java/org/sonar/db/version/v52/FeedManualMeasuresComponentUuidTest.java index cf76d6a4430..d5ed8cb65c8 100644 --- a/sonar-db/src/test/java/org/sonar/db/version/v52/FeedManualMeasuresComponentUuidTest.java +++ b/sonar-db/src/test/java/org/sonar/db/version/v52/FeedManualMeasuresComponentUuidTest.java @@ -1,14 +1,14 @@ /* - * SonarQube, open source software quality management tool. - * Copyright (C) 2008-2014 SonarSource + * SonarQube :: Database + * Copyright (C) 2009-2016 SonarSource SA * mailto:contact AT sonarsource DOT com * - * SonarQube is free software; you can redistribute it and/or + * This program 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. * - * SonarQube is distributed in the hope that it will be useful, + * This program 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. @@ -17,7 +17,6 @@ * 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.db.version.v52; import org.junit.Before; diff --git a/sonar-db/src/test/java/org/sonar/db/version/v52/FeedMetricsBooleansTest.java b/sonar-db/src/test/java/org/sonar/db/version/v52/FeedMetricsBooleansTest.java index b565f04dd34..25158442596 100644 --- a/sonar-db/src/test/java/org/sonar/db/version/v52/FeedMetricsBooleansTest.java +++ b/sonar-db/src/test/java/org/sonar/db/version/v52/FeedMetricsBooleansTest.java @@ -1,14 +1,14 @@ /* - * SonarQube, open source software quality management tool. - * Copyright (C) 2008-2014 SonarSource + * SonarQube :: Database + * Copyright (C) 2009-2016 SonarSource SA * mailto:contact AT sonarsource DOT com * - * SonarQube is free software; you can redistribute it and/or + * This program 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. * - * SonarQube is distributed in the hope that it will be useful, + * This program 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. @@ -17,7 +17,6 @@ * 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.db.version.v52; import org.junit.Before; diff --git a/sonar-db/src/test/java/org/sonar/db/version/v52/FeedProjectLinksComponentUuidTest.java b/sonar-db/src/test/java/org/sonar/db/version/v52/FeedProjectLinksComponentUuidTest.java index 4487d000614..d650af9b0d2 100644 --- a/sonar-db/src/test/java/org/sonar/db/version/v52/FeedProjectLinksComponentUuidTest.java +++ b/sonar-db/src/test/java/org/sonar/db/version/v52/FeedProjectLinksComponentUuidTest.java @@ -1,14 +1,14 @@ /* - * SonarQube, open source software quality management tool. - * Copyright (C) 2008-2014 SonarSource + * SonarQube :: Database + * Copyright (C) 2009-2016 SonarSource SA * mailto:contact AT sonarsource DOT com * - * SonarQube is free software; you can redistribute it and/or + * This program 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. * - * SonarQube is distributed in the hope that it will be useful, + * This program 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. @@ -17,7 +17,6 @@ * 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.db.version.v52; import org.junit.Before; diff --git a/sonar-db/src/test/java/org/sonar/db/version/v52/IncreasePrecisionOfNumericsTest.java b/sonar-db/src/test/java/org/sonar/db/version/v52/IncreasePrecisionOfNumericsTest.java index 6defc825040..3d2fd093106 100644 --- a/sonar-db/src/test/java/org/sonar/db/version/v52/IncreasePrecisionOfNumericsTest.java +++ b/sonar-db/src/test/java/org/sonar/db/version/v52/IncreasePrecisionOfNumericsTest.java @@ -1,14 +1,14 @@ /* - * SonarQube, open source software quality management tool. - * Copyright (C) 2008-2014 SonarSource + * SonarQube :: Database + * Copyright (C) 2009-2016 SonarSource SA * mailto:contact AT sonarsource DOT com * - * SonarQube is free software; you can redistribute it and/or + * This program 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. * - * SonarQube is distributed in the hope that it will be useful, + * This program 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. @@ -17,7 +17,6 @@ * 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.db.version.v52; import org.junit.Test; diff --git a/sonar-db/src/test/java/org/sonar/db/version/v52/MoveProjectProfileAssociationTest.java b/sonar-db/src/test/java/org/sonar/db/version/v52/MoveProjectProfileAssociationTest.java index 982859c34ae..ff6893a7655 100644 --- a/sonar-db/src/test/java/org/sonar/db/version/v52/MoveProjectProfileAssociationTest.java +++ b/sonar-db/src/test/java/org/sonar/db/version/v52/MoveProjectProfileAssociationTest.java @@ -1,14 +1,14 @@ /* - * SonarQube, open source software quality management tool. - * Copyright (C) 2008-2014 SonarSource + * SonarQube :: Database + * Copyright (C) 2009-2016 SonarSource SA * mailto:contact AT sonarsource DOT com * - * SonarQube is free software; you can redistribute it and/or + * This program 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. * - * SonarQube is distributed in the hope that it will be useful, + * This program 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. @@ -17,7 +17,6 @@ * 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.db.version.v52; import org.junit.Before; diff --git a/sonar-db/src/test/java/org/sonar/db/version/v52/RemoveAnalysisReportsFromActivitiesTest.java b/sonar-db/src/test/java/org/sonar/db/version/v52/RemoveAnalysisReportsFromActivitiesTest.java index 0a474ef4d87..bd264d837ed 100644 --- a/sonar-db/src/test/java/org/sonar/db/version/v52/RemoveAnalysisReportsFromActivitiesTest.java +++ b/sonar-db/src/test/java/org/sonar/db/version/v52/RemoveAnalysisReportsFromActivitiesTest.java @@ -1,14 +1,14 @@ /* - * SonarQube, open source software quality management tool. - * Copyright (C) 2008-2014 SonarSource + * SonarQube :: Database + * Copyright (C) 2009-2016 SonarSource SA * mailto:contact AT sonarsource DOT com * - * SonarQube is free software; you can redistribute it and/or + * This program 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. * - * SonarQube is distributed in the hope that it will be useful, + * This program 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-db/src/test/java/org/sonar/db/version/v52/RemoveComponentLibrariesTest.java b/sonar-db/src/test/java/org/sonar/db/version/v52/RemoveComponentLibrariesTest.java index fa1d876f5af..3e01dd36cd0 100644 --- a/sonar-db/src/test/java/org/sonar/db/version/v52/RemoveComponentLibrariesTest.java +++ b/sonar-db/src/test/java/org/sonar/db/version/v52/RemoveComponentLibrariesTest.java @@ -1,14 +1,14 @@ /* - * SonarQube, open source software quality management tool. - * Copyright (C) 2008-2014 SonarSource + * SonarQube :: Database + * Copyright (C) 2009-2016 SonarSource SA * mailto:contact AT sonarsource DOT com * - * SonarQube is free software; you can redistribute it and/or + * This program 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. * - * SonarQube is distributed in the hope that it will be useful, + * This program 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. @@ -17,7 +17,6 @@ * 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.db.version.v52; import org.junit.Before; diff --git a/sonar-db/src/test/java/org/sonar/db/version/v52/RemoveDuplicatedComponentKeysTest.java b/sonar-db/src/test/java/org/sonar/db/version/v52/RemoveDuplicatedComponentKeysTest.java index 122f0e94dee..d390db2068a 100644 --- a/sonar-db/src/test/java/org/sonar/db/version/v52/RemoveDuplicatedComponentKeysTest.java +++ b/sonar-db/src/test/java/org/sonar/db/version/v52/RemoveDuplicatedComponentKeysTest.java @@ -1,14 +1,14 @@ /* - * SonarQube, open source software quality management tool. - * Copyright (C) 2008-2014 SonarSource + * SonarQube :: Database + * Copyright (C) 2009-2016 SonarSource SA * mailto:contact AT sonarsource DOT com * - * SonarQube is free software; you can redistribute it and/or + * This program 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. * - * SonarQube is distributed in the hope that it will be useful, + * This program 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. @@ -17,7 +17,6 @@ * 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.db.version.v52; import org.junit.Before; diff --git a/sonar-db/src/test/java/org/sonar/db/version/v52/RemoveRuleMeasuresOnIssuesTest.java b/sonar-db/src/test/java/org/sonar/db/version/v52/RemoveRuleMeasuresOnIssuesTest.java index 7e59d20571d..f86855c20e9 100644 --- a/sonar-db/src/test/java/org/sonar/db/version/v52/RemoveRuleMeasuresOnIssuesTest.java +++ b/sonar-db/src/test/java/org/sonar/db/version/v52/RemoveRuleMeasuresOnIssuesTest.java @@ -1,14 +1,14 @@ /* - * SonarQube, open source software quality management tool. - * Copyright (C) 2008-2014 SonarSource + * SonarQube :: Database + * Copyright (C) 2009-2016 SonarSource SA * mailto:contact AT sonarsource DOT com * - * SonarQube is free software; you can redistribute it and/or + * This program 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. * - * SonarQube is distributed in the hope that it will be useful, + * This program 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. @@ -17,7 +17,6 @@ * 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.db.version.v52; import org.junit.Before; diff --git a/sonar-db/src/test/java/org/sonar/db/version/v52/RemoveSnapshotLibrariesTest.java b/sonar-db/src/test/java/org/sonar/db/version/v52/RemoveSnapshotLibrariesTest.java index c9163a6c702..216b6d72e17 100644 --- a/sonar-db/src/test/java/org/sonar/db/version/v52/RemoveSnapshotLibrariesTest.java +++ b/sonar-db/src/test/java/org/sonar/db/version/v52/RemoveSnapshotLibrariesTest.java @@ -1,14 +1,14 @@ /* - * SonarQube, open source software quality management tool. - * Copyright (C) 2008-2014 SonarSource + * SonarQube :: Database + * Copyright (C) 2009-2016 SonarSource SA * mailto:contact AT sonarsource DOT com * - * SonarQube is free software; you can redistribute it and/or + * This program 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. * - * SonarQube is distributed in the hope that it will be useful, + * This program 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. @@ -17,7 +17,6 @@ * 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.db.version.v52; import org.junit.Before; diff --git a/sonar-db/src/test/java/org/sonar/db/version/v53/FixMsSqlCollationTest.java b/sonar-db/src/test/java/org/sonar/db/version/v53/FixMsSqlCollationTest.java index e187c677e32..4c9a4ae59f9 100644 --- a/sonar-db/src/test/java/org/sonar/db/version/v53/FixMsSqlCollationTest.java +++ b/sonar-db/src/test/java/org/sonar/db/version/v53/FixMsSqlCollationTest.java @@ -1,14 +1,14 @@ /* - * SonarQube, open source software quality management tool. - * Copyright (C) 2008-2014 SonarSource + * SonarQube :: Database + * Copyright (C) 2009-2016 SonarSource SA * mailto:contact AT sonarsource DOT com * - * SonarQube is free software; you can redistribute it and/or + * This program 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. * - * SonarQube is distributed in the hope that it will be useful, + * This program 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. @@ -17,7 +17,6 @@ * 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.db.version.v53; import org.junit.Test; diff --git a/sonar-db/src/test/java/org/sonar/db/version/v53/UpdateCustomDashboardInLoadedTemplatesTest.java b/sonar-db/src/test/java/org/sonar/db/version/v53/UpdateCustomDashboardInLoadedTemplatesTest.java index 51cabba2f3b..cce81b28cc0 100644 --- a/sonar-db/src/test/java/org/sonar/db/version/v53/UpdateCustomDashboardInLoadedTemplatesTest.java +++ b/sonar-db/src/test/java/org/sonar/db/version/v53/UpdateCustomDashboardInLoadedTemplatesTest.java @@ -1,14 +1,14 @@ /* - * SonarQube, open source software quality management tool. - * Copyright (C) 2008-2014 SonarSource + * SonarQube :: Database + * Copyright (C) 2009-2016 SonarSource SA * mailto:contact AT sonarsource DOT com * - * SonarQube is free software; you can redistribute it and/or + * This program 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. * - * SonarQube is distributed in the hope that it will be useful, + * This program 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. |