Skip to content

Commit 4641366

Browse files
v1.0.1
Added MIT License
1 parent 1dd66e5 commit 4641366

29 files changed

+64
-33
lines changed

Battle Cards/Battle Cards/AppDelegate.swift

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@
22
// AppDelegate.swift
33
// Battle Cards
44
//
5-
// Created by Vincent on 9/24/20.
5+
// The MIT License (MIT)
6+
// Copyright © 2020 d-exclaimation
67
//
78

89
import UIKit

Battle Cards/Battle Cards/Array+Identifiable.swift

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@
22
// Array+Identifiable.swift
33
// Battle Cards
44
//
5-
// Created by Vincent on 9/24/20.
5+
// The MIT License (MIT)
6+
// Copyright © 2020 d-exclaimation
67
//
78

89
import Foundation

Battle Cards/Battle Cards/BankWindowCard.swift

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@
22
// BankWindowCard.swift
33
// Battle Cards
44
//
5-
// Created by Vincent on 10/29/20.
5+
// The MIT License (MIT)
6+
// Copyright © 2020 d-exclaimation
67
//
78

89
import SwiftUI

Battle Cards/Battle Cards/BattleSystem.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
//
22
// BattleSystem.swift
33
// Battle Cards
4-
//
5-
// Created by Vincent on 9/24/20.
4+
// The MIT License (MIT)
5+
// Copyright © 2020 d-exclaimation
66
//
77

88
import Foundation

Battle Cards/Battle Cards/BattleTheme.swift

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@
22
// BattleTheme.swift
33
// Battle Cards
44
//
5-
// Created by Vincent on 10/24/20.
5+
// The MIT License (MIT)
6+
// Copyright © 2020 d-exclaimation
67
//
78

89
import Foundation

Battle Cards/Battle Cards/Buttonify.swift

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@
22
// Buttonify.swift
33
// Battle Cards
44
//
5-
// Created by Vincent on 9/24/20.
5+
// The MIT License (MIT)
6+
// Copyright © 2020 d-exclaimation
67
//
78

89
import Foundation

Battle Cards/Battle Cards/CardView.swift

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@
22
// CardVie.swift
33
// Battle Cards
44
//
5-
// Created by Vincent on 9/24/20.
5+
// The MIT License (MIT)
6+
// Copyright © 2020 d-exclaimation
67
//
78

89
import SwiftUI

Battle Cards/Battle Cards/Cardify.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
// Cardify.swift
33
// Memorize
44
//
5-
// Created by Vincent on 9/23/20.
6-
// Copyright © 2020 Vincent. All rights reserved.
5+
// The MIT License (MIT)
6+
// Copyright © 2020 d-exclaimation
77
//
88

99
import Foundation

Battle Cards/Battle Cards/Color+RGBA.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
// Color+RGBA.swift
33
// Memorize
44
//
5-
// Created by Vincent on 10/14/20.
6-
// Copyright © 2020 Vincent. All rights reserved.
5+
// The MIT License (MIT)
6+
// Copyright © 2020 d-exclaimation
77
//
88

99
import Foundation

0 commit comments

Comments
 (0)