Skip to content

Commit 92414eb

Browse files
committed
Clean email.
1 parent 6a74b8c commit 92414eb

File tree

92 files changed

+93
-93
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

92 files changed

+93
-93
lines changed

CODE_OF_CONDUCT.md

+1-1

Example Apps/iOS Example/App/AppDelegate.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// The MIT License (MIT)
2-
// Copyright © 2020 Ivan Vorobei (hello@ivanvorobei.by)
2+
// Copyright © 2020 Ivan Vorobei (hello@ivanvorobei.io)
33
//
44
// Permission is hereby granted, free of charge, to any person obtaining a copy
55
// of this software and associated documentation files (the "Software"), to deal

Example Apps/iOS Example/Scenes/RootController.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// The MIT License (MIT)
2-
// Copyright © 2020 Ivan Vorobei (hello@ivanvorobei.by)
2+
// Copyright © 2020 Ivan Vorobei (hello@ivanvorobei.io)
33
//
44
// Permission is hereby granted, free of charge, to any person obtaining a copy
55
// of this software and associated documentation files (the "Software"), to deal

README.md

+2-2

Sources/SparrowKit/CoreGraphics/CGAffineTransformExtension.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// The MIT License (MIT)
2-
// Copyright © 2020 Ivan Vorobei (hello@ivanvorobei.by)
2+
// Copyright © 2020 Ivan Vorobei (hello@ivanvorobei.io)
33
//
44
// Permission is hereby granted, free of charge, to any person obtaining a copy
55
// of this software and associated documentation files (the "Software"), to deal

Sources/SparrowKit/CoreGraphics/CGPointExtension.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// The MIT License (MIT)
2-
// Copyright © 2020 Ivan Vorobei (hello@ivanvorobei.by)
2+
// Copyright © 2020 Ivan Vorobei (hello@ivanvorobei.io)
33
//
44
// Permission is hereby granted, free of charge, to any person obtaining a copy
55
// of this software and associated documentation files (the "Software"), to deal

Sources/SparrowKit/CoreGraphics/CGRectExtension.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// The MIT License (MIT)
2-
// Copyright © 2020 Ivan Vorobei (hello@ivanvorobei.by)
2+
// Copyright © 2020 Ivan Vorobei (hello@ivanvorobei.io)
33
//
44
// Permission is hereby granted, free of charge, to any person obtaining a copy
55
// of this software and associated documentation files (the "Software"), to deal

Sources/SparrowKit/CoreGraphics/CGSizeExtensions.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// The MIT License (MIT)
2-
// Copyright © 2020 Ivan Vorobei (hello@ivanvorobei.by)
2+
// Copyright © 2020 Ivan Vorobei (hello@ivanvorobei.io)
33
//
44
// Permission is hereby granted, free of charge, to any person obtaining a copy
55
// of this software and associated documentation files (the "Software"), to deal

Sources/SparrowKit/Foundation/Classes/CompletionAliasses.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// The MIT License (MIT)
2-
// Copyright © 2020 Ivan Vorobei (hello@ivanvorobei.by)
2+
// Copyright © 2020 Ivan Vorobei (hello@ivanvorobei.io)
33
//
44
// Permission is hereby granted, free of charge, to any person obtaining a copy
55
// of this software and associated documentation files (the "Software"), to deal

Sources/SparrowKit/Foundation/Classes/SPCopying.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// The MIT License (MIT)
2-
// Copyright © 2020 Ivan Vorobei (hello@ivanvorobei.by)
2+
// Copyright © 2020 Ivan Vorobei (hello@ivanvorobei.io)
33
//
44
// Permission is hereby granted, free of charge, to any person obtaining a copy
55
// of this software and associated documentation files (the "Software"), to deal

Sources/SparrowKit/Foundation/Classes/SPFileManager.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// The MIT License (MIT)
2-
// Copyright © 2020 Ivan Vorobei (hello@ivanvorobei.by)
2+
// Copyright © 2020 Ivan Vorobei (hello@ivanvorobei.io)
33
//
44
// Permission is hereby granted, free of charge, to any person obtaining a copy
55
// of this software and associated documentation files (the "Software"), to deal

Sources/SparrowKit/Foundation/Classes/SPFileManagerDestination.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// The MIT License (MIT)
2-
// Copyright © 2020 Ivan Vorobei (hello@ivanvorobei.by)
2+
// Copyright © 2020 Ivan Vorobei (hello@ivanvorobei.io)
33
//
44
// Permission is hereby granted, free of charge, to any person obtaining a copy
55
// of this software and associated documentation files (the "Software"), to deal

Sources/SparrowKit/Foundation/Extensions/ArrayExtension.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// The MIT License (MIT)
2-
// Copyright © 2020 Ivan Vorobei (hello@ivanvorobei.by)
2+
// Copyright © 2020 Ivan Vorobei (hello@ivanvorobei.io)
33
//
44
// Permission is hereby granted, free of charge, to any person obtaining a copy
55
// of this software and associated documentation files (the "Software"), to deal

Sources/SparrowKit/Foundation/Extensions/BoolExtension.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// The MIT License (MIT)
2-
// Copyright © 2020 Ivan Vorobei (hello@ivanvorobei.by)
2+
// Copyright © 2020 Ivan Vorobei (hello@ivanvorobei.io)
33
//
44
// Permission is hereby granted, free of charge, to any person obtaining a copy
55
// of this software and associated documentation files (the "Software"), to deal

Sources/SparrowKit/Foundation/Extensions/CalendarExtension.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// The MIT License (MIT)
2-
// Copyright © 2020 Ivan Vorobei (hello@ivanvorobei.by)
2+
// Copyright © 2020 Ivan Vorobei (hello@ivanvorobei.io)
33
//
44
// Permission is hereby granted, free of charge, to any person obtaining a copy
55
// of this software and associated documentation files (the "Software"), to deal

Sources/SparrowKit/Foundation/Extensions/CollectionExtension.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// The MIT License (MIT)
2-
// Copyright © 2020 Ivan Vorobei (hello@ivanvorobei.by)
2+
// Copyright © 2020 Ivan Vorobei (hello@ivanvorobei.io)
33
//
44
// Permission is hereby granted, free of charge, to any person obtaining a copy
55
// of this software and associated documentation files (the "Software"), to deal

Sources/SparrowKit/Foundation/Extensions/DataExtension.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// The MIT License (MIT)
2-
// Copyright © 2020 Ivan Vorobei (hello@ivanvorobei.by)
2+
// Copyright © 2020 Ivan Vorobei (hello@ivanvorobei.io)
33
//
44
// Permission is hereby granted, free of charge, to any person obtaining a copy
55
// of this software and associated documentation files (the "Software"), to deal

Sources/SparrowKit/Foundation/Extensions/DateExtension.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// The MIT License (MIT)
2-
// Copyright © 2020 Ivan Vorobei (hello@ivanvorobei.by)
2+
// Copyright © 2020 Ivan Vorobei (hello@ivanvorobei.io)
33
//
44
// Permission is hereby granted, free of charge, to any person obtaining a copy
55
// of this software and associated documentation files (the "Software"), to deal

Sources/SparrowKit/Foundation/Extensions/Delay.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// The MIT License (MIT)
2-
// Copyright © 2020 Ivan Vorobei (hello@ivanvorobei.by)
2+
// Copyright © 2020 Ivan Vorobei (hello@ivanvorobei.io)
33
//
44
// Permission is hereby granted, free of charge, to any person obtaining a copy
55
// of this software and associated documentation files (the "Software"), to deal

Sources/SparrowKit/Foundation/Extensions/Do.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// The MIT License (MIT)
2-
// Copyright © 2020 Ivan Vorobei (hello@ivanvorobei.by)
2+
// Copyright © 2020 Ivan Vorobei (hello@ivanvorobei.io)
33
//
44
// Permission is hereby granted, free of charge, to any person obtaining a copy
55
// of this software and associated documentation files (the "Software"), to deal

Sources/SparrowKit/Foundation/Extensions/EncodableExtension.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// The MIT License (MIT)
2-
// Copyright © 2020 Ivan Vorobei (hello@ivanvorobei.by)
2+
// Copyright © 2020 Ivan Vorobei (hello@ivanvorobei.io)
33
//
44
// Permission is hereby granted, free of charge, to any person obtaining a copy
55
// of this software and associated documentation files (the "Software"), to deal

Sources/SparrowKit/Foundation/Extensions/LocaleExtension.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// The MIT License (MIT)
2-
// Copyright © 2020 Ivan Vorobei (hello@ivanvorobei.by)
2+
// Copyright © 2020 Ivan Vorobei (hello@ivanvorobei.io)
33
//
44
// Permission is hereby granted, free of charge, to any person obtaining a copy
55
// of this software and associated documentation files (the "Software"), to deal

Sources/SparrowKit/Foundation/Extensions/NSObjectExtension.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// The MIT License (MIT)
2-
// Copyright © 2020 Ivan Vorobei (hello@ivanvorobei.by)
2+
// Copyright © 2020 Ivan Vorobei (hello@ivanvorobei.io)
33
//
44
// Permission is hereby granted, free of charge, to any person obtaining a copy
55
// of this software and associated documentation files (the "Software"), to deal

Sources/SparrowKit/Foundation/Extensions/NSUserActivityExtension.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// The MIT License (MIT)
2-
// Copyright © 2020 Ivan Vorobei (hello@ivanvorobei.by)
2+
// Copyright © 2020 Ivan Vorobei (hello@ivanvorobei.io)
33
//
44
// Permission is hereby granted, free of charge, to any person obtaining a copy
55
// of this software and associated documentation files (the "Software"), to deal

Sources/SparrowKit/Foundation/Extensions/NotificationCenterExtension.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// The MIT License (MIT)
2-
// Copyright © 2020 Ivan Vorobei (hello@ivanvorobei.by)
2+
// Copyright © 2020 Ivan Vorobei (hello@ivanvorobei.io)
33
//
44
// Permission is hereby granted, free of charge, to any person obtaining a copy
55
// of this software and associated documentation files (the "Software"), to deal

Sources/SparrowKit/Foundation/Extensions/StringExtension.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// The MIT License (MIT)
2-
// Copyright © 2020 Ivan Vorobei (hello@ivanvorobei.by)
2+
// Copyright © 2020 Ivan Vorobei (hello@ivanvorobei.io)
33
//
44
// Permission is hereby granted, free of charge, to any person obtaining a copy
55
// of this software and associated documentation files (the "Software"), to deal

Sources/SparrowKit/Foundation/Extensions/UserDefaultsExtension.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// The MIT License (MIT)
2-
// Copyright © 2020 Ivan Vorobei (hello@ivanvorobei.by)
2+
// Copyright © 2020 Ivan Vorobei (hello@ivanvorobei.io)
33
//
44
// Permission is hereby granted, free of charge, to any person obtaining a copy
55
// of this software and associated documentation files (the "Software"), to deal

Sources/SparrowKit/UIKit/Classes/AppDelegate/SPAppDelegate.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// The MIT License (MIT)
2-
// Copyright © 2020 Ivan Vorobei (hello@ivanvorobei.by)
2+
// Copyright © 2020 Ivan Vorobei (hello@ivanvorobei.io)
33
//
44
// Permission is hereby granted, free of charge, to any person obtaining a copy
55
// of this software and associated documentation files (the "Software"), to deal

Sources/SparrowKit/UIKit/Classes/AppDelegate/SPAppScenesDelegate.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// The MIT License (MIT)
2-
// Copyright © 2020 Ivan Vorobei (hello@ivanvorobei.by)
2+
// Copyright © 2020 Ivan Vorobei (hello@ivanvorobei.io)
33
//
44
// Permission is hereby granted, free of charge, to any person obtaining a copy
55
// of this software and associated documentation files (the "Software"), to deal

Sources/SparrowKit/UIKit/Classes/AppDelegate/SPAppWindowDelegate.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// The MIT License (MIT)
2-
// Copyright © 2020 Ivan Vorobei (hello@ivanvorobei.by)
2+
// Copyright © 2020 Ivan Vorobei (hello@ivanvorobei.io)
33
//
44
// Permission is hereby granted, free of charge, to any person obtaining a copy
55
// of this software and associated documentation files (the "Software"), to deal

Sources/SparrowKit/UIKit/Classes/AppDelegate/Window Scenes/SPWindowSceneDelegate.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// The MIT License (MIT)
2-
// Copyright © 2020 Ivan Vorobei (hello@ivanvorobei.by)
2+
// Copyright © 2020 Ivan Vorobei (hello@ivanvorobei.io)
33
//
44
// Permission is hereby granted, free of charge, to any person obtaining a copy
55
// of this software and associated documentation files (the "Software"), to deal

Sources/SparrowKit/UIKit/Classes/Buttons/Dimmed/SPDimmedButton+AppearanceState.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// The MIT License (MIT)
2-
// Copyright © 2020 Ivan Vorobei (hello@ivanvorobei.by)
2+
// Copyright © 2020 Ivan Vorobei (hello@ivanvorobei.io)
33
//
44
// Permission is hereby granted, free of charge, to any person obtaining a copy
55
// of this software and associated documentation files (the "Software"), to deal

Sources/SparrowKit/UIKit/Classes/Buttons/Dimmed/SPDimmedButton+Colorise.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// The MIT License (MIT)
2-
// Copyright © 2020 Ivan Vorobei (hello@ivanvorobei.by)
2+
// Copyright © 2020 Ivan Vorobei (hello@ivanvorobei.io)
33
//
44
// Permission is hereby granted, free of charge, to any person obtaining a copy
55
// of this software and associated documentation files (the "Software"), to deal

Sources/SparrowKit/UIKit/Classes/Buttons/Dimmed/SPDimmedButton+HiglightStyle.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// The MIT License (MIT)
2-
// Copyright © 2020 Ivan Vorobei (hello@ivanvorobei.by)
2+
// Copyright © 2020 Ivan Vorobei (hello@ivanvorobei.io)
33
//
44
// Permission is hereby granted, free of charge, to any person obtaining a copy
55
// of this software and associated documentation files (the "Software"), to deal

Sources/SparrowKit/UIKit/Classes/Buttons/Dimmed/SPDimmedButton.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// The MIT License (MIT)
2-
// Copyright © 2020 Ivan Vorobei (hello@ivanvorobei.by)
2+
// Copyright © 2020 Ivan Vorobei (hello@ivanvorobei.io)
33
//
44
// Permission is hereby granted, free of charge, to any person obtaining a copy
55
// of this software and associated documentation files (the "Software"), to deal

Sources/SparrowKit/UIKit/Classes/Buttons/SPButton.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// The MIT License (MIT)
2-
// Copyright © 2020 Ivan Vorobei (hello@ivanvorobei.by)
2+
// Copyright © 2020 Ivan Vorobei (hello@ivanvorobei.io)
33
//
44
// Permission is hereby granted, free of charge, to any person obtaining a copy
55
// of this software and associated documentation files (the "Software"), to deal

Sources/SparrowKit/UIKit/Classes/Collection/SPCollectionReusableView.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// The MIT License (MIT)
2-
// Copyright © 2020 Ivan Vorobei (hello@ivanvorobei.by)
2+
// Copyright © 2020 Ivan Vorobei (hello@ivanvorobei.io)
33
//
44
// Permission is hereby granted, free of charge, to any person obtaining a copy
55
// of this software and associated documentation files (the "Software"), to deal

Sources/SparrowKit/UIKit/Classes/Collection/SPCollectionView.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// The MIT License (MIT)
2-
// Copyright © 2020 Ivan Vorobei (hello@ivanvorobei.by)
2+
// Copyright © 2020 Ivan Vorobei (hello@ivanvorobei.io)
33
//
44
// Permission is hereby granted, free of charge, to any person obtaining a copy
55
// of this software and associated documentation files (the "Software"), to deal

Sources/SparrowKit/UIKit/Classes/Collection/SPCollectionViewCell.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// The MIT License (MIT)
2-
// Copyright © 2020 Ivan Vorobei (hello@ivanvorobei.by)
2+
// Copyright © 2020 Ivan Vorobei (hello@ivanvorobei.io)
33
//
44
// Permission is hereby granted, free of charge, to any person obtaining a copy
55
// of this software and associated documentation files (the "Software"), to deal

Sources/SparrowKit/UIKit/Classes/Collection/SPCollectionViewController.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// The MIT License (MIT)
2-
// Copyright © 2020 Ivan Vorobei (hello@ivanvorobei.by)
2+
// Copyright © 2020 Ivan Vorobei (hello@ivanvorobei.io)
33
//
44
// Permission is hereby granted, free of charge, to any person obtaining a copy
55
// of this software and associated documentation files (the "Software"), to deal

Sources/SparrowKit/UIKit/Classes/Popover/SPPopoverController.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// The MIT License (MIT)
2-
// Copyright © 2020 Ivan Vorobei (hello@ivanvorobei.by)
2+
// Copyright © 2020 Ivan Vorobei (hello@ivanvorobei.io)
33
//
44
// Permission is hereby granted, free of charge, to any person obtaining a copy
55
// of this software and associated documentation files (the "Software"), to deal

Sources/SparrowKit/UIKit/Classes/Popover/SPPopoverNavigationController.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// The MIT License (MIT)
2-
// Copyright © 2020 Ivan Vorobei (hello@ivanvorobei.by)
2+
// Copyright © 2020 Ivan Vorobei (hello@ivanvorobei.io)
33
//
44
// Permission is hereby granted, free of charge, to any person obtaining a copy
55
// of this software and associated documentation files (the "Software"), to deal

Sources/SparrowKit/UIKit/Classes/SPControl.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// The MIT License (MIT)
2-
// Copyright © 2020 Ivan Vorobei (hello@ivanvorobei.by)
2+
// Copyright © 2020 Ivan Vorobei (hello@ivanvorobei.io)
33
//
44
// Permission is hereby granted, free of charge, to any person obtaining a copy
55
// of this software and associated documentation files (the "Software"), to deal

Sources/SparrowKit/UIKit/Classes/SPController.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// The MIT License (MIT)
2-
// Copyright © 2020 Ivan Vorobei (hello@ivanvorobei.by)
2+
// Copyright © 2020 Ivan Vorobei (hello@ivanvorobei.io)
33
//
44
// Permission is hereby granted, free of charge, to any person obtaining a copy
55
// of this software and associated documentation files (the "Software"), to deal

Sources/SparrowKit/UIKit/Classes/SPGradientView.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// The MIT License (MIT)
2-
// Copyright © 2020 Ivan Vorobei (hello@ivanvorobei.by)
2+
// Copyright © 2020 Ivan Vorobei (hello@ivanvorobei.io)
33
//
44
// Permission is hereby granted, free of charge, to any person obtaining a copy
55
// of this software and associated documentation files (the "Software"), to deal

Sources/SparrowKit/UIKit/Classes/SPImagePicker.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// The MIT License (MIT)
2-
// Copyright © 2020 Ivan Vorobei (hello@ivanvorobei.by)
2+
// Copyright © 2020 Ivan Vorobei (hello@ivanvorobei.io)
33
//
44
// Permission is hereby granted, free of charge, to any person obtaining a copy
55
// of this software and associated documentation files (the "Software"), to deal

Sources/SparrowKit/UIKit/Classes/SPImageView.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// The MIT License (MIT)
2-
// Copyright © 2020 Ivan Vorobei (hello@ivanvorobei.by)
2+
// Copyright © 2020 Ivan Vorobei (hello@ivanvorobei.io)
33
//
44
// Permission is hereby granted, free of charge, to any person obtaining a copy
55
// of this software and associated documentation files (the "Software"), to deal

Sources/SparrowKit/UIKit/Classes/SPInsetsTextField.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// The MIT License (MIT)
2-
// Copyright © 2020 Ivan Vorobei (hello@ivanvorobei.by)
2+
// Copyright © 2020 Ivan Vorobei (hello@ivanvorobei.io)
33
//
44
// Permission is hereby granted, free of charge, to any person obtaining a copy
55
// of this software and associated documentation files (the "Software"), to deal

Sources/SparrowKit/UIKit/Classes/SPLabel.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// The MIT License (MIT)
2-
// Copyright © 2020 Ivan Vorobei (hello@ivanvorobei.by)
2+
// Copyright © 2020 Ivan Vorobei (hello@ivanvorobei.io)
33
//
44
// Permission is hereby granted, free of charge, to any person obtaining a copy
55
// of this software and associated documentation files (the "Software"), to deal

Sources/SparrowKit/UIKit/Classes/SPNavigationController.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// The MIT License (MIT)
2-
// Copyright © 2020 Ivan Vorobei (hello@ivanvorobei.by)
2+
// Copyright © 2020 Ivan Vorobei (hello@ivanvorobei.io)
33
//
44
// Permission is hereby granted, free of charge, to any person obtaining a copy
55
// of this software and associated documentation files (the "Software"), to deal

Sources/SparrowKit/UIKit/Classes/SPScrollController.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// The MIT License (MIT)
2-
// Copyright © 2020 Ivan Vorobei (hello@ivanvorobei.by)
2+
// Copyright © 2020 Ivan Vorobei (hello@ivanvorobei.io)
33
//
44
// Permission is hereby granted, free of charge, to any person obtaining a copy
55
// of this software and associated documentation files (the "Software"), to deal

Sources/SparrowKit/UIKit/Classes/SPScrollView.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// The MIT License (MIT)
2-
// Copyright © 2020 Ivan Vorobei (hello@ivanvorobei.by)
2+
// Copyright © 2020 Ivan Vorobei (hello@ivanvorobei.io)
33
//
44
// Permission is hereby granted, free of charge, to any person obtaining a copy
55
// of this software and associated documentation files (the "Software"), to deal

Sources/SparrowKit/UIKit/Classes/SPSlider.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// The MIT License (MIT)
2-
// Copyright © 2020 Ivan Vorobei (hello@ivanvorobei.by)
2+
// Copyright © 2020 Ivan Vorobei (hello@ivanvorobei.io)
33
//
44
// Permission is hereby granted, free of charge, to any person obtaining a copy
55
// of this software and associated documentation files (the "Software"), to deal

Sources/SparrowKit/UIKit/Classes/SPTextField.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// The MIT License (MIT)
2-
// Copyright © 2020 Ivan Vorobei (hello@ivanvorobei.by)
2+
// Copyright © 2020 Ivan Vorobei (hello@ivanvorobei.io)
33
//
44
// Permission is hereby granted, free of charge, to any person obtaining a copy
55
// of this software and associated documentation files (the "Software"), to deal

Sources/SparrowKit/UIKit/Classes/SPTextView.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// The MIT License (MIT)
2-
// Copyright © 2020 Ivan Vorobei (hello@ivanvorobei.by)
2+
// Copyright © 2020 Ivan Vorobei (hello@ivanvorobei.io)
33
//
44
// Permission is hereby granted, free of charge, to any person obtaining a copy
55
// of this software and associated documentation files (the "Software"), to deal

Sources/SparrowKit/UIKit/Classes/SPView.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// The MIT License (MIT)
2-
// Copyright © 2020 Ivan Vorobei (hello@ivanvorobei.by)
2+
// Copyright © 2020 Ivan Vorobei (hello@ivanvorobei.io)
33
//
44
// Permission is hereby granted, free of charge, to any person obtaining a copy
55
// of this software and associated documentation files (the "Software"), to deal

0 commit comments

Comments
 (0)