Skip to content

Commit

Permalink
update copyright
Browse files Browse the repository at this point in the history
  • Loading branch information
DivineDominion committed Nov 24, 2016
1 parent ad08f90 commit bc243cf
Show file tree
Hide file tree
Showing 10 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion Example/AppDelegate.swift
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:

Expand Down
2 changes: 1 addition & 1 deletion RxFileMonitor/Change.swift
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion RxFileMonitor/FileMonitor.swift
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion RxFileMonitor/FolderContentChangeEvent.swift
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion RxFileMonitor/FolderContentMonitor.swift
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion RxFileMonitor/Monitoring.swift
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion RxFileMonitor/RxFileMonitor.h
Original file line number Diff line number Diff line change
Expand Up @@ -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 <Cocoa/Cocoa.h>
Expand Down
2 changes: 1 addition & 1 deletion RxFileMonitorTests/RxFileMonitorTests.swift
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit bc243cf

Please sign in to comment.