Fix file headers (#494)

This commit is contained in:
Danny Mösch 2021-08-28 07:32:31 +02:00 committed by GitHub
parent 4b05d5b2ae
commit 3eb131b65d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
23 changed files with 29 additions and 29 deletions

View file

@ -1,6 +1,6 @@
//
// PasscodeLockPresenter.swift
// PasscodeLock
// passKit
//
// Created by Yishi Lin on 10/04/2018.
// Copyright © 2018 Yishi Lin. All rights reserved.

View file

@ -1,6 +1,6 @@
//
// PasscodeLockPresenter.swift
// PasscodeLock
// PasscodeLockViewController.swift
// passKit
//
// Created by Yishi Lin on 10/04/2018.
// Copyright © 2018 Yishi Lin. All rights reserved.
@ -86,7 +86,7 @@ open class PasscodeLockViewController: UIViewController, UITextFieldDelegate {
self.cancelButton = cancelButton
// Display the Pass icon in the middle of the screen
let bundle = Bundle(for: PasscodeLockViewController.self)
let bundle = Bundle(for: Self.self)
let appIcon = UIImage(named: "PasscodeLockViewIcon", in: bundle, compatibleWith: nil)
let appIconSize = (appIcon?.size.height) ?? 0
let appIconView = UIImageView(image: appIcon)

View file

@ -1,6 +1,6 @@
//
// UITextFieldExtension.swift
// pass
// passKit
//
// Created by Yishi Lin on 5/4/17.
// Copyright © 2017 Yishi Lin. All rights reserved.

View file

@ -1,6 +1,6 @@
//
// UIViewControllerExtension.swift
// pass
// passKit
//
// Created by Yishi Lin on 5/4/17.
// Copyright © 2017 Yishi Lin. All rights reserved.

View file

@ -1,6 +1,6 @@
//
// AppError.swift
// pass
// passKit
//
// Created by Mingshen Sun on 30/4/2017.
// Copyright © 2017 Bob Sun. All rights reserved.

View file

@ -1,6 +1,6 @@
//
// DefaultKeys.swift
// pass
// DefaultsKeys.swift
// passKit
//
// Created by Mingshen Sun on 21/1/2017.
// Copyright © 2017 Bob Sun. All rights reserved.

View file

@ -1,6 +1,6 @@
//
// Globals.swift
// pass
// passKit
//
// Created by Mingshen Sun on 21/1/2017.
// Copyright © 2017 Bob Sun. All rights reserved.

View file

@ -1,6 +1,6 @@
//
// NotificationNames.swift
// pass
// passKit
//
// Created by Yishi Lin on 17/3/17.
// Copyright © 2017 Yishi Lin, Bob Sun. All rights reserved.

View file

@ -1,6 +1,6 @@
//
// SearchBarScope.swift
// pass
// passKit
//
// Created by Danny Moesch on 05.03.19.
// Copyright © 2019 Bob Sun. All rights reserved.

View file

@ -1,6 +1,6 @@
//
// Utils.swift
// pass
// passKit
//
// Created by Mingshen Sun on 8/2/2017.
// Copyright © 2017 Bob Sun. All rights reserved.

View file

@ -1,6 +1,6 @@
//
// GitCredential.swift
// pass
// passKit
//
// Created by Mingshen Sun on 30/4/2017.
// Copyright © 2017 Bob Sun. All rights reserved.

View file

@ -1,6 +1,6 @@
//
// PasscodeLock.swift
// PassKit
// passKit
//
// Created by Yishi Lin on 28/1/2018.
// Copyright © 2017 Yishi Lin. All rights reserved.

View file

@ -1,6 +1,6 @@
//
// Password.swift
// pass
// passKit
//
// Created by Mingshen Sun on 2/2/2017.
// Copyright © 2017 Bob Sun. All rights reserved.

View file

@ -1,6 +1,6 @@
//
// PasswordEntity.swift
// pass
// passKit
//
// Created by Mingshen Sun on 11/2/2017.
// Copyright © 2017 Bob Sun. All rights reserved.

View file

@ -1,6 +1,6 @@
//
// PasswordStore.swift
// pass
// passKit
//
// Created by Mingshen Sun on 19/1/2017.
// Copyright © 2017 Bob Sun. All rights reserved.

View file

@ -1,5 +1,5 @@
//
// OtpType.swift
// OTPType.swift
// passKit
//
// Created by Danny Moesch on 01.12.2018.