diff options
author | David Rautureau <david.rautureau@sonarsource.com> | 2018-03-21 17:33:08 +0100 |
---|---|---|
committer | Janos Gyerik <janos.gyerik@sonarsource.com> | 2018-04-04 14:25:32 +0200 |
commit | c9e60ded9b8ffe4f97c73447c3ceda6919662a1e (patch) | |
tree | 63e1e5d45933b59563a699285f36dc0d316340c2 /server/sonar-web/config/jest | |
parent | fc34c6d43e123cf7e789232b4cd40b470a18b33e (diff) | |
download | sonarqube-c9e60ded9b8ffe4f97c73447c3ceda6919662a1e.tar.gz sonarqube-c9e60ded9b8ffe4f97c73447c3ceda6919662a1e.zip |
BUILD-612 Implement the check of source headers
Diffstat (limited to 'server/sonar-web/config/jest')
-rw-r--r-- | server/sonar-web/config/jest/CSSStub.js | 2 | ||||
-rw-r--r-- | server/sonar-web/config/jest/FileStub.js | 4 | ||||
-rw-r--r-- | server/sonar-web/config/jest/SetupEnzyme.js | 4 | ||||
-rw-r--r-- | server/sonar-web/config/jest/SetupTestEnvironment.js | 4 |
4 files changed, 7 insertions, 7 deletions
diff --git a/server/sonar-web/config/jest/CSSStub.js b/server/sonar-web/config/jest/CSSStub.js index bc903452330..f9324a21d48 100644 --- a/server/sonar-web/config/jest/CSSStub.js +++ b/server/sonar-web/config/jest/CSSStub.js @@ -1,6 +1,6 @@ /* * SonarQube - * Copyright (C) 2009-2017 SonarSource SA + * Copyright (C) 2009-2018 SonarSource SA * mailto:info AT sonarsource DOT com * * This program is free software; you can redistribute it and/or diff --git a/server/sonar-web/config/jest/FileStub.js b/server/sonar-web/config/jest/FileStub.js index bff56dc8933..3a49ea256c6 100644 --- a/server/sonar-web/config/jest/FileStub.js +++ b/server/sonar-web/config/jest/FileStub.js @@ -1,7 +1,7 @@ /* * SonarQube - * Copyright (C) 2009-2016 SonarSource SA - * mailto:contact AT sonarsource DOT com + * Copyright (C) 2009-2018 SonarSource SA + * mailto:info 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 diff --git a/server/sonar-web/config/jest/SetupEnzyme.js b/server/sonar-web/config/jest/SetupEnzyme.js index ec2ff5f0561..7e42de4fbb0 100644 --- a/server/sonar-web/config/jest/SetupEnzyme.js +++ b/server/sonar-web/config/jest/SetupEnzyme.js @@ -1,7 +1,7 @@ /* * SonarQube - * Copyright (C) 2009-2016 SonarSource SA - * mailto:contact AT sonarsource DOT com + * Copyright (C) 2009-2018 SonarSource SA + * mailto:info 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 diff --git a/server/sonar-web/config/jest/SetupTestEnvironment.js b/server/sonar-web/config/jest/SetupTestEnvironment.js index c5d8747dde5..3d6a8825599 100644 --- a/server/sonar-web/config/jest/SetupTestEnvironment.js +++ b/server/sonar-web/config/jest/SetupTestEnvironment.js @@ -1,7 +1,7 @@ /* * SonarQube - * Copyright (C) 2009-2016 SonarSource SA - * mailto:contact AT sonarsource DOT com + * Copyright (C) 2009-2018 SonarSource SA + * mailto:info 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 |