From e937cfcc84eae9e4260459cf149239384a499b89 Mon Sep 17 00:00:00 2001 From: kyyamagu Date: Tue, 29 Dec 2015 23:54:12 +0900 Subject: [PATCH] fix comment. --- KYNavigationProgress/KYNavigationProgress.h | 4 ++-- KYNavigationProgress/ProgressView.swift | 4 ++-- KYNavigationProgress/UINavigationController+Progress.swift | 4 ++-- KYNavigationProgressTests/KYNavigationProgressTests.swift | 4 ++-- Sample/AppDelegate.swift | 4 ++-- Sample/ViewController.swift | 4 ++-- 6 files changed, 12 insertions(+), 12 deletions(-) diff --git a/KYNavigationProgress/KYNavigationProgress.h b/KYNavigationProgress/KYNavigationProgress.h index f889f8d..a311137 100644 --- a/KYNavigationProgress/KYNavigationProgress.h +++ b/KYNavigationProgress/KYNavigationProgress.h @@ -2,8 +2,8 @@ // KYNavigationProgress.h // KYNavigationProgress // -// Created by 山口 恭兵 on 2015/12/29. -// Copyright © 2015年 kyo__hei. All rights reserved. +// Created by kyo__hei on 2015/12/29. +// Copyright (c) 2015 kyo__hei. All rights reserved. // #import diff --git a/KYNavigationProgress/ProgressView.swift b/KYNavigationProgress/ProgressView.swift index 3e79204..3169b27 100644 --- a/KYNavigationProgress/ProgressView.swift +++ b/KYNavigationProgress/ProgressView.swift @@ -2,8 +2,8 @@ // ProgressView.swift // KYNavigationProgress // -// Created by 山口 恭兵 on 2015/12/29. -// Copyright © 2015年 kyo__hei. All rights reserved. +// Created by kyo__hei on 2015/12/29. +// Copyright (c) 2015 kyo__hei. All rights reserved. // import UIKit diff --git a/KYNavigationProgress/UINavigationController+Progress.swift b/KYNavigationProgress/UINavigationController+Progress.swift index 6dce16a..4496c75 100644 --- a/KYNavigationProgress/UINavigationController+Progress.swift +++ b/KYNavigationProgress/UINavigationController+Progress.swift @@ -2,8 +2,8 @@ // UINavigationController+Progress.swift // KYNavigationProgress // -// Created by 山口 恭兵 on 2015/12/29. -// Copyright © 2015年 kyo__hei. All rights reserved. +// Created by kyo__hei on 2015/12/29. +// Copyright (c) 2015 kyo__hei. All rights reserved. // import UIKit diff --git a/KYNavigationProgressTests/KYNavigationProgressTests.swift b/KYNavigationProgressTests/KYNavigationProgressTests.swift index 0f0cd6f..0115a41 100644 --- a/KYNavigationProgressTests/KYNavigationProgressTests.swift +++ b/KYNavigationProgressTests/KYNavigationProgressTests.swift @@ -2,8 +2,8 @@ // KYNavigationProgressTests.swift // KYNavigationProgressTests // -// Created by 山口 恭兵 on 2015/12/29. -// Copyright © 2015年 kyo__hei. All rights reserved. +// Created by kyo__hei on 2015/12/29. +// Copyright (c) 2015 kyo__hei. All rights reserved. // import XCTest diff --git a/Sample/AppDelegate.swift b/Sample/AppDelegate.swift index 5be1f9e..55e3e76 100644 --- a/Sample/AppDelegate.swift +++ b/Sample/AppDelegate.swift @@ -2,8 +2,8 @@ // AppDelegate.swift // Sample // -// Created by 山口 恭兵 on 2015/12/29. -// Copyright © 2015年 kyo__hei. All rights reserved. +// Created by kyo__hei on 2015/12/29. +// Copyright (c) 2015 kyo__hei. All rights reserved. // import UIKit diff --git a/Sample/ViewController.swift b/Sample/ViewController.swift index 8bd2a4e..c21a11f 100644 --- a/Sample/ViewController.swift +++ b/Sample/ViewController.swift @@ -2,8 +2,8 @@ // ViewController.swift // Sample // -// Created by 山口 恭兵 on 2015/12/29. -// Copyright © 2015年 kyo__hei. All rights reserved. +// Created by kyo__hei on 2015/12/29. +// Copyright (c) 2015 kyo__hei. All rights reserved. // import UIKit