diff --git a/LICENSE.md b/LICENSE.md index e32511b38..d64af8a55 100644 --- a/LICENSE.md +++ b/LICENSE.md @@ -1,5 +1,5 @@ **The MIT License** -**Copyright © 2015 Krunoslav Zaher, Shai Mishali** +**Copyright © 2015 Shai Mishali, Krunoslav Zaher** **All rights reserved.** Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: diff --git a/Rx.xcodeproj/project.pbxproj b/Rx.xcodeproj/project.pbxproj index cbfcc16ef..a4c8c9fb0 100644 --- a/Rx.xcodeproj/project.pbxproj +++ b/Rx.xcodeproj/project.pbxproj @@ -2764,7 +2764,7 @@ attributes = { LastSwiftUpdateCheck = 0820; LastUpgradeCheck = 1250; - ORGANIZATIONNAME = "Krunoslav Zaher"; + ORGANIZATIONNAME = RxSwift; TargetAttributes = { C80938F51B8A71760088E94D = { LastSwiftMigration = 0800; diff --git a/RxBlocking.podspec b/RxBlocking.podspec index 7d2d4509c..36fd1f275 100644 --- a/RxBlocking.podspec +++ b/RxBlocking.podspec @@ -12,7 +12,7 @@ Waiting for observable sequence to complete before exiting command line applicat DESC s.homepage = "https://github.com/ReactiveX/RxSwift" s.license = 'MIT' - s.author = { "Krunoslav Zaher" => "krunoslav.zaher@gmail.com" } + s.author = { "Shai Mishali" => "freak4pc@gmail.com", "Krunoslav Zaher" => "krunoslav.zaher@gmail.com" } s.source = { :git => "https://github.com/ReactiveX/RxSwift.git", :tag => s.version.to_s } s.requires_arc = true diff --git a/RxCocoa.podspec b/RxCocoa.podspec index 194366846..041706afa 100644 --- a/RxCocoa.podspec +++ b/RxCocoa.podspec @@ -9,7 +9,7 @@ Pod::Spec.new do |s| DESC s.homepage = "https://github.com/ReactiveX/RxSwift" s.license = 'MIT' - s.author = { "Krunoslav Zaher" => "krunoslav.zaher@gmail.com" } + s.author = { "Shai Mishali" => "freak4pc@gmail.com", "Krunoslav Zaher" => "krunoslav.zaher@gmail.com" } s.source = { :git => "https://github.com/ReactiveX/RxSwift.git", :tag => s.version.to_s } s.requires_arc = true diff --git a/RxRelay.podspec b/RxRelay.podspec index 7dcfa2089..faaa92579 100644 --- a/RxRelay.podspec +++ b/RxRelay.podspec @@ -12,7 +12,7 @@ Relays for RxSwift - PublishRelay, BehaviorRelay and ReplayRelay DESC s.homepage = "https://github.com/ReactiveX/RxSwift" s.license = 'MIT' - s.author = { "Krunoslav Zaher" => "krunoslav.zaher@gmail.com" } + s.author = { "Shai Mishali" => "freak4pc@gmail.com", "Krunoslav Zaher" => "krunoslav.zaher@gmail.com" } s.source = { :git => "https://github.com/ReactiveX/RxSwift.git", :tag => s.version.to_s } s.requires_arc = true diff --git a/RxSwift.podspec b/RxSwift.podspec index 2c68a4c5a..19389bf84 100644 --- a/RxSwift.podspec +++ b/RxSwift.podspec @@ -22,7 +22,7 @@ gitDiff().grep("bug").less // sequences of swift objects DESC s.homepage = "https://github.com/ReactiveX/RxSwift" s.license = 'MIT' - s.author = { "Krunoslav Zaher" => "krunoslav.zaher@gmail.com" } + s.author = { "Shai Mishali" => "freak4pc@gmail.com", "Krunoslav Zaher" => "krunoslav.zaher@gmail.com" } s.source = { :git => "https://github.com/ReactiveX/RxSwift.git", :tag => s.version.to_s } s.requires_arc = true diff --git a/RxTest.podspec b/RxTest.podspec index 3c39c8ea3..f020c264d 100644 --- a/RxTest.podspec +++ b/RxTest.podspec @@ -42,7 +42,7 @@ func testMap() { DESC s.homepage = "https://github.com/ReactiveX/RxSwift" s.license = 'MIT' - s.author = { "Krunoslav Zaher" => "krunoslav.zaher@gmail.com" } + s.author = { "Shai Mishali" => "freak4pc@gmail.com", "Krunoslav Zaher" => "krunoslav.zaher@gmail.com" } s.source = { :git => "https://github.com/ReactiveX/RxSwift.git", :tag => s.version.to_s } s.requires_arc = true diff --git a/docs/Classes/AsyncSubject.html b/docs/Classes/AsyncSubject.html index 3c6c2d122..0fbbf578c 100644 --- a/docs/Classes/AsyncSubject.html +++ b/docs/Classes/AsyncSubject.html @@ -579,7 +579,7 @@