Skip to content
This repository was archived by the owner on Sep 19, 2024. It is now read-only.

Commit 4ee8e98

Browse files
committed
Update headers in library swift files
1 parent 185ccef commit 4ee8e98

31 files changed

+63
-32
lines changed

Diff for: Library/Core/ColorResource.swift

+2-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@
33
// R.swift.Library
44
//
55
// Created by Tom Lokhorst on 2016-03-13.
6-
// Copyright © 2016 Mathijs Kadijk. All rights reserved.
6+
// From: https://github.com/mac-cain13/R.swift.Library
7+
// License: MIT License
78
//
89

910
import Foundation

Diff for: Library/Core/Core+Migration.swift

+2-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@
33
// R.swift.Library
44
//
55
// Created by Tom Lokhorst on 2016-09-08.
6-
// Copyright © 2016 Mathijs Kadijk. All rights reserved.
6+
// From: https://github.com/mac-cain13/R.swift.Library
7+
// License: MIT License
78
//
89

910
import Foundation

Diff for: Library/Core/FileResource.swift

+3-2
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
//
22
// FileResource.swift
3-
// Pods
3+
// R.swift.Library
44
//
55
// Created by Mathijs Kadijk on 06-01-16.
6-
//
6+
// From: https://github.com/mac-cain13/R.swift.Library
7+
// License: MIT License
78
//
89

910
import Foundation

Diff for: Library/Core/FontResource.swift

+2-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@
33
// R.swift.Library
44
//
55
// Created by Mathijs Kadijk on 06-01-16.
6-
// Copyright © 2016 Mathijs Kadijk. All rights reserved.
6+
// From: https://github.com/mac-cain13/R.swift.Library
7+
// License: MIT License
78
//
89

910
import Foundation

Diff for: Library/Core/Identifier.swift

+2-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@
33
// R.swift Library
44
//
55
// Created by Mathijs Kadijk on 06-12-15.
6-
// Copyright © 2015 Mathijs Kadijk. All rights reserved.
6+
// From: https://github.com/mac-cain13/R.swift.Library
7+
// License: MIT License
78
//
89

910
import Foundation

Diff for: Library/Core/ImageResource.swift

+2-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@
33
// R.swift.Library
44
//
55
// Created by Mathijs Kadijk on 11-01-16.
6-
// Copyright © 2016 Mathijs Kadijk. All rights reserved.
6+
// From: https://github.com/mac-cain13/R.swift.Library
7+
// License: MIT License
78
//
89

910
import Foundation

Diff for: Library/Core/NibResource.swift

+2-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@
33
// R.swift Library
44
//
55
// Created by Mathijs Kadijk on 06-12-15.
6-
// Copyright © 2015 Mathijs Kadijk. All rights reserved.
6+
// From: https://github.com/mac-cain13/R.swift.Library
7+
// License: MIT License
78
//
89

910
import Foundation

Diff for: Library/Core/ReuseIdentifierProtocol.swift

+2-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@
33
// R.swift Library
44
//
55
// Created by Mathijs Kadijk on 06-12-15.
6-
// Copyright © 2015 Mathijs Kadijk. All rights reserved.
6+
// From: https://github.com/mac-cain13/R.swift.Library
7+
// License: MIT License
78
//
89

910
import Foundation

Diff for: Library/Core/StoryboardResource.swift

+2-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@
33
// R.swift.Library
44
//
55
// Created by Mathijs Kadijk on 07-01-16.
6-
// Copyright © 2016 Mathijs Kadijk. All rights reserved.
6+
// From: https://github.com/mac-cain13/R.swift.Library
7+
// License: MIT License
78
//
89

910
import Foundation

Diff for: Library/Core/StoryboardSegueIdentifierProtocol.swift

+2-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@
33
// R.swift Library
44
//
55
// Created by Mathijs Kadijk on 06-12-15.
6-
// Copyright © 2015 Mathijs Kadijk. All rights reserved.
6+
// From: https://github.com/mac-cain13/R.swift.Library
7+
// License: MIT License
78
//
89

910
import Foundation

Diff for: Library/Core/StoryboardViewControllerResource.swift

+2-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@
33
// R.swift.Library
44
//
55
// Created by Mathijs Kadijk on 13-03-16.
6-
// Copyright © 2016 Mathijs Kadijk. All rights reserved.
6+
// From: https://github.com/mac-cain13/R.swift.Library
7+
// License: MIT License
78
//
89

910
import Foundation

Diff for: Library/Core/StringResource.swift

+2-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@
33
// R.swift.Library
44
//
55
// Created by Tom Lokhorst on 2016-04-23.
6-
// Copyright © 2016 Mathijs Kadijk. All rights reserved.
6+
// From: https://github.com/mac-cain13/R.swift.Library
7+
// License: MIT License
78
//
89

910
import Foundation

Diff for: Library/Core/Validatable.swift

+2-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@
33
// R.swift.Library
44
//
55
// Created by Mathijs Kadijk on 17-12-15.
6-
// Copyright © 2015 Mathijs Kadijk. All rights reserved.
6+
// From: https://github.com/mac-cain13/R.swift.Library
7+
// License: MIT License
78
//
89

910
import Foundation

Diff for: Library/Foundation/Bundle+FileResource.swift

+2-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@
33
// R.swift.Library
44
//
55
// Created by Mathijs Kadijk on 10-01-16.
6-
// Copyright © 2016 Mathijs Kadijk. All rights reserved.
6+
// From: https://github.com/mac-cain13/R.swift.Library
7+
// License: MIT License
78
//
89

910
import Foundation

Diff for: Library/Foundation/Data+FileResource.swift

+2-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@
33
// R.swift.Library
44
//
55
// Created by Tom Lokhorst on 2016-03-11.
6-
// Copyright © 2016 Mathijs Kadijk. All rights reserved.
6+
// From: https://github.com/mac-cain13/R.swift.Library
7+
// License: MIT License
78
//
89

910
import Foundation

Diff for: Library/Foundation/Foundation+Migration.swift

+2-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@
33
// R.swift.Library
44
//
55
// Created by Tom Lokhorst on 2016-09-08.
6-
// Copyright © 2016 Mathijs Kadijk. All rights reserved.
6+
// From: https://github.com/mac-cain13/R.swift.Library
7+
// License: MIT License
78
//
89

910
import Foundation

Diff for: Library/Rswift.h

+2-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@
33
// Rswift
44
//
55
// Created by Mathijs Kadijk on 04-12-15.
6-
// Copyright © 2015 Mathijs Kadijk. All rights reserved.
6+
// From: https://github.com/mac-cain13/R.swift.Library
7+
// License: MIT License
78
//
89

910
#import <UIKit/UIKit.h>

Diff for: Library/UIKit/ColorResource+UIKit.swift

+2-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@
33
// R.swift.Library
44
//
55
// Created by Tom Lokhorst on 2016-04-23.
6-
// Copyright © 2016 Mathijs Kadijk. All rights reserved.
6+
// From: https://github.com/mac-cain13/R.swift.Library
7+
// License: MIT License
78
//
89

910
import UIKit

Diff for: Library/UIKit/NibResource+UIKit.swift

+2-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@
33
// R.swift.Library
44
//
55
// Created by Mathijs Kadijk on 06-01-16.
6-
// Copyright © 2016 Mathijs Kadijk. All rights reserved.
6+
// From: https://github.com/mac-cain13/R.swift.Library
7+
// License: MIT License
78
//
89

910
import Foundation

Diff for: Library/UIKit/StoryboardResourceWithInitialController+UIKit.swift

+2-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@
33
// R.swift.Library
44
//
55
// Created by Mathijs Kadijk on 07-01-16.
6-
// Copyright © 2016 Mathijs Kadijk. All rights reserved.
6+
// From: https://github.com/mac-cain13/R.swift.Library
7+
// License: MIT License
78
//
89

910
import Foundation

Diff for: Library/UIKit/TypedStoryboardSegueInfo+UIStoryboardSegue.swift

+2-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@
33
// R.swift Library
44
//
55
// Created by Mathijs Kadijk on 06-12-15.
6-
// Copyright © 2015 Mathijs Kadijk. All rights reserved.
6+
// From: https://github.com/mac-cain13/R.swift.Library
7+
// License: MIT License
78
//
89

910
import Foundation

Diff for: Library/UIKit/UICollectionView+ReuseIdentifierProtocol.swift

+2-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@
33
// R.swift Library
44
//
55
// Created by Mathijs Kadijk on 06-12-15.
6-
// Copyright © 2015 Mathijs Kadijk. All rights reserved.
6+
// From: https://github.com/mac-cain13/R.swift.Library
7+
// License: MIT License
78
//
89

910
import Foundation

Diff for: Library/UIKit/UIFont+FontResource.swift

+2-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@
33
// R.swift.Library
44
//
55
// Created by Mathijs Kadijk on 06-01-16.
6-
// Copyright © 2016 Mathijs Kadijk. All rights reserved.
6+
// From: https://github.com/mac-cain13/R.swift.Library
7+
// License: MIT License
78
//
89

910
import Foundation

Diff for: Library/UIKit/UIImage+ImageResource.swift

+2-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@
33
// R.swift.Library
44
//
55
// Created by Mathijs Kadijk on 11-01-16.
6-
// Copyright © 2016 Mathijs Kadijk. All rights reserved.
6+
// From: https://github.com/mac-cain13/R.swift.Library
7+
// License: MIT License
78
//
89

910
import UIKit

Diff for: Library/UIKit/UIKit+Migration.swift

+2-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@
33
// R.swift.Library
44
//
55
// Created by Tom Lokhorst on 2016-09-08.
6-
// Copyright © 2016 Mathijs Kadijk. All rights reserved.
6+
// From: https://github.com/mac-cain13/R.swift.Library
7+
// License: MIT License
78
//
89

910
import UIKit

Diff for: Library/UIKit/UINib+NibResource.swift

+2-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@
33
// R.swift.Library
44
//
55
// Created by Mathijs Kadijk on 08-01-16.
6-
// Copyright © 2016 Mathijs Kadijk. All rights reserved.
6+
// From: https://github.com/mac-cain13/R.swift.Library
7+
// License: MIT License
78
//
89

910
import UIKit

Diff for: Library/UIKit/UIStoryboard+StoryboardResource.swift

+2-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@
33
// R.swift.Library
44
//
55
// Created by Mathijs Kadijk on 07-01-16.
6-
// Copyright © 2016 Mathijs Kadijk. All rights reserved.
6+
// From: https://github.com/mac-cain13/R.swift.Library
7+
// License: MIT License
78
//
89

910
import UIKit

Diff for: Library/UIKit/UIStoryboard+StoryboardViewControllerResource.swift

+2-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@
33
// R.swift.Library
44
//
55
// Created by Mathijs Kadijk on 13-03-16.
6-
// Copyright © 2016 Mathijs Kadijk. All rights reserved.
6+
// From: https://github.com/mac-cain13/R.swift.Library
7+
// License: MIT License
78
//
89

910
import Foundation

Diff for: Library/UIKit/UITableView+ReuseIdentifierProtocol.swift

+2-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@
33
// R.swift Library
44
//
55
// Created by Mathijs Kadijk on 06-12-15.
6-
// Copyright © 2015 Mathijs Kadijk. All rights reserved.
6+
// From: https://github.com/mac-cain13/R.swift.Library
7+
// License: MIT License
78
//
89

910
import Foundation

Diff for: Library/UIKit/UIViewController+NibResource.swift

+2-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@
33
// R.swift Library
44
//
55
// Created by Mathijs Kadijk on 06-12-15.
6-
// Copyright © 2015 Mathijs Kadijk. All rights reserved.
6+
// From: https://github.com/mac-cain13/R.swift.Library
7+
// License: MIT License
78
//
89

910
import Foundation

Diff for: Library/UIKit/UIViewController+StoryboardSegueIdentifierProtocol.swift

+2-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@
33
// R.swift Library
44
//
55
// Created by Mathijs Kadijk on 06-12-15.
6-
// Copyright © 2015 Mathijs Kadijk. All rights reserved.
6+
// From: https://github.com/mac-cain13/R.swift.Library
7+
// License: MIT License
78
//
89

910
import Foundation

0 commit comments

Comments
 (0)