Skip to content

Commit

Permalink
Fixed file headers and spelling error.
Browse files Browse the repository at this point in the history
  • Loading branch information
jensutbult committed Jun 25, 2024
1 parent db13ace commit e47333e
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 9 deletions.
14 changes: 10 additions & 4 deletions YubiKit/YubiKit/Connections/Shared/Errors/YKFInvalidPinError.h
Original file line number Diff line number Diff line change
@@ -1,10 +1,16 @@
// Copyright 2018-2024 Yubico AB
//
// YKFInvalidPinError.h
// YubiKit
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
// Created by Jens Utbult on 2024-06-19.
// Copyright © 2024 Yubico. All rights reserved.
// http://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applicable law or agreed to in writing, software
// distributed under the License is distributed on an "AS IS" BASIS,
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
// See the License for the specific language governing permissions and
// limitations under the License.

#ifndef YKFInvalidPinError_h
#define YKFInvalidPinError_h
Expand Down
14 changes: 10 additions & 4 deletions YubiKit/YubiKit/Connections/Shared/Errors/YKFInvalidPinError.m
Original file line number Diff line number Diff line change
@@ -1,10 +1,16 @@
// Copyright 2018-2024 Yubico AB
//
// YKFInvalidPinError.m
// YubiKit
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
// Created by Jens Utbult on 2024-06-19.
// Copyright © 2024 Yubico. All rights reserved.
// http://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applicable law or agreed to in writing, software
// distributed under the License is distributed on an "AS IS" BASIS,
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
// See the License for the specific language governing permissions and
// limitations under the License.

#import <Foundation/Foundation.h>
#import "YKFInvalidPinError.h"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ typedef void (^YKFManagementSessionGetDeviceInfoBlock)
typedef void (^YKFManagementSessionWriteCompletionBlock) (NSError* _Nullable error);

/// @abstract
/// Response block for [deviceReset:completion:] which will do a device reset on a YubiKey Biuo
/// Response block for [deviceReset:completion:] which will do a device reset on a YubiKey Bio
///
/// @param error
/// In case of a failed request this parameter contains the error. If the request was successful this
Expand Down

0 comments on commit e47333e

Please sign in to comment.