diff options
Diffstat (limited to 'sonar-db/src/main/java')
350 files changed, 1430 insertions, 1546 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. |