diff options
author | Duarte Meneses <duarte.meneses@sonarsource.com> | 2019-01-02 11:24:36 +0100 |
---|---|---|
committer | SonarTech <sonartech@sonarsource.com> | 2019-01-02 20:21:01 +0100 |
commit | 252b3897e794a692ba96a14a3defc342bd549c9d (patch) | |
tree | 9e6d985b83ab0810c5871049de347e02c90d574d /server/sonar-web/scripts | |
parent | ea6102e599b37a73cce37675bff9456338c1f75f (diff) | |
download | sonarqube-252b3897e794a692ba96a14a3defc342bd549c9d.tar.gz sonarqube-252b3897e794a692ba96a14a3defc342bd549c9d.zip |
Fix license headers for 2019
Diffstat (limited to 'server/sonar-web/scripts')
-rw-r--r-- | server/sonar-web/scripts/analyze.js | 2 | ||||
-rw-r--r-- | server/sonar-web/scripts/build.js | 2 | ||||
-rw-r--r-- | server/sonar-web/scripts/start.js | 2 | ||||
-rw-r--r-- | server/sonar-web/scripts/utils/formatSize.js | 2 | ||||
-rw-r--r-- | server/sonar-web/scripts/utils/getMessages.js | 2 |
5 files changed, 5 insertions, 5 deletions
diff --git a/server/sonar-web/scripts/analyze.js b/server/sonar-web/scripts/analyze.js index 10bc5623973..c41bedde127 100644 --- a/server/sonar-web/scripts/analyze.js +++ b/server/sonar-web/scripts/analyze.js @@ -1,6 +1,6 @@ /* * SonarQube - * Copyright (C) 2009-2018 SonarSource SA + * Copyright (C) 2009-2019 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/scripts/build.js b/server/sonar-web/scripts/build.js index 47aaf51827b..1e6d4251d8b 100644 --- a/server/sonar-web/scripts/build.js +++ b/server/sonar-web/scripts/build.js @@ -1,6 +1,6 @@ /* * SonarQube - * Copyright (C) 2009-2018 SonarSource SA + * Copyright (C) 2009-2019 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/scripts/start.js b/server/sonar-web/scripts/start.js index 36ca8d12374..977ab528b42 100644 --- a/server/sonar-web/scripts/start.js +++ b/server/sonar-web/scripts/start.js @@ -1,6 +1,6 @@ /* * SonarQube - * Copyright (C) 2009-2018 SonarSource SA + * Copyright (C) 2009-2019 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/scripts/utils/formatSize.js b/server/sonar-web/scripts/utils/formatSize.js index 00b7c11cbf4..f8d16cec470 100644 --- a/server/sonar-web/scripts/utils/formatSize.js +++ b/server/sonar-web/scripts/utils/formatSize.js @@ -1,6 +1,6 @@ /* * SonarQube - * Copyright (C) 2009-2018 SonarSource SA + * Copyright (C) 2009-2019 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/scripts/utils/getMessages.js b/server/sonar-web/scripts/utils/getMessages.js index bec93f115c1..261442ff178 100644 --- a/server/sonar-web/scripts/utils/getMessages.js +++ b/server/sonar-web/scripts/utils/getMessages.js @@ -1,6 +1,6 @@ /* * SonarQube - * Copyright (C) 2009-2018 SonarSource SA + * Copyright (C) 2009-2019 SonarSource SA * mailto:info AT sonarsource DOT com * * This program is free software; you can redistribute it and/or |