From 0a52aa21340d95a315ae26ceb73514e539cfa5df Mon Sep 17 00:00:00 2001 From: Anton Haubner Date: Wed, 29 May 2024 16:27:05 +0200 Subject: [PATCH] SONARJAVA-4988: Add missing license header --- .../java/api/caching/SonarLintCacheTest.java | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/java-frontend/src/test/java/org/sonar/plugins/java/api/caching/SonarLintCacheTest.java b/java-frontend/src/test/java/org/sonar/plugins/java/api/caching/SonarLintCacheTest.java index 4a0783611b..17195d9127 100644 --- a/java-frontend/src/test/java/org/sonar/plugins/java/api/caching/SonarLintCacheTest.java +++ b/java-frontend/src/test/java/org/sonar/plugins/java/api/caching/SonarLintCacheTest.java @@ -1,3 +1,22 @@ +/* + * SonarQube Java + * Copyright (C) 2012-2024 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. + */ package org.sonar.plugins.java.api.caching; import java.io.ByteArrayInputStream;