From 8ca668eea9f13e8f176fa0c52febd3046144b935 Mon Sep 17 00:00:00 2001 From: hannes <hannes@gfzdfuz.de> Date: Tue, 31 Mar 2020 18:05:52 +0200 Subject: [PATCH] licenced most of our code --- enzevalos_iphone/NewOnboardingView.swift | 13 +++++++++++-- enzevalos_iphone/OnboardingIntro.swift | 14 ++++++++++++-- 2 files changed, 23 insertions(+), 4 deletions(-) diff --git a/enzevalos_iphone/NewOnboardingView.swift b/enzevalos_iphone/NewOnboardingView.swift index 39236382..d6bb67a8 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 b71b35c1..8ad60cec 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 -- GitLab