From: Yonggoo Kang Date: Thu, 25 Apr 2024 08:51:50 +0000 (+0900) Subject: Edit LICENSE with 2023 - 2024 X-Git-Tag: accepted/tizen/unified/x/20240430.094747^0 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=29f03733eafa6c20f96d96f22826430a510a66f6;p=platform%2Fcore%2Fsecurity%2Fwebauthn.git Edit LICENSE with 2023 - 2024 - Minor fix on Heading comments Change-Id: Id503ad08bfaead3a301211e93e87b92ecf8fef4f --- diff --git a/CMakeLists.txt b/CMakeLists.txt index 087c268..69fd5ff 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (c) 2016 Samsung Electronics Co., Ltd All Rights Reserved +# Copyright (c) 2023 - 2024 Samsung Electronics Co., Ltd All Rights Reserved # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/LICENSE b/LICENSE index 247c97d..e50274a 100644 --- a/LICENSE +++ b/LICENSE @@ -1,4 +1,4 @@ -Copyright (c) 2000 - 2011 Samsung Electronics Co., Ltd. All rights reserved. +Copyright (c) 2023 - 2024 Samsung Electronics Co., Ltd. All rights reserved. Apache License Version 2.0, January 2004 diff --git a/build/CMakeLists.txt b/build/CMakeLists.txt index 8b9053a..271f96e 100644 --- a/build/CMakeLists.txt +++ b/build/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (c) 2023 Samsung Electronics Co., Ltd All Rights Reserved +# Copyright (c) 2023 - 2024 Samsung Electronics Co., Ltd All Rights Reserved # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/include/CMakeLists.txt b/include/CMakeLists.txt index e8ef82d..f6b8ce6 100644 --- a/include/CMakeLists.txt +++ b/include/CMakeLists.txt @@ -1,3 +1,20 @@ +# Copyright (c) 2023 - 2024 Samsung Electronics Co., Ltd All Rights Reserved +# +# 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 +# +# 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. +# +# @file CMakeLists.txt +# + INSTALL(FILES ${CMAKE_CURRENT_SOURCE_DIR}/webauthn.h ${CMAKE_CURRENT_SOURCE_DIR}/webauthn-types.h diff --git a/include/webauthn-hal.h b/include/webauthn-hal.h index f32b6e4..206a1da 100644 --- a/include/webauthn-hal.h +++ b/include/webauthn-hal.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 Samsung Electronics Co., Ltd All Rights Reserved + * Copyright (c) 2023 - 2024 Samsung Electronics Co., Ltd All Rights Reserved * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License * + * * @file webauthn-hal.h * @version 1.0 * @brief APIs for hardware abstraction layer of WebAuthn Authenticator. diff --git a/include/webauthn-types.h b/include/webauthn-types.h index 3e0928d..c5774ae 100644 --- a/include/webauthn-types.h +++ b/include/webauthn-types.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 Samsung Electronics Co., Ltd All Rights Reserved + * Copyright (c) 2023 - 2024 Samsung Electronics Co., Ltd All Rights Reserved * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,9 +13,10 @@ * See the License for the specific language governing permissions and * limitations under the License * - * @file webauthn.h + * + * @file webauthn-types.h * @version 1.0 - * @brief Public APIs of WebAuthn module. + * @brief Internal types of WebAuthn module */ #ifndef __WEBAUTHN_TYPES__ #define __WEBAUTHN_TYPES__ diff --git a/include/webauthn.h b/include/webauthn.h index 6eccda0..ec12a58 100644 --- a/include/webauthn.h +++ b/include/webauthn.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 Samsung Electronics Co., Ltd All Rights Reserved + * Copyright (c) 2023 - 2024 Samsung Electronics Co., Ltd All Rights Reserved * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,9 +13,10 @@ * See the License for the specific language governing permissions and * limitations under the License * + * * @file webauthn.h * @version 1.0 - * @brief Public APIs of WebAuthn module. + * @brief Public APIs of WebAuthn module */ #ifndef __WEBAUTHN__ #define __WEBAUTHN__ diff --git a/srcs/CMakeLists.txt b/srcs/CMakeLists.txt index 197b84e..0350890 100644 --- a/srcs/CMakeLists.txt +++ b/srcs/CMakeLists.txt @@ -1,3 +1,20 @@ +# Copyright (c) 2023 - 2024 Samsung Electronics Co., Ltd All Rights Reserved +# +# 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 +# +# 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. +# +# @file CMakeLists.txt +# + ############################ Add Sub Directories ################################ ADD_SUBDIRECTORY(client) ADD_SUBDIRECTORY(common) diff --git a/srcs/client/CMakeLists.txt b/srcs/client/CMakeLists.txt index 2657c1b..d166e6c 100644 --- a/srcs/client/CMakeLists.txt +++ b/srcs/client/CMakeLists.txt @@ -1,3 +1,20 @@ +# Copyright (c) 2023 - 2024 Samsung Electronics Co., Ltd All Rights Reserved +# +# 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 +# +# 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. +# +# @file CMakeLists.txt +# + PKG_CHECK_MODULES(CLIENT_DEPS REQUIRED dlog diff --git a/srcs/client/client-common.cpp b/srcs/client/client-common.cpp index d8dabfb..2cf7c21 100644 --- a/srcs/client/client-common.cpp +++ b/srcs/client/client-common.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 Samsung Electronics Co., Ltd. All rights reserved + * Copyright (c) 2023 - 2024 Samsung Electronics Co., Ltd. All rights reserved * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/srcs/client/client-request-ga.h b/srcs/client/client-request-ga.h index 6ad3296..8daee05 100644 --- a/srcs/client/client-request-ga.h +++ b/srcs/client/client-request-ga.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 Samsung Electronics Co., Ltd. All rights reserved + * Copyright (c) 2023 - 2024 Samsung Electronics Co., Ltd. All rights reserved * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -14,7 +14,7 @@ * limitations under the License * * - * @file client-request-mc.h + * @file client-request-ga.h * @version 1.0 * @brief Helper class wrapping client communication with the service * for the get assertion request diff --git a/srcs/client/client-request-mc.h b/srcs/client/client-request-mc.h index 445fbff..60a3dd2 100644 --- a/srcs/client/client-request-mc.h +++ b/srcs/client/client-request-mc.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 Samsung Electronics Co., Ltd. All rights reserved + * Copyright (c) 2023 - 2024 Samsung Electronics Co., Ltd. All rights reserved * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/srcs/client/client-request.h b/srcs/client/client-request.h index e02fe4a..5bf0a8e 100644 --- a/srcs/client/client-request.h +++ b/srcs/client/client-request.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 Samsung Electronics Co., Ltd. All rights reserved + * Copyright (c) 2023 - 2024 Samsung Electronics Co., Ltd. All rights reserved * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/srcs/client/client.cpp b/srcs/client/client.cpp index 4061824..8428265 100644 --- a/srcs/client/client.cpp +++ b/srcs/client/client.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 Samsung Electronics Co., Ltd. All rights reserved + * Copyright (c) 2023 - 2024 Samsung Electronics Co., Ltd. All rights reserved * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/srcs/common/CMakeLists.txt b/srcs/common/CMakeLists.txt index 7757020..741a6ca 100644 --- a/srcs/common/CMakeLists.txt +++ b/srcs/common/CMakeLists.txt @@ -1,3 +1,20 @@ +# Copyright (c) 2023 - 2024 Samsung Electronics Co., Ltd All Rights Reserved +# +# 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 +# +# 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. +# +# @file CMakeLists.txt +# + PKG_CHECK_MODULES(COMMON_DEPS REQUIRED dlog diff --git a/srcs/common/connection.cpp b/srcs/common/connection.cpp index b6a8b78..7ee2209 100644 --- a/srcs/common/connection.cpp +++ b/srcs/common/connection.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 Samsung Electronics Co., Ltd. All rights reserved + * Copyright (c) 2023 - 2024 Samsung Electronics Co., Ltd. All rights reserved * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -12,8 +12,8 @@ * 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 - */ -/* + * + * * @file connection.cpp * @version 1.0 * @brief This file is implementation of common connection functions diff --git a/srcs/common/connection.h b/srcs/common/connection.h index 7ee48cf..1cd4045 100644 --- a/srcs/common/connection.h +++ b/srcs/common/connection.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 Samsung Electronics Co., Ltd. All rights reserved + * Copyright (c) 2023 - 2024 Samsung Electronics Co., Ltd. All rights reserved * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -12,8 +12,8 @@ * 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 - */ -/* + * + * * @file connection.h * @version 1.0 * @brief This file constains declarations of connection-related functions diff --git a/srcs/common/errno_string.cpp b/srcs/common/errno_string.cpp index 0606b28..1c23793 100644 --- a/srcs/common/errno_string.cpp +++ b/srcs/common/errno_string.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 Samsung Electronics Co., Ltd. All rights reserved + * Copyright (c) 2023 - 2024 Samsung Electronics Co., Ltd. All rights reserved * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -12,10 +12,9 @@ * 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 - */ - -/* - * @file errno_string.h + * + * + * @file errno_string.cpp * @version 1.0 * @brief This file is the implementation file of errno string */ diff --git a/srcs/common/errno_string.h b/srcs/common/errno_string.h index 59360f5..c470026 100644 --- a/srcs/common/errno_string.h +++ b/srcs/common/errno_string.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 Samsung Electronics Co., Ltd. All rights reserved + * Copyright (c) 2023 - 2024 Samsung Electronics Co., Ltd. All rights reserved * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -12,9 +12,8 @@ * 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 - */ - -/* + * + * * @file errno_string.h * @version 1.0 * @brief This file is the header file of errno string diff --git a/srcs/common/exception.cpp b/srcs/common/exception.cpp index 7a67aea..f746bb6 100644 --- a/srcs/common/exception.cpp +++ b/srcs/common/exception.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 Samsung Electronics Co., Ltd. All rights reserved + * Copyright (c) 2023 - 2024 Samsung Electronics Co., Ltd. All rights reserved * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -12,9 +12,9 @@ * 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 - */ -/* - * @file exception.h + * + * + * @file exception.cpp * @version 1.0 * @brief This file is the implementation of exception system */ diff --git a/srcs/common/exception.h b/srcs/common/exception.h index 5bd46cf..ab80ef0 100644 --- a/srcs/common/exception.h +++ b/srcs/common/exception.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 Samsung Electronics Co., Ltd. All rights reserved + * Copyright (c) 2023 - 2024 Samsung Electronics Co., Ltd. All rights reserved * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -12,8 +12,8 @@ * 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 - */ -/* + * + * * @file exception.h * @version 1.0 * @brief This file is the header file for base exception diff --git a/srcs/common/file-lock.cpp b/srcs/common/file-lock.cpp index e9a6d0d..3af6603 100644 --- a/srcs/common/file-lock.cpp +++ b/srcs/common/file-lock.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 Samsung Electronics Co., Ltd. All rights reserved + * Copyright (c) 2023 - 2024 Samsung Electronics Co., Ltd. All rights reserved * * This file is licensed under the terms of MIT License or the Apache License * Version 2.0 of your choice. See the LICENSE.MIT file for MIT license details. @@ -17,9 +17,8 @@ * 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. - */ - -/* + * + * * @file file-lock.cpp * @version 1.0 * @brief Implementation of simple file locking for a service diff --git a/srcs/common/file-lock.h b/srcs/common/file-lock.h index 31a9a29..efa11bc 100644 --- a/srcs/common/file-lock.h +++ b/srcs/common/file-lock.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 Samsung Electronics Co., Ltd. All rights reserved. + * Copyright (c) 2023 - 2024 Samsung Electronics Co., Ltd. All rights reserved. * * This file is licensed under the terms of MIT License or the Apache License * Version 2.0 of your choice. See the LICENSE.MIT file for MIT license details. @@ -17,9 +17,8 @@ * 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. - */ - -/* + * + * * @file file-lock.h * @version 1.0 * @brief Implementation of simple file locking for a service diff --git a/srcs/common/free_deleter.h b/srcs/common/free_deleter.h index c435c40..cad2303 100644 --- a/srcs/common/free_deleter.h +++ b/srcs/common/free_deleter.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 Samsung Electronics Co., Ltd. All rights reserved + * Copyright (c) 2023 - 2024 Samsung Electronics Co., Ltd. All rights reserved * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -12,12 +12,11 @@ * 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 - */ - -/* + * + * * @file free_deleter.h * @version 1.0 - * @brief This file is the implementation file deleter with use std::free() + * @brief This file is the implementation file of deleter with use of std::free() */ #pragma once diff --git a/srcs/common/message-buffer.h b/srcs/common/message-buffer.h index 1a13a70..2a40610 100644 --- a/srcs/common/message-buffer.h +++ b/srcs/common/message-buffer.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 Samsung Electronics Co., Ltd. All rights reserved + * Copyright (c) 2023 - 2024 Samsung Electronics Co., Ltd. All rights reserved * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/srcs/common/protocols.cpp b/srcs/common/protocols.cpp index 36cfbcb..c3595af 100644 --- a/srcs/common/protocols.cpp +++ b/srcs/common/protocols.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 Samsung Electronics Co., Ltd. All rights reserved + * Copyright (c) 2023 - 2024 Samsung Electronics Co., Ltd. All rights reserved * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/srcs/common/protocols.h b/srcs/common/protocols.h index d14ef4f..9057545 100644 --- a/srcs/common/protocols.h +++ b/srcs/common/protocols.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 Samsung Electronics Co., Ltd. All rights reserved + * Copyright (c) 2023 - 2024 Samsung Electronics Co., Ltd. All rights reserved * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/srcs/common/serialization.cpp b/srcs/common/serialization.cpp index 2f44dcf..e9405ea 100644 --- a/srcs/common/serialization.cpp +++ b/srcs/common/serialization.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 Samsung Electronics Co., Ltd. All rights reserved + * Copyright (c) 2023 - 2024 Samsung Electronics Co., Ltd. All rights reserved * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -12,6 +12,11 @@ * 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 + * + * + * @file serialization.cpp + * @version 1.0 + * @brief This file is the implementation file of data serialization. */ #include diff --git a/srcs/common/serialization.h b/srcs/common/serialization.h index 4bd5102..ab44d7e 100644 --- a/srcs/common/serialization.h +++ b/srcs/common/serialization.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 Samsung Electronics Co., Ltd. All rights reserved + * Copyright (c) 2023 - 2024 Samsung Electronics Co., Ltd. All rights reserved * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License * + * * @file serialization.h * @version 1.0 * @brief Interfaces and templates used for data serialization. diff --git a/srcs/common/service-file-locker.cpp b/srcs/common/service-file-locker.cpp index e5c7576..2f726d6 100644 --- a/srcs/common/service-file-locker.cpp +++ b/srcs/common/service-file-locker.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 Samsung Electronics Co., Ltd. All rights reserved. + * Copyright (c) 2023 - 2024 Samsung Electronics Co., Ltd. All rights reserved. * * This file is licensed under the terms of MIT License or the Apache License * Version 2.0 of your choice. See the LICENSE.MIT file for MIT license details. @@ -17,9 +17,8 @@ * 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. - */ - -/* + * + * * @file service-file-locker.cpp * @version 1.0 * @brief This file is the implementation file of service file locker diff --git a/srcs/common/service-file-locker.h b/srcs/common/service-file-locker.h index 364233a..4aed94c 100644 --- a/srcs/common/service-file-locker.h +++ b/srcs/common/service-file-locker.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 Samsung Electronics Co., Ltd. All rights reserved. + * Copyright (c) 2023 - 2024 Samsung Electronics Co., Ltd. All rights reserved. * * This file is licensed under the terms of MIT License or the Apache License * Version 2.0 of your choice. See the LICENSE.MIT file for MIT license details. @@ -17,9 +17,8 @@ * 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. - */ - -/* + * + * * @file service-file-locker.h * @version 1.0 * @brief This file is the header file of service file locker diff --git a/srcs/common/singleton.cpp b/srcs/common/singleton.cpp index 12375be..a7df15b 100644 --- a/srcs/common/singleton.cpp +++ b/srcs/common/singleton.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 Samsung Electronics Co., Ltd. All rights reserved + * Copyright (c) 2023 - 2024 Samsung Electronics Co., Ltd. All rights reserved * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -12,8 +12,8 @@ * 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 - */ -/* + * + * * @file singleton.cpp * @version 1.0 * @brief This file is the implementation file of singleton diff --git a/srcs/common/singleton.h b/srcs/common/singleton.h index 688c1c9..0a7b013 100644 --- a/srcs/common/singleton.h +++ b/srcs/common/singleton.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 Samsung Electronics Co., Ltd. All rights reserved + * Copyright (c) 2023 - 2024 Samsung Electronics Co., Ltd. All rights reserved * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -12,8 +12,8 @@ * 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 - */ -/* + * + * * @file singleton.h * @version 1.0 * @brief This file is the header file of singleton diff --git a/srcs/common/utils.cpp b/srcs/common/utils.cpp index 712bec7..1147c6b 100644 --- a/srcs/common/utils.cpp +++ b/srcs/common/utils.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 Samsung Electronics Co., Ltd. All rights reserved + * Copyright (c) 2023 - 2024 Samsung Electronics Co., Ltd. All rights reserved * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -12,9 +12,8 @@ * 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 - */ - -/* + * + * * @file utils.cpp * @version 1.0 * @brief Implementation of utility functions diff --git a/srcs/common/utils.h b/srcs/common/utils.h index c9860fa..f4d63f7 100644 --- a/srcs/common/utils.h +++ b/srcs/common/utils.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 Samsung Electronics Co., Ltd. All rights reserved + * Copyright (c) 2023 - 2024 Samsung Electronics Co., Ltd. All rights reserved * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -12,9 +12,8 @@ * 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 - */ - -/* + * + * * @file utils.h * @version 1.0 * @brief Utility functions, macros and templates diff --git a/srcs/common/wauthn-error.cpp b/srcs/common/wauthn-error.cpp index 1810efa..8c03386 100644 --- a/srcs/common/wauthn-error.cpp +++ b/srcs/common/wauthn-error.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 Samsung Electronics Co., Ltd. All rights reserved + * Copyright (c) 2023 - 2024 Samsung Electronics Co., Ltd. All rights reserved * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -12,8 +12,8 @@ * 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 - */ -/* + * + * * @file wauthn-error.cpp * @version 1.0 * @brief Error related functions diff --git a/srcs/common/webauthn-log.cpp b/srcs/common/webauthn-log.cpp index cdff8c4..f76c889 100644 --- a/srcs/common/webauthn-log.cpp +++ b/srcs/common/webauthn-log.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 Samsung Electronics Co., Ltd. All rights reserved + * Copyright (c) 2023 - 2024 Samsung Electronics Co., Ltd. All rights reserved * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -12,8 +12,8 @@ * 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 - */ -/* + * + * * @file webauthn-log.cpp * @version 1.0 * @brief This file is the implementation file of DLOG diff --git a/srcs/common/webauthn-log.h b/srcs/common/webauthn-log.h index c801291..33c859c 100644 --- a/srcs/common/webauthn-log.h +++ b/srcs/common/webauthn-log.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 Samsung Electronics Co., Ltd. All rights reserved + * Copyright (c) 2023 - 2024 Samsung Electronics Co., Ltd. All rights reserved * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -12,8 +12,8 @@ * 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 - */ -/* + * + * * @file webauthn-log.h * @version 1.0 * @brief This file is the header file of DLOG diff --git a/srcs/server/CMakeLists.txt b/srcs/server/CMakeLists.txt index 5af3cff..c7434e8 100644 --- a/srcs/server/CMakeLists.txt +++ b/srcs/server/CMakeLists.txt @@ -1,3 +1,20 @@ +# Copyright (c) 2023 - 2024 Samsung Electronics Co., Ltd All Rights Reserved +# +# 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 +# +# 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. +# +# @file CMakeLists.txt +# + PKG_CHECK_MODULES(SERVER_DEPS REQUIRED dlog diff --git a/srcs/server/dl-loader.cpp b/srcs/server/dl-loader.cpp index b42c231..201bd14 100644 --- a/srcs/server/dl-loader.cpp +++ b/srcs/server/dl-loader.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 Samsung Electronics Co., Ltd. All rights reserved + * Copyright (c) 2023 - 2024 Samsung Electronics Co., Ltd. All rights reserved * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License * + * * @file dl-loader.cpp * @version 1.0 * @brief Implementation of Dynamic Library Loader diff --git a/srcs/server/dl-loader.h b/srcs/server/dl-loader.h index 5f83b20..78f943d 100644 --- a/srcs/server/dl-loader.h +++ b/srcs/server/dl-loader.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 Samsung Electronics Co., Ltd. All rights reserved + * Copyright (c) 2023 - 2024 Samsung Electronics Co., Ltd. All rights reserved * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License * + * * @file dl-loader.h * @version 1.0 * @brief Header of Dynamic Library Loader diff --git a/srcs/server/main.cpp b/srcs/server/main.cpp index 346581d..58195f0 100644 --- a/srcs/server/main.cpp +++ b/srcs/server/main.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 Samsung Electronics Co., Ltd. All rights reserved + * Copyright (c) 2023 - 2024 Samsung Electronics Co., Ltd. All rights reserved * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -16,7 +16,7 @@ * * @file main.cpp * @version 1.0 - * @brief Implementation of webauthn + * @brief Implementation of webauthn server */ #include diff --git a/srcs/server/request-ga.h b/srcs/server/request-ga.h index ea7f1f2..0774df3 100644 --- a/srcs/server/request-ga.h +++ b/srcs/server/request-ga.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 Samsung Electronics Co., Ltd All Rights Reserved + * Copyright (c) 2023 - 2024 Samsung Electronics Co., Ltd All Rights Reserved * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -12,6 +12,11 @@ * 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 + * + * + * @file request-ga.h + * @version 1.0 + * @brief Header of Request Get Assertion on server */ #pragma once diff --git a/srcs/server/request-mc.h b/srcs/server/request-mc.h index 7db02a3..a35d420 100644 --- a/srcs/server/request-mc.h +++ b/srcs/server/request-mc.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 Samsung Electronics Co., Ltd All Rights Reserved + * Copyright (c) 2023 - 2024 Samsung Electronics Co., Ltd All Rights Reserved * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -12,6 +12,11 @@ * 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 + * + * + * @file request-mc.h + * @version 1.0 + * @brief Header of Request Make Credential on server */ #pragma once diff --git a/srcs/server/request.h b/srcs/server/request.h index ce06924..00d3be0 100644 --- a/srcs/server/request.h +++ b/srcs/server/request.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 Samsung Electronics Co., Ltd All Rights Reserved + * Copyright (c) 2023 - 2024 Samsung Electronics Co., Ltd All Rights Reserved * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -12,6 +12,11 @@ * 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 + * + * + * @file request.h + * @version 1.0 + * @brief Header of Request on server */ #pragma once diff --git a/srcs/server/service.cpp b/srcs/server/service.cpp index 9fc3999..bac84af 100644 --- a/srcs/server/service.cpp +++ b/srcs/server/service.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 Samsung Electronics Co., Ltd. All rights reserved + * Copyright (c) 2023 - 2024 Samsung Electronics Co., Ltd. All rights reserved * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License * + * * @file service.cpp * @version 1.0 * @brief Implementation of webauthn service diff --git a/srcs/server/service.h b/srcs/server/service.h index e5aba54..b5d5403 100644 --- a/srcs/server/service.h +++ b/srcs/server/service.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 Samsung Electronics Co., Ltd. All rights reserved + * Copyright (c) 2023 - 2024 Samsung Electronics Co., Ltd. All rights reserved * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,9 +13,10 @@ * See the License for the specific language governing permissions and * limitations under the License * + * * @file service.h * @version 1.0 - * @brief Implementation of webauthn service + * @brief Header of webauthn service */ #pragma once diff --git a/srcs/server/socket-manager.cpp b/srcs/server/socket-manager.cpp index 941fb66..d63984e 100644 --- a/srcs/server/socket-manager.cpp +++ b/srcs/server/socket-manager.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 Samsung Electronics Co., Ltd. All rights reserved + * Copyright (c) 2023 - 2024 Samsung Electronics Co., Ltd. All rights reserved * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License * + * * @file socket-manager.cpp * @version 1.0 * @brief Implementation of SocketManager diff --git a/srcs/server/socket-manager.h b/srcs/server/socket-manager.h index 832ca1b..e607722 100644 --- a/srcs/server/socket-manager.h +++ b/srcs/server/socket-manager.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 Samsung Electronics Co., Ltd. All rights reserved + * Copyright (c) 2023 - 2024 Samsung Electronics Co., Ltd. All rights reserved * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,9 +13,10 @@ * See the License for the specific language governing permissions and * limitations under the License * + * * @file socket-manager.h * @version 1.0 - * @brief SocketManager implementation. + * @brief Header of SocketManager. */ #pragma once diff --git a/systemd/CMakeLists.txt b/systemd/CMakeLists.txt index 03c0d70..90d583d 100644 --- a/systemd/CMakeLists.txt +++ b/systemd/CMakeLists.txt @@ -1,3 +1,20 @@ +# Copyright (c) 2023 - 2024 Samsung Electronics Co., Ltd All Rights Reserved +# +# 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 +# +# 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. +# +# @file CMakeLists.txt +# + CONFIGURE_FILE(${CMAKE_SOURCE_DIR}/systemd/${SERVICE_NAME}.service.in ${CMAKE_SOURCE_DIR}/systemd/${SERVICE_NAME}.service @ONLY) CONFIGURE_FILE(${CMAKE_SOURCE_DIR}/systemd/${SERVICE_NAME}.socket.in diff --git a/tests/CMakeLists.txt b/tests/CMakeLists.txt index 6a773da..5aad5af 100644 --- a/tests/CMakeLists.txt +++ b/tests/CMakeLists.txt @@ -1,3 +1,20 @@ +# Copyright (c) 2023 - 2024 Samsung Electronics Co., Ltd All Rights Reserved +# +# 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 +# +# 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. +# +# @file CMakeLists.txt +# + PKG_CHECK_MODULES(UNIT_TESTS_DEPS REQUIRED dlog diff --git a/tests/client-request-test.cpp b/tests/client-request-test.cpp index dbd2d52..81990e3 100644 --- a/tests/client-request-test.cpp +++ b/tests/client-request-test.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 Samsung Electronics Co., Ltd. All rights reserved + * Copyright (c) 2023 - 2024 Samsung Electronics Co., Ltd. All rights reserved * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -14,9 +14,9 @@ * limitations under the License * * - * @file socket-manager-test.cpp + * @file client-request-test.cpp * @version 1.0 - * @brief unit tests for socket-manager + * @brief Unit tests for client-request */ #include diff --git a/tests/dl-loader-test.cpp b/tests/dl-loader-test.cpp index 67eb37b..5c7805d 100644 --- a/tests/dl-loader-test.cpp +++ b/tests/dl-loader-test.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024 Samsung Electronics Co., Ltd. All rights reserved + * Copyright (c) 2023 - 2024 Samsung Electronics Co., Ltd. All rights reserved * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -16,7 +16,7 @@ * * @file dl-loader-test.cpp * @version 1.0 - * @brief unit tests for dl-loader + * @brief Unit tests for dl-loader */ #include diff --git a/tests/file-lock-test.cpp b/tests/file-lock-test.cpp index edc907b..0718909 100644 --- a/tests/file-lock-test.cpp +++ b/tests/file-lock-test.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024 Samsung Electronics Co., Ltd. All rights reserved + * Copyright (c) 2023 - 2024 Samsung Electronics Co., Ltd. All rights reserved * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -14,9 +14,9 @@ * limitations under the License * * - * @file dl-loader-test.cpp + * @file file-lock-test.cpp * @version 1.0 - * @brief unit tests for dl-loader + * @brief Unit tests for file-locker */ #include diff --git a/tests/manual/man_tests.cpp b/tests/manual/man_tests.cpp index ed9db8a..be7742a 100644 --- a/tests/manual/man_tests.cpp +++ b/tests/manual/man_tests.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024 Samsung Electronics Co., Ltd. All rights reserved + * Copyright (c) 2023 - 2024 Samsung Electronics Co., Ltd. All rights reserved * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -12,6 +12,11 @@ * 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 + * + * + * @file man_tests.cpp + * @version 1.0 + * @brief Manual tests for webauthn default functionality */ #include diff --git a/tests/manual/turn_bluetooth.cpp b/tests/manual/turn_bluetooth.cpp index d2e884c..370899f 100644 --- a/tests/manual/turn_bluetooth.cpp +++ b/tests/manual/turn_bluetooth.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024 Samsung Electronics Co., Ltd All Rights Reserved + * Copyright (c) 2023 - 2024 Samsung Electronics Co., Ltd All Rights Reserved * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -12,6 +12,11 @@ * 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 + * + * + * @file turn_bluetooth.cpp + * @version 1.0 + * @brief Implementation of turn_bluetooth for test */ #include diff --git a/tests/manual/turn_bluetooth.h b/tests/manual/turn_bluetooth.h index fa9a658..4fa49f4 100644 --- a/tests/manual/turn_bluetooth.h +++ b/tests/manual/turn_bluetooth.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024 Samsung Electronics Co., Ltd All Rights Reserved + * Copyright (c) 2023 - 2024 Samsung Electronics Co., Ltd All Rights Reserved * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -12,6 +12,11 @@ * 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 + * + * + * @file turn_bluetooth.h + * @version 1.0 + * @brief Header of turn_bluetooth for test */ #pragma once diff --git a/tests/serialization-test.cpp b/tests/serialization-test.cpp index 14a7fac..d78ec2b 100644 --- a/tests/serialization-test.cpp +++ b/tests/serialization-test.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 Samsung Electronics Co., Ltd. All rights reserved + * Copyright (c) 2023 - 2024 Samsung Electronics Co., Ltd. All rights reserved * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -12,6 +12,11 @@ * 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 + * + * + * @file serialization-test.cpp + * @version 1.0 + * @brief Unit tests for serialization */ diff --git a/tests/socket-manager-test.cpp b/tests/socket-manager-test.cpp index aabc152..9ab86f6 100644 --- a/tests/socket-manager-test.cpp +++ b/tests/socket-manager-test.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 Samsung Electronics Co., Ltd. All rights reserved + * Copyright (c) 2023 - 2024 Samsung Electronics Co., Ltd. All rights reserved * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -16,7 +16,7 @@ * * @file socket-manager-test.cpp * @version 1.0 - * @brief unit tests for socket-manager + * @brief Unit tests for socket-manager */ #include "test-common.h" diff --git a/tests/test-common.cpp b/tests/test-common.cpp index fbafa91..7373f03 100644 --- a/tests/test-common.cpp +++ b/tests/test-common.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 Samsung Electronics Co., Ltd. All rights reserved + * Copyright (c) 2023 - 2024 Samsung Electronics Co., Ltd. All rights reserved * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -14,9 +14,9 @@ * limitations under the License * * - * @file test-common.h + * @file test-common.cpp * @version 1.0 - * @brief common header for test + * @brief Common implementation for test */ #include "test-common.h" diff --git a/tests/test-common.h b/tests/test-common.h index fe9d3d7..01f7f2e 100644 --- a/tests/test-common.h +++ b/tests/test-common.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 Samsung Electronics Co., Ltd. All rights reserved + * Copyright (c) 2023 - 2024 Samsung Electronics Co., Ltd. All rights reserved * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -16,7 +16,7 @@ * * @file test-common.h * @version 1.0 - * @brief common header for test + * @brief Common header for test */ #pragma once diff --git a/tests/unittests.cpp b/tests/unittests.cpp index 4408dba..81a1f1a 100644 --- a/tests/unittests.cpp +++ b/tests/unittests.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 Samsung Electronics Co., Ltd. All rights reserved + * Copyright (c) 2023 - 2024 Samsung Electronics Co., Ltd. All rights reserved * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -14,9 +14,9 @@ * limitations under the License * * - * @file main.cpp + * @file unittests.cpp * @version 1.0 - * @brief unit tests for webauthn + * @brief Unit tests for webauthn */ diff --git a/tests/utils-tests.cpp b/tests/utils-tests.cpp index 35d622f..15e1be3 100644 --- a/tests/utils-tests.cpp +++ b/tests/utils-tests.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024 Samsung Electronics Co., Ltd. All rights reserved + * Copyright (c) 2023 - 2024 Samsung Electronics Co., Ltd. All rights reserved * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -14,9 +14,9 @@ * limitations under the License * * - * @file dl-loader-test.cpp + * @file utils-test.cpp * @version 1.0 - * @brief unit tests for dl-loader + * @brief Unit tests for utils */ #include diff --git a/tests/webauthn-client-test.cpp b/tests/webauthn-client-test.cpp index 6da25d7..6ced51e 100644 --- a/tests/webauthn-client-test.cpp +++ b/tests/webauthn-client-test.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 Samsung Electronics Co., Ltd. All rights reserved + * Copyright (c) 2023 - 2024 Samsung Electronics Co., Ltd. All rights reserved * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -16,7 +16,7 @@ * * @file webauthn-client-test.cpp * @version 1.0 - * @brief unit tests for webauthn client api + * @brief Unit tests for webauthn client api */ #include