Skip to content

Commit

Permalink
Changed license to MPL-2
Browse files Browse the repository at this point in the history
  • Loading branch information
regexident committed Nov 7, 2018
1 parent fa7adee commit 7ae8f64
Show file tree
Hide file tree
Showing 18 changed files with 417 additions and 120 deletions.
10 changes: 3 additions & 7 deletions EventBus iOS/AppDelegate.swift
Original file line number Diff line number Diff line change
@@ -1,10 +1,6 @@
//
// AppDelegate.swift
// EventBus iOS
//
// Created by Vincent Esche on 05/12/2016.
// Copyright © 2016 Vincent Esche. All rights reserved.
//
// This Source Code Form is subject to the terms of the Mozilla Public
// License, v. 2.0. If a copy of the MPL was not distributed with this
// file, You can obtain one at http://mozilla.org/MPL/2.0/.

import UIKit

Expand Down
10 changes: 3 additions & 7 deletions EventBus iOS/ViewController.swift
Original file line number Diff line number Diff line change
@@ -1,10 +1,6 @@
//
// ViewController.swift
// EventBus iOS
//
// Created by Vincent Esche on 05/12/2016.
// Copyright © 2016 Vincent Esche. All rights reserved.
//
// This Source Code Form is subject to the terms of the Mozilla Public
// License, v. 2.0. If a copy of the MPL was not distributed with this
// file, You can obtain one at http://mozilla.org/MPL/2.0/.

import UIKit

Expand Down
10 changes: 3 additions & 7 deletions EventBus/ErrorHandler.swift
Original file line number Diff line number Diff line change
@@ -1,10 +1,6 @@
//
// ErrorHandler.swift
// EventBus (Framework)
//
// Created by Vincent Esche on 8/13/18.
// Copyright © 2018 Vincent Esche. All rights reserved.
//
// This Source Code Form is subject to the terms of the Mozilla Public
// License, v. 2.0. If a copy of the MPL was not distributed with this
// file, You can obtain one at http://mozilla.org/MPL/2.0/.

import Foundation

Expand Down
10 changes: 3 additions & 7 deletions EventBus/Errors.swift
Original file line number Diff line number Diff line change
@@ -1,10 +1,6 @@
//
// Errors.swift
// EventBus (Framework)
//
// Created by Vincent Esche on 8/13/18.
// Copyright © 2018 Vincent Esche. All rights reserved.
//
// This Source Code Form is subject to the terms of the Mozilla Public
// License, v. 2.0. If a copy of the MPL was not distributed with this
// file, You can obtain one at http://mozilla.org/MPL/2.0/.

import Foundation

Expand Down
10 changes: 3 additions & 7 deletions EventBus/EventBus.swift
Original file line number Diff line number Diff line change
@@ -1,10 +1,6 @@
//
// EventBus.swift
// EventBus
//
// Created by Vincent Esche on 21/11/2016.
// Copyright © 2016 Vincent Esche. All rights reserved.
//
// This Source Code Form is subject to the terms of the Mozilla Public
// License, v. 2.0. If a copy of the MPL was not distributed with this
// file, You can obtain one at http://mozilla.org/MPL/2.0/.

import Foundation

Expand Down
10 changes: 3 additions & 7 deletions EventBus/EventChainable.swift
Original file line number Diff line number Diff line change
@@ -1,10 +1,6 @@
//
// EventChainable.swift
// EventBus (Framework)
//
// Created by Vincent Esche on 8/13/18.
// Copyright © 2018 Vincent Esche. All rights reserved.
//
// This Source Code Form is subject to the terms of the Mozilla Public
// License, v. 2.0. If a copy of the MPL was not distributed with this
// file, You can obtain one at http://mozilla.org/MPL/2.0/.

import Foundation

Expand Down
10 changes: 3 additions & 7 deletions EventBus/EventNotifiable.swift
Original file line number Diff line number Diff line change
@@ -1,10 +1,6 @@
//
// EventNotifiable.swift
// EventBus (Framework)
//
// Created by Vincent Esche on 8/13/18.
// Copyright © 2018 Vincent Esche. All rights reserved.
//
// This Source Code Form is subject to the terms of the Mozilla Public
// License, v. 2.0. If a copy of the MPL was not distributed with this
// file, You can obtain one at http://mozilla.org/MPL/2.0/.

import Foundation

Expand Down
10 changes: 3 additions & 7 deletions EventBus/EventRegistrable.swift
Original file line number Diff line number Diff line change
@@ -1,10 +1,6 @@
//
// EventRegistrable.swift
// EventBus (Framework)
//
// Created by Vincent Esche on 8/13/18.
// Copyright © 2018 Vincent Esche. All rights reserved.
//
// This Source Code Form is subject to the terms of the Mozilla Public
// License, v. 2.0. If a copy of the MPL was not distributed with this
// file, You can obtain one at http://mozilla.org/MPL/2.0/.

import Foundation

Expand Down
10 changes: 3 additions & 7 deletions EventBus/EventSubscribable.swift
Original file line number Diff line number Diff line change
@@ -1,10 +1,6 @@
//
// EventSubscribable.swift
// EventBus (Framework)
//
// Created by Vincent Esche on 8/13/18.
// Copyright © 2018 Vincent Esche. All rights reserved.
//
// This Source Code Form is subject to the terms of the Mozilla Public
// License, v. 2.0. If a copy of the MPL was not distributed with this
// file, You can obtain one at http://mozilla.org/MPL/2.0/.

import Foundation

Expand Down
10 changes: 3 additions & 7 deletions EventBus/LogHandler.swift
Original file line number Diff line number Diff line change
@@ -1,10 +1,6 @@
//
// LogHandler.swift
// EventBus (Framework)
//
// Created by Vincent Esche on 8/13/18.
// Copyright © 2018 Vincent Esche. All rights reserved.
//
// This Source Code Form is subject to the terms of the Mozilla Public
// License, v. 2.0. If a copy of the MPL was not distributed with this
// file, You can obtain one at http://mozilla.org/MPL/2.0/.

import Foundation

Expand Down
10 changes: 3 additions & 7 deletions EventBus/NSLocking+Extensions.swift
Original file line number Diff line number Diff line change
@@ -1,10 +1,6 @@
//
// NSLocking+Extensions.swift
// EventBus
//
// Created by Vincent Esche on 8/30/18.
// Copyright © 2018 Vincent Esche. All rights reserved.
//
// This Source Code Form is subject to the terms of the Mozilla Public
// License, v. 2.0. If a copy of the MPL was not distributed with this
// file, You can obtain one at http://mozilla.org/MPL/2.0/.

import Foundation

Expand Down
10 changes: 3 additions & 7 deletions EventBus/Options.swift
Original file line number Diff line number Diff line change
@@ -1,10 +1,6 @@
//
// Options.swift
// EventBus (Framework)
//
// Created by Vincent Esche on 8/13/18.
// Copyright © 2018 Vincent Esche. All rights reserved.
//
// This Source Code Form is subject to the terms of the Mozilla Public
// License, v. 2.0. If a copy of the MPL was not distributed with this
// file, You can obtain one at http://mozilla.org/MPL/2.0/.

import Foundation

Expand Down
10 changes: 3 additions & 7 deletions EventBusTests/EventChainableTests.swift
Original file line number Diff line number Diff line change
@@ -1,10 +1,6 @@
//
// EventChainableTests.swift
// EventBusTests
//
// Created by Vincent Esche on 04/12/2016.
// Copyright © 2016 Vincent Esche. All rights reserved.
//
// This Source Code Form is subject to the terms of the Mozilla Public
// License, v. 2.0. If a copy of the MPL was not distributed with this
// file, You can obtain one at http://mozilla.org/MPL/2.0/.

import XCTest

Expand Down
10 changes: 3 additions & 7 deletions EventBusTests/EventNotifiableTests.swift
Original file line number Diff line number Diff line change
@@ -1,10 +1,6 @@
//
// EventNotifiableTests.swift
// EventBusTests
//
// Created by Vincent Esche on 04/12/2016.
// Copyright © 2016 Vincent Esche. All rights reserved.
//
// This Source Code Form is subject to the terms of the Mozilla Public
// License, v. 2.0. If a copy of the MPL was not distributed with this
// file, You can obtain one at http://mozilla.org/MPL/2.0/.

import XCTest

Expand Down
10 changes: 3 additions & 7 deletions EventBusTests/EventSubscribableTests.swift
Original file line number Diff line number Diff line change
@@ -1,10 +1,6 @@
//
// EventSubscribableTests.swift
// EventBusTests
//
// Created by Vincent Esche on 04/12/2016.
// Copyright © 2016 Vincent Esche. All rights reserved.
//
// This Source Code Form is subject to the terms of the Mozilla Public
// License, v. 2.0. If a copy of the MPL was not distributed with this
// file, You can obtain one at http://mozilla.org/MPL/2.0/.

import XCTest

Expand Down
10 changes: 3 additions & 7 deletions EventBusTests/Utilities.swift
Original file line number Diff line number Diff line change
@@ -1,10 +1,6 @@
//
// Utilities.swift
// EventBusTests
//
// Created by Vincent Esche on 9/4/17.
// Copyright © 2017 Vincent Esche. All rights reserved.
//
// This Source Code Form is subject to the terms of the Mozilla Public
// License, v. 2.0. If a copy of the MPL was not distributed with this
// file, You can obtain one at http://mozilla.org/MPL/2.0/.

import Foundation

Expand Down
Loading

0 comments on commit 7ae8f64

Please sign in to comment.