Skip to content

Commit

Permalink
update LICENSE file
Browse files Browse the repository at this point in the history
  • Loading branch information
ddddxxx committed Jul 3, 2020
1 parent 7a544ce commit 07d2a02
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 12 deletions.
11 changes: 0 additions & 11 deletions LICENSE
Original file line number Diff line number Diff line change
Expand Up @@ -19,14 +19,3 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.

--------------------------

The following files are adapted from the Swift open source project:

- Sources/CXFoundation/Publishers+KeyValueObserving.swift

These files are under the Apache License version 2.0, found here:

https://github.com/apple/swift/blob/4f3eab3aae55bd7ad2af710fd468d0361aa907da/LICENSE.txt

10 changes: 9 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,4 +53,12 @@ CXShim is only available with Swift Package Manager.
These libraries bring additional functionality to Combine. They are all [Combine Compatible Package](https://github.com/cx-org/CombineX/wiki/Combine-Compatible-Package) and you're free to switch underlying Combine implementation between `CombineX` and Apple's `Combine`.

- [CXCocoa](https://github.com/cx-org/CXCocoa): provides `Combine` extensions to `Cocoa`, such as `KVO+Publisher`, `Method Interception`, `UIBinding`, `Delegate Proxy`, etc.
- [CXExtensions](https://github.com/cx-org/CXExtensions): provides a collection of useful extensions for `Combine`, such as `IgnoreError`, `DelayedAutoCancellable`, etc.
- [CXExtensions](https://github.com/cx-org/CXExtensions): provides a collection of useful extensions for `Combine`, such as `IgnoreError`, `DelayedAutoCancellable`, etc.

## License

CombineX is released under the MIT license. See [LICENSE](LICENSE) for details.

The following files are adapted from the Swift open source project:

- [Publishers+KeyValueObserving](Sources/CXFoundation/Publishers+KeyValueObserving.swift)
8 changes: 8 additions & 0 deletions README_zh-Hans.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,3 +52,11 @@ CXShim 仅在 Swift Package Manager 下可用。

- [CXCocoa](https://github.com/cx-org/CXCocoa):提供 `Cocoa``Combine` 扩展。例如 `KVO+Publisher``Method Interception``UIBinding``Delegate Proxy` 等。
- [CXExtensions](https://github.com/cx-org/CXExtensions):提供一系列有用的 Combine 扩展,例如:`IgnoreError``DelayedAutoCancellable` 等。

## 许可协议

CombineX 以 MIT 协议发布. 查看 [LICENSE](LICENSE) 获取更多信息.

以下文件取自 Swift 项目:

- [Publishers+KeyValueObserving](Sources/CXFoundation/Publishers+KeyValueObserving.swift)

0 comments on commit 07d2a02

Please sign in to comment.