From: Claudio Cambra Date: Thu, 20 Jun 2024 05:55:55 +0000 (+0800) Subject: Add copyright header to main.swift X-Git-Tag: archive/raspbian/3.16.7-1_deb13u1+rpi1~1^2~12^2~6^2~162 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=01eba19d8d050903734dbb219a1e7833320ed485;p=nextcloud-desktop.git Add copyright header to main.swift Signed-off-by: Claudio Cambra --- diff --git a/admin/osx/mac-crafter/Sources/main.swift b/admin/osx/mac-crafter/Sources/main.swift index 3115882a1..a18bc5cbb 100644 --- a/admin/osx/mac-crafter/Sources/main.swift +++ b/admin/osx/mac-crafter/Sources/main.swift @@ -1,3 +1,17 @@ +/* + * Copyright (C) 2024 by Claudio Cambra + * + * 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 2 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. + */ + import Foundation @discardableResult