diff options
author | Pierre <pierre.guillot@sonarsource.com> | 2022-01-28 11:50:57 +0100 |
---|---|---|
committer | sonartech <sonartech@sonarsource.com> | 2022-01-28 20:03:07 +0000 |
commit | 89a3d21bc28f2fa6201b5e8b1185d5358481b3dd (patch) | |
tree | 49613f10147cec2767860c09bf3d6f391d3578d4 /server/sonar-web/src/main/js/apps/tutorials | |
parent | a386d43202d6788ce6973d8914a56e39adcc0108 (diff) | |
download | sonarqube-89a3d21bc28f2fa6201b5e8b1185d5358481b3dd.tar.gz sonarqube-89a3d21bc28f2fa6201b5e8b1185d5358481b3dd.zip |
Update license headers for 2022 [update headers]
Diffstat (limited to 'server/sonar-web/src/main/js/apps/tutorials')
3 files changed, 3 insertions, 4 deletions
diff --git a/server/sonar-web/src/main/js/apps/tutorials/components/TutorialsApp.tsx b/server/sonar-web/src/main/js/apps/tutorials/components/TutorialsApp.tsx index 56fca606181..8cf1218ab0e 100644 --- a/server/sonar-web/src/main/js/apps/tutorials/components/TutorialsApp.tsx +++ b/server/sonar-web/src/main/js/apps/tutorials/components/TutorialsApp.tsx @@ -1,6 +1,6 @@ /* * SonarQube - * Copyright (C) 2009-2021 SonarSource SA + * Copyright (C) 2009-2022 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/src/main/js/apps/tutorials/components/__tests__/TutorialsApp-test.tsx b/server/sonar-web/src/main/js/apps/tutorials/components/__tests__/TutorialsApp-test.tsx index 1471f4982d1..32658d5cadd 100644 --- a/server/sonar-web/src/main/js/apps/tutorials/components/__tests__/TutorialsApp-test.tsx +++ b/server/sonar-web/src/main/js/apps/tutorials/components/__tests__/TutorialsApp-test.tsx @@ -1,6 +1,6 @@ /* * SonarQube - * Copyright (C) 2009-2021 SonarSource SA + * Copyright (C) 2009-2022 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/src/main/js/apps/tutorials/routes.ts b/server/sonar-web/src/main/js/apps/tutorials/routes.ts index 98f75c84934..6f1e2f0be31 100644 --- a/server/sonar-web/src/main/js/apps/tutorials/routes.ts +++ b/server/sonar-web/src/main/js/apps/tutorials/routes.ts @@ -1,6 +1,6 @@ /* * SonarQube - * Copyright (C) 2009-2021 SonarSource SA + * Copyright (C) 2009-2022 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 { lazyLoadComponent } from '../../components/lazyLoadComponent'; const routes = [ |