diff options
author | Stas Vilchik <stas.vilchik@sonarsource.com> | 2018-01-09 14:59:00 +0100 |
---|---|---|
committer | Stas Vilchik <stas.vilchik@sonarsource.com> | 2018-01-15 08:55:24 +0100 |
commit | 489ae6380697b1e5f7621fcccfe0768e41dd7f65 (patch) | |
tree | 6bc82b9eca4f203c97cbc99b6c5e8d3ec8e263a2 /server/sonar-web/src/main/js/api/user-tokens.ts | |
parent | b0ea05d10250267895a4458ba84a9c9db1f51815 (diff) | |
download | sonarqube-489ae6380697b1e5f7621fcccfe0768e41dd7f65.tar.gz sonarqube-489ae6380697b1e5f7621fcccfe0768e41dd7f65.zip |
fix file headers
Diffstat (limited to 'server/sonar-web/src/main/js/api/user-tokens.ts')
-rw-r--r-- | server/sonar-web/src/main/js/api/user-tokens.ts | 22 |
1 files changed, 1 insertions, 21 deletions
diff --git a/server/sonar-web/src/main/js/api/user-tokens.ts b/server/sonar-web/src/main/js/api/user-tokens.ts index bbe02d17311..aa22ac67916 100644 --- a/server/sonar-web/src/main/js/api/user-tokens.ts +++ b/server/sonar-web/src/main/js/api/user-tokens.ts @@ -1,26 +1,6 @@ -/// -/// SonarQube -/// Copyright (C) 2009-2018 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. -/// - /* * SonarQube - * Copyright (C) 2009-2017 SonarSource SA + * Copyright (C) 2009-2018 SonarSource SA * mailto:info AT sonarsource DOT com * * This program is free software; you can redistribute it and/or |