Skip to content

Commit cab8359

Browse files
committed
Add Copyright
1 parent f79781d commit cab8359

File tree

5 files changed

+12
-0
lines changed

5 files changed

+12
-0
lines changed

Sources/ULID/Data+Base32.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
// ULID
44
//
55
// Created by Yasuhiro Hatta on 2019/01/11.
6+
// Copyright © 2019 yaslab. All rights reserved.
67
//
78

89
import Foundation

Sources/ULID/ULID.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
// ULID
44
//
55
// Created by Yasuhiro Hatta on 2019/01/11.
6+
// Copyright © 2019 yaslab. All rights reserved.
67
//
78

89
import Foundation

Tests/ULIDTests/Data+Base32Tests.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
// ULIDTests
44
//
55
// Created by Yasuhiro Hatta on 2019/01/12.
6+
// Copyright © 2019 yaslab. All rights reserved.
67
//
78

89
import XCTest

Tests/ULIDTests/ULIDTests.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
// ULIDTests
44
//
55
// Created by Yasuhiro Hatta on 2019/01/11.
6+
// Copyright © 2019 yaslab. All rights reserved.
67
//
78

89
import XCTest

Tests/ULIDTests/XCTestManifests.swift

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
//
2+
// XCTestManifests.swift
3+
// ULIDTests
4+
//
5+
// Created by Yasuhiro Hatta on 2019/01/11.
6+
// Copyright © 2019 yaslab. All rights reserved.
7+
//
8+
19
import XCTest
210

311
#if !os(macOS)

0 commit comments

Comments
 (0)