diff options
author | Pierre <pierre.guillot@sonarsource.com> | 2023-01-02 14:08:41 +0100 |
---|---|---|
committer | sonartech <sonartech@sonarsource.com> | 2023-01-02 20:03:10 +0000 |
commit | 3fd6248dd01509f813db485f249a5306e38dc8c5 (patch) | |
tree | be25bd317ec37bdf6853618a0d5ce2b3c5ad21a0 /server/sonar-web/src/main/js/components/rules | |
parent | b9ccb2eb4f0ef0c13d36a4aaa544104780018a85 (diff) | |
download | sonarqube-3fd6248dd01509f813db485f249a5306e38dc8c5.tar.gz sonarqube-3fd6248dd01509f813db485f249a5306e38dc8c5.zip |
Update license templates for 2023
Diffstat (limited to 'server/sonar-web/src/main/js/components/rules')
7 files changed, 7 insertions, 8 deletions
diff --git a/server/sonar-web/src/main/js/components/rules/MoreInfoRuleDescription.tsx b/server/sonar-web/src/main/js/components/rules/MoreInfoRuleDescription.tsx index ea09ca23a3f..d134501fb5c 100644 --- a/server/sonar-web/src/main/js/components/rules/MoreInfoRuleDescription.tsx +++ b/server/sonar-web/src/main/js/components/rules/MoreInfoRuleDescription.tsx @@ -1,6 +1,6 @@ /* * SonarQube - * Copyright (C) 2009-2022 SonarSource SA + * Copyright (C) 2009-2023 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/components/rules/OtherContextOption.tsx b/server/sonar-web/src/main/js/components/rules/OtherContextOption.tsx index 7241f235641..0134e2892f8 100644 --- a/server/sonar-web/src/main/js/components/rules/OtherContextOption.tsx +++ b/server/sonar-web/src/main/js/components/rules/OtherContextOption.tsx @@ -1,6 +1,6 @@ /* * SonarQube - * Copyright (C) 2009-2022 SonarSource SA + * Copyright (C) 2009-2023 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/components/rules/RuleDescription.tsx b/server/sonar-web/src/main/js/components/rules/RuleDescription.tsx index ed1dbc28115..4baecc33dcb 100644 --- a/server/sonar-web/src/main/js/components/rules/RuleDescription.tsx +++ b/server/sonar-web/src/main/js/components/rules/RuleDescription.tsx @@ -1,6 +1,6 @@ /* * SonarQube - * Copyright (C) 2009-2022 SonarSource SA + * Copyright (C) 2009-2023 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/components/rules/RuleTabViewer.tsx b/server/sonar-web/src/main/js/components/rules/RuleTabViewer.tsx index 4dafb083d61..2001941d1ae 100644 --- a/server/sonar-web/src/main/js/components/rules/RuleTabViewer.tsx +++ b/server/sonar-web/src/main/js/components/rules/RuleTabViewer.tsx @@ -1,6 +1,6 @@ /* * SonarQube - * Copyright (C) 2009-2022 SonarSource SA + * Copyright (C) 2009-2023 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/components/rules/educationPrinciples/DefenseInDepth.tsx b/server/sonar-web/src/main/js/components/rules/educationPrinciples/DefenseInDepth.tsx index 2e228c57b5d..cd7622f81b1 100644 --- a/server/sonar-web/src/main/js/components/rules/educationPrinciples/DefenseInDepth.tsx +++ b/server/sonar-web/src/main/js/components/rules/educationPrinciples/DefenseInDepth.tsx @@ -1,6 +1,6 @@ /* * SonarQube - * Copyright (C) 2009-2022 SonarSource SA + * Copyright (C) 2009-2023 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/components/rules/educationPrinciples/NeverTrustUserInput.tsx b/server/sonar-web/src/main/js/components/rules/educationPrinciples/NeverTrustUserInput.tsx index 98c505fca41..453155f39da 100644 --- a/server/sonar-web/src/main/js/components/rules/educationPrinciples/NeverTrustUserInput.tsx +++ b/server/sonar-web/src/main/js/components/rules/educationPrinciples/NeverTrustUserInput.tsx @@ -1,6 +1,6 @@ /* * SonarQube - * Copyright (C) 2009-2022 SonarSource SA + * Copyright (C) 2009-2023 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/components/rules/style.css b/server/sonar-web/src/main/js/components/rules/style.css index dfe4762e8d0..e02de9b567b 100644 --- a/server/sonar-web/src/main/js/components/rules/style.css +++ b/server/sonar-web/src/main/js/components/rules/style.css @@ -1,6 +1,6 @@ /* * SonarQube - * Copyright (C) 2009-2022 SonarSource SA + * Copyright (C) 2009-2023 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. */ - .education-principles { background-color: var(--educationPrinciplesBgColor); border-radius: 2px; |