Skip to content

Commit 477fc0f

Browse files
committed
update
license
1 parent 4e269a8 commit 477fc0f

File tree

69 files changed

+69
-69
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

69 files changed

+69
-69
lines changed

Sources/PureMVC/core/Controller.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
// PureMVC SWIFT Multicore
44
//
55
// Copyright(c) 2020 Saad Shams <[email protected]>
6-
// Your reuse is governed by the Creative Commons Attribution 3.0 License
6+
// Your reuse is governed by the BSD 3-Clause License
77
//
88

99
import Foundation

Sources/PureMVC/core/Model.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
// PureMVC SWIFT Multicore
44
//
55
// Copyright(c) 2020 Saad Shams <[email protected]>
6-
// Your reuse is governed by the Creative Commons Attribution 3.0 License
6+
// Your reuse is governed by the BSD 3-Clause License
77
//
88

99
import Foundation

Sources/PureMVC/core/View.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
// PureMVC SWIFT Multicore
44
//
55
// Copyright(c) 2020 Saad Shams <[email protected]>
6-
// Your reuse is governed by the Creative Commons Attribution 3.0 License
6+
// Your reuse is governed by the BSD 3-Clause License
77
//
88

99
import Foundation

Sources/PureMVC/interfaces/ICommand.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
// PureMVC SWIFT Multicore
44
//
55
// Copyright(c) 2020 Saad Shams <[email protected]>
6-
// Your reuse is governed by the Creative Commons Attribution 3.0 License
6+
// Your reuse is governed by the BSD 3-Clause License
77
//
88

99
/**

Sources/PureMVC/interfaces/IController.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
// PureMVC SWIFT Multicore
44
//
55
// Copyright(c) 2020 Saad Shams <[email protected]>
6-
// Your reuse is governed by the Creative Commons Attribution 3.0 License
6+
// Your reuse is governed by the BSD 3-Clause License
77
//
88

99
/**

Sources/PureMVC/interfaces/IFacade.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
// PureMVC SWIFT Multicore
44
//
55
// Copyright(c) 2020 Saad Shams <[email protected]>
6-
// Your reuse is governed by the Creative Commons Attribution 3.0 License
6+
// Your reuse is governed by the BSD 3-Clause License
77
//
88

99
/**

Sources/PureMVC/interfaces/IMediator.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
// PureMVC SWIFT Multicore
44
//
55
// Copyright(c) 2020 Saad Shams <[email protected]>
6-
// Your reuse is governed by the Creative Commons Attribution 3.0 License
6+
// Your reuse is governed by the BSD 3-Clause License
77
//
88

99
/**

Sources/PureMVC/interfaces/IModel.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
// PureMVC SWIFT Multicore
44
//
55
// Copyright(c) 2020 Saad Shams <[email protected]>
6-
// Your reuse is governed by the Creative Commons Attribution 3.0 License
6+
// Your reuse is governed by the BSD 3-Clause License
77
//
88

99
/**

Sources/PureMVC/interfaces/INotification.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
// PureMVC SWIFT Multicore
44
//
55
// Copyright(c) 2020 Saad Shams <[email protected]>
6-
// Your reuse is governed by the Creative Commons Attribution 3.0 License
6+
// Your reuse is governed by the BSD 3-Clause License
77
//
88

99
/**

Sources/PureMVC/interfaces/INotifier.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
// PureMVC SWIFT Multicore
44
//
55
// Copyright(c) 2020 Saad Shams <[email protected]>
6-
// Your reuse is governed by the Creative Commons Attribution 3.0 License
6+
// Your reuse is governed by the BSD 3-Clause License
77
//
88

99
/**

0 commit comments

Comments
 (0)