Edit LICENSE with 2023 - 2024 20/310320/3 accepted/tizen/unified/toolchain/20240507.011845 accepted/tizen/unified/x/20240430.094747
authorYonggoo Kang <ygace.kang@samsung.com>
Thu, 25 Apr 2024 08:51:50 +0000 (17:51 +0900)
committerYonggoo Kang <ygace.kang@samsung.com>
Mon, 29 Apr 2024 04:15:49 +0000 (13:15 +0900)
- Minor fix on Heading comments

Change-Id: Id503ad08bfaead3a301211e93e87b92ecf8fef4f

64 files changed:
CMakeLists.txt
LICENSE
build/CMakeLists.txt
include/CMakeLists.txt
include/webauthn-hal.h
include/webauthn-types.h
include/webauthn.h
srcs/CMakeLists.txt
srcs/client/CMakeLists.txt
srcs/client/client-common.cpp
srcs/client/client-request-ga.h
srcs/client/client-request-mc.h
srcs/client/client-request.h
srcs/client/client.cpp
srcs/common/CMakeLists.txt
srcs/common/connection.cpp
srcs/common/connection.h
srcs/common/errno_string.cpp
srcs/common/errno_string.h
srcs/common/exception.cpp
srcs/common/exception.h
srcs/common/file-lock.cpp
srcs/common/file-lock.h
srcs/common/free_deleter.h
srcs/common/message-buffer.h
srcs/common/protocols.cpp
srcs/common/protocols.h
srcs/common/serialization.cpp
srcs/common/serialization.h
srcs/common/service-file-locker.cpp
srcs/common/service-file-locker.h
srcs/common/singleton.cpp
srcs/common/singleton.h
srcs/common/utils.cpp
srcs/common/utils.h
srcs/common/wauthn-error.cpp
srcs/common/webauthn-log.cpp
srcs/common/webauthn-log.h
srcs/server/CMakeLists.txt
srcs/server/dl-loader.cpp
srcs/server/dl-loader.h
srcs/server/main.cpp
srcs/server/request-ga.h
srcs/server/request-mc.h
srcs/server/request.h
srcs/server/service.cpp
srcs/server/service.h
srcs/server/socket-manager.cpp
srcs/server/socket-manager.h
systemd/CMakeLists.txt
tests/CMakeLists.txt
tests/client-request-test.cpp
tests/dl-loader-test.cpp
tests/file-lock-test.cpp
tests/manual/man_tests.cpp
tests/manual/turn_bluetooth.cpp
tests/manual/turn_bluetooth.h
tests/serialization-test.cpp
tests/socket-manager-test.cpp
tests/test-common.cpp
tests/test-common.h
tests/unittests.cpp
tests/utils-tests.cpp
tests/webauthn-client-test.cpp

index 087c268fa92fe49a5feedb78e03c94ae4f473b9d..69fd5ff97c73297c336c9c7bd812f4ad97a1d362 100644 (file)
@@ -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 247c97d0aff69f1c9b78cd51b7e93e8f94a636c0..e50274ae98a92ed5e806921609cabf68b90d3d86 100644 (file)
--- 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
index 8b9053a689b8f3eba0c22b0af1f5e05f7adadb40..271f96e1673f173c61b2add686f9ab62ba6d7508 100644 (file)
@@ -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.
index e8ef82d702c653bcf33957cec31b440e7a9f8b1a..f6b8ce6d4e6534604dfc9f0c01b8cc2bf0064243 100644 (file)
@@ -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
index f32b6e4c787027af1a1acf29993afeebcc2ad66b..206a1da7cee5872d5b38ea23c7d7f4ba3a07905a 100644 (file)
@@ -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.
index 3e0928db9997eb767d75300d6a1ecd48da1cc34f..c5774ae91ccc719e8ed4f28a649baaf4d6337cde 100644 (file)
@@ -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.
  *  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__
index 6eccda0e7751e44453281750032bc259bfe473dc..ec12a588b1eef1a46ed1e3728ffad1a421466d22 100644 (file)
@@ -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.
  *  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__
index 197b84e1c342c558c5920d3b914367870b62de6a..0350890811c8b881e9de0f92d50065e2af10caf5 100644 (file)
@@ -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)
index 2657c1bbc4c89edc762a2cedfd202536c851a166..d166e6cafa05c5afe180b01044d80489e15efd0e 100644 (file)
@@ -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
index d8dabfb8cc2b64b02349cc4ef3f20a5c58c79201..2cf7c21edf7c01e509ef6d058874aa42360a2a67 100644 (file)
@@ -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.
index 6ad3296adae6322a41e7de720896b5ea500d7712..8daee05b0eb707aa7c4e091bf8ddcac3458d3715 100644 (file)
@@ -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
index 445fbff6179b4ca1384c8465f6edc22cbb5bb2fe..60a3dd2dbe949e6cc55fdebb9120e6087c2cb001 100644 (file)
@@ -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.
index e02fe4a1ca508463f974d420ccad3740accb2b68..5bf0a8e28285462bb7a017eb2f703dc6d15163a9 100644 (file)
@@ -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.
index 406182437b9e0cd649b6adcb082f57857304051f..84282653f18cbb4267f95060f20dfe74ece1b982 100644 (file)
@@ -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.
index 7757020311fc823d985b2f96871a126a4a460ebe..741a6ca12371dccfb5f6f05bc0c17c2b0f7d7b89 100644 (file)
@@ -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
index b6a8b783749ab1c90201a8bba2b07a23c396a034..7ee22095f737264c97382d19f4914d6fdad612e5 100644 (file)
@@ -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
index 7ee48cf3feebdd9fd06aaf69342116d3de15bf82..1cd4045f6f839f0de12b287876347ae83ef3c29c 100644 (file)
@@ -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
index 0606b28df501c83e134b8a6a761b6ab2871d7b2d..1c2379327d3f76bd24f71c7a85224d9d1bac3190 100644 (file)
@@ -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.
  *  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
  */
index 59360f5729eee05429af79f6a34fd9515aa62c34..c47002676d4f4cdab4911ebf6168f87d96744cda 100644 (file)
@@ -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
index 7a67aea6d883e538be611ded1a003ed0e7e20c3f..f746bb6d459087ab05ee1d8919376bd178ff340c 100644 (file)
@@ -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
  */
index 5bd46cf09caccd8b0ade7b89a835c8bcfbf18271..ab80ef05bd006425bf18d4b8b86057044fb48ded 100644 (file)
@@ -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
index e9a6d0d038a672fc4e064d2dd47a84389acb6fef..3af6603bdfa950bd7c989615685b8845cc4e5ad1 100644 (file)
@@ -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
index 31a9a29b75941aa01582f5cb0b819eb0a93e3efa..efa11bc9d0165b8f928dfa5796e82b9dac926974 100644 (file)
@@ -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
index c435c40124ae1a61ea8f7c1c750bfd9286466f74..cad23037ed4267e93efaa42808cd38508c188c6b 100644 (file)
@@ -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.
  *  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
 
index 1a13a70b109809c9fc54b01fbf3e7dbb1a3da21f..2a40610e1c83eeca20920d512bbe610879239006 100644 (file)
@@ -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.
index 36cfbcbd0f99e6fbcc6c7692b2044a0240532688..c3595afd91b6cc65ced431356e312c04fa5b00d3 100644 (file)
@@ -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.
index d14ef4fb3c1b99a537dae2b1a9f18716f1a2964d..905754534dce4e5ce39042269f33db8ba665c3d3 100644 (file)
@@ -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.
index 2f44dcf2df80d3c2cc162d9635f91395eff7acc2..e9405eae25092c92aa109ad18ab69f8d1eba79c7 100644 (file)
@@ -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.
  *  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 <cstring>
index 4bd510235f07ee4e43ca04ef92677624a4ed2089..ab44d7e0027f0dcfd40259d3cdaec8bf4143909e 100644 (file)
@@ -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.
index e5c75765e4f0e1fef13361dc178278fbf38de7b6..2f726d64c37cb621a9ba0f5844d6c745421566ea 100644 (file)
@@ -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
index 364233ac1b36a771ce8cee80801c99b208a9bcf8..4aed94c37312cb9df93f07d3d2aa83e7442b5965 100644 (file)
@@ -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
index 12375be2e85acbed77567ff27fc686b96a161fff..a7df15b1bbb0c16c6db17b19f816789bad1ffc0c 100644 (file)
@@ -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
index 688c1c9ec1c6ab95f92de5e8060543ba8a9e7f1d..0a7b0139279881d14a71760f88d87568b96b85e8 100644 (file)
@@ -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
index 712bec7add96f8b01c691bcc3cdee5ca75fc6776..1147c6b21d8e8f9a6011f0c7f6602a548bb4f6f3 100644 (file)
@@ -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
index c9860fa5cef791971817c7d425e96c2043dd3781..f4d63f730a895c512f8f672574bfb7aba7a5495f 100644 (file)
@@ -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
index 1810efa1adecf225cf7eabc4fb568255d3e73857..8c03386ba31d8a9109559adf2541f7ef6e0f7c5e 100644 (file)
@@ -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
index cdff8c46ffd78826e6ab0b8f27ae29aca7b6a991..f76c889a8a69b2d75e7e86a8280fe277578fb7ae 100644 (file)
@@ -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
index c80129133315483f58c9b4494ec46df8d0a76401..33c859c575d009f0f65f7133bc79de5a7e70a5a0 100644 (file)
@@ -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
index 5af3cffd2c633e5ab62029ddbe57a8588863c3bf..c7434e8654babb14c870417cd60e272319bae0b5 100644 (file)
@@ -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
index b42c2313fed56350e40f245fc781f260f0d5c609..201bd14bfc256b45c55f74c61a66747f264227c9 100644 (file)
@@ -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
index 5f83b20f130164c3cb3d8bd68936dd469b73df96..78f943d1e463b65454be1277e9d015b4997437a5 100644 (file)
@@ -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
index 346581d08e85ee88ac831763e883ec55fde65b14..58195f081a8d0a45ce22f8aca74c69d5942cdaf0 100644 (file)
@@ -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 <signal.h>
index ea7f1f20fb4858ab2895e6dd1d597018fbd3f60a..0774df30aeb63ad1258fbc03a4cb41b4ec94ed3d 100644 (file)
@@ -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.
  *  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
index 7db02a303cffa2c1141d4fca59e5e145824debc9..a35d42049657ad5cd8a33b9c3e18fe7a435e1a35 100644 (file)
@@ -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.
  *  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
index ce0692484d5ee333e0b4cade93fc217a0b4a43ee..00d3be01e453734c19a7b2a91068b9fd4aa8273c 100644 (file)
@@ -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.
  *  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
index 9fc39990f885c9b8ba620c540dd8fdfc4a882d7d..bac84af8611c3fb035ea4f19f60ab1f4a43b3114 100644 (file)
@@ -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
index e5aba5496f2024589ddc0a352b65a25f3a06faa1..b5d5403a082546b03fe65a8d367241416235dd4c 100644 (file)
@@ -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.
  *  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
index 941fb66d82e4c2b4eb04af5e2d925529d220dfc7..d63984e5f745d487a43bb9bdef56c78ec09684a9 100644 (file)
@@ -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
index 832ca1bf610b44307cda336a23ee45f0d24c47d0..e607722132b6768ff4d716dd59e3fdff9ea99b71 100644 (file)
@@ -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.
  *  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
index 03c0d70f9ae65e6549c764e871f6b436a2964fed..90d583d5ad81bfe0a63ce2e407aa7b75553e2f83 100644 (file)
@@ -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
index 6a773da20cb8f556ee4261fdd6f86e3918b6c7ef..5aad5af4d2cacc5dcf8c38337d3b8b2dcadf04fc 100644 (file)
@@ -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
index dbd2d52b1b8934c4655c67ecd47d191b922d5248..81990e371c85b187782c0575ea109d642241f03f 100644 (file)
@@ -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 <gtest/gtest.h>
index 67eb37bbdf8eb73221d076f998226a299be5a1ad..5c7805d3d183ab3ea1fe4750b6d75324213317c8 100644 (file)
@@ -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 <gtest/gtest.h>
index edc907bb390772261e09ef8c2d8d9867128582a5..07189092cfc0a56dec6567011d08245219be595e 100644 (file)
@@ -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 <file-lock.h>
index ed9db8a2a3d5c680f9e10c10955e63cf0b0da7c9..be7742a7e8a5e7ade6efa3572f7d03e2b164c363 100644 (file)
@@ -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.
  *  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 <cstring>
index d2e884ce167b58226e6c34e5e25e0fd62d52163c..370899f8e34e2761f5f25e58948824302454607d 100644 (file)
@@ -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.
  *  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 <bluetooth.h>
index fa9a658e617693e15e98d28bf909c1d044e6fdb0..4fa49f46791167e0ee879f06f06b41b185fd4ad1 100644 (file)
@@ -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.
  *  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
index 14a7facdb5d7cdfcd2a9f209143c1fd49fbb8c58..d78ec2b0a87eb0e28cac3030074b37791611d00e 100644 (file)
@@ -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.
  *  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
  */
 
 
index aabc1526942a07b1d8ad96c869b7b7204a8095be..9ab86f6f78aedc3c1bab90fda0ab96e9b5a5bd56 100644 (file)
@@ -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"
index fbafa91d13a303df068aab66a117879637d3298e..7373f038dd52a02e0254b9047c4e9b7f1fe85b67 100644 (file)
@@ -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"
index fe9d3d79fd350d57f560a8fc61404294ccbf266c..01f7f2eba2dfc98721cb5cbb8f61c9b828884a9a 100644 (file)
@@ -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
index 4408dba95670747b97c64b28bcb83b542853ab41..81a1f1adb86590b940641527646ac14b5abd834f 100644 (file)
@@ -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
  */
 
 
index 35d622ffabe28a917153175744c6d66e273921cb..15e1be3b9d29753beacad94e37f94a212427866c 100644 (file)
@@ -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 <gtest/gtest.h>
index 6da25d726330753b002e93f55fb5e9a41d2876e1..6ced51e1f1934d3f95a5fd3cf4891b8b6e8b1259 100644 (file)
@@ -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 <gtest/gtest.h>