Skip to content

Commit b9e6fd0

Browse files
author
Joe Newton
committed
Updated headings
1 parent 11115e9 commit b9e6fd0

12 files changed

+13
-13
lines changed

CBORCoding/CBOR+Codable.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
// CBORCoding
44
//
55
// Created by Joseph Newton on 5/25/19.
6-
// Copyright © 2019 Some Random iOS Dev. All rights reserved.
6+
// Copyright © 2019 SomeRandomiOSDev. All rights reserved.
77
//
88

99
import Foundation

CBORCoding/CBOR+Equatable.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
// CBORCoding
44
//
55
// Created by Joseph Newton on 6/2/19.
6-
// Copyright © 2019 Some Random iOS Dev. All rights reserved.
6+
// Copyright © 2019 SomeRandomiOSDev. All rights reserved.
77
//
88

99
import Foundation

CBORCoding/CBOR.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
// CBORCoding
44
//
55
// Created by Joseph Newton on 5/18/19.
6-
// Copyright © 2019 Some Random iOS Dev. All rights reserved.
6+
// Copyright © 2019 SomeRandomiOSDev. All rights reserved.
77
//
88

99
import Foundation

CBORCoding/CBORDecoder.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
//
22
// CBOREncoder.swift
3-
// AppleCore
3+
// CBORCoding
44
//
55
// Created by Joseph Newton on 5/12/19.
6-
// Copyright © 2019 Diligent Corportation. All rights reserved.
6+
// Copyright © 2019 SomeRandomiOSDev. All rights reserved.
77
//
88

99
import Foundation

CBORCoding/CBOREncoder.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
// CBORCoding
44
//
55
// Created by Joseph Newton on 5/12/19.
6-
// Copyright © 2019 Some Random iOS Dev. All rights reserved.
6+
// Copyright © 2019 SomeRandomiOSDev. All rights reserved.
77
//
88

99
import Foundation

CBORCoding/CBORParser.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
// CBORCoding
44
//
55
// Created by Joseph Newton on 5/26/19.
6-
// Copyright © 2019 Some Random iOS Dev. All rights reserved.
6+
// Copyright © 2019 SomeRandomiOSDev. All rights reserved.
77
//
88

99
import Foundation

CBORCoding/Containers.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
// CBORCoding
44
//
55
// Created by Joseph Newton on 5/25/19.
6-
// Copyright © 2019 Some Random iOS Dev. All rights reserved.
6+
// Copyright © 2019 SomeRandomiOSDev. All rights reserved.
77
//
88

99
import Foundation

CBORCodingTests/CBORDecoderTests.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
// CBORCodingTests
44
//
55
// Created by Joseph Newton on 5/25/19.
6-
// Copyright © 2019 Some Random iOS Dev. All rights reserved.
6+
// Copyright © 2019 SomeRandomiOSDev. All rights reserved.
77
//
88

99
// swiftlint:disable nesting function_body_length force_cast identifier_name opening_brace comma implicitly_unwrapped_optional number_separator force_unwrapping

CBORCodingTests/CBOREncoderTests.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
// CBORCodingTests
44
//
55
// Created by Joseph Newton on 5/18/19.
6-
// Copyright © 2019 Some Random iOS Dev. All rights reserved.
6+
// Copyright © 2019 SomeRandomiOSDev. All rights reserved.
77
//
88

99
// swiftlint:disable comma nesting function_body_length identifier_name force_try force_cast number_separator force_unwrapping

CBORCodingTests/CBORParserTests.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
// CBORCodingTests
44
//
55
// Created by Joseph Newton on 5/26/19.
6-
// Copyright © 2019 Some Random iOS Dev. All rights reserved.
6+
// Copyright © 2019 SomeRandomiOSDev. All rights reserved.
77
//
88

99
// swiftlint:disable function_body_length force_cast comma force_try implicitly_unwrapped_optional number_separator force_unwrapping

0 commit comments

Comments
 (0)