Skip to content

Commit 4719762

Browse files
committed
project: transfer Copyright to RxSwiftCommunity
1 parent 1888159 commit 4719762

Some content is hidden

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

44 files changed

+44
-44
lines changed

LICENSE

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2017 Thibault Wittemberg
3+
Copyright (c) RxSwiftCommunity
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

RxFlow/RxFlow.xcodeproj/project.pbxproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -213,7 +213,7 @@
213213
attributes = {
214214
LastSwiftUpdateCheck = 0920;
215215
LastUpgradeCheck = 0920;
216-
ORGANIZATIONNAME = WarpFactor;
216+
ORGANIZATIONNAME = RxSwiftCommunity;
217217
TargetAttributes = {
218218
1AF8548B1FF8328D00271B52 = {
219219
CreatedOnToolsVersion = 9.2;

RxFlow/RxFlow/Coordinator.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
// RxFlow
44
//
55
// Created by Thibault Wittemberg on 17-07-25.
6-
// Copyright © 2017 Warp Factor. All rights reserved.
6+
// Copyright (c) RxSwiftCommunity. All rights reserved.
77
//
88

99
import RxSwift

RxFlow/RxFlow/Extensions/Rx+Pausable.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
// RxFlow
44
//
55
// Created by Thibault Wittemberg on 17-10-01.
6-
// Copyright © 2017 Warp Factor. All rights reserved.
6+
// Copyright (c) RxSwiftCommunity. All rights reserved.
77
//
88

99
import RxSwift

RxFlow/RxFlow/Extensions/UIViewController+Presentable.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
// RxFlow
44
//
55
// Created by Thibault Wittemberg on 17-07-25.
6-
// Copyright © 2017 Warp Factor. All rights reserved.
6+
// Copyright (c) RxSwiftCommunity. All rights reserved.
77
//
88

99
import RxSwift

RxFlow/RxFlow/Extensions/UIViewController+Rx.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
// RxFlow
44
//
55
// Created by Thibault Wittemberg on 17-07-25.
6-
// Copyright © 2017 Warp Factor. All rights reserved.
6+
// Copyright (c) RxSwiftCommunity. All rights reserved.
77
//
88

99
// this code had been inspired by the project: https://github.com/devxoul/RxViewController

RxFlow/RxFlow/Extensions/UIWindow+Presentable.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
// RxFlow
44
//
55
// Created by Thibault Wittemberg on 17-09-11.
6-
// Copyright © 2017 Warp Factor. All rights reserved.
6+
// Copyright (c) RxSwiftCommunity. All rights reserved.
77
//
88

99
import RxSwift

RxFlow/RxFlow/Extensions/UIWindow+Rx.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
// RxFlow
44
//
55
// Created by Thibault Wittemberg on 17-10-01.
6-
// Copyright © 2017 Warp Factor. All rights reserved.
6+
// Copyright (c) RxSwiftCommunity. All rights reserved.
77
//
88

99
import UIKit

RxFlow/RxFlow/Flow.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
// RxFlow
44
//
55
// Created by Thibault Wittemberg on 17-07-23.
6-
// Copyright © 2017 Warp Factor. All rights reserved.
6+
// Copyright (c) RxSwiftCommunity. All rights reserved.
77
//
88

99
import RxSwift

RxFlow/RxFlow/Flowable.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
// RxFlow
44
//
55
// Created by Thibault Wittemberg on 17-10-09.
6-
// Copyright © 2017 Warp Factor. All rights reserved.
6+
// Copyright (c) RxSwiftCommunity. All rights reserved.
77
//
88

99
/// A Flowable is the result of the coordination action between a Flow and a Step (See Flow.navigate(to:) function)

RxFlow/RxFlow/HasDisposeBag.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
// RxFlow
44
//
55
// Created by Thibault Wittemberg on 17-07-25.
6-
// Copyright © 2017 Warp Factor. All rights reserved.
6+
// Copyright (c) RxSwiftCommunity. All rights reserved.
77
//
88

99
// this code had been inspired by the project: https://github.com/RxSwiftCommunity/NSObject-Rx

RxFlow/RxFlow/Presentable.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
// RxFlow
44
//
55
// Created by Thibault Wittemberg on 17-07-25.
6-
// Copyright © 2017 Warp Factor. All rights reserved.
6+
// Copyright (c) RxSwiftCommunity. All rights reserved.
77
//
88

99
import RxSwift

RxFlow/RxFlow/RxFlow.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
// RxFlow
44
//
55
// Created by Thibault Wittemberg on 17-12-30.
6-
// Copyright © 2017 WarpFactor. All rights reserved.
6+
// Copyright (c) RxSwiftCommunity. All rights reserved.
77
//
88

99
#import <UIKit/UIKit.h>

RxFlow/RxFlow/Step.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
// RxFlow
44
//
55
// Created by Thibault Wittemberg on 17-07-23.
6-
// Copyright © 2017 Warp Factor. All rights reserved.
6+
// Copyright (c) RxSwiftCommunity. All rights reserved.
77
//
88

99
/// A Step describes a possible state of navigation insie a Flow

RxFlow/RxFlow/Stepper.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
// RxFlow
44
//
55
// Created by Thibault Wittemberg on 17-07-25.
6-
// Copyright © 2017 Warp Factor. All rights reserved.
6+
// Copyright (c) RxSwiftCommunity. All rights reserved.
77
//
88

99
import RxSwift

RxFlow/RxFlow/Synchronizable.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
// RxFlow
44
//
55
// Created by Thibault Wittemberg on 17-07-25.
6-
// Copyright © 2017 Warp Factor. All rights reserved.
6+
// Copyright (c) RxSwiftCommunity. All rights reserved.
77
//
88

99
// this code had been inspired by the project: https://github.com/RxSwiftCommunity/NSObject-Rx

RxFlowDemo/RxFlowDemo.xcodeproj/project.pbxproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -301,7 +301,7 @@
301301
attributes = {
302302
LastSwiftUpdateCheck = 0920;
303303
LastUpgradeCheck = 0920;
304-
ORGANIZATIONNAME = WarpFactor;
304+
ORGANIZATIONNAME = RxSwiftCommunity;
305305
TargetAttributes = {
306306
1AF854AE1FF832AE00271B52 = {
307307
CreatedOnToolsVersion = 9.2;

RxFlowDemo/RxFlowDemo/AppDelegate.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
// RxFlowDemo
44
//
55
// Created by Thibault Wittemberg on 17-07-25.
6-
// Copyright © 2017 Warp Factor. All rights reserved.
6+
// Copyright (c) RxSwiftCommunity. All rights reserved.
77
//
88

99
import UIKit

RxFlowDemo/RxFlowDemo/Features/Dashboard/Watched/Cells/MovieCollectionViewCell.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
// WeavyDemo
44
//
55
// Created by Thibault Wittemberg on 17-09-06.
6-
// Copyright © 2017 Warp Factor. All rights reserved.
6+
// Copyright (c) RxSwiftCommunity. All rights reserved.
77
//
88

99
import UIKit

RxFlowDemo/RxFlowDemo/Features/Dashboard/Watched/WatchedViewController.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
// RxFlowDemo
44
//
55
// Created by Thibault Wittemberg on 17-07-26.
6-
// Copyright © 2017 Warp Factor. All rights reserved.
6+
// Copyright (c) RxSwiftCommunity. All rights reserved.
77
//
88

99
import UIKit

RxFlowDemo/RxFlowDemo/Features/Dashboard/Watched/WatchedViewModel.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
// RxFlowDemo
44
//
55
// Created by Thibault Wittemberg on 17-11-16.
6-
// Copyright © 2017 Warp Factor. All rights reserved.
6+
// Copyright (c) RxSwiftCommunity. All rights reserved.
77
//
88

99
import RxFlow

RxFlowDemo/RxFlowDemo/Features/Dashboard/Wishlist/CastDetailViewController.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
// RxFlowDemo
44
//
55
// Created by Thibault Wittemberg on 17-07-26.
6-
// Copyright © 2017 Warp Factor. All rights reserved.
6+
// Copyright (c) RxSwiftCommunity. All rights reserved.
77
//
88

99
import UIKit

RxFlowDemo/RxFlowDemo/Features/Dashboard/Wishlist/CastDetailViewModel.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
// RxFlowDemo
44
//
55
// Created by Thibault Wittemberg on 17-12-06.
6-
// Copyright © 2017 Warp Factor. All rights reserved.
6+
// Copyright (c) RxSwiftCommunity. All rights reserved.
77
//
88

99
class CastDetailViewModel {

RxFlowDemo/RxFlowDemo/Features/Dashboard/Wishlist/CastViewModel.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
// RxFlowDemo
44
//
55
// Created by Thibault Wittemberg on 17-12-06.
6-
// Copyright © 2017 Warp Factor. All rights reserved.
6+
// Copyright (c) RxSwiftCommunity. All rights reserved.
77
//
88

99
struct CastViewModel {

RxFlowDemo/RxFlowDemo/Features/Dashboard/Wishlist/Cells/MovieViewCell.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
// WeavyDemo
44
//
55
// Created by Thibault Wittemberg on 17-09-05.
6-
// Copyright © 2017 Warp Factor. All rights reserved.
6+
// Copyright (c) RxSwiftCommunity. All rights reserved.
77
//
88

99
import UIKit

RxFlowDemo/RxFlowDemo/Features/Dashboard/Wishlist/MovieDetailViewController.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
// RxFlowDemo
44
//
55
// Created by Thibault Wittemberg on 17-07-26.
6-
// Copyright © 2017 Warp Factor. All rights reserved.
6+
// Copyright (c) RxSwiftCommunity. All rights reserved.
77
//
88

99
import UIKit

RxFlowDemo/RxFlowDemo/Features/Dashboard/Wishlist/MovieDetailViewModel.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
// RxFlowDemo
44
//
55
// Created by Thibault Wittemberg on 17-12-03.
6-
// Copyright © 2017 Warp Factor. All rights reserved.
6+
// Copyright (c) RxSwiftCommunity. All rights reserved.
77
//
88

99
import RxFlow

RxFlowDemo/RxFlowDemo/Features/Dashboard/Wishlist/MovieViewModel.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
// RxFlowDemo
44
//
55
// Created by Thibault Wittemberg on 17-12-06.
6-
// Copyright © 2017 Warp Factor. All rights reserved.
6+
// Copyright (c) RxSwiftCommunity. All rights reserved.
77
//
88

99
struct MovieViewModel {

RxFlowDemo/RxFlowDemo/Features/Dashboard/Wishlist/WishlistViewController.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
// RxFlowDemo
44
//
55
// Created by Thibault Wittemberg on 17-07-26.
6-
// Copyright © 2017 Warp Factor. All rights reserved.
6+
// Copyright (c) RxSwiftCommunity. All rights reserved.
77
//
88

99
import UIKit

RxFlowDemo/RxFlowDemo/Features/Dashboard/Wishlist/WishlistViewModel.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
// RxFlowDemo
44
//
55
// Created by Thibault Wittemberg on 17-12-03.
6-
// Copyright © 2017 Warp Factor. All rights reserved.
6+
// Copyright (c) RxSwiftCommunity. All rights reserved.
77
//
88

99
import RxSwift

RxFlowDemo/RxFlowDemo/Features/Settings/SettingsAboutViewController.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
// RxFlowDemo
44
//
55
// Created by Thibault Wittemberg on 17-11-14.
6-
// Copyright © 2017 Warp Factor. All rights reserved.
6+
// Copyright (c) RxSwiftCommunity. All rights reserved.
77
//
88

99
import UIKit

RxFlowDemo/RxFlowDemo/Features/Settings/SettingsListViewController.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
// RxFlowDemo
44
//
55
// Created by Thibault Wittemberg on 17-11-13.
6-
// Copyright © 2017 Warp Factor. All rights reserved.
6+
// Copyright (c) RxSwiftCommunity. All rights reserved.
77
//
88

99
import UIKit

RxFlowDemo/RxFlowDemo/Features/Settings/SettingsViewController.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
// RxFlowDemo
44
//
55
// Created by Thibault Wittemberg on 17-07-26.
6-
// Copyright © 2017 Warp Factor. All rights reserved.
6+
// Copyright (c) RxSwiftCommunity. All rights reserved.
77
//
88

99
import UIKit

RxFlowDemo/RxFlowDemo/Flows/DemoWeft.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
// RxFlowDemo
44
//
55
// Created by Thibault Wittemberg on 17-07-25.
6-
// Copyright © 2017 Warp Factor. All rights reserved.
6+
// Copyright (c) RxSwiftCommunity. All rights reserved.
77
//
88

99
import RxFlow

RxFlowDemo/RxFlowDemo/Flows/MainFlow.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
// RxFlowDemo
44
//
55
// Created by Thibault Wittemberg on 17-08-09.
6-
// Copyright © 2017 Warp Factor. All rights reserved.
6+
// Copyright (c) RxSwiftCommunity. All rights reserved.
77
//
88

99
import RxFlow

RxFlowDemo/RxFlowDemo/Flows/SettingsFlow.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
// RxFlowDemo
44
//
55
// Created by Thibault Wittemberg on 17-08-09.
6-
// Copyright © 2017 Warp Factor. All rights reserved.
6+
// Copyright (c) RxSwiftCommunity. All rights reserved.
77
//
88

99
import RxFlow

RxFlowDemo/RxFlowDemo/Flows/WatchedFlow.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
// RxFlowDemo
44
//
55
// Created by Thibault Wittemberg on 17-09-05.
6-
// Copyright © 2017 Warp Factor. All rights reserved.
6+
// Copyright (c) RxSwiftCommunity. All rights reserved.
77
//
88

99
import RxFlow

RxFlowDemo/RxFlowDemo/Flows/WishlistFlow.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
// RxFlowDemo
44
//
55
// Created by Thibault Wittemberg on 17-09-05.
6-
// Copyright © 2017 Warp Factor. All rights reserved.
6+
// Copyright (c) RxSwiftCommunity. All rights reserved.
77
//
88

99
import RxFlow

RxFlowDemo/RxFlowDemo/Protocols/ViewModelBased.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
// RxFlowDemo
44
//
55
// Created by Thibault Wittemberg on 17-12-04.
6-
// Copyright © 2017 Warp Factor. All rights reserved.
6+
// Copyright (c) RxSwiftCommunity. All rights reserved.
77
//
88

99
import UIKit

RxFlowDemo/RxFlowDemo/Services/CastsHelper.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
// RxFlowDemo
44
//
55
// Created by Thibault Wittemberg on 17-12-06.
6-
// Copyright © 2017 Warp Factor. All rights reserved.
6+
// Copyright (c) RxSwiftCommunity. All rights reserved.
77
//
88

99
// swiftlint:disable line_length

RxFlowDemo/RxFlowDemo/Services/CastsRepository.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
// RxFlowDemo
44
//
55
// Created by Thibault Wittemberg on 17-12-06.
6-
// Copyright © 2017 Warp Factor. All rights reserved.
6+
// Copyright (c) RxSwiftCommunity. All rights reserved.
77
//
88

99
struct CastsRepository {

RxFlowDemo/RxFlowDemo/Services/MoviesHelper.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
// RxFlowDemo
44
//
55
// Created by Thibault Wittemberg on 17-12-06.
6-
// Copyright © 2017 Warp Factor. All rights reserved.
6+
// Copyright (c) RxSwiftCommunity. All rights reserved.
77
//
88

99
// swiftlint:disable line_length

RxFlowDemo/RxFlowDemo/Services/MoviesRepository.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
// RxFlowDemo
44
//
55
// Created by Thibault Wittemberg on 17-12-06.
6-
// Copyright © 2017 Warp Factor. All rights reserved.
6+
// Copyright (c) RxSwiftCommunity. All rights reserved.
77
//
88

99
struct MoviesRepository {

RxFlowDemo/RxFlowDemo/Services/MoviesService.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
// RxFlowDemo
44
//
55
// Created by Thibault Wittemberg on 17-11-16.
6-
// Copyright © 2017 Warp Factor. All rights reserved.
6+
// Copyright (c) RxSwiftCommunity. All rights reserved.
77
//
88

99
class MoviesService {

0 commit comments

Comments
 (0)