Skip to content

Commit 0989a59

Browse files
committed
Update copyrights
1 parent 426502e commit 0989a59

34 files changed

Lines changed: 34 additions & 34 deletions

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2020 UI At Six
3+
Copyright (c) 2022 UI At Six
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

Sources/Pageboy/AutoScrolling/PageboyAutoScroller.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
// Pageboy
44
//
55
// Created by Merrick Sapsford on 08/03/2017.
6-
// Copyright © 2018 UI At Six. All rights reserved.
6+
// Copyright © 2022 UI At Six. All rights reserved.
77
//
88

99
import Foundation

Sources/Pageboy/AutoScrolling/PageboyViewController+AutoScrolling.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
// Pageboy
44
//
55
// Created by Merrick Sapsford on 17/05/2017.
6-
// Copyright © 2018 UI At Six. All rights reserved.
6+
// Copyright © 2022 UI At Six. All rights reserved.
77
//
88

99
import UIKit

Sources/Pageboy/Model/NavigationDirection.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
// Pageboy iOS
44
//
55
// Created by Merrick Sapsford on 30/04/2018.
6-
// Copyright © 2018 UI At Six. All rights reserved.
6+
// Copyright © 2022 UI At Six. All rights reserved.
77
//
88

99
import UIKit

Sources/Pageboy/Model/Page.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
// Pageboy
44
//
55
// Created by Merrick Sapsford on 30/04/2018.
6-
// Copyright © 2018 UI At Six. All rights reserved.
6+
// Copyright © 2022 UI At Six. All rights reserved.
77
//
88

99
import Foundation

Sources/Pageboy/Pageboy.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
// Pageboy
44
//
55
// Created by Merrick Sapsford on 25/07/2017.
6-
// Copyright © 2018 UI At Six. All rights reserved.
6+
// Copyright © 2022 UI At Six. All rights reserved.
77
//
88

99
#import <UIKit/UIKit.h>

Sources/Pageboy/PageboyViewController+Management.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
// Pageboy
44
//
55
// Created by Merrick Sapsford on 13/02/2017.
6-
// Copyright © 2018 UI At Six. All rights reserved.
6+
// Copyright © 2022 UI At Six. All rights reserved.
77
//
88

99
import UIKit

Sources/Pageboy/PageboyViewController+ScrollCalculations.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
// Pageboy iOS
44
//
55
// Created by Merrick Sapsford on 18/10/2018.
6-
// Copyright © 2018 UI At Six. All rights reserved.
6+
// Copyright © 2022 UI At Six. All rights reserved.
77
//
88

99
import UIKit

Sources/Pageboy/PageboyViewController+ScrollDetection.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
// Pageboy
44
//
55
// Created by Merrick Sapsford on 13/02/2017.
6-
// Copyright © 2018 UI At Six. All rights reserved.
6+
// Copyright © 2022 UI At Six. All rights reserved.
77
//
88

99
import UIKit

Sources/Pageboy/PageboyViewController+Updating.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
// Pageboy
44
//
55
// Created by Merrick Sapsford on 31/03/2018.
6-
// Copyright © 2018 UI At Six. All rights reserved.
6+
// Copyright © 2022 UI At Six. All rights reserved.
77
//
88

99
import UIKit

0 commit comments

Comments
 (0)