diff options
author | Wouter Admiraal <wouter.admiraal@sonarsource.com> | 2020-01-06 15:01:53 +0100 |
---|---|---|
committer | SonarTech <sonartech@sonarsource.com> | 2020-01-07 20:46:09 +0100 |
commit | 3f6f5496277c76c2498fd245a112931d19830497 (patch) | |
tree | 3005200a620444d6875851c99df05af9281f294f /server/sonar-docs | |
parent | ea3447cd2d4143ffdeac91a7baff50f98956d725 (diff) | |
download | sonarqube-3f6f5496277c76c2498fd245a112931d19830497.tar.gz sonarqube-3f6f5496277c76c2498fd245a112931d19830497.zip |
Format all headers for 2020
Diffstat (limited to 'server/sonar-docs')
47 files changed, 111 insertions, 51 deletions
diff --git a/server/sonar-docs/config/jest/CSSStub.js b/server/sonar-docs/config/jest/CSSStub.js index cd35908524e..49724553ac4 100644 --- a/server/sonar-docs/config/jest/CSSStub.js +++ b/server/sonar-docs/config/jest/CSSStub.js @@ -1,6 +1,20 @@ /* - * Copyright (C) 2017-2019 SonarSource SA - * All rights reserved + * SonarQube + * Copyright (C) 2009-2020 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 + * License as published by the Free Software Foundation; either + * version 3 of the License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + * Lesser General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public License + * along with this program; if not, write to the Free Software Foundation, + * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ module.exports = {}; diff --git a/server/sonar-docs/config/jest/FileStub.js b/server/sonar-docs/config/jest/FileStub.js index 9ad4393626b..19933a1c237 100644 --- a/server/sonar-docs/config/jest/FileStub.js +++ b/server/sonar-docs/config/jest/FileStub.js @@ -1,6 +1,20 @@ /* - * Copyright (C) 2017-2019 SonarSource SA - * All rights reserved + * SonarQube + * Copyright (C) 2009-2020 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 + * License as published by the Free Software Foundation; either + * version 3 of the License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + * Lesser General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public License + * along with this program; if not, write to the Free Software Foundation, + * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ module.exports = 'test-file-stub'; diff --git a/server/sonar-docs/config/jest/SetupEnzyme.js b/server/sonar-docs/config/jest/SetupEnzyme.js index 2f3e19df52a..6a6d00b7002 100644 --- a/server/sonar-docs/config/jest/SetupEnzyme.js +++ b/server/sonar-docs/config/jest/SetupEnzyme.js @@ -1,7 +1,7 @@ /* * SonarQube - * Copyright (C) 2009-2016 SonarSource SA - * mailto:contact AT sonarsource DOT com + * Copyright (C) 2009-2020 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-docs/config/jest/SetupJest.ts b/server/sonar-docs/config/jest/SetupJest.ts index 0a0edeb4be2..0a27188b7a5 100644 --- a/server/sonar-docs/config/jest/SetupJest.ts +++ b/server/sonar-docs/config/jest/SetupJest.ts @@ -1,7 +1,21 @@ /* - * Copyright (C) 2017-2019 SonarSource SA - * All rights reserved + * SonarQube + * Copyright (C) 2009-2020 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 + * License as published by the Free Software Foundation; either + * version 3 of the License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + * Lesser General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public License + * along with this program; if not, write to the Free Software Foundation, + * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ import { GlobalWithFetchMock } from 'jest-fetch-mock'; diff --git a/server/sonar-docs/gatsby-config.js b/server/sonar-docs/gatsby-config.js index 5846b72a487..b832b8b5beb 100644 --- a/server/sonar-docs/gatsby-config.js +++ b/server/sonar-docs/gatsby-config.js @@ -1,6 +1,6 @@ /* * SonarQube - * Copyright (C) 2009-2019 SonarSource SA + * Copyright (C) 2009-2020 SonarSource SA * mailto:info AT sonarsource DOT com * * This program is free software; you can redistribute it and/or diff --git a/server/sonar-docs/gatsby-node.js b/server/sonar-docs/gatsby-node.js index 9694cdf1638..122d2f5b828 100644 --- a/server/sonar-docs/gatsby-node.js +++ b/server/sonar-docs/gatsby-node.js @@ -1,6 +1,6 @@ /* * SonarQube - * Copyright (C) 2009-2019 SonarSource SA + * Copyright (C) 2009-2020 SonarSource SA * mailto:info AT sonarsource DOT com * * This program is free software; you can redistribute it and/or diff --git a/server/sonar-docs/plugins/sonarsource-source-filesystem/gatsby-node.js b/server/sonar-docs/plugins/sonarsource-source-filesystem/gatsby-node.js index 0fd7c88dd1e..ad27e542dc9 100644 --- a/server/sonar-docs/plugins/sonarsource-source-filesystem/gatsby-node.js +++ b/server/sonar-docs/plugins/sonarsource-source-filesystem/gatsby-node.js @@ -1,6 +1,6 @@ /* * SonarQube - * Copyright (C) 2009-2019 SonarSource SA + * Copyright (C) 2009-2020 SonarSource SA * mailto:info AT sonarsource DOT com * * This program is free software; you can redistribute it and/or diff --git a/server/sonar-docs/plugins/sonarsource-source-filesystem/index.js b/server/sonar-docs/plugins/sonarsource-source-filesystem/index.js index 54a7bf0d44b..68da2a9ce9b 100644 --- a/server/sonar-docs/plugins/sonarsource-source-filesystem/index.js +++ b/server/sonar-docs/plugins/sonarsource-source-filesystem/index.js @@ -1,6 +1,6 @@ /* * SonarQube - * Copyright (C) 2009-2019 SonarSource SA + * Copyright (C) 2009-2020 SonarSource SA * mailto:info AT sonarsource DOT com * * This program is free software; you can redistribute it and/or diff --git a/server/sonar-docs/src/@types/graphql-types.d.ts b/server/sonar-docs/src/@types/graphql-types.d.ts index 8e97c9a0385..1608483d5f3 100644 --- a/server/sonar-docs/src/@types/graphql-types.d.ts +++ b/server/sonar-docs/src/@types/graphql-types.d.ts @@ -1,3 +1,22 @@ +/* + * SonarQube + * Copyright (C) 2009-2020 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 + * License as published by the Free Software Foundation; either + * version 3 of the License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + * Lesser General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public License + * along with this program; if not, write to the Free Software Foundation, + * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. + */ /* tslint:disable */ export interface Query { diff --git a/server/sonar-docs/src/@types/lunr.d.ts b/server/sonar-docs/src/@types/lunr.d.ts index 26e2068abd4..7702488d6f3 100644 --- a/server/sonar-docs/src/@types/lunr.d.ts +++ b/server/sonar-docs/src/@types/lunr.d.ts @@ -1,6 +1,6 @@ /* * SonarQube - * Copyright (C) 2009-2019 SonarSource SA + * Copyright (C) 2009-2020 SonarSource SA * mailto:info AT sonarsource DOT com * * This program is free software; you can redistribute it and/or diff --git a/server/sonar-docs/src/@types/types.d.ts b/server/sonar-docs/src/@types/types.d.ts index 4c8fffde463..a4a11275bbb 100644 --- a/server/sonar-docs/src/@types/types.d.ts +++ b/server/sonar-docs/src/@types/types.d.ts @@ -1,6 +1,6 @@ /* * SonarQube - * Copyright (C) 2009-2019 SonarSource SA + * Copyright (C) 2009-2020 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. */ - export type Dict<T> = { [key: string]: T }; export interface DocVersion { diff --git a/server/sonar-docs/src/__tests__/BrokenLinkSafetyNet.test.js b/server/sonar-docs/src/__tests__/BrokenLinkSafetyNet.test.js index ac78b57f3a0..19fe460df4c 100644 --- a/server/sonar-docs/src/__tests__/BrokenLinkSafetyNet.test.js +++ b/server/sonar-docs/src/__tests__/BrokenLinkSafetyNet.test.js @@ -1,6 +1,6 @@ /* * SonarQube - * Copyright (C) 2009-2019 SonarSource SA + * Copyright (C) 2009-2020 SonarSource SA * mailto:info AT sonarsource DOT com * * This program is free software; you can redistribute it and/or diff --git a/server/sonar-docs/src/components/CategoryBlockLink.tsx b/server/sonar-docs/src/components/CategoryBlockLink.tsx index bc384274f3d..3975ed82782 100644 --- a/server/sonar-docs/src/components/CategoryBlockLink.tsx +++ b/server/sonar-docs/src/components/CategoryBlockLink.tsx @@ -1,6 +1,6 @@ /* * SonarQube - * Copyright (C) 2009-2019 SonarSource SA + * Copyright (C) 2009-2020 SonarSource SA * mailto:info AT sonarsource DOT com * * This program is free software; you can redistribute it and/or diff --git a/server/sonar-docs/src/components/ExternalLink.tsx b/server/sonar-docs/src/components/ExternalLink.tsx index b8d769727a7..24fbcc002c1 100644 --- a/server/sonar-docs/src/components/ExternalLink.tsx +++ b/server/sonar-docs/src/components/ExternalLink.tsx @@ -1,6 +1,6 @@ /* * SonarQube - * Copyright (C) 2009-2019 SonarSource SA + * Copyright (C) 2009-2020 SonarSource SA * mailto:info AT sonarsource DOT com * * This program is free software; you can redistribute it and/or diff --git a/server/sonar-docs/src/components/Footer.tsx b/server/sonar-docs/src/components/Footer.tsx index 1cb8d47d93d..b4af3565f9f 100644 --- a/server/sonar-docs/src/components/Footer.tsx +++ b/server/sonar-docs/src/components/Footer.tsx @@ -1,6 +1,6 @@ /* * SonarQube - * Copyright (C) 2009-2019 SonarSource SA + * Copyright (C) 2009-2020 SonarSource SA * mailto:info AT sonarsource DOT com * * This program is free software; you can redistribute it and/or diff --git a/server/sonar-docs/src/components/HeaderList.tsx b/server/sonar-docs/src/components/HeaderList.tsx index 64578bf203f..b14155975c2 100644 --- a/server/sonar-docs/src/components/HeaderList.tsx +++ b/server/sonar-docs/src/components/HeaderList.tsx @@ -1,6 +1,6 @@ /* * SonarQube - * Copyright (C) 2009-2019 SonarSource SA + * Copyright (C) 2009-2020 SonarSource SA * mailto:info AT sonarsource DOT com * * This program is free software; you can redistribute it and/or diff --git a/server/sonar-docs/src/components/HeaderListProvider.tsx b/server/sonar-docs/src/components/HeaderListProvider.tsx index afeb312698d..25288b4f311 100644 --- a/server/sonar-docs/src/components/HeaderListProvider.tsx +++ b/server/sonar-docs/src/components/HeaderListProvider.tsx @@ -1,6 +1,6 @@ /* * SonarQube - * Copyright (C) 2009-2019 SonarSource SA + * Copyright (C) 2009-2020 SonarSource SA * mailto:info AT sonarsource DOT com * * This program is free software; you can redistribute it and/or diff --git a/server/sonar-docs/src/components/HeadingAnchor.tsx b/server/sonar-docs/src/components/HeadingAnchor.tsx index 90a42f193ca..217f2fbe91e 100644 --- a/server/sonar-docs/src/components/HeadingAnchor.tsx +++ b/server/sonar-docs/src/components/HeadingAnchor.tsx @@ -1,6 +1,6 @@ /* * SonarQube - * Copyright (C) 2009-2019 SonarSource SA + * Copyright (C) 2009-2020 SonarSource SA * mailto:info AT sonarsource DOT com * * This program is free software; you can redistribute it and/or diff --git a/server/sonar-docs/src/components/HeadingsLink.tsx b/server/sonar-docs/src/components/HeadingsLink.tsx index 447a831188e..fb595c12176 100644 --- a/server/sonar-docs/src/components/HeadingsLink.tsx +++ b/server/sonar-docs/src/components/HeadingsLink.tsx @@ -1,6 +1,6 @@ /* * SonarQube - * Copyright (C) 2009-2019 SonarSource SA + * Copyright (C) 2009-2020 SonarSource SA * mailto:info AT sonarsource DOT com * * This program is free software; you can redistribute it and/or diff --git a/server/sonar-docs/src/components/OutsideClickHandler.tsx b/server/sonar-docs/src/components/OutsideClickHandler.tsx index 2e29bf413b6..1f589753601 100644 --- a/server/sonar-docs/src/components/OutsideClickHandler.tsx +++ b/server/sonar-docs/src/components/OutsideClickHandler.tsx @@ -1,6 +1,6 @@ /* * SonarQube - * Copyright (C) 2009-2019 SonarSource SA + * Copyright (C) 2009-2020 SonarSource SA * mailto:info AT sonarsource DOT com * * This program is free software; you can redistribute it and/or diff --git a/server/sonar-docs/src/components/PageLink.tsx b/server/sonar-docs/src/components/PageLink.tsx index 0f164be9337..54f2bb45fed 100644 --- a/server/sonar-docs/src/components/PageLink.tsx +++ b/server/sonar-docs/src/components/PageLink.tsx @@ -1,6 +1,6 @@ /* * SonarQube - * Copyright (C) 2009-2019 SonarSource SA + * Copyright (C) 2009-2020 SonarSource SA * mailto:info AT sonarsource DOT com * * This program is free software; you can redistribute it and/or diff --git a/server/sonar-docs/src/components/PluginMetaData.tsx b/server/sonar-docs/src/components/PluginMetaData.tsx index 0f05090034d..b62678c26c8 100644 --- a/server/sonar-docs/src/components/PluginMetaData.tsx +++ b/server/sonar-docs/src/components/PluginMetaData.tsx @@ -1,6 +1,6 @@ /* * SonarQube - * Copyright (C) 2009-2019 SonarSource SA + * Copyright (C) 2009-2020 SonarSource SA * mailto:info AT sonarsource DOT com * * This program is free software; you can redistribute it and/or diff --git a/server/sonar-docs/src/components/PluginVersionMetaData.tsx b/server/sonar-docs/src/components/PluginVersionMetaData.tsx index bd958712ec7..8d17ffe5e4f 100644 --- a/server/sonar-docs/src/components/PluginVersionMetaData.tsx +++ b/server/sonar-docs/src/components/PluginVersionMetaData.tsx @@ -1,6 +1,6 @@ /* * SonarQube - * Copyright (C) 2009-2019 SonarSource SA + * Copyright (C) 2009-2020 SonarSource SA * mailto:info AT sonarsource DOT com * * This program is free software; you can redistribute it and/or diff --git a/server/sonar-docs/src/components/Search.tsx b/server/sonar-docs/src/components/Search.tsx index 5de1ea85755..2f242bf3d25 100644 --- a/server/sonar-docs/src/components/Search.tsx +++ b/server/sonar-docs/src/components/Search.tsx @@ -1,6 +1,6 @@ /* * SonarQube - * Copyright (C) 2009-2019 SonarSource SA + * Copyright (C) 2009-2020 SonarSource SA * mailto:info AT sonarsource DOT com * * This program is free software; you can redistribute it and/or diff --git a/server/sonar-docs/src/components/SearchEntryResult.tsx b/server/sonar-docs/src/components/SearchEntryResult.tsx index b1fa4727014..290229b73bf 100644 --- a/server/sonar-docs/src/components/SearchEntryResult.tsx +++ b/server/sonar-docs/src/components/SearchEntryResult.tsx @@ -1,6 +1,6 @@ /* * SonarQube - * Copyright (C) 2009-2019 SonarSource SA + * Copyright (C) 2009-2020 SonarSource SA * mailto:info AT sonarsource DOT com * * This program is free software; you can redistribute it and/or diff --git a/server/sonar-docs/src/components/Sidebar.tsx b/server/sonar-docs/src/components/Sidebar.tsx index 1cde11f38d8..309206dfd3a 100644 --- a/server/sonar-docs/src/components/Sidebar.tsx +++ b/server/sonar-docs/src/components/Sidebar.tsx @@ -1,6 +1,6 @@ /* * SonarQube - * Copyright (C) 2009-2019 SonarSource SA + * Copyright (C) 2009-2020 SonarSource SA * mailto:info AT sonarsource DOT com * * This program is free software; you can redistribute it and/or diff --git a/server/sonar-docs/src/components/VersionSelect.tsx b/server/sonar-docs/src/components/VersionSelect.tsx index a7bbca265e8..15ec735b8ad 100644 --- a/server/sonar-docs/src/components/VersionSelect.tsx +++ b/server/sonar-docs/src/components/VersionSelect.tsx @@ -1,6 +1,6 @@ /* * SonarQube - * Copyright (C) 2009-2019 SonarSource SA + * Copyright (C) 2009-2020 SonarSource SA * mailto:info AT sonarsource DOT com * * This program is free software; you can redistribute it and/or diff --git a/server/sonar-docs/src/components/__tests__/CategoryBlockLink-test.tsx b/server/sonar-docs/src/components/__tests__/CategoryBlockLink-test.tsx index 6330ed47eac..4bee75a86c4 100644 --- a/server/sonar-docs/src/components/__tests__/CategoryBlockLink-test.tsx +++ b/server/sonar-docs/src/components/__tests__/CategoryBlockLink-test.tsx @@ -1,6 +1,6 @@ /* * SonarQube - * Copyright (C) 2009-2019 SonarSource SA + * Copyright (C) 2009-2020 SonarSource SA * mailto:info AT sonarsource DOT com * * This program is free software; you can redistribute it and/or diff --git a/server/sonar-docs/src/components/__tests__/ExternalLink-test.tsx b/server/sonar-docs/src/components/__tests__/ExternalLink-test.tsx index 8a7da74b0f3..7cd4d8be3ae 100644 --- a/server/sonar-docs/src/components/__tests__/ExternalLink-test.tsx +++ b/server/sonar-docs/src/components/__tests__/ExternalLink-test.tsx @@ -1,6 +1,6 @@ /* * SonarQube - * Copyright (C) 2009-2019 SonarSource SA + * Copyright (C) 2009-2020 SonarSource SA * mailto:info AT sonarsource DOT com * * This program is free software; you can redistribute it and/or diff --git a/server/sonar-docs/src/components/__tests__/PageLink-test.tsx b/server/sonar-docs/src/components/__tests__/PageLink-test.tsx index 4419eeccca6..1ae4362dde9 100644 --- a/server/sonar-docs/src/components/__tests__/PageLink-test.tsx +++ b/server/sonar-docs/src/components/__tests__/PageLink-test.tsx @@ -1,6 +1,6 @@ /* * SonarQube - * Copyright (C) 2009-2019 SonarSource SA + * Copyright (C) 2009-2020 SonarSource SA * mailto:info AT sonarsource DOT com * * This program is free software; you can redistribute it and/or diff --git a/server/sonar-docs/src/components/__tests__/PluginMetaData-test.tsx b/server/sonar-docs/src/components/__tests__/PluginMetaData-test.tsx index 1ccae880184..4039f1e389e 100644 --- a/server/sonar-docs/src/components/__tests__/PluginMetaData-test.tsx +++ b/server/sonar-docs/src/components/__tests__/PluginMetaData-test.tsx @@ -1,6 +1,6 @@ /* * SonarQube - * Copyright (C) 2009-2019 SonarSource SA + * Copyright (C) 2009-2020 SonarSource SA * mailto:info AT sonarsource DOT com * * This program is free software; you can redistribute it and/or diff --git a/server/sonar-docs/src/components/__tests__/PluginVersionMetaData-test.tsx b/server/sonar-docs/src/components/__tests__/PluginVersionMetaData-test.tsx index a59345a21eb..3845b3a3e23 100644 --- a/server/sonar-docs/src/components/__tests__/PluginVersionMetaData-test.tsx +++ b/server/sonar-docs/src/components/__tests__/PluginVersionMetaData-test.tsx @@ -1,6 +1,6 @@ /* * SonarQube - * Copyright (C) 2009-2019 SonarSource SA + * Copyright (C) 2009-2020 SonarSource SA * mailto:info AT sonarsource DOT com * * This program is free software; you can redistribute it and/or diff --git a/server/sonar-docs/src/components/__tests__/Sidebar-test.tsx b/server/sonar-docs/src/components/__tests__/Sidebar-test.tsx index 8cada3a29e0..b0ce00807d2 100644 --- a/server/sonar-docs/src/components/__tests__/Sidebar-test.tsx +++ b/server/sonar-docs/src/components/__tests__/Sidebar-test.tsx @@ -1,6 +1,6 @@ /* * SonarQube - * Copyright (C) 2009-2019 SonarSource SA + * Copyright (C) 2009-2020 SonarSource SA * mailto:info AT sonarsource DOT com * * This program is free software; you can redistribute it and/or diff --git a/server/sonar-docs/src/components/__tests__/navTreeUtils-test.ts b/server/sonar-docs/src/components/__tests__/navTreeUtils-test.ts index a73c7a38192..689a1ba3682 100644 --- a/server/sonar-docs/src/components/__tests__/navTreeUtils-test.ts +++ b/server/sonar-docs/src/components/__tests__/navTreeUtils-test.ts @@ -1,6 +1,6 @@ /* * SonarQube - * Copyright (C) 2009-2019 SonarSource SA + * Copyright (C) 2009-2020 SonarSource SA * mailto:info AT sonarsource DOT com * * This program is free software; you can redistribute it and/or diff --git a/server/sonar-docs/src/components/icons/AlertWarnIcon.tsx b/server/sonar-docs/src/components/icons/AlertWarnIcon.tsx index 47ed1a9f326..824aa8bc5bf 100644 --- a/server/sonar-docs/src/components/icons/AlertWarnIcon.tsx +++ b/server/sonar-docs/src/components/icons/AlertWarnIcon.tsx @@ -1,6 +1,6 @@ /* * SonarQube - * Copyright (C) 2009-2019 SonarSource SA + * Copyright (C) 2009-2020 SonarSource SA * mailto:info AT sonarsource DOT com * * This program is free software; you can redistribute it and/or diff --git a/server/sonar-docs/src/components/icons/ChevronDownIcon.tsx b/server/sonar-docs/src/components/icons/ChevronDownIcon.tsx index d8d13b3cc7d..0c2c2d43d8d 100644 --- a/server/sonar-docs/src/components/icons/ChevronDownIcon.tsx +++ b/server/sonar-docs/src/components/icons/ChevronDownIcon.tsx @@ -1,6 +1,6 @@ /* * SonarQube - * Copyright (C) 2009-2019 SonarSource SA + * Copyright (C) 2009-2020 SonarSource SA * mailto:info AT sonarsource DOT com * * This program is free software; you can redistribute it and/or diff --git a/server/sonar-docs/src/components/icons/ChevronUpIcon.tsx b/server/sonar-docs/src/components/icons/ChevronUpIcon.tsx index 0ada103dd89..633afcf1ad4 100644 --- a/server/sonar-docs/src/components/icons/ChevronUpIcon.tsx +++ b/server/sonar-docs/src/components/icons/ChevronUpIcon.tsx @@ -1,6 +1,6 @@ /* * SonarQube - * Copyright (C) 2009-2019 SonarSource SA + * Copyright (C) 2009-2020 SonarSource SA * mailto:info AT sonarsource DOT com * * This program is free software; you can redistribute it and/or diff --git a/server/sonar-docs/src/components/icons/ClearIcon.tsx b/server/sonar-docs/src/components/icons/ClearIcon.tsx index bae6b7c1a73..ea508dc1b4c 100644 --- a/server/sonar-docs/src/components/icons/ClearIcon.tsx +++ b/server/sonar-docs/src/components/icons/ClearIcon.tsx @@ -1,6 +1,6 @@ /* * SonarQube - * Copyright (C) 2009-2019 SonarSource SA + * Copyright (C) 2009-2020 SonarSource SA * mailto:info AT sonarsource DOT com * * This program is free software; you can redistribute it and/or diff --git a/server/sonar-docs/src/components/icons/DetachIcon.tsx b/server/sonar-docs/src/components/icons/DetachIcon.tsx index d65dee0afa4..7473ec659c1 100644 --- a/server/sonar-docs/src/components/icons/DetachIcon.tsx +++ b/server/sonar-docs/src/components/icons/DetachIcon.tsx @@ -1,6 +1,6 @@ /* * SonarQube - * Copyright (C) 2009-2019 SonarSource SA + * Copyright (C) 2009-2020 SonarSource SA * mailto:info AT sonarsource DOT com * * This program is free software; you can redistribute it and/or diff --git a/server/sonar-docs/src/components/icons/DownloadIcon.tsx b/server/sonar-docs/src/components/icons/DownloadIcon.tsx index 4958ceda64d..d1435fae8fd 100644 --- a/server/sonar-docs/src/components/icons/DownloadIcon.tsx +++ b/server/sonar-docs/src/components/icons/DownloadIcon.tsx @@ -1,6 +1,6 @@ /* * SonarQube - * Copyright (C) 2009-2019 SonarSource SA + * Copyright (C) 2009-2020 SonarSource SA * mailto:info AT sonarsource DOT com * * This program is free software; you can redistribute it and/or diff --git a/server/sonar-docs/src/components/icons/Icon.tsx b/server/sonar-docs/src/components/icons/Icon.tsx index 389e0cb0a8b..91efe03218e 100644 --- a/server/sonar-docs/src/components/icons/Icon.tsx +++ b/server/sonar-docs/src/components/icons/Icon.tsx @@ -1,6 +1,6 @@ /* * SonarQube - * Copyright (C) 2009-2019 SonarSource SA + * Copyright (C) 2009-2020 SonarSource SA * mailto:info AT sonarsource DOT com * * This program is free software; you can redistribute it and/or diff --git a/server/sonar-docs/src/components/navTreeUtils.ts b/server/sonar-docs/src/components/navTreeUtils.ts index d5b208bd532..a7663086ecc 100644 --- a/server/sonar-docs/src/components/navTreeUtils.ts +++ b/server/sonar-docs/src/components/navTreeUtils.ts @@ -1,6 +1,6 @@ /* * SonarQube - * Copyright (C) 2009-2019 SonarSource SA + * Copyright (C) 2009-2020 SonarSource SA * mailto:info AT sonarsource DOT com * * This program is free software; you can redistribute it and/or diff --git a/server/sonar-docs/src/components/utils.tsx b/server/sonar-docs/src/components/utils.tsx index 471e35fa48b..86ce88c2f84 100644 --- a/server/sonar-docs/src/components/utils.tsx +++ b/server/sonar-docs/src/components/utils.tsx @@ -1,6 +1,6 @@ /* * SonarQube - * Copyright (C) 2009-2019 SonarSource SA + * Copyright (C) 2009-2020 SonarSource SA * mailto:info AT sonarsource DOT com * * This program is free software; you can redistribute it and/or diff --git a/server/sonar-docs/src/layouts/index.tsx b/server/sonar-docs/src/layouts/index.tsx index 3547c463437..2af5049d2be 100644 --- a/server/sonar-docs/src/layouts/index.tsx +++ b/server/sonar-docs/src/layouts/index.tsx @@ -1,6 +1,6 @@ /* * SonarQube - * Copyright (C) 2009-2019 SonarSource SA + * Copyright (C) 2009-2020 SonarSource SA * mailto:info AT sonarsource DOT com * * This program is free software; you can redistribute it and/or diff --git a/server/sonar-docs/src/layouts/layout.css b/server/sonar-docs/src/layouts/layout.css index 8a8f25594c2..adf69979c52 100644 --- a/server/sonar-docs/src/layouts/layout.css +++ b/server/sonar-docs/src/layouts/layout.css @@ -1,6 +1,6 @@ /* * SonarQube - * Copyright (C) 2009-2019 SonarSource SA + * Copyright (C) 2009-2020 SonarSource SA * mailto:info AT sonarsource DOT com * * This program is free software; you can redistribute it and/or diff --git a/server/sonar-docs/src/templates/page.tsx b/server/sonar-docs/src/templates/page.tsx index 0166f5f96d7..3f03c8e75bc 100644 --- a/server/sonar-docs/src/templates/page.tsx +++ b/server/sonar-docs/src/templates/page.tsx @@ -1,6 +1,6 @@ /* * SonarQube - * Copyright (C) 2009-2019 SonarSource SA + * Copyright (C) 2009-2020 SonarSource SA * mailto:info AT sonarsource DOT com * * This program is free software; you can redistribute it and/or diff --git a/server/sonar-docs/src/utils/typography.js b/server/sonar-docs/src/utils/typography.js index 741ade1b332..7ff04c646df 100644 --- a/server/sonar-docs/src/utils/typography.js +++ b/server/sonar-docs/src/utils/typography.js @@ -1,6 +1,6 @@ /* * SonarQube - * Copyright (C) 2009-2019 SonarSource SA + * Copyright (C) 2009-2020 SonarSource SA * mailto:info AT sonarsource DOT com * * This program is free software; you can redistribute it and/or |