diff --git a/RevenueCatUI/Data/Constants.swift b/RevenueCatUI/Data/Constants.swift index 11754ee25b..9dbf8ffc00 100644 --- a/RevenueCatUI/Data/Constants.swift +++ b/RevenueCatUI/Data/Constants.swift @@ -1,9 +1,15 @@ // +// Copyright RevenueCat Inc. All Rights Reserved. +// +// Licensed under the MIT License (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// https://opensource.org/licenses/MIT +// // Constants.swift -// // // Created by Nacho Soto on 7/13/23. -// import SwiftUI diff --git a/RevenueCatUI/Data/Errors/PaywallError.swift b/RevenueCatUI/Data/Errors/PaywallError.swift index 3d94c2462d..7ac368fca2 100644 --- a/RevenueCatUI/Data/Errors/PaywallError.swift +++ b/RevenueCatUI/Data/Errors/PaywallError.swift @@ -1,9 +1,15 @@ // +// Copyright RevenueCat Inc. All Rights Reserved. +// +// Licensed under the MIT License (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// https://opensource.org/licenses/MIT +// // PaywalError.swift -// // // Created by Nacho Soto on 7/21/23. -// import Foundation diff --git a/RevenueCatUI/Data/Errors/TemplateError.swift b/RevenueCatUI/Data/Errors/TemplateError.swift index 2a58397858..e94d595bda 100644 --- a/RevenueCatUI/Data/Errors/TemplateError.swift +++ b/RevenueCatUI/Data/Errors/TemplateError.swift @@ -1,9 +1,15 @@ // +// Copyright RevenueCat Inc. All Rights Reserved. +// +// Licensed under the MIT License (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// https://opensource.org/licenses/MIT +// // TemplateError.swift -// // // Created by Nacho Soto on 7/17/23. -// import Foundation import RevenueCat diff --git a/RevenueCatUI/Data/IntroEligibilityViewModel.swift b/RevenueCatUI/Data/IntroEligibilityViewModel.swift index 01b26b9451..95bfbd9b5e 100644 --- a/RevenueCatUI/Data/IntroEligibilityViewModel.swift +++ b/RevenueCatUI/Data/IntroEligibilityViewModel.swift @@ -1,9 +1,15 @@ // +// Copyright RevenueCat Inc. All Rights Reserved. +// +// Licensed under the MIT License (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// https://opensource.org/licenses/MIT +// // IntroEligibilityViewModel.swift -// // // Created by Nacho Soto on 7/26/23. -// import RevenueCat import SwiftUI diff --git a/RevenueCatUI/Data/Localization.swift b/RevenueCatUI/Data/Localization.swift index dd2adb58c4..f865faaca0 100644 --- a/RevenueCatUI/Data/Localization.swift +++ b/RevenueCatUI/Data/Localization.swift @@ -1,9 +1,15 @@ // -// Localization.swift +// Copyright RevenueCat Inc. All Rights Reserved. // +// Licensed under the MIT License (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at // -// Created by Nacho Soto on 7/20/23. +// https://opensource.org/licenses/MIT // +// Localization.swift +// +// Created by Nacho Soto on 7/20/23. import Foundation import RevenueCat diff --git a/RevenueCatUI/Data/LocalizedAlertError.swift b/RevenueCatUI/Data/LocalizedAlertError.swift index 76b62c2345..61048ac87b 100644 --- a/RevenueCatUI/Data/LocalizedAlertError.swift +++ b/RevenueCatUI/Data/LocalizedAlertError.swift @@ -1,9 +1,15 @@ // -// File.swift -// +// Copyright RevenueCat Inc. All Rights Reserved. // -// Created by Nacho Soto on 7/21/23. +// Licensed under the MIT License (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// https://opensource.org/licenses/MIT // +// LocalizedAlertError.swift +// +// Created by Nacho Soto on 7/21/23. import RevenueCat import SwiftUI diff --git a/RevenueCatUI/Data/PaywallData+Validation.swift b/RevenueCatUI/Data/PaywallData+Validation.swift index 644b45bad5..3f8fceec71 100644 --- a/RevenueCatUI/Data/PaywallData+Validation.swift +++ b/RevenueCatUI/Data/PaywallData+Validation.swift @@ -1,9 +1,15 @@ // +// Copyright RevenueCat Inc. All Rights Reserved. +// +// Licensed under the MIT License (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// https://opensource.org/licenses/MIT +// // PaywallData+Validation.swift -// // // Created by Nacho Soto on 8/15/23. -// import RevenueCat diff --git a/RevenueCatUI/Data/PaywallViewMode+Extensions.swift b/RevenueCatUI/Data/PaywallViewMode+Extensions.swift index 8a01b67b8c..9c11d587d6 100644 --- a/RevenueCatUI/Data/PaywallViewMode+Extensions.swift +++ b/RevenueCatUI/Data/PaywallViewMode+Extensions.swift @@ -1,9 +1,15 @@ // +// Copyright RevenueCat Inc. All Rights Reserved. +// +// Licensed under the MIT License (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// https://opensource.org/licenses/MIT +// // PaywallViewMode+Extensions.swift -// // // Created by Nacho Soto on 8/9/23. -// import RevenueCat diff --git a/RevenueCatUI/Data/ProcessedLocalizedConfiguration.swift b/RevenueCatUI/Data/ProcessedLocalizedConfiguration.swift index 6c51d6d56e..a9e4f42513 100644 --- a/RevenueCatUI/Data/ProcessedLocalizedConfiguration.swift +++ b/RevenueCatUI/Data/ProcessedLocalizedConfiguration.swift @@ -1,3 +1,14 @@ +// +// Copyright RevenueCat Inc. All Rights Reserved. +// +// Licensed under the MIT License (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// https://opensource.org/licenses/MIT +// +// ProcessedLocalizedConfiguration.swift + import Foundation import RevenueCat diff --git a/RevenueCatUI/Data/Strings.swift b/RevenueCatUI/Data/Strings.swift index 2f37f152c8..78b59d805c 100644 --- a/RevenueCatUI/Data/Strings.swift +++ b/RevenueCatUI/Data/Strings.swift @@ -1,9 +1,15 @@ // +// Copyright RevenueCat Inc. All Rights Reserved. +// +// Licensed under the MIT License (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// https://opensource.org/licenses/MIT +// // Strings.swift -// // // Created by Nacho Soto on 7/31/23. -// import Foundation import RevenueCat diff --git a/RevenueCatUI/Data/TemplateViewConfiguration+Images.swift b/RevenueCatUI/Data/TemplateViewConfiguration+Images.swift index 9162015cdf..5af8030d4d 100644 --- a/RevenueCatUI/Data/TemplateViewConfiguration+Images.swift +++ b/RevenueCatUI/Data/TemplateViewConfiguration+Images.swift @@ -1,9 +1,15 @@ // +// Copyright RevenueCat Inc. All Rights Reserved. +// +// Licensed under the MIT License (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// https://opensource.org/licenses/MIT +// // TemplateViewConfiguration+Images.swift -// // // Created by Nacho Soto on 7/25/23. -// import Foundation import RevenueCat diff --git a/RevenueCatUI/Data/TemplateViewConfiguration.swift b/RevenueCatUI/Data/TemplateViewConfiguration.swift index 4f65b96038..b0e507960c 100644 --- a/RevenueCatUI/Data/TemplateViewConfiguration.swift +++ b/RevenueCatUI/Data/TemplateViewConfiguration.swift @@ -1,9 +1,15 @@ // +// Copyright RevenueCat Inc. All Rights Reserved. +// +// Licensed under the MIT License (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// https://opensource.org/licenses/MIT +// // TemplateViewConfiguration.swift -// // // Created by Nacho Soto on 7/17/23. -// import Foundation import RevenueCat diff --git a/RevenueCatUI/Data/Variables.swift b/RevenueCatUI/Data/Variables.swift index 0df2158b3f..7a0a4a56c3 100644 --- a/RevenueCatUI/Data/Variables.swift +++ b/RevenueCatUI/Data/Variables.swift @@ -1,3 +1,14 @@ +// +// Copyright RevenueCat Inc. All Rights Reserved. +// +// Licensed under the MIT License (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// https://opensource.org/licenses/MIT +// +// TestData.swift + import Foundation import RegexBuilder import RevenueCat diff --git a/RevenueCatUI/Helpers/ColorInformation+MultiScheme.swift b/RevenueCatUI/Helpers/ColorInformation+MultiScheme.swift index 6dd2415806..1efd83e527 100644 --- a/RevenueCatUI/Helpers/ColorInformation+MultiScheme.swift +++ b/RevenueCatUI/Helpers/ColorInformation+MultiScheme.swift @@ -1,9 +1,15 @@ // +// Copyright RevenueCat Inc. All Rights Reserved. +// +// Licensed under the MIT License (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// https://opensource.org/licenses/MIT +// // ColorInformation+MultiScheme.swift -// // // Created by Nacho Soto on 7/14/23. -// import Foundation import RevenueCat diff --git a/RevenueCatUI/Helpers/Logger.swift b/RevenueCatUI/Helpers/Logger.swift index 9d5d195a25..14028d3f7e 100644 --- a/RevenueCatUI/Helpers/Logger.swift +++ b/RevenueCatUI/Helpers/Logger.swift @@ -1,9 +1,15 @@ // +// Copyright RevenueCat Inc. All Rights Reserved. +// +// Licensed under the MIT License (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// https://opensource.org/licenses/MIT +// // Logger.swift -// // // Created by Nacho Soto on 7/12/23. -// import RevenueCat diff --git a/RevenueCatUI/Helpers/Package+VariableDataProvider.swift b/RevenueCatUI/Helpers/Package+VariableDataProvider.swift index e5f94acaa5..991122ee00 100644 --- a/RevenueCatUI/Helpers/Package+VariableDataProvider.swift +++ b/RevenueCatUI/Helpers/Package+VariableDataProvider.swift @@ -1,3 +1,14 @@ +// +// Copyright RevenueCat Inc. All Rights Reserved. +// +// Licensed under the MIT License (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// https://opensource.org/licenses/MIT +// +// Package+VariableDataProvider.swift + import Foundation import RevenueCat diff --git a/RevenueCatUI/Helpers/PaywallData+Default.swift b/RevenueCatUI/Helpers/PaywallData+Default.swift index 28a8202450..747b89a711 100644 --- a/RevenueCatUI/Helpers/PaywallData+Default.swift +++ b/RevenueCatUI/Helpers/PaywallData+Default.swift @@ -1,9 +1,15 @@ // +// Copyright RevenueCat Inc. All Rights Reserved. +// +// Licensed under the MIT License (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// https://opensource.org/licenses/MIT +// // PaywallData+Default.swift -// // // Created by Nacho Soto on 7/20/23. -// import Foundation import RevenueCat diff --git a/RevenueCatUI/Helpers/PreviewHelpers.swift b/RevenueCatUI/Helpers/PreviewHelpers.swift index 3255ac1d45..1742d1249d 100644 --- a/RevenueCatUI/Helpers/PreviewHelpers.swift +++ b/RevenueCatUI/Helpers/PreviewHelpers.swift @@ -1,9 +1,15 @@ // +// Copyright RevenueCat Inc. All Rights Reserved. +// +// Licensed under the MIT License (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// https://opensource.org/licenses/MIT +// // PreviewHelpers.swift -// // // Created by Nacho Soto on 7/29/23. -// import RevenueCat import SwiftUI diff --git a/RevenueCatUI/Helpers/TrialOrIntroEligibilityChecker.swift b/RevenueCatUI/Helpers/TrialOrIntroEligibilityChecker.swift index e0e4cb9cf1..28c7ca6ec7 100644 --- a/RevenueCatUI/Helpers/TrialOrIntroEligibilityChecker.swift +++ b/RevenueCatUI/Helpers/TrialOrIntroEligibilityChecker.swift @@ -1,9 +1,15 @@ // +// Copyright RevenueCat Inc. All Rights Reserved. +// +// Licensed under the MIT License (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// https://opensource.org/licenses/MIT +// // TrialOrIntroEligibilityChecker.swift -// // // Created by Nacho Soto on 7/13/23. -// import Foundation import RevenueCat diff --git a/RevenueCatUI/Helpers/VersionDetector.swift b/RevenueCatUI/Helpers/VersionDetector.swift index 403130a22b..5a1b8c2cfd 100644 --- a/RevenueCatUI/Helpers/VersionDetector.swift +++ b/RevenueCatUI/Helpers/VersionDetector.swift @@ -1,9 +1,15 @@ // +// Copyright RevenueCat Inc. All Rights Reserved. +// +// Licensed under the MIT License (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// https://opensource.org/licenses/MIT +// // VersionDetector.swift -// // // Created by Nacho Soto on 8/17/23. -// import Foundation diff --git a/RevenueCatUI/Modifiers/FitToAspectRatio.swift b/RevenueCatUI/Modifiers/FitToAspectRatio.swift index 8a515fa40a..6b1536fdd0 100644 --- a/RevenueCatUI/Modifiers/FitToAspectRatio.swift +++ b/RevenueCatUI/Modifiers/FitToAspectRatio.swift @@ -1,9 +1,15 @@ // +// Copyright RevenueCat Inc. All Rights Reserved. +// +// Licensed under the MIT License (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// https://opensource.org/licenses/MIT +// // FitToAspectRatio.swift -// // // Created by Nacho Soto on 7/13/23. -// import Foundation import SwiftUI diff --git a/RevenueCatUI/Modifiers/FooterHidingModifier.swift b/RevenueCatUI/Modifiers/FooterHidingModifier.swift index 814e88d1d9..c443f776bf 100644 --- a/RevenueCatUI/Modifiers/FooterHidingModifier.swift +++ b/RevenueCatUI/Modifiers/FooterHidingModifier.swift @@ -1,9 +1,15 @@ // -// FooterHidingModifier.swift +// Copyright RevenueCat Inc. All Rights Reserved. // +// Licensed under the MIT License (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at // -// Created by Nacho Soto on 8/9/23. +// https://opensource.org/licenses/MIT // +// FooterHidingModifier.swift +// +// Created by Nacho Soto on 8/9/23. import RevenueCat import SwiftUI diff --git a/RevenueCatUI/Modifiers/ViewExtensions.swift b/RevenueCatUI/Modifiers/ViewExtensions.swift index 161fc886e4..3fdb9a58cc 100644 --- a/RevenueCatUI/Modifiers/ViewExtensions.swift +++ b/RevenueCatUI/Modifiers/ViewExtensions.swift @@ -1,9 +1,15 @@ +//// +// Copyright RevenueCat Inc. All Rights Reserved. +// +// Licensed under the MIT License (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// https://opensource.org/licenses/MIT // // ViewExtensions.swift -// // // Created by Nacho Soto on 7/13/23. -// import Foundation import SwiftUI diff --git a/RevenueCatUI/PaywallFontProvider.swift b/RevenueCatUI/PaywallFontProvider.swift index b2284dc9ed..66063cdadf 100644 --- a/RevenueCatUI/PaywallFontProvider.swift +++ b/RevenueCatUI/PaywallFontProvider.swift @@ -1,9 +1,15 @@ // +// Copyright RevenueCat Inc. All Rights Reserved. +// +// Licensed under the MIT License (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// https://opensource.org/licenses/MIT +// // PaywallFontProvider.swift -// // // Created by Nacho Soto on 8/8/23. -// import SwiftUI diff --git a/RevenueCatUI/PaywallView.swift b/RevenueCatUI/PaywallView.swift index e0e5b7f58d..31074d081d 100644 --- a/RevenueCatUI/PaywallView.swift +++ b/RevenueCatUI/PaywallView.swift @@ -1,3 +1,16 @@ +// +// Copyright RevenueCat Inc. All Rights Reserved. +// +// Licensed under the MIT License (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// https://opensource.org/licenses/MIT +// +// PaywallView.swift +// +// Created by Nacho Soto. + import RevenueCat import SwiftUI diff --git a/RevenueCatUI/Purchasing/PurchaseHandler.swift b/RevenueCatUI/Purchasing/PurchaseHandler.swift index a9a720e08c..22903ae948 100644 --- a/RevenueCatUI/Purchasing/PurchaseHandler.swift +++ b/RevenueCatUI/Purchasing/PurchaseHandler.swift @@ -1,9 +1,15 @@ // +// Copyright RevenueCat Inc. All Rights Reserved. +// +// Licensed under the MIT License (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// https://opensource.org/licenses/MIT +// // PurchaseHandler.swift // -// // Created by Nacho Soto on 7/13/23. -// import RevenueCat import StoreKit diff --git a/RevenueCatUI/Templates/Template1View.swift b/RevenueCatUI/Templates/Template1View.swift index 7963b80df8..2cc82bb2c3 100644 --- a/RevenueCatUI/Templates/Template1View.swift +++ b/RevenueCatUI/Templates/Template1View.swift @@ -1,3 +1,16 @@ +// +// Copyright RevenueCat Inc. All Rights Reserved. +// +// Licensed under the MIT License (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// https://opensource.org/licenses/MIT +// +// Template1View.swift +// +// Created by Nacho Soto. + import RevenueCat import SwiftUI diff --git a/RevenueCatUI/Templates/Template2View.swift b/RevenueCatUI/Templates/Template2View.swift index b1167e0f08..fb3c27687f 100644 --- a/RevenueCatUI/Templates/Template2View.swift +++ b/RevenueCatUI/Templates/Template2View.swift @@ -1,3 +1,16 @@ +// +// Copyright RevenueCat Inc. All Rights Reserved. +// +// Licensed under the MIT License (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// https://opensource.org/licenses/MIT +// +// Template2View.swift +// +// Created by Nacho Soto. + import RevenueCat import SwiftUI diff --git a/RevenueCatUI/Templates/Template3View.swift b/RevenueCatUI/Templates/Template3View.swift index 0eacaf65ff..c55a0e9e30 100644 --- a/RevenueCatUI/Templates/Template3View.swift +++ b/RevenueCatUI/Templates/Template3View.swift @@ -1,9 +1,15 @@ // +// Copyright RevenueCat Inc. All Rights Reserved. +// +// Licensed under the MIT License (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// https://opensource.org/licenses/MIT +// // Template3View.swift -// // // Created by Nacho Soto on 7/26/23. -// import RevenueCat import SwiftUI diff --git a/RevenueCatUI/Templates/Template4View.swift b/RevenueCatUI/Templates/Template4View.swift index 8b28f6c802..79bbe8a3ea 100644 --- a/RevenueCatUI/Templates/Template4View.swift +++ b/RevenueCatUI/Templates/Template4View.swift @@ -1,9 +1,15 @@ // +// Copyright RevenueCat Inc. All Rights Reserved. +// +// Licensed under the MIT License (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// https://opensource.org/licenses/MIT +// // Template4View.swift -// // // Created by Nacho Soto on 8/1/23. -// import RevenueCat import SwiftUI diff --git a/RevenueCatUI/Templates/TemplateViewType.swift b/RevenueCatUI/Templates/TemplateViewType.swift index 75539fc555..b178db7436 100644 --- a/RevenueCatUI/Templates/TemplateViewType.swift +++ b/RevenueCatUI/Templates/TemplateViewType.swift @@ -1,3 +1,16 @@ +// +// Copyright RevenueCat Inc. All Rights Reserved. +// +// Licensed under the MIT License (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// https://opensource.org/licenses/MIT +// +// TemplateViewType.swift +// +// Created by Nacho Soto. + import RevenueCat import SwiftUI diff --git a/RevenueCatUI/UIKit/PaywallViewController.swift b/RevenueCatUI/UIKit/PaywallViewController.swift index 6f6714a289..311b75e7fb 100644 --- a/RevenueCatUI/UIKit/PaywallViewController.swift +++ b/RevenueCatUI/UIKit/PaywallViewController.swift @@ -1,9 +1,15 @@ // +// Copyright RevenueCat Inc. All Rights Reserved. +// +// Licensed under the MIT License (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// https://opensource.org/licenses/MIT +// // PaywallViewController.swift // -// // Created by Nacho Soto on 8/1/23. -// #if canImport(UIKit) diff --git a/RevenueCatUI/View+PresentPaywall.swift b/RevenueCatUI/View+PresentPaywall.swift index ae64f5db3e..88928cbcd9 100644 --- a/RevenueCatUI/View+PresentPaywall.swift +++ b/RevenueCatUI/View+PresentPaywall.swift @@ -1,9 +1,15 @@ // +// Copyright RevenueCat Inc. All Rights Reserved. +// +// Licensed under the MIT License (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// https://opensource.org/licenses/MIT +// // View+PresentPaywall.swift -// // // Created by Nacho Soto on 7/24/23. -// import RevenueCat import SwiftUI diff --git a/RevenueCatUI/View+PresentPaywallFooter.swift b/RevenueCatUI/View+PresentPaywallFooter.swift index dd9b3e6460..7398598036 100644 --- a/RevenueCatUI/View+PresentPaywallFooter.swift +++ b/RevenueCatUI/View+PresentPaywallFooter.swift @@ -1,9 +1,15 @@ // +// Copyright RevenueCat Inc. All Rights Reserved. +// +// Licensed under the MIT License (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// https://opensource.org/licenses/MIT +// // View+PresentPaywallFooter.swift -// // // Created by Josh Holtz on 8/18/23. -// import RevenueCat import SwiftUI diff --git a/RevenueCatUI/View+PurchaseCompleted.swift b/RevenueCatUI/View+PurchaseCompleted.swift index 358f4d078f..6995310297 100644 --- a/RevenueCatUI/View+PurchaseCompleted.swift +++ b/RevenueCatUI/View+PurchaseCompleted.swift @@ -1,9 +1,15 @@ // +// Copyright RevenueCat Inc. All Rights Reserved. +// +// Licensed under the MIT License (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// https://opensource.org/licenses/MIT +// // View+PurchaseCompleted.swift // -// // Created by Nacho Soto on 7/31/23. -// import RevenueCat import SwiftUI diff --git a/RevenueCatUI/Views/AsyncButton.swift b/RevenueCatUI/Views/AsyncButton.swift index 05dc6e6c19..8cdbe4e69c 100644 --- a/RevenueCatUI/Views/AsyncButton.swift +++ b/RevenueCatUI/Views/AsyncButton.swift @@ -1,9 +1,16 @@ // +// Copyright RevenueCat Inc. All Rights Reserved. +// +// Licensed under the MIT License (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// https://opensource.org/licenses/MIT +// + // AsyncButton.swift -// // // Created by Nacho Soto on 7/13/23. -// import RevenueCat import SwiftUI diff --git a/RevenueCatUI/Views/DebugErrorView.swift b/RevenueCatUI/Views/DebugErrorView.swift index 53d5037f52..c530f75ae8 100644 --- a/RevenueCatUI/Views/DebugErrorView.swift +++ b/RevenueCatUI/Views/DebugErrorView.swift @@ -1,9 +1,15 @@ // +// Copyright RevenueCat Inc. All Rights Reserved. +// +// Licensed under the MIT License (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// https://opensource.org/licenses/MIT +// // DebugErrorView.swift // -// // Created by Nacho Soto on 7/13/23. -// import Foundation import SwiftUI diff --git a/RevenueCatUI/Views/ErrorDisplay.swift b/RevenueCatUI/Views/ErrorDisplay.swift index 607057d818..a8bc9a2298 100644 --- a/RevenueCatUI/Views/ErrorDisplay.swift +++ b/RevenueCatUI/Views/ErrorDisplay.swift @@ -1,9 +1,15 @@ // +// Copyright RevenueCat Inc. All Rights Reserved. +// +// Licensed under the MIT License (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// https://opensource.org/licenses/MIT +// // ErrorDisplay.swift -// // // Created by Nacho Soto on 7/21/23. -// import SwiftUI diff --git a/RevenueCatUI/Views/FooterView.swift b/RevenueCatUI/Views/FooterView.swift index 738e2b0861..ad9bcbd079 100644 --- a/RevenueCatUI/Views/FooterView.swift +++ b/RevenueCatUI/Views/FooterView.swift @@ -1,9 +1,15 @@ // +// Copyright RevenueCat Inc. All Rights Reserved. +// +// Licensed under the MIT License (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// https://opensource.org/licenses/MIT +// // FooterView.swift // -// // Created by Nacho Soto on 7/20/23. -// import RevenueCat import SwiftUI diff --git a/RevenueCatUI/Views/IconView.swift b/RevenueCatUI/Views/IconView.swift index adefb221c5..c7856241e3 100644 --- a/RevenueCatUI/Views/IconView.swift +++ b/RevenueCatUI/Views/IconView.swift @@ -1,9 +1,15 @@ // +// Copyright RevenueCat Inc. All Rights Reserved. +// +// Licensed under the MIT License (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// https://opensource.org/licenses/MIT +// // IconView.swift -// // // Created by Nacho Soto on 7/25/23. -// import SwiftUI diff --git a/RevenueCatUI/Views/IntroEligibilityStateView.swift b/RevenueCatUI/Views/IntroEligibilityStateView.swift index effe3c4c74..fb044738b4 100644 --- a/RevenueCatUI/Views/IntroEligibilityStateView.swift +++ b/RevenueCatUI/Views/IntroEligibilityStateView.swift @@ -1,9 +1,15 @@ // +// Copyright RevenueCat Inc. All Rights Reserved. +// +// Licensed under the MIT License (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// https://opensource.org/licenses/MIT +// // IntroEligibilityStateView.swift // -// // Created by Nacho Soto on 7/18/23. -// import RevenueCat import SwiftUI diff --git a/RevenueCatUI/Views/LoadingPaywallView.swift b/RevenueCatUI/Views/LoadingPaywallView.swift index 2c2a29b30a..5422514731 100644 --- a/RevenueCatUI/Views/LoadingPaywallView.swift +++ b/RevenueCatUI/Views/LoadingPaywallView.swift @@ -1,9 +1,15 @@ // +// Copyright RevenueCat Inc. All Rights Reserved. +// +// Licensed under the MIT License (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// https://opensource.org/licenses/MIT +// // LoadingPaywallView.swift -// // // Created by Nacho Soto on 7/21/23. -// import RevenueCat import SwiftUI diff --git a/RevenueCatUI/Views/PackageButtonStyle.swift b/RevenueCatUI/Views/PackageButtonStyle.swift index b42ca2aa6c..aab03ff07f 100644 --- a/RevenueCatUI/Views/PackageButtonStyle.swift +++ b/RevenueCatUI/Views/PackageButtonStyle.swift @@ -1,9 +1,15 @@ // +// Copyright RevenueCat Inc. All Rights Reserved. +// +// Licensed under the MIT License (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// https://opensource.org/licenses/MIT +// // PackageButtonStyle.swift -// // // Created by Nacho Soto on 7/29/23. -// import SwiftUI diff --git a/RevenueCatUI/Views/PurchaseButton.swift b/RevenueCatUI/Views/PurchaseButton.swift index bb9528ae63..1541a6f65b 100644 --- a/RevenueCatUI/Views/PurchaseButton.swift +++ b/RevenueCatUI/Views/PurchaseButton.swift @@ -1,9 +1,15 @@ // +// Copyright RevenueCat Inc. All Rights Reserved. +// +// Licensed under the MIT License (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// https://opensource.org/licenses/MIT +// // PurchaseButton.swift // -// // Created by Nacho Soto on 7/18/23. -// import RevenueCat import SwiftUI diff --git a/RevenueCatUI/Views/RemoteImage.swift b/RevenueCatUI/Views/RemoteImage.swift index 6b7e2da57f..ee782be320 100644 --- a/RevenueCatUI/Views/RemoteImage.swift +++ b/RevenueCatUI/Views/RemoteImage.swift @@ -1,9 +1,15 @@ // +// Copyright RevenueCat Inc. All Rights Reserved. +// +// Licensed under the MIT License (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// https://opensource.org/licenses/MIT +// // RemoteImage.swift // -// // Created by Nacho Soto on 7/19/23. -// import SwiftUI diff --git a/RevenueCatUI/Views/TemplateBackgroundImageView.swift b/RevenueCatUI/Views/TemplateBackgroundImageView.swift index 2d8d420d2b..4946075d96 100644 --- a/RevenueCatUI/Views/TemplateBackgroundImageView.swift +++ b/RevenueCatUI/Views/TemplateBackgroundImageView.swift @@ -1,9 +1,15 @@ // +// Copyright RevenueCat Inc. All Rights Reserved. +// +// Licensed under the MIT License (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// https://opensource.org/licenses/MIT +// // TemplateBackgroundImageView.swift // -// // Created by Nacho Soto on 8/1/23. -// import RevenueCat import SwiftUI diff --git a/Tests/RevenueCatUITests/BaseSnapshotTest.swift b/Tests/RevenueCatUITests/BaseSnapshotTest.swift index c8cdfe14bd..5d12759514 100644 --- a/Tests/RevenueCatUITests/BaseSnapshotTest.swift +++ b/Tests/RevenueCatUITests/BaseSnapshotTest.swift @@ -1,9 +1,16 @@ // +// Copyright RevenueCat Inc. All Rights Reserved. +// +// Licensed under the MIT License (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// https://opensource.org/licenses/MIT +// // BaseSnapshotTest.swift -// // // Created by Nacho Soto on 7/17/23. -// + import Nimble import RevenueCat @testable import RevenueCatUI diff --git a/Tests/RevenueCatUITests/Data/PackageVariablesTests.swift b/Tests/RevenueCatUITests/Data/PackageVariablesTests.swift index 2cd67aebab..bb9469996d 100644 --- a/Tests/RevenueCatUITests/Data/PackageVariablesTests.swift +++ b/Tests/RevenueCatUITests/Data/PackageVariablesTests.swift @@ -1,9 +1,15 @@ // +// Copyright RevenueCat Inc. All Rights Reserved. +// +// Licensed under the MIT License (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// https://opensource.org/licenses/MIT +// // PackageVariablesTests.swift -// // // Created by Nacho Soto on 8/4/23. -// import Nimble import RevenueCat diff --git a/Tests/RevenueCatUITests/Data/PaywallDataValidationTests.swift b/Tests/RevenueCatUITests/Data/PaywallDataValidationTests.swift index e7e6bf3ffe..2233282cdc 100644 --- a/Tests/RevenueCatUITests/Data/PaywallDataValidationTests.swift +++ b/Tests/RevenueCatUITests/Data/PaywallDataValidationTests.swift @@ -1,9 +1,15 @@ // +// Copyright RevenueCat Inc. All Rights Reserved. +// +// Licensed under the MIT License (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// https://opensource.org/licenses/MIT +// // PaywallDataValidationTests.swift -// // // Created by Nacho Soto on 8/15/23. -// import Nimble import RevenueCat diff --git a/Tests/RevenueCatUITests/Data/TemplateViewConfigurationTests.swift b/Tests/RevenueCatUITests/Data/TemplateViewConfigurationTests.swift index aaabe3144f..7d19672195 100644 --- a/Tests/RevenueCatUITests/Data/TemplateViewConfigurationTests.swift +++ b/Tests/RevenueCatUITests/Data/TemplateViewConfigurationTests.swift @@ -1,9 +1,15 @@ // +// Copyright RevenueCat Inc. All Rights Reserved. +// +// Licensed under the MIT License (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// https://opensource.org/licenses/MIT +// // TemplateViewConfigurationTests.swift -// // // Created by Nacho Soto on 7/13/23. -// import Nimble import RevenueCat diff --git a/Tests/RevenueCatUITests/Data/VariablesTests.swift b/Tests/RevenueCatUITests/Data/VariablesTests.swift index 12c9b5495b..405efb60a6 100644 --- a/Tests/RevenueCatUITests/Data/VariablesTests.swift +++ b/Tests/RevenueCatUITests/Data/VariablesTests.swift @@ -1,3 +1,14 @@ +// +// Copyright RevenueCat Inc. All Rights Reserved. +// +// Licensed under the MIT License (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// https://opensource.org/licenses/MIT +// +// VariablesTests.swift + import Nimble import RevenueCat @testable import RevenueCatUI diff --git a/Tests/RevenueCatUITests/Helpers/TestCase.swift b/Tests/RevenueCatUITests/Helpers/TestCase.swift index 4784f39491..d7d1f5cc07 100644 --- a/Tests/RevenueCatUITests/Helpers/TestCase.swift +++ b/Tests/RevenueCatUITests/Helpers/TestCase.swift @@ -1,9 +1,15 @@ // +// Copyright RevenueCat Inc. All Rights Reserved. +// +// Licensed under the MIT License (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// https://opensource.org/licenses/MIT +// // TestCase.swift -// // // Created by Nacho Soto on 7/12/23. -// import SnapshotTesting import XCTest diff --git a/Tests/RevenueCatUITests/LocalizationTests.swift b/Tests/RevenueCatUITests/LocalizationTests.swift index 11bb157a26..5ee8cce534 100644 --- a/Tests/RevenueCatUITests/LocalizationTests.swift +++ b/Tests/RevenueCatUITests/LocalizationTests.swift @@ -1,9 +1,15 @@ // +// Copyright RevenueCat Inc. All Rights Reserved. +// +// Licensed under the MIT License (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// https://opensource.org/licenses/MIT +// // LocalizationTests.swift -// // // Created by Nacho Soto on 7/12/23. -// import Nimble import RevenueCat diff --git a/Tests/RevenueCatUITests/PaywallFooterTests.swift b/Tests/RevenueCatUITests/PaywallFooterTests.swift index d8513a4ee4..42eb7f4d19 100644 --- a/Tests/RevenueCatUITests/PaywallFooterTests.swift +++ b/Tests/RevenueCatUITests/PaywallFooterTests.swift @@ -1,9 +1,15 @@ // +// Copyright RevenueCat Inc. All Rights Reserved. +// +// Licensed under the MIT License (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// https://opensource.org/licenses/MIT +// // PaywallFooterTests.swift -// // // Created by Josh Holtz on 8/22/23. -// import Nimble import RevenueCat diff --git a/Tests/RevenueCatUITests/PresentIfNeededTests.swift b/Tests/RevenueCatUITests/PresentIfNeededTests.swift index 8f6b7ab94a..3132899c65 100644 --- a/Tests/RevenueCatUITests/PresentIfNeededTests.swift +++ b/Tests/RevenueCatUITests/PresentIfNeededTests.swift @@ -1,9 +1,15 @@ // +// Copyright RevenueCat Inc. All Rights Reserved. +// +// Licensed under the MIT License (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// https://opensource.org/licenses/MIT +// // PresentIfNeededTests.swift -// // // Created by Nacho Soto on 7/31/23. -// import Nimble import RevenueCat diff --git a/Tests/RevenueCatUITests/PurchaseCompletedHandlerTests.swift b/Tests/RevenueCatUITests/PurchaseCompletedHandlerTests.swift index f4a5ae22be..2d18171cd8 100644 --- a/Tests/RevenueCatUITests/PurchaseCompletedHandlerTests.swift +++ b/Tests/RevenueCatUITests/PurchaseCompletedHandlerTests.swift @@ -1,9 +1,15 @@ // +// Copyright RevenueCat Inc. All Rights Reserved. +// +// Licensed under the MIT License (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// https://opensource.org/licenses/MIT +// // PurchaseCompletedHandlerTests.swift -// // // Created by Nacho Soto on 7/31/23. -// import Nimble import RevenueCat diff --git a/Tests/RevenueCatUITests/Purchasing/PurchaseHandlerTests.swift b/Tests/RevenueCatUITests/Purchasing/PurchaseHandlerTests.swift index 6613ce3f49..938adde0fe 100644 --- a/Tests/RevenueCatUITests/Purchasing/PurchaseHandlerTests.swift +++ b/Tests/RevenueCatUITests/Purchasing/PurchaseHandlerTests.swift @@ -1,9 +1,15 @@ // +// Copyright RevenueCat Inc. All Rights Reserved. +// +// Licensed under the MIT License (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// https://opensource.org/licenses/MIT +// // PurchaseHandlerTests.swift -// // // Created by Nacho Soto on 7/31/23. -// import Nimble import RevenueCat diff --git a/Tests/RevenueCatUITests/Templates/Template1ViewTests.swift b/Tests/RevenueCatUITests/Templates/Template1ViewTests.swift index e7418de188..b64c37d0f2 100644 --- a/Tests/RevenueCatUITests/Templates/Template1ViewTests.swift +++ b/Tests/RevenueCatUITests/Templates/Template1ViewTests.swift @@ -1,3 +1,14 @@ +// +// Copyright RevenueCat Inc. All Rights Reserved. +// +// Licensed under the MIT License (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// https://opensource.org/licenses/MIT +// +// Template1ViewTests.swift + import Nimble import RevenueCat @testable import RevenueCatUI diff --git a/Tests/RevenueCatUITests/Templates/Template2ViewTests.swift b/Tests/RevenueCatUITests/Templates/Template2ViewTests.swift index 538739afa3..33753d719f 100644 --- a/Tests/RevenueCatUITests/Templates/Template2ViewTests.swift +++ b/Tests/RevenueCatUITests/Templates/Template2ViewTests.swift @@ -1,3 +1,14 @@ +// +// Copyright RevenueCat Inc. All Rights Reserved. +// +// Licensed under the MIT License (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// https://opensource.org/licenses/MIT +// +// Template2ViewTests.swift + import Nimble import RevenueCat @testable import RevenueCatUI diff --git a/Tests/RevenueCatUITests/Templates/Template3ViewTests.swift b/Tests/RevenueCatUITests/Templates/Template3ViewTests.swift index 722c0bc2c0..97becd392e 100644 --- a/Tests/RevenueCatUITests/Templates/Template3ViewTests.swift +++ b/Tests/RevenueCatUITests/Templates/Template3ViewTests.swift @@ -1,3 +1,14 @@ +// +// Copyright RevenueCat Inc. All Rights Reserved. +// +// Licensed under the MIT License (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// https://opensource.org/licenses/MIT +// +// Template3ViewTests.swift + import Nimble import RevenueCat @testable import RevenueCatUI diff --git a/Tests/RevenueCatUITests/Templates/Template4ViewTests.swift b/Tests/RevenueCatUITests/Templates/Template4ViewTests.swift index 746582d78c..ea05846585 100644 --- a/Tests/RevenueCatUITests/Templates/Template4ViewTests.swift +++ b/Tests/RevenueCatUITests/Templates/Template4ViewTests.swift @@ -1,3 +1,14 @@ +// +// Copyright RevenueCat Inc. All Rights Reserved. +// +// Licensed under the MIT License (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// https://opensource.org/licenses/MIT +// +// Template4ViewTests.swift + import Nimble import RevenueCat @testable import RevenueCatUI