Skip to content

Commit bc243cf

Browse files
update copyright
1 parent ad08f90 commit bc243cf

10 files changed

Lines changed: 10 additions & 10 deletions

File tree

Example/AppDelegate.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
// Example
44
//
55
// Created by Christian Tietze on 08/11/16.
6-
// Copyright © 2016 CleanCocoa. All rights reserved.
6+
// Copyright © 2016 RxSwiftCommunity https://github.com/RxSwiftCommunity
77
//
88

99
import Cocoa

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2016 CleanCocoa
3+
Copyright (c) 2016 RxSwiftCommunity https://github.com/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

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ let changedFile = Monitoring.folderMonitor(url: folderUrl)
6666

6767
## License
6868

69-
Copyright (c) 2016 Christian Tietze.
69+
Copyright (c) 2016 RxSwiftCommunity https://github.com/RxSwiftCommunity
7070

7171
Distributed under The MIT License:
7272

RxFileMonitor/Change.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
// RxFileMonitor
44
//
55
// Created by Christian Tietze on 08/11/16.
6-
// Copyright © 2016 CleanCocoa. All rights reserved.
6+
// Copyright © 2016 RxSwiftCommunity https://github.com/RxSwiftCommunity
77
//
88

99
import Foundation

RxFileMonitor/FileMonitor.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
// RxFileMonitor
44
//
55
// Created by Christian Tietze on 08/11/16.
6-
// Copyright © 2016 CleanCocoa. All rights reserved.
6+
// Copyright © 2016 RxSwiftCommunity https://github.com/RxSwiftCommunity
77
//
88

99
import Foundation

RxFileMonitor/FolderContentChangeEvent.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
// RxFileMonitor
44
//
55
// Created by Christian Tietze on 08/11/16.
6-
// Copyright © 2016 CleanCocoa. All rights reserved.
6+
// Copyright © 2016 RxSwiftCommunity https://github.com/RxSwiftCommunity
77
//
88

99
import Foundation

RxFileMonitor/FolderContentMonitor.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
// RxFileMonitor
44
//
55
// Created by Christian Tietze on 08/11/16.
6-
// Copyright © 2016 CleanCocoa. All rights reserved.
6+
// Copyright © 2016 RxSwiftCommunity https://github.com/RxSwiftCommunity
77
//
88

99
import Foundation

RxFileMonitor/Monitoring.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
// RxFileMonitor
44
//
55
// Created by Christian Tietze on 08/11/16.
6-
// Copyright © 2016 CleanCocoa. All rights reserved.
6+
// Copyright © 2016 RxSwiftCommunity https://github.com/RxSwiftCommunity
77
//
88

99
import Foundation

RxFileMonitor/RxFileMonitor.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
// RxFileMonitor
44
//
55
// Created by Christian Tietze on 08/11/16.
6-
// Copyright © 2016 CleanCocoa. All rights reserved.
6+
// Copyright © 2016 RxSwiftCommunity https://github.com/RxSwiftCommunity
77
//
88

99
#import <Cocoa/Cocoa.h>

RxFileMonitorTests/RxFileMonitorTests.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
// RxFileMonitorTests
44
//
55
// Created by Christian Tietze on 08/11/16.
6-
// Copyright © 2016 CleanCocoa. All rights reserved.
6+
// Copyright © 2016 RxSwiftCommunity https://github.com/RxSwiftCommunity
77
//
88

99
import XCTest

0 commit comments

Comments
 (0)