From 30fede1cee1f52df1fce0b227d1a84d330051ca3 Mon Sep 17 00:00:00 2001 From: hannes <hannes@gfzdfuz.de> Date: Tue, 31 Mar 2020 17:58:36 +0200 Subject: [PATCH] licenced --- enzevalos_iphone/NewOnboardingView.swift | 13 +++++++++++-- enzevalos_iphone/OnboardingIntro.swift | 14 ++++++++++++-- enzevalos_iphone/OnboardingIntroInfoSection.swift | 13 +++++++++++-- 3 files changed, 34 insertions(+), 6 deletions(-) diff --git a/enzevalos_iphone/NewOnboardingView.swift b/enzevalos_iphone/NewOnboardingView.swift index b982e2c5..befbf882 100644 --- a/enzevalos_iphone/NewOnboardingView.swift +++ b/enzevalos_iphone/NewOnboardingView.swift @@ -2,9 +2,18 @@ // NewOnboardingView.swift // enzevalos_iphone // -// Created by melicoa97 on 02.03.20. -// Copyright © 2020 fu-berlin. All rights reserved. +// 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 <https://www.gnu.org/licenses/>. import SwiftUI diff --git a/enzevalos_iphone/OnboardingIntro.swift b/enzevalos_iphone/OnboardingIntro.swift index f31f335d..6df49c16 100644 --- a/enzevalos_iphone/OnboardingIntro.swift +++ b/enzevalos_iphone/OnboardingIntro.swift @@ -2,9 +2,19 @@ // OnboardingIntro.swift // enzevalos_iphone // -// Created by melicoa97 on 03.03.20. -// Copyright © 2020 fu-berlin. All rights reserved. +// 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 <https://www.gnu.org/licenses/>. + var buttonheight:CGFloat=60 import SwiftUI diff --git a/enzevalos_iphone/OnboardingIntroInfoSection.swift b/enzevalos_iphone/OnboardingIntroInfoSection.swift index 61ef9f02..3e2fd00f 100644 --- a/enzevalos_iphone/OnboardingIntroInfoSection.swift +++ b/enzevalos_iphone/OnboardingIntroInfoSection.swift @@ -2,9 +2,18 @@ // OnboardingIntroInfosection.swift // enzevalos_iphone // -// Created by melicoa97 on 03.03.20. -// Copyright © 2020 fu-berlin. All rights reserved. +// 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 <https://www.gnu.org/licenses/>. import SwiftUI -- GitLab