From dad46141fe173b07ad624fdaadeca9de598b9977 Mon Sep 17 00:00:00 2001 From: Shota Shimazu Date: Thu, 14 Dec 2017 14:03:56 +0900 Subject: [PATCH] update copyright --- Fileable.xcodeproj/project.pbxproj | 6 +++--- README.md | 6 +++--- Sources/Fileable/BasicOperation+Fileable.swift | 2 +- Sources/Fileable/Errors.swift | 2 +- Sources/Fileable/Fileable.swift | 2 +- Sources/Fileable/Info+Fileable.swift | 2 +- Sources/Fileable/Linux+Fileable.swift | 2 +- Sources/Fileable/Utils+Fileable.swift | 2 +- Sources/Fileable/iOS+Fileable.swift | 2 +- 9 files changed, 13 insertions(+), 13 deletions(-) diff --git a/Fileable.xcodeproj/project.pbxproj b/Fileable.xcodeproj/project.pbxproj index 2f2618e..9eb7c9d 100644 --- a/Fileable.xcodeproj/project.pbxproj +++ b/Fileable.xcodeproj/project.pbxproj @@ -177,7 +177,7 @@ attributes = { LastSwiftUpdateCheck = 0830; LastUpgradeCheck = 0830; - ORGANIZATIONNAME = Labbiness; + ORGANIZATIONNAME = "Shota Shimazu"; TargetAttributes = { D93F1C971EAEDB6E009A7474 = { CreatedOnToolsVersion = 8.3.2; @@ -375,7 +375,7 @@ INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; IPHONEOS_DEPLOYMENT_TARGET = 9.0; LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks"; - PRODUCT_BUNDLE_IDENTIFIER = com.Labbiness.Fileable; + PRODUCT_BUNDLE_IDENTIFIER = com.shotastage.Fileable; PRODUCT_NAME = "$(TARGET_NAME)"; SKIP_INSTALL = YES; SWIFT_OPTIMIZATION_LEVEL = "-Onone"; @@ -398,7 +398,7 @@ INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; IPHONEOS_DEPLOYMENT_TARGET = 9.0; LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks"; - PRODUCT_BUNDLE_IDENTIFIER = com.Labbiness.Fileable; + PRODUCT_BUNDLE_IDENTIFIER = com.shotastage.Fileable; PRODUCT_NAME = "$(TARGET_NAME)"; SKIP_INSTALL = YES; SWIFT_SWIFT3_OBJC_INFERENCE = On; diff --git a/README.md b/README.md index 7610ede..6308033 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ ![FileKit](./Documentation/filekit_readme.png) -[![Build Status](https://travis-ci.org/Labbiness/Fileable.svg?branch=master)](https://travis-ci.org/Labbiness/Fileable) +[![Build Status](https://travis-ci.org/shotastage/Fileable.svg?branch=master)](https://travis-ci.org/Labbiness/Fileable) [![Carthage compatible](https://img.shields.io/badge/Carthage-compatible-4BC51D.svg?style=flat)](https://github.com/Labbiness/FileKit) ![iOS 10+](https://img.shields.io/badge/iOS-10%2B-blue.svg?style=flat) ![Linux supported](https://img.shields.io/badge/Linux-supported-5D9CEC.svg?style=flat) @@ -17,7 +17,7 @@ At now, we aim to register this library to CocoaPods official repository. Howeve ``` -pod 'https://github.com/Labbiness/Fileable.git' +pod 'https://github.com/shotastage/Fileable.git' ``` ## Carthage @@ -25,7 +25,7 @@ pod 'https://github.com/Labbiness/Fileable.git' You can use this library with Carthage by simply putting this text to `Cartfile`. ``` -github "Labbiness/Fileable" +github "shotastage/Fileable" ``` # ⌘ APIs diff --git a/Sources/Fileable/BasicOperation+Fileable.swift b/Sources/Fileable/BasicOperation+Fileable.swift index adb8a37..b24bc12 100644 --- a/Sources/Fileable/BasicOperation+Fileable.swift +++ b/Sources/Fileable/BasicOperation+Fileable.swift @@ -3,7 +3,7 @@ // Fileable // // Created by Shota Shimazu on 2017/10/25. -// Copyright © 2017 Labbiness. All rights reserved. +// Copyright © 2017 Shota Shimazu. All rights reserved. // import Foundation diff --git a/Sources/Fileable/Errors.swift b/Sources/Fileable/Errors.swift index c07a12e..63722c5 100644 --- a/Sources/Fileable/Errors.swift +++ b/Sources/Fileable/Errors.swift @@ -3,7 +3,7 @@ // Fileable // // Created by Shota Shimazu on 2017/10/25. -// Copyright © 2017 Labbiness. All rights reserved. +// Copyright © 2017 Shota Shimazu. All rights reserved. // import Foundation diff --git a/Sources/Fileable/Fileable.swift b/Sources/Fileable/Fileable.swift index 51791de..079f71c 100644 --- a/Sources/Fileable/Fileable.swift +++ b/Sources/Fileable/Fileable.swift @@ -3,7 +3,7 @@ // Fileable // // Created by Shota Shimazu on Oct 25, 2017. -// Copyright © 2017 Labbiness. All rights reserved. +// Copyright © 2017 Shota Shimazu. All rights reserved. // import Foundation diff --git a/Sources/Fileable/Info+Fileable.swift b/Sources/Fileable/Info+Fileable.swift index e9bb4a6..d8c3d39 100644 --- a/Sources/Fileable/Info+Fileable.swift +++ b/Sources/Fileable/Info+Fileable.swift @@ -3,7 +3,7 @@ // Fileable // // Created by Shota Shimazu on 2017/10/25. -// Copyright © 2017 Labbiness. All rights reserved. +// Copyright © 2017 Shota Shimazu. All rights reserved. // import Foundation diff --git a/Sources/Fileable/Linux+Fileable.swift b/Sources/Fileable/Linux+Fileable.swift index 7d249fd..a4c017d 100644 --- a/Sources/Fileable/Linux+Fileable.swift +++ b/Sources/Fileable/Linux+Fileable.swift @@ -3,7 +3,7 @@ // Fileable // // Created by Shota Shimazu on 2017/10/25. -// Copyright © 2017 Labbiness. All rights reserved. +// Copyright © 2017 Shota Shimazu. All rights reserved. // import Foundation diff --git a/Sources/Fileable/Utils+Fileable.swift b/Sources/Fileable/Utils+Fileable.swift index 12587ef..2d36076 100644 --- a/Sources/Fileable/Utils+Fileable.swift +++ b/Sources/Fileable/Utils+Fileable.swift @@ -3,7 +3,7 @@ // Fileable // // Created by Shota Shimazu on 2017/10/25. -// Copyright © 2017 Labbiness. All rights reserved. +// Copyright © 2017 Shota Shimazu. All rights reserved. // import Foundation diff --git a/Sources/Fileable/iOS+Fileable.swift b/Sources/Fileable/iOS+Fileable.swift index 18e02b3..b006412 100644 --- a/Sources/Fileable/iOS+Fileable.swift +++ b/Sources/Fileable/iOS+Fileable.swift @@ -3,7 +3,7 @@ // Fileable // // Created by Shota Shimazu on 2017/10/25. -// Copyright © 2017 Labbiness. All rights reserved. +// Copyright © 2017 Shota Shimazu. All rights reserved. // import Foundation