From d221ecf71d334fb96e7600ba57d19ca039e6782f Mon Sep 17 00:00:00 2001 From: Timofey Solomko Date: Sun, 13 Nov 2016 21:16:04 +0300 Subject: [PATCH] Copyright updates. --- Sources/BZip2.swift | 2 +- Tests/PerformanceTests.swift | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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