diff --git a/enzevalos_iphone/NewOnboardingView.swift b/enzevalos_iphone/NewOnboardingView.swift
index 392363820b89e5fd4d2e0dfa256abad178cc3d4a..d6bb67a8f47560ec805176ff374bcfc94013c213 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 b71b35c1536bbbb4a81a83dc5ccb53c899ded780..8ad60cec6dd31fb1d5c57755e75da164b0c7ae12 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