diff --git a/Sources/BZip2.swift b/Sources/BZip2.swift index a6f6ec70..f9a9f438 100644 --- a/Sources/BZip2.swift +++ b/Sources/BZip2.swift @@ -3,7 +3,7 @@ // SWCompression // // Created by Timofey Solomko on 12.11.16. -// Copyright © 2016 tsolomko. All rights reserved. +// Copyright © 2016 Timofey Solomko. All rights reserved. // import Foundation diff --git a/Tests/PerformanceTests.swift b/Tests/PerformanceTests.swift index f0d95723..e28a888f 100644 --- a/Tests/PerformanceTests.swift +++ b/Tests/PerformanceTests.swift @@ -3,7 +3,7 @@ // SWCompression // // Created by Timofey Solomko on 01.11.16. -// Copyright © 2016 tsolomko. All rights reserved. +// Copyright © 2016 Timofey Solomko. All rights reserved. // import XCTest