From ccba43ee5a5313904de17a2addbce927b5dc062a Mon Sep 17 00:00:00 2001 From: Valentin Perignon Date: Fri, 25 Oct 2024 15:03:08 +0200 Subject: [PATCH] fix: Update headers --- .../Buttons/Helpers/IKButtonConstants.swift | 23 ++++++++++++++----- .../Buttons/IKBorderedButtonStyle.swift | 2 +- 2 files changed, 18 insertions(+), 7 deletions(-) diff --git a/Sources/InfomaniakCoreSwiftUI/Components/Buttons/Helpers/IKButtonConstants.swift b/Sources/InfomaniakCoreSwiftUI/Components/Buttons/Helpers/IKButtonConstants.swift index a17644b..44f91a4 100644 --- a/Sources/InfomaniakCoreSwiftUI/Components/Buttons/Helpers/IKButtonConstants.swift +++ b/Sources/InfomaniakCoreSwiftUI/Components/Buttons/Helpers/IKButtonConstants.swift @@ -1,9 +1,20 @@ -// -// Untitled.swift -// InfomaniakCoreUI -// -// Created by Valentin Perignon on 25.10.2024. -// +/* + Infomaniak Core UI - iOS + Copyright (C) 2024 Infomaniak Network SA + + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU 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 General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program. If not, see . + */ import Foundation diff --git a/Sources/InfomaniakCoreSwiftUI/Components/Buttons/IKBorderedButtonStyle.swift b/Sources/InfomaniakCoreSwiftUI/Components/Buttons/IKBorderedButtonStyle.swift index ea2c74d..1e4a094 100644 --- a/Sources/InfomaniakCoreSwiftUI/Components/Buttons/IKBorderedButtonStyle.swift +++ b/Sources/InfomaniakCoreSwiftUI/Components/Buttons/IKBorderedButtonStyle.swift @@ -1,6 +1,6 @@ /* Infomaniak Core UI - iOS - Copyright (C) 2023 Infomaniak Network SA + Copyright (C) 2024 Infomaniak Network SA This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by