diff options
author | Wouter Admiraal <wouter.admiraal@sonarsource.com> | 2021-01-04 16:33:19 +0100 |
---|---|---|
committer | sonartech <sonartech@sonarsource.com> | 2021-01-08 20:14:47 +0000 |
commit | 0f33764b532d9447347c5b64beba0db18e3922ac (patch) | |
tree | 28925b636f7d63d3fdf51747946b4954e8688763 /server/sonar-web/config | |
parent | 6a0b24f31a59a7170e651ae23f299243ca4df679 (diff) | |
download | sonarqube-0f33764b532d9447347c5b64beba0db18e3922ac.tar.gz sonarqube-0f33764b532d9447347c5b64beba0db18e3922ac.zip |
Update license headers for 2021 [update headers]
Diffstat (limited to 'server/sonar-web/config')
-rw-r--r-- | server/sonar-web/config/InterpolateHtmlPlugin.js | 2 | ||||
-rw-r--r-- | server/sonar-web/config/autoprefixer.js | 2 | ||||
-rw-r--r-- | server/sonar-web/config/documentation-loader/index.js | 2 | ||||
-rw-r--r-- | server/sonar-web/config/jest/CSSStub.js | 2 | ||||
-rw-r--r-- | server/sonar-web/config/jest/FileStub.js | 2 | ||||
-rw-r--r-- | server/sonar-web/config/jest/SetupEnzyme.js | 2 | ||||
-rw-r--r-- | server/sonar-web/config/jest/SetupTestEnvironment.ts | 3 | ||||
-rw-r--r-- | server/sonar-web/config/paths.js | 2 | ||||
-rw-r--r-- | server/sonar-web/config/polyfills.js | 2 | ||||
-rw-r--r-- | server/sonar-web/config/utils.js | 2 | ||||
-rw-r--r-- | server/sonar-web/config/webpack.config.js | 2 |
11 files changed, 11 insertions, 12 deletions
diff --git a/server/sonar-web/config/InterpolateHtmlPlugin.js b/server/sonar-web/config/InterpolateHtmlPlugin.js index 03445e0227e..f45b9329f98 100644 --- a/server/sonar-web/config/InterpolateHtmlPlugin.js +++ b/server/sonar-web/config/InterpolateHtmlPlugin.js @@ -1,6 +1,6 @@ /* * SonarQube - * Copyright (C) 2009-2020 SonarSource SA + * Copyright (C) 2009-2021 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/autoprefixer.js b/server/sonar-web/config/autoprefixer.js index 60a856cad7d..5d15b5a8bbc 100644 --- a/server/sonar-web/config/autoprefixer.js +++ b/server/sonar-web/config/autoprefixer.js @@ -1,6 +1,6 @@ /* * SonarQube - * Copyright (C) 2009-2020 SonarSource SA + * Copyright (C) 2009-2021 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/documentation-loader/index.js b/server/sonar-web/config/documentation-loader/index.js index 717a0951b17..0f42597d4a3 100644 --- a/server/sonar-web/config/documentation-loader/index.js +++ b/server/sonar-web/config/documentation-loader/index.js @@ -1,6 +1,6 @@ /* * SonarQube - * Copyright (C) 2009-2020 SonarSource SA + * Copyright (C) 2009-2021 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/CSSStub.js b/server/sonar-web/config/jest/CSSStub.js index 4d0c50d93b7..8985b0c2c56 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-2020 SonarSource SA + * Copyright (C) 2009-2021 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 19933a1c237..3afbc40ae7c 100644 --- a/server/sonar-web/config/jest/FileStub.js +++ b/server/sonar-web/config/jest/FileStub.js @@ -1,6 +1,6 @@ /* * SonarQube - * Copyright (C) 2009-2020 SonarSource SA + * Copyright (C) 2009-2021 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/SetupEnzyme.js b/server/sonar-web/config/jest/SetupEnzyme.js index ffc342684f4..6269adcba3f 100644 --- a/server/sonar-web/config/jest/SetupEnzyme.js +++ b/server/sonar-web/config/jest/SetupEnzyme.js @@ -1,6 +1,6 @@ /* * SonarQube - * Copyright (C) 2009-2020 SonarSource SA + * Copyright (C) 2009-2021 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/SetupTestEnvironment.ts b/server/sonar-web/config/jest/SetupTestEnvironment.ts index afee3317208..b39e9ae9552 100644 --- a/server/sonar-web/config/jest/SetupTestEnvironment.ts +++ b/server/sonar-web/config/jest/SetupTestEnvironment.ts @@ -1,6 +1,6 @@ /* * SonarQube - * Copyright (C) 2009-2020 SonarSource SA + * Copyright (C) 2009-2021 SonarSource SA * mailto:info AT sonarsource DOT com * * This program is free software; you can redistribute it and/or @@ -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. */ - import ThemeContext from 'sonar-ui-common/components/theme'; import SonarUiCommonInitializer, { DEFAULT_LOCALE } from 'sonar-ui-common/helpers/init'; import * as theme from '../../src/main/js/app/theme'; diff --git a/server/sonar-web/config/paths.js b/server/sonar-web/config/paths.js index 7ab04a5036a..932387fd9c7 100644 --- a/server/sonar-web/config/paths.js +++ b/server/sonar-web/config/paths.js @@ -1,6 +1,6 @@ /* * SonarQube - * Copyright (C) 2009-2020 SonarSource SA + * Copyright (C) 2009-2021 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/polyfills.js b/server/sonar-web/config/polyfills.js index 86f907b8818..8e237e4b195 100644 --- a/server/sonar-web/config/polyfills.js +++ b/server/sonar-web/config/polyfills.js @@ -1,6 +1,6 @@ /* * SonarQube - * Copyright (C) 2009-2020 SonarSource SA + * Copyright (C) 2009-2021 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/utils.js b/server/sonar-web/config/utils.js index dd5f659b5be..78ab4e12b86 100644 --- a/server/sonar-web/config/utils.js +++ b/server/sonar-web/config/utils.js @@ -1,6 +1,6 @@ /* * SonarQube - * Copyright (C) 2009-2020 SonarSource SA + * Copyright (C) 2009-2021 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/webpack.config.js b/server/sonar-web/config/webpack.config.js index 9fde7ab9bfb..d3e3db76a31 100644 --- a/server/sonar-web/config/webpack.config.js +++ b/server/sonar-web/config/webpack.config.js @@ -1,6 +1,6 @@ /* * SonarQube - * Copyright (C) 2009-2020 SonarSource SA + * Copyright (C) 2009-2021 SonarSource SA * mailto:info AT sonarsource DOT com * * This program is free software; you can redistribute it and/or |