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/scripts/utils | |
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/scripts/utils')
-rw-r--r-- | server/sonar-web/scripts/utils/formatSize.js | 4 | ||||
-rw-r--r-- | server/sonar-web/scripts/utils/getMessages.js | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/server/sonar-web/scripts/utils/formatSize.js b/server/sonar-web/scripts/utils/formatSize.js index 40aab4ab236..00b7c11cbf4 100644 --- a/server/sonar-web/scripts/utils/formatSize.js +++ b/server/sonar-web/scripts/utils/formatSize.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/scripts/utils/getMessages.js b/server/sonar-web/scripts/utils/getMessages.js index ac9c71aeec0..340011b17d7 100644 --- a/server/sonar-web/scripts/utils/getMessages.js +++ b/server/sonar-web/scripts/utils/getMessages.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 |