From d2fa68807bdf111258e84a3f2cf6686d898444d0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Elvis=20Nu=C3=B1ez?= Date: Mon, 23 Oct 2017 22:39:11 +0200 Subject: [PATCH] Clean up attribution headers --- Example/AppDelegate.swift | 32 +---------------------- Example/ViewController.swift | 6 +---- Finjinon/AssetResolver.swift | 6 +---- Finjinon/Buttons.swift | 6 +---- Finjinon/CaptureManager.swift | 6 +---- Finjinon/ImagePickerAdapter.swift | 6 +---- Finjinon/PhotoCaptureViewController.swift | 6 +---- Finjinon/PhotoCollectionViewCell.swift | 6 +---- Finjinon/PhotoCollectionViewLayout.swift | 6 +---- Finjinon/PhotoStorage.swift | 6 +---- FinjinonTests/FinjinonTests.swift | 6 +---- 11 files changed, 11 insertions(+), 81 deletions(-) diff --git a/Example/AppDelegate.swift b/Example/AppDelegate.swift index f6001f9..01f2a6a 100644 --- a/Example/AppDelegate.swift +++ b/Example/AppDelegate.swift @@ -1,9 +1,5 @@ // -// AppDelegate.swift -// Finjinon -// -// Created by Sørensen, Johan on 05.06.15. -// Copyright (c) 2015 FINN.no AS. All rights reserved. +// Copyright (c) 2017 FINN.no AS. All rights reserved. // import UIKit @@ -13,34 +9,8 @@ class AppDelegate: UIResponder, UIApplicationDelegate { var window: UIWindow? - func application(_ application: UIApplication, didFinishLaunchingWithOptions launchOptions: [UIApplicationLaunchOptionsKey: Any]?) -> Bool { - // Override point for customization after application launch. return true } - - func applicationWillResignActive(_ application: UIApplication) { - // Sent when the application is about to move from active to inactive state. This can occur for certain types of temporary interruptions (such as an incoming phone call or SMS message) or when the user quits the application and it begins the transition to the background state. - // Use this method to pause ongoing tasks, disable timers, and throttle down OpenGL ES frame rates. Games should use this method to pause the game. - } - - func applicationDidEnterBackground(_ application: UIApplication) { - // Use this method to release shared resources, save user data, invalidate timers, and store enough application state information to restore your application to its current state in case it is terminated later. - // If your application supports background execution, this method is called instead of applicationWillTerminate: when the user quits. - } - - func applicationWillEnterForeground(_ application: UIApplication) { - // Called as part of the transition from the background to the inactive state; here you can undo many of the changes made on entering the background. - } - - func applicationDidBecomeActive(_ application: UIApplication) { - // Restart any tasks that were paused (or not yet started) while the application was inactive. If the application was previously in the background, optionally refresh the user interface. - } - - func applicationWillTerminate(_ application: UIApplication) { - // Called when the application is about to terminate. Save data if appropriate. See also applicationDidEnterBackground:. - } - - } diff --git a/Example/ViewController.swift b/Example/ViewController.swift index 6228585..3aed87a 100644 --- a/Example/ViewController.swift +++ b/Example/ViewController.swift @@ -1,9 +1,5 @@ // -// ViewController.swift -// Finjinon -// -// Created by johsoren on 06/04/2015. -// Copyright (c) 06/04/2015 johsoren. All rights reserved. +// Copyright (c) 2017 FINN.no AS. All rights reserved. // import UIKit diff --git a/Finjinon/AssetResolver.swift b/Finjinon/AssetResolver.swift index 913ed5a..e3e7971 100644 --- a/Finjinon/AssetResolver.swift +++ b/Finjinon/AssetResolver.swift @@ -1,9 +1,5 @@ // -// AssetResolver.swift -// Finjinon -// -// Created by Sørensen, Johan on 13.01.16. -// Copyright © 2016 FINN.no AS. All rights reserved. +// Copyright (c) 2017 FINN.no AS. All rights reserved. // import Foundation diff --git a/Finjinon/Buttons.swift b/Finjinon/Buttons.swift index ea34f6d..ec94fa5 100644 --- a/Finjinon/Buttons.swift +++ b/Finjinon/Buttons.swift @@ -1,9 +1,5 @@ // -// TriggerButton.swift -// Finjinon -// -// Created by Sørensen, Johan on 18.06.15. -// Copyright (c) 2015 FINN.no AS. All rights reserved. +// Copyright (c) 2017 FINN.no AS. All rights reserved. // import UIKit diff --git a/Finjinon/CaptureManager.swift b/Finjinon/CaptureManager.swift index fc49b0b..1f5b7ab 100644 --- a/Finjinon/CaptureManager.swift +++ b/Finjinon/CaptureManager.swift @@ -1,9 +1,5 @@ // -// File.swift -// Finjinon -// -// Created by Sørensen, Johan on 05.06.15. -// Copyright (c) 2015 FINN.no AS. All rights reserved. +// Copyright (c) 2017 FINN.no AS. All rights reserved. // import UIKit diff --git a/Finjinon/ImagePickerAdapter.swift b/Finjinon/ImagePickerAdapter.swift index cbaffec..516808f 100644 --- a/Finjinon/ImagePickerAdapter.swift +++ b/Finjinon/ImagePickerAdapter.swift @@ -1,9 +1,5 @@ // -// ImagePickerAdapter.swift -// Finjinon -// -// Created by Sørensen, Johan on 22.06.15. -// Copyright (c) 2015 FINN.no AS. All rights reserved. +// Copyright (c) 2017 FINN.no AS. All rights reserved. // import UIKit diff --git a/Finjinon/PhotoCaptureViewController.swift b/Finjinon/PhotoCaptureViewController.swift index a037643..ee81113 100644 --- a/Finjinon/PhotoCaptureViewController.swift +++ b/Finjinon/PhotoCaptureViewController.swift @@ -1,9 +1,5 @@ // -// PhotoCaptureViewController.swift -// Finjinon -// -// Created by Sørensen, Johan on 05.06.15. -// Copyright (c) 2015 FINN.no AS. All rights reserved. +// Copyright (c) 2017 FINN.no AS. All rights reserved. // import UIKit diff --git a/Finjinon/PhotoCollectionViewCell.swift b/Finjinon/PhotoCollectionViewCell.swift index 3435540..0b18124 100644 --- a/Finjinon/PhotoCollectionViewCell.swift +++ b/Finjinon/PhotoCollectionViewCell.swift @@ -1,9 +1,5 @@ // -// PhotoCollectionViewCell.swift -// Finjinon -// -// Created by Sørensen, Johan on 22.06.15. -// Copyright (c) 2015 FINN.no AS. All rights reserved. +// Copyright (c) 2017 FINN.no AS. All rights reserved. // import UIKit diff --git a/Finjinon/PhotoCollectionViewLayout.swift b/Finjinon/PhotoCollectionViewLayout.swift index 1533b97..bfcde9a 100644 --- a/Finjinon/PhotoCollectionViewLayout.swift +++ b/Finjinon/PhotoCollectionViewLayout.swift @@ -1,9 +1,5 @@ // -// PhotoCollectionViewLayout.swift -// Finjinon -// -// Created by Sørensen, Johan on 22.06.15. -// Copyright (c) 2015 FINN.no AS. All rights reserved. +// Copyright (c) 2017 FINN.no AS. All rights reserved. // import UIKit diff --git a/Finjinon/PhotoStorage.swift b/Finjinon/PhotoStorage.swift index 3af5227..00476aa 100644 --- a/Finjinon/PhotoStorage.swift +++ b/Finjinon/PhotoStorage.swift @@ -1,9 +1,5 @@ // -// PhotoCache.swift -// Finjinon -// -// Created by Sørensen, Johan on 18.06.15. -// Copyright (c) 2015 FINN.no AS. All rights reserved. +// Copyright (c) 2017 FINN.no AS. All rights reserved. // import UIKit diff --git a/FinjinonTests/FinjinonTests.swift b/FinjinonTests/FinjinonTests.swift index 07669bd..781798d 100644 --- a/FinjinonTests/FinjinonTests.swift +++ b/FinjinonTests/FinjinonTests.swift @@ -1,9 +1,5 @@ // -// FinjinonTests.swift -// FinjinonTests -// -// Created by Sørensen, Johan on 05.06.15. -// Copyright (c) 2015 FINN.no AS. All rights reserved. +// Copyright (c) 2017 FINN.no AS. All rights reserved. // import UIKit