]> source.dussan.org Git - sonarqube.git/commitdiff
Fix license in header & footer
authorPhilippe Perrin <philippe.perrin@sonarsource.com>
Mon, 8 Feb 2021 14:57:58 +0000 (15:57 +0100)
committersonartech <sonartech@sonarsource.com>
Tue, 9 Feb 2021 20:07:16 +0000 (20:07 +0000)
README.md
server/sonar-docs/src/components/Footer.tsx
server/sonar-web/__mocks__/lodash.ts
server/sonar-web/__mocks__/react-virtualized.tsx
server/sonar-web/__mocks__/react-virtualized/dist/commonjs/AutoSizer.ts
server/sonar-web/__mocks__/react-virtualized/dist/commonjs/WindowScroller.ts
server/sonar-web/build.gradle
server/sonar-web/src/main/js/helpers/__tests__/security-standard-test.ts
server/sonar-web/src/main/js/helpers/urls.ts

index cc540c299688a2a483d8fd7107d42f4b21ffd34f..d5627df0e31f0edb653c5040e7f56dec50c565ae 100644 (file)
--- a/README.md
+++ b/README.md
@@ -77,6 +77,6 @@ Then open the root file `build.gradle` as a project in Intellij or Eclipse.
 License
 -------
 
-Copyright 2008-2020 SonarSource.
+Copyright 2008-2021 SonarSource.
 
 Licensed under the [GNU Lesser General Public License, Version 3.0](https://www.gnu.org/licenses/lgpl.txt)
index dfa90fe14738e4ea71a4889f08ace56d48f6cfdc..e06aff0dbe861b6aeb5535649f1427dab9c43c50 100644 (file)
@@ -32,7 +32,7 @@ export default function Footer() {
           src="https://licensebuttons.net/l/by-nc/3.0/us/88x31.png"
         />
       </a>
-      © 2008-2020, SonarSource S.A, Switzerland. Except where otherwise noted, content in this space
+      © 2008-2021, SonarSource S.A, Switzerland. Except where otherwise noted, content in this space
       is licensed under a{' '}
       <a
         href="https://creativecommons.org/licenses/by-nc/3.0/us/"
index 1e313e407df1c6fa84472a2ff81afe8813200568..2e43ca7373de383c23d44e07a9e3503d68e22039 100644 (file)
@@ -1,6 +1,6 @@
 /*
  * SonarQube
- * Copyright (C) 2009-2019 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
index dbcab3e1a61e07e7db2e3bd1b26f26e2a8571fd2..a6086ac1c27df19ae049d8aac05ad130805fbd2a 100644 (file)
@@ -1,6 +1,6 @@
 /*
  * SonarQube
- * Copyright (C) 2009-2019 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
index a494f2f12e3e94e3d5259199f7cd498b99f412c0..699eced65368c4a35ec806a57445d130983ea73c 100644 (file)
@@ -1,6 +1,6 @@
 /*
  * SonarQube
- * Copyright (C) 2009-2019 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
index 641a7d883d9e2a4faad1b13c0560eb09b906cb56..520c7fa66bfd33b2e4dd3e5fd95c4b4f76a1467c 100644 (file)
@@ -1,6 +1,6 @@
 /*
  * SonarQube
- * Copyright (C) 2009-2019 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
index 429a2c1c262b283bd6c08a5d293478278542ed0b..7719430179623dd7c39e28b17e3ea0e9fe932ddb 100644 (file)
@@ -63,7 +63,7 @@ yarn_audit {
   dependsOn(yarn)
 }
 
-def sources = fileTree(dir: "src") + fileTree(dir: "scripts") + fileTree(dir: "config")
+def sources = fileTree(dir: "src") + fileTree(dir: "scripts") + fileTree(dir: "config") + fileTree(dir: "__mocks__")
 
 task licenseCheckWeb(type: com.hierynomus.gradle.license.tasks.LicenseCheck) {
   source = sources
index e2566bdf81d2c818dc433474de897c9c0a4f2c0f..0927db31c34088773bef4acc31142611b3c5e4db 100644 (file)
  * Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.
  */
 import { Standards } from '../../types/security';
-/*
- * 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 {
   renderCWECategory,
   renderOwaspTop10Category,
index b62322ae3be93c42f988c94e01b23c05ea8beb0b..f591b968188b7b59a46ecb8e97e6c4fa7c04de32 100644 (file)
  * Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.
  */
 import { pick } from 'lodash';
-/*
- * 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 { getBaseUrl, Location } from 'sonar-ui-common/helpers/urls';
 import { getProfilePath } from '../apps/quality-profiles/utils';
 import { BranchLike, BranchParameters } from '../types/branch-like';