From 0b5ad5667f7de3e181711f2a314111fa2e8bef5e Mon Sep 17 00:00:00 2001 From: hannes <hannes@gfzdfuz.de> Date: Tue, 31 Mar 2020 18:02:44 +0200 Subject: [PATCH] Revert "Merge branch 'onboardingScreens_swiftUi'" This reverts commit 6580bfa4258c573a7ce625a4259bb700a79e0d87, reversing changes made to e4168c5392ea64b264fea0390d13b1ce81adeefd. --- enzevalos_iphone/NewOnboardingView.swift | 13 ++----------- enzevalos_iphone/OnboardingIntro.swift | 14 ++------------ enzevalos_iphone/OnboardingIntroInfoSection.swift | 13 ++----------- 3 files changed, 6 insertions(+), 34 deletions(-) diff --git a/enzevalos_iphone/NewOnboardingView.swift b/enzevalos_iphone/NewOnboardingView.swift index d6bb67a8..39236382 100644 --- a/enzevalos_iphone/NewOnboardingView.swift +++ b/enzevalos_iphone/NewOnboardingView.swift @@ -2,18 +2,9 @@ // NewOnboardingView.swift // enzevalos_iphone // -// 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. +// Created by melicoa97 on 02.03.20. +// Copyright © 2020 fu-berlin. All rights reserved. // -// 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 8ad60cec..b71b35c1 100644 --- a/enzevalos_iphone/OnboardingIntro.swift +++ b/enzevalos_iphone/OnboardingIntro.swift @@ -2,19 +2,9 @@ // OnboardingIntro.swift // enzevalos_iphone // -// 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. +// Created by melicoa97 on 03.03.20. +// Copyright © 2020 fu-berlin. All rights reserved. // -// 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 3e2fd00f..61ef9f02 100644 --- a/enzevalos_iphone/OnboardingIntroInfoSection.swift +++ b/enzevalos_iphone/OnboardingIntroInfoSection.swift @@ -2,18 +2,9 @@ // OnboardingIntroInfosection.swift // enzevalos_iphone // -// 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. +// Created by melicoa97 on 03.03.20. +// Copyright © 2020 fu-berlin. All rights reserved. // -// 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