From 0989a59580a07fdcc542e4723a43b6a0696e755f Mon Sep 17 00:00:00 2001 From: msaps Date: Sat, 20 Aug 2022 16:45:15 +0200 Subject: [PATCH] Update copyrights --- LICENSE | 2 +- Sources/Pageboy/AutoScrolling/PageboyAutoScroller.swift | 2 +- .../AutoScrolling/PageboyViewController+AutoScrolling.swift | 2 +- Sources/Pageboy/Model/NavigationDirection.swift | 2 +- Sources/Pageboy/Model/Page.swift | 2 +- Sources/Pageboy/Pageboy.h | 2 +- Sources/Pageboy/PageboyViewController+Management.swift | 2 +- Sources/Pageboy/PageboyViewController+ScrollCalculations.swift | 2 +- Sources/Pageboy/PageboyViewController+ScrollDetection.swift | 2 +- Sources/Pageboy/PageboyViewController+Updating.swift | 2 +- Sources/Pageboy/PageboyViewController.swift | 2 +- Sources/Pageboy/Protocols/PageboyViewControllerDataSource.swift | 2 +- Sources/Pageboy/Protocols/PageboyViewControllerDelegate.swift | 2 +- .../Transitioning/PageboyViewController+Transitioning.swift | 2 +- Sources/Pageboy/Transitioning/TransitionOperation+Action.swift | 2 +- Sources/Pageboy/Transitioning/TransitionOperation.swift | 2 +- Sources/Pageboy/UIViewController+Pageboy.swift | 2 +- .../Utilities/Extensions/UIPageViewController+ScrollView.swift | 2 +- .../Pageboy/Utilities/Extensions/UIScrollView+Interaction.swift | 2 +- Sources/Pageboy/Utilities/Extensions/UIView+Animation.swift | 2 +- Sources/Pageboy/Utilities/Extensions/UIView+AutoLayout.swift | 2 +- Sources/Pageboy/Utilities/Extensions/UIView+Localization.swift | 2 +- Sources/PageboyTests/PageboyAutoScrollTests.swift | 2 +- Sources/PageboyTests/PageboyConfigurationTests.swift | 2 +- Sources/PageboyTests/PageboyDataSourceTests.swift | 2 +- Sources/PageboyTests/PageboyInsertionTests.swift | 2 +- Sources/PageboyTests/PageboyPropertyTests.swift | 2 +- Sources/PageboyTests/PageboyTests.swift | 2 +- Sources/PageboyTests/PageboyTransitionTests.swift | 2 +- .../TestComponents/TestPageChildViewController.swift | 2 +- Sources/PageboyTests/TestComponents/TestPageboyDataSource.swift | 2 +- Sources/PageboyTests/TestComponents/TestPageboyDelegate.swift | 2 +- .../PageboyTests/TestComponents/TestPageboyViewController.swift | 2 +- Sources/iOS/Extras/TransparentNavigationBar.swift | 2 +- 34 files changed, 34 insertions(+), 34 deletions(-) diff --git a/LICENSE b/LICENSE index fd4eebfa..78801c80 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2020 UI At Six +Copyright (c) 2022 UI At Six Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/Sources/Pageboy/AutoScrolling/PageboyAutoScroller.swift b/Sources/Pageboy/AutoScrolling/PageboyAutoScroller.swift index 071e3e6a..02abdb9d 100644 --- a/Sources/Pageboy/AutoScrolling/PageboyAutoScroller.swift +++ b/Sources/Pageboy/AutoScrolling/PageboyAutoScroller.swift @@ -3,7 +3,7 @@ // Pageboy // // Created by Merrick Sapsford on 08/03/2017. -// Copyright © 2018 UI At Six. All rights reserved. +// Copyright © 2022 UI At Six. All rights reserved. // import Foundation diff --git a/Sources/Pageboy/AutoScrolling/PageboyViewController+AutoScrolling.swift b/Sources/Pageboy/AutoScrolling/PageboyViewController+AutoScrolling.swift index b07fdb5b..12caef4c 100644 --- a/Sources/Pageboy/AutoScrolling/PageboyViewController+AutoScrolling.swift +++ b/Sources/Pageboy/AutoScrolling/PageboyViewController+AutoScrolling.swift @@ -3,7 +3,7 @@ // Pageboy // // Created by Merrick Sapsford on 17/05/2017. -// Copyright © 2018 UI At Six. All rights reserved. +// Copyright © 2022 UI At Six. All rights reserved. // import UIKit diff --git a/Sources/Pageboy/Model/NavigationDirection.swift b/Sources/Pageboy/Model/NavigationDirection.swift index 1535e5aa..ca6664b9 100644 --- a/Sources/Pageboy/Model/NavigationDirection.swift +++ b/Sources/Pageboy/Model/NavigationDirection.swift @@ -3,7 +3,7 @@ // Pageboy iOS // // Created by Merrick Sapsford on 30/04/2018. -// Copyright © 2018 UI At Six. All rights reserved. +// Copyright © 2022 UI At Six. All rights reserved. // import UIKit diff --git a/Sources/Pageboy/Model/Page.swift b/Sources/Pageboy/Model/Page.swift index 3ab67b0b..fcce434c 100644 --- a/Sources/Pageboy/Model/Page.swift +++ b/Sources/Pageboy/Model/Page.swift @@ -3,7 +3,7 @@ // Pageboy // // Created by Merrick Sapsford on 30/04/2018. -// Copyright © 2018 UI At Six. All rights reserved. +// Copyright © 2022 UI At Six. All rights reserved. // import Foundation diff --git a/Sources/Pageboy/Pageboy.h b/Sources/Pageboy/Pageboy.h index 94721c36..bfd9e154 100644 --- a/Sources/Pageboy/Pageboy.h +++ b/Sources/Pageboy/Pageboy.h @@ -3,7 +3,7 @@ // Pageboy // // Created by Merrick Sapsford on 25/07/2017. -// Copyright © 2018 UI At Six. All rights reserved. +// Copyright © 2022 UI At Six. All rights reserved. // #import diff --git a/Sources/Pageboy/PageboyViewController+Management.swift b/Sources/Pageboy/PageboyViewController+Management.swift index 161970a6..2251fae8 100755 --- a/Sources/Pageboy/PageboyViewController+Management.swift +++ b/Sources/Pageboy/PageboyViewController+Management.swift @@ -3,7 +3,7 @@ // Pageboy // // Created by Merrick Sapsford on 13/02/2017. -// Copyright © 2018 UI At Six. All rights reserved. +// Copyright © 2022 UI At Six. All rights reserved. // import UIKit diff --git a/Sources/Pageboy/PageboyViewController+ScrollCalculations.swift b/Sources/Pageboy/PageboyViewController+ScrollCalculations.swift index 61f94042..86c9cbfb 100644 --- a/Sources/Pageboy/PageboyViewController+ScrollCalculations.swift +++ b/Sources/Pageboy/PageboyViewController+ScrollCalculations.swift @@ -3,7 +3,7 @@ // Pageboy iOS // // Created by Merrick Sapsford on 18/10/2018. -// Copyright © 2018 UI At Six. All rights reserved. +// Copyright © 2022 UI At Six. All rights reserved. // import UIKit diff --git a/Sources/Pageboy/PageboyViewController+ScrollDetection.swift b/Sources/Pageboy/PageboyViewController+ScrollDetection.swift index 57ca49c2..f298eeeb 100644 --- a/Sources/Pageboy/PageboyViewController+ScrollDetection.swift +++ b/Sources/Pageboy/PageboyViewController+ScrollDetection.swift @@ -3,7 +3,7 @@ // Pageboy // // Created by Merrick Sapsford on 13/02/2017. -// Copyright © 2018 UI At Six. All rights reserved. +// Copyright © 2022 UI At Six. All rights reserved. // import UIKit diff --git a/Sources/Pageboy/PageboyViewController+Updating.swift b/Sources/Pageboy/PageboyViewController+Updating.swift index d7b91353..e2a69ef6 100644 --- a/Sources/Pageboy/PageboyViewController+Updating.swift +++ b/Sources/Pageboy/PageboyViewController+Updating.swift @@ -3,7 +3,7 @@ // Pageboy // // Created by Merrick Sapsford on 31/03/2018. -// Copyright © 2018 UI At Six. All rights reserved. +// Copyright © 2022 UI At Six. All rights reserved. // import UIKit diff --git a/Sources/Pageboy/PageboyViewController.swift b/Sources/Pageboy/PageboyViewController.swift index 664565f3..c6e36f33 100755 --- a/Sources/Pageboy/PageboyViewController.swift +++ b/Sources/Pageboy/PageboyViewController.swift @@ -3,7 +3,7 @@ // Pageboy // // Created by Merrick Sapsford on 04/01/2017. -// Copyright © 2018 UI At Six. All rights reserved. +// Copyright © 2022 UI At Six. All rights reserved. // import UIKit diff --git a/Sources/Pageboy/Protocols/PageboyViewControllerDataSource.swift b/Sources/Pageboy/Protocols/PageboyViewControllerDataSource.swift index 9447f3aa..d8776c4a 100644 --- a/Sources/Pageboy/Protocols/PageboyViewControllerDataSource.swift +++ b/Sources/Pageboy/Protocols/PageboyViewControllerDataSource.swift @@ -3,7 +3,7 @@ // Pageboy // // Created by Merrick Sapsford on 24/11/2017. -// Copyright © 2018 UI At Six. All rights reserved. +// Copyright © 2022 UI At Six. All rights reserved. // import UIKit diff --git a/Sources/Pageboy/Protocols/PageboyViewControllerDelegate.swift b/Sources/Pageboy/Protocols/PageboyViewControllerDelegate.swift index 2ade1e6e..03aeb300 100644 --- a/Sources/Pageboy/Protocols/PageboyViewControllerDelegate.swift +++ b/Sources/Pageboy/Protocols/PageboyViewControllerDelegate.swift @@ -3,7 +3,7 @@ // Pageboy // // Created by Merrick Sapsford on 24/11/2017. -// Copyright © 2018 UI At Six. All rights reserved. +// Copyright © 2022 UI At Six. All rights reserved. // import UIKit diff --git a/Sources/Pageboy/Transitioning/PageboyViewController+Transitioning.swift b/Sources/Pageboy/Transitioning/PageboyViewController+Transitioning.swift index 4b01b62b..b717fa92 100755 --- a/Sources/Pageboy/Transitioning/PageboyViewController+Transitioning.swift +++ b/Sources/Pageboy/Transitioning/PageboyViewController+Transitioning.swift @@ -3,7 +3,7 @@ // Pageboy // // Created by Merrick Sapsford on 29/05/2017. -// Copyright © 2018 UI At Six. All rights reserved. +// Copyright © 2022 UI At Six. All rights reserved. // import UIKit diff --git a/Sources/Pageboy/Transitioning/TransitionOperation+Action.swift b/Sources/Pageboy/Transitioning/TransitionOperation+Action.swift index ac525985..9be4cc36 100644 --- a/Sources/Pageboy/Transitioning/TransitionOperation+Action.swift +++ b/Sources/Pageboy/Transitioning/TransitionOperation+Action.swift @@ -3,7 +3,7 @@ // Pageboy // // Created by Merrick Sapsford on 30/05/2017. -// Copyright © 2018 UI At Six. All rights reserved. +// Copyright © 2022 UI At Six. All rights reserved. // import UIKit diff --git a/Sources/Pageboy/Transitioning/TransitionOperation.swift b/Sources/Pageboy/Transitioning/TransitionOperation.swift index e730df1f..221024b8 100644 --- a/Sources/Pageboy/Transitioning/TransitionOperation.swift +++ b/Sources/Pageboy/Transitioning/TransitionOperation.swift @@ -3,7 +3,7 @@ // Pageboy // // Created by Merrick Sapsford on 29/05/2017. -// Copyright © 2018 UI At Six. All rights reserved. +// Copyright © 2022 UI At Six. All rights reserved. // import UIKit diff --git a/Sources/Pageboy/UIViewController+Pageboy.swift b/Sources/Pageboy/UIViewController+Pageboy.swift index 0a9f2548..e8a9fb8a 100644 --- a/Sources/Pageboy/UIViewController+Pageboy.swift +++ b/Sources/Pageboy/UIViewController+Pageboy.swift @@ -3,7 +3,7 @@ // Pageboy // // Created by Merrick Sapsford on 18/06/2017. -// Copyright © 2018 UI At Six. All rights reserved. +// Copyright © 2022 UI At Six. All rights reserved. // import UIKit diff --git a/Sources/Pageboy/Utilities/Extensions/UIPageViewController+ScrollView.swift b/Sources/Pageboy/Utilities/Extensions/UIPageViewController+ScrollView.swift index 7066ce88..b75f7c1a 100644 --- a/Sources/Pageboy/Utilities/Extensions/UIPageViewController+ScrollView.swift +++ b/Sources/Pageboy/Utilities/Extensions/UIPageViewController+ScrollView.swift @@ -3,7 +3,7 @@ // Pageboy // // Created by Merrick Sapsford on 13/02/2017. -// Copyright © 2018 UI At Six. All rights reserved. +// Copyright © 2022 UI At Six. All rights reserved. // import UIKit diff --git a/Sources/Pageboy/Utilities/Extensions/UIScrollView+Interaction.swift b/Sources/Pageboy/Utilities/Extensions/UIScrollView+Interaction.swift index 52c6e61e..7cc6561b 100644 --- a/Sources/Pageboy/Utilities/Extensions/UIScrollView+Interaction.swift +++ b/Sources/Pageboy/Utilities/Extensions/UIScrollView+Interaction.swift @@ -3,7 +3,7 @@ // Pageboy // // Created by Merrick Sapsford on 23/01/2018. -// Copyright © 2018 UI At Six. All rights reserved. +// Copyright © 2022 UI At Six. All rights reserved. // import UIKit diff --git a/Sources/Pageboy/Utilities/Extensions/UIView+Animation.swift b/Sources/Pageboy/Utilities/Extensions/UIView+Animation.swift index 9b6b5648..bdd866eb 100644 --- a/Sources/Pageboy/Utilities/Extensions/UIView+Animation.swift +++ b/Sources/Pageboy/Utilities/Extensions/UIView+Animation.swift @@ -3,7 +3,7 @@ // Pageboy // // Created by Merrick Sapsford on 26/04/2018. -// Copyright © 2018 UI At Six. All rights reserved. +// Copyright © 2022 UI At Six. All rights reserved. // import UIKit diff --git a/Sources/Pageboy/Utilities/Extensions/UIView+AutoLayout.swift b/Sources/Pageboy/Utilities/Extensions/UIView+AutoLayout.swift index 52e41c2a..1f6c9eb3 100644 --- a/Sources/Pageboy/Utilities/Extensions/UIView+AutoLayout.swift +++ b/Sources/Pageboy/Utilities/Extensions/UIView+AutoLayout.swift @@ -3,7 +3,7 @@ // Pageboy // // Created by Merrick Sapsford on 15/02/2017. -// Copyright © 2018 UI At Six. All rights reserved. +// Copyright © 2022 UI At Six. All rights reserved. // import UIKit diff --git a/Sources/Pageboy/Utilities/Extensions/UIView+Localization.swift b/Sources/Pageboy/Utilities/Extensions/UIView+Localization.swift index f71bf2e8..3f7c1275 100755 --- a/Sources/Pageboy/Utilities/Extensions/UIView+Localization.swift +++ b/Sources/Pageboy/Utilities/Extensions/UIView+Localization.swift @@ -3,7 +3,7 @@ // Pageboy // // Created by Merrick Sapsford on 18/06/2017. -// Copyright © 2018 UI At Six. All rights reserved. +// Copyright © 2022 UI At Six. All rights reserved. // import UIKit diff --git a/Sources/PageboyTests/PageboyAutoScrollTests.swift b/Sources/PageboyTests/PageboyAutoScrollTests.swift index d1aa944c..8ddb4c94 100644 --- a/Sources/PageboyTests/PageboyAutoScrollTests.swift +++ b/Sources/PageboyTests/PageboyAutoScrollTests.swift @@ -3,7 +3,7 @@ // Pageboy // // Created by Merrick Sapsford on 08/03/2017. -// Copyright © 2018 UI At Six. All rights reserved. +// Copyright © 2022 UI At Six. All rights reserved. // import XCTest diff --git a/Sources/PageboyTests/PageboyConfigurationTests.swift b/Sources/PageboyTests/PageboyConfigurationTests.swift index f9046a53..7a021b9e 100644 --- a/Sources/PageboyTests/PageboyConfigurationTests.swift +++ b/Sources/PageboyTests/PageboyConfigurationTests.swift @@ -3,7 +3,7 @@ // Pageboy // // Created by Merrick Sapsford on 15/02/2017. -// Copyright © 2018 UI At Six. All rights reserved. +// Copyright © 2022 UI At Six. All rights reserved. // import XCTest diff --git a/Sources/PageboyTests/PageboyDataSourceTests.swift b/Sources/PageboyTests/PageboyDataSourceTests.swift index 2073eca6..5a59d34c 100644 --- a/Sources/PageboyTests/PageboyDataSourceTests.swift +++ b/Sources/PageboyTests/PageboyDataSourceTests.swift @@ -3,7 +3,7 @@ // Pageboy // // Created by Merrick Sapsford on 15/02/2017. -// Copyright © 2018 UI At Six. All rights reserved. +// Copyright © 2022 UI At Six. All rights reserved. // import XCTest diff --git a/Sources/PageboyTests/PageboyInsertionTests.swift b/Sources/PageboyTests/PageboyInsertionTests.swift index 8df8f32c..b28feb24 100644 --- a/Sources/PageboyTests/PageboyInsertionTests.swift +++ b/Sources/PageboyTests/PageboyInsertionTests.swift @@ -3,7 +3,7 @@ // PageboyTests // // Created by Merrick Sapsford on 13/11/2018. -// Copyright © 2018 UI At Six. All rights reserved. +// Copyright © 2022 UI At Six. All rights reserved. // import XCTest diff --git a/Sources/PageboyTests/PageboyPropertyTests.swift b/Sources/PageboyTests/PageboyPropertyTests.swift index e136152b..bcce397f 100644 --- a/Sources/PageboyTests/PageboyPropertyTests.swift +++ b/Sources/PageboyTests/PageboyPropertyTests.swift @@ -3,7 +3,7 @@ // Pageboy // // Created by Merrick Sapsford on 22/03/2017. -// Copyright © 2018 UI At Six. All rights reserved. +// Copyright © 2022 UI At Six. All rights reserved. // import XCTest diff --git a/Sources/PageboyTests/PageboyTests.swift b/Sources/PageboyTests/PageboyTests.swift index 223b3131..dd098acf 100644 --- a/Sources/PageboyTests/PageboyTests.swift +++ b/Sources/PageboyTests/PageboyTests.swift @@ -3,7 +3,7 @@ // PageboyTests // // Created by Merrick Sapsford on 04/01/2017. -// Copyright © 2018 UI At Six. All rights reserved. +// Copyright © 2022 UI At Six. All rights reserved. // import XCTest diff --git a/Sources/PageboyTests/PageboyTransitionTests.swift b/Sources/PageboyTests/PageboyTransitionTests.swift index f351d829..a4b31d13 100644 --- a/Sources/PageboyTests/PageboyTransitionTests.swift +++ b/Sources/PageboyTests/PageboyTransitionTests.swift @@ -3,7 +3,7 @@ // Pageboy // // Created by Merrick Sapsford on 15/02/2017. -// Copyright © 2018 UI At Six. All rights reserved. +// Copyright © 2022 UI At Six. All rights reserved. // import XCTest diff --git a/Sources/PageboyTests/TestComponents/TestPageChildViewController.swift b/Sources/PageboyTests/TestComponents/TestPageChildViewController.swift index c60758c1..9ebfee13 100644 --- a/Sources/PageboyTests/TestComponents/TestPageChildViewController.swift +++ b/Sources/PageboyTests/TestComponents/TestPageChildViewController.swift @@ -3,7 +3,7 @@ // Pageboy // // Created by Merrick Sapsford on 15/02/2017. -// Copyright © 2018 UI At Six. All rights reserved. +// Copyright © 2022 UI At Six. All rights reserved. // import UIKit diff --git a/Sources/PageboyTests/TestComponents/TestPageboyDataSource.swift b/Sources/PageboyTests/TestComponents/TestPageboyDataSource.swift index 53ba8b46..6a79b555 100644 --- a/Sources/PageboyTests/TestComponents/TestPageboyDataSource.swift +++ b/Sources/PageboyTests/TestComponents/TestPageboyDataSource.swift @@ -3,7 +3,7 @@ // Pageboy // // Created by Merrick Sapsford on 15/02/2017. -// Copyright © 2018 UI At Six. All rights reserved. +// Copyright © 2022 UI At Six. All rights reserved. // import Foundation diff --git a/Sources/PageboyTests/TestComponents/TestPageboyDelegate.swift b/Sources/PageboyTests/TestComponents/TestPageboyDelegate.swift index d55a6249..0ed220b1 100644 --- a/Sources/PageboyTests/TestComponents/TestPageboyDelegate.swift +++ b/Sources/PageboyTests/TestComponents/TestPageboyDelegate.swift @@ -3,7 +3,7 @@ // Pageboy // // Created by Merrick Sapsford on 15/02/2017. -// Copyright © 2018 UI At Six. All rights reserved. +// Copyright © 2022 UI At Six. All rights reserved. // import Foundation diff --git a/Sources/PageboyTests/TestComponents/TestPageboyViewController.swift b/Sources/PageboyTests/TestComponents/TestPageboyViewController.swift index a8b94000..4bffd343 100644 --- a/Sources/PageboyTests/TestComponents/TestPageboyViewController.swift +++ b/Sources/PageboyTests/TestComponents/TestPageboyViewController.swift @@ -3,7 +3,7 @@ // Pageboy // // Created by Merrick Sapsford on 15/02/2017. -// Copyright © 2018 UI At Six. All rights reserved. +// Copyright © 2022 UI At Six. All rights reserved. // import UIKit diff --git a/Sources/iOS/Extras/TransparentNavigationBar.swift b/Sources/iOS/Extras/TransparentNavigationBar.swift index 6c1bc647..fb63dae6 100644 --- a/Sources/iOS/Extras/TransparentNavigationBar.swift +++ b/Sources/iOS/Extras/TransparentNavigationBar.swift @@ -3,7 +3,7 @@ // Example iOS // // Created by Merrick Sapsford on 15/02/2017. -// Copyright © 2018 UI At Six. All rights reserved. +// Copyright © 2022 UI At Six. All rights reserved. // import UIKit