Skip to content

Commit

Permalink
#20; #25: Updated header comments
Browse files Browse the repository at this point in the history
  • Loading branch information
KyNorthstar committed Aug 2, 2020
1 parent ae2aee2 commit 93bdf54
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Sources/LazyContainers/LazyContainers.swift
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
//
// LazyContainers.swift
// Lazy in Swift 5.1
// Lazy in Swift 5.2
//
// Created by Ben Leggiero on 2018-05-04.
// Version 3.1.0 (last edited 2019-08-30)
// Version 4.0.0 (last edited 2020-08-01)
// Copyright Ben Leggiero © 2020
// https://github.com/RougeWare/Swift-Lazy-Patterns/blob/master/LICENSE.txt
//
Expand Down
2 changes: 1 addition & 1 deletion Tests/LazyContainersTests/GitHubIssue20Tests.swift
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// GitHubIssue20Tests.swift
// LazyContainersTests
//
// Created by Ben Leggiero on 2020-07-29.
// Created by Gabe Shahbazian on 2020-07-29.
//

import XCTest
Expand Down
4 changes: 3 additions & 1 deletion Tests/LazyContainersTests/LazyContainersTests.swift
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
//
// LazyContainersTests.swift
// LazyContainersTests
//
// Created by Ben Leggiero on 2019-08-19
// Copyright BH-0-PD © 2019 - https://github.com/BlueHuskyStudios/Licenses/blob/master/Licenses/BH-0-PD.txt
// Copyright Ben Leggiero © 2020
// https://github.com/RougeWare/Swift-Lazy-Patterns/blob/master/LICENSE.txt
//


Expand Down

0 comments on commit 93bdf54

Please sign in to comment.