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

Library/Core/ColorResource.swift

Lines changed: 2 additions & 1 deletion
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

Library/Core/Core+Migration.swift

Lines changed: 2 additions & 1 deletion
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

Library/Core/FileResource.swift

Lines changed: 3 additions & 2 deletions
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

Library/Core/FontResource.swift

Lines changed: 2 additions & 1 deletion
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

Library/Core/Identifier.swift

Lines changed: 2 additions & 1 deletion
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

Library/Core/ImageResource.swift

Lines changed: 2 additions & 1 deletion
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

Library/Core/NibResource.swift

Lines changed: 2 additions & 1 deletion
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

Library/Core/ReuseIdentifierProtocol.swift

Lines changed: 2 additions & 1 deletion
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

Library/Core/StoryboardResource.swift

Lines changed: 2 additions & 1 deletion
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

Library/Core/StoryboardSegueIdentifierProtocol.swift

Lines changed: 2 additions & 1 deletion
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)