From 98d72723a6d11277d3797f38768c512b05a0bd3c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gae=CC=88l=20Foppolo?= Date: Thu, 29 Feb 2024 17:45:00 +0100 Subject: [PATCH] Add header --- .../fr/insideapp/sonarqube/swift/SwiftTest.java | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/swift-lang/src/test/java/fr/insideapp/sonarqube/swift/SwiftTest.java b/swift-lang/src/test/java/fr/insideapp/sonarqube/swift/SwiftTest.java index 1cd5648..bc5603a 100644 --- a/swift-lang/src/test/java/fr/insideapp/sonarqube/swift/SwiftTest.java +++ b/swift-lang/src/test/java/fr/insideapp/sonarqube/swift/SwiftTest.java @@ -1,3 +1,20 @@ +/* + * SonarQube Apple Plugin - Enables analysis of Swift and Objective-C projects into SonarQube. + * Copyright © 2022 inside|app (contact@insideapp.fr) + * + * 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, see . + */ package fr.insideapp.sonarqube.swift; import org.junit.Before;