Skip to content

Commit 33adc02

Browse files
authored
Merge pull request #14 from RougeWare/develop
#11 and copyright header updates
2 parents 2ff5266 + cd61e87 commit 33adc02

File tree

20 files changed

+302
-15
lines changed

20 files changed

+302
-15
lines changed

.swiftpm/xcode/package.xcworkspace/contents.xcworkspacedata

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Sources/RectangleTools/Basic Protocols/MutableTwoDimensional.swift

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
//
22
// TwoDimensional.swift
3-
//
3+
// RectangleTools
44
//
55
// Created by Ben Leggiero on 2019-10-21.
6+
// Copyright © 2019 Ben Leggiero BH-1-PS.
67
//
78

89
import Foundation

Sources/RectangleTools/Basic Protocols/Point2D.swift

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
//
22
// Point2D.swift
3-
//
3+
// RectangleTools
44
//
55
// Created by Ben Leggiero on 2019-10-21.
6+
// Copyright © 2019 Ben Leggiero BH-1-PS.
67
//
78

89
import Foundation

Sources/RectangleTools/Basic Protocols/Rectangle.swift

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
//
22
// Rectangle.swift
3-
//
3+
// RectangleTools
44
//
55
// Created by Ben Leggiero on 2019-10-21.
6+
// Copyright © 2019 Ben Leggiero BH-1-PS.
67
//
78

89
import Foundation

Sources/RectangleTools/Basic Protocols/Size2D.swift

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
//
22
// Size2D.swift
3-
//
3+
// RectangleTools
44
//
55
// Created by Ben Leggiero on 2019-10-21.
6+
// Copyright © 2019 Ben Leggiero BH-1-PS.
67
//
78

89
import Foundation

Sources/RectangleTools/Default Conformances/CGPoint + Point2D.swift

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
//
22
// CGPoint + Point2D.swift
3-
//
3+
// RectangleTools
44
//
55
// Created by Ben Leggiero on 2019-10-21.
6+
// Copyright © 2019 Ben Leggiero BH-1-PS.
67
//
78

89
import Foundation

Sources/RectangleTools/Default Conformances/CGRect + Rectangle.swift

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
//
22
// File.swift
3-
//
3+
// RectangleTools
44
//
55
// Created by Ben Leggiero on 2019-10-21.
6+
// Copyright © 2019 Ben Leggiero BH-1-PS.
67
//
78

89
import Foundation

Sources/RectangleTools/Default Conformances/CGSize + Size2D.swift

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
//
22
// CGSize + Size2D.swift
3-
//
3+
// RectangleTools
44
//
55
// Created by Ben Leggiero on 2019-10-21.
6+
// Copyright © 2019 Ben Leggiero BH-1-PS.
67
//
78

89
import Foundation

Sources/RectangleTools/Default Implementations/Decimal/DecimalPoint.swift

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
//
22
// DecimalPoint.swift
3-
//
3+
// RectangleTools
44
//
55
// Created by Ben Leggiero on 2019-10-22.
6+
// Copyright © 2019 Ben Leggiero BH-1-PS.
67
//
78

89
import Foundation

Sources/RectangleTools/Default Implementations/Decimal/DecimalRect.swift

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
//
22
// DecimalRect.swift
3-
//
3+
// RectangleTools
44
//
55
// Created by Ben Leggiero on 2019-10-22.
6+
// Copyright © 2019 Ben Leggiero BH-1-PS.
67
//
78

89
import Foundation

0 commit comments

Comments
 (0)