aboutsummaryrefslogtreecommitdiffstats
path: root/server/sonar-web/src/main/js/apps/projectBaseline
diff options
context:
space:
mode:
authorPhilippe Perrin <philippe.perrin@sonarsource.com>2022-02-11 16:36:14 +0100
committersonartech <sonartech@sonarsource.com>2022-02-14 20:02:44 +0000
commite357e5dc3d8c33cc4ec6cae48331db545eb540f0 (patch)
treecebcd089a47b59a2e9f8973647c365deeb3d19f0 /server/sonar-web/src/main/js/apps/projectBaseline
parent19b4eb4c48ff5c1ec23e60439a9163339a20d986 (diff)
downloadsonarqube-e357e5dc3d8c33cc4ec6cae48331db545eb540f0.tar.gz
sonarqube-e357e5dc3d8c33cc4ec6cae48331db545eb540f0.zip
[NO-JIRA] Fix license headers
Diffstat (limited to 'server/sonar-web/src/main/js/apps/projectBaseline')
-rw-r--r--server/sonar-web/src/main/js/apps/projectBaseline/utils.ts19
1 files changed, 0 insertions, 19 deletions
diff --git a/server/sonar-web/src/main/js/apps/projectBaseline/utils.ts b/server/sonar-web/src/main/js/apps/projectBaseline/utils.ts
index 799444d0be3..4374e6812e4 100644
--- a/server/sonar-web/src/main/js/apps/projectBaseline/utils.ts
+++ b/server/sonar-web/src/main/js/apps/projectBaseline/utils.ts
@@ -19,25 +19,6 @@
*/
import { NewCodePeriodSettingType } from '../../types/types';
-/*
- * SonarQube
- * Copyright (C) 2009-2021 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.
- */
export function validateDays(days: string) {
const parsed = parseInt(days, 10);