diff options
author | Teryk Bellahsene <teryk.bellahsene@sonarsource.com> | 2017-02-10 10:31:00 +0100 |
---|---|---|
committer | Teryk Bellahsene <teryk.bellahsene@sonarsource.com> | 2017-02-10 17:41:33 +0100 |
commit | cfa372a57a3065302dc92c77f3ba2068c7ddf771 (patch) | |
tree | 4e1491a87a5cb6fe7d9c31e78b13044219e1dbe2 /server/sonar-web/src/main/js/apps/settings/encryption | |
parent | 017fde2c6e202682e1eef46363236dc13f84bbaf (diff) | |
download | sonarqube-cfa372a57a3065302dc92c77f3ba2068c7ddf771.tar.gz sonarqube-cfa372a57a3065302dc92c77f3ba2068c7ddf771.zip |
SONAR-8637 Update POM parent version
Diffstat (limited to 'server/sonar-web/src/main/js/apps/settings/encryption')
4 files changed, 8 insertions, 8 deletions
diff --git a/server/sonar-web/src/main/js/apps/settings/encryption/EncryptionApp.js b/server/sonar-web/src/main/js/apps/settings/encryption/EncryptionApp.js index b7a085ad0d0..6d9f7589c37 100644 --- a/server/sonar-web/src/main/js/apps/settings/encryption/EncryptionApp.js +++ b/server/sonar-web/src/main/js/apps/settings/encryption/EncryptionApp.js @@ -1,7 +1,7 @@ /* * SonarQube - * Copyright (C) 2009-2016 SonarSource SA - * mailto:contact AT sonarsource DOT com + * Copyright (C) 2009-2017 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/src/main/js/apps/settings/encryption/EncryptionAppContainer.js b/server/sonar-web/src/main/js/apps/settings/encryption/EncryptionAppContainer.js index 3883c8b9f40..1b827f336ea 100644 --- a/server/sonar-web/src/main/js/apps/settings/encryption/EncryptionAppContainer.js +++ b/server/sonar-web/src/main/js/apps/settings/encryption/EncryptionAppContainer.js @@ -1,7 +1,7 @@ /* * SonarQube - * Copyright (C) 2009-2016 SonarSource SA - * mailto:contact AT sonarsource DOT com + * Copyright (C) 2009-2017 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/src/main/js/apps/settings/encryption/EncryptionForm.js b/server/sonar-web/src/main/js/apps/settings/encryption/EncryptionForm.js index e8c0f1dd945..abf232aa88b 100644 --- a/server/sonar-web/src/main/js/apps/settings/encryption/EncryptionForm.js +++ b/server/sonar-web/src/main/js/apps/settings/encryption/EncryptionForm.js @@ -1,7 +1,7 @@ /* * SonarQube - * Copyright (C) 2009-2016 SonarSource SA - * mailto:contact AT sonarsource DOT com + * Copyright (C) 2009-2017 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/src/main/js/apps/settings/encryption/GenerateSecretKeyForm.js b/server/sonar-web/src/main/js/apps/settings/encryption/GenerateSecretKeyForm.js index 49527dc4a86..c63c6d51747 100644 --- a/server/sonar-web/src/main/js/apps/settings/encryption/GenerateSecretKeyForm.js +++ b/server/sonar-web/src/main/js/apps/settings/encryption/GenerateSecretKeyForm.js @@ -1,7 +1,7 @@ /* * SonarQube - * Copyright (C) 2009-2016 SonarSource SA - * mailto:contact AT sonarsource DOT com + * Copyright (C) 2009-2017 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 |