From bc243cf375bdf7ddfaae3ff9f85a08c099658583 Mon Sep 17 00:00:00 2001 From: Christian Tietze Date: Thu, 24 Nov 2016 15:56:19 +0100 Subject: [PATCH] update copyright --- Example/AppDelegate.swift | 2 +- LICENSE | 2 +- README.md | 2 +- RxFileMonitor/Change.swift | 2 +- RxFileMonitor/FileMonitor.swift | 2 +- RxFileMonitor/FolderContentChangeEvent.swift | 2 +- RxFileMonitor/FolderContentMonitor.swift | 2 +- RxFileMonitor/Monitoring.swift | 2 +- RxFileMonitor/RxFileMonitor.h | 2 +- RxFileMonitorTests/RxFileMonitorTests.swift | 2 +- 10 files changed, 10 insertions(+), 10 deletions(-) diff --git a/Example/AppDelegate.swift b/Example/AppDelegate.swift index dbd2c4a..8203715 100644 --- a/Example/AppDelegate.swift +++ b/Example/AppDelegate.swift @@ -3,7 +3,7 @@ // Example // // Created by Christian Tietze on 08/11/16. -// Copyright © 2016 CleanCocoa. All rights reserved. +// Copyright © 2016 RxSwiftCommunity https://github.com/RxSwiftCommunity // import Cocoa diff --git a/LICENSE b/LICENSE index 8281881..c5cf3cf 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2016 CleanCocoa +Copyright (c) 2016 RxSwiftCommunity https://github.com/RxSwiftCommunity Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/README.md b/README.md index a466446..fbef35f 100644 --- a/README.md +++ b/README.md @@ -66,7 +66,7 @@ let changedFile = Monitoring.folderMonitor(url: folderUrl) ## License -Copyright (c) 2016 Christian Tietze. +Copyright (c) 2016 RxSwiftCommunity https://github.com/RxSwiftCommunity Distributed under The MIT License: diff --git a/RxFileMonitor/Change.swift b/RxFileMonitor/Change.swift index dbd5100..ef5853f 100644 --- a/RxFileMonitor/Change.swift +++ b/RxFileMonitor/Change.swift @@ -3,7 +3,7 @@ // RxFileMonitor // // Created by Christian Tietze on 08/11/16. -// Copyright © 2016 CleanCocoa. All rights reserved. +// Copyright © 2016 RxSwiftCommunity https://github.com/RxSwiftCommunity // import Foundation diff --git a/RxFileMonitor/FileMonitor.swift b/RxFileMonitor/FileMonitor.swift index 4298b25..0211fb2 100644 --- a/RxFileMonitor/FileMonitor.swift +++ b/RxFileMonitor/FileMonitor.swift @@ -3,7 +3,7 @@ // RxFileMonitor // // Created by Christian Tietze on 08/11/16. -// Copyright © 2016 CleanCocoa. All rights reserved. +// Copyright © 2016 RxSwiftCommunity https://github.com/RxSwiftCommunity // import Foundation diff --git a/RxFileMonitor/FolderContentChangeEvent.swift b/RxFileMonitor/FolderContentChangeEvent.swift index c4ae8ff..0a1dc23 100644 --- a/RxFileMonitor/FolderContentChangeEvent.swift +++ b/RxFileMonitor/FolderContentChangeEvent.swift @@ -3,7 +3,7 @@ // RxFileMonitor // // Created by Christian Tietze on 08/11/16. -// Copyright © 2016 CleanCocoa. All rights reserved. +// Copyright © 2016 RxSwiftCommunity https://github.com/RxSwiftCommunity // import Foundation diff --git a/RxFileMonitor/FolderContentMonitor.swift b/RxFileMonitor/FolderContentMonitor.swift index c587e49..3becbe0 100644 --- a/RxFileMonitor/FolderContentMonitor.swift +++ b/RxFileMonitor/FolderContentMonitor.swift @@ -3,7 +3,7 @@ // RxFileMonitor // // Created by Christian Tietze on 08/11/16. -// Copyright © 2016 CleanCocoa. All rights reserved. +// Copyright © 2016 RxSwiftCommunity https://github.com/RxSwiftCommunity // import Foundation diff --git a/RxFileMonitor/Monitoring.swift b/RxFileMonitor/Monitoring.swift index 08d0f6f..857c3ce 100644 --- a/RxFileMonitor/Monitoring.swift +++ b/RxFileMonitor/Monitoring.swift @@ -3,7 +3,7 @@ // RxFileMonitor // // Created by Christian Tietze on 08/11/16. -// Copyright © 2016 CleanCocoa. All rights reserved. +// Copyright © 2016 RxSwiftCommunity https://github.com/RxSwiftCommunity // import Foundation diff --git a/RxFileMonitor/RxFileMonitor.h b/RxFileMonitor/RxFileMonitor.h index 78f530b..da946e8 100644 --- a/RxFileMonitor/RxFileMonitor.h +++ b/RxFileMonitor/RxFileMonitor.h @@ -3,7 +3,7 @@ // RxFileMonitor // // Created by Christian Tietze on 08/11/16. -// Copyright © 2016 CleanCocoa. All rights reserved. +// Copyright © 2016 RxSwiftCommunity https://github.com/RxSwiftCommunity // #import diff --git a/RxFileMonitorTests/RxFileMonitorTests.swift b/RxFileMonitorTests/RxFileMonitorTests.swift index 799f996..46fa72a 100644 --- a/RxFileMonitorTests/RxFileMonitorTests.swift +++ b/RxFileMonitorTests/RxFileMonitorTests.swift @@ -3,7 +3,7 @@ // RxFileMonitorTests // // Created by Christian Tietze on 08/11/16. -// Copyright © 2016 CleanCocoa. All rights reserved. +// Copyright © 2016 RxSwiftCommunity https://github.com/RxSwiftCommunity // import XCTest