diff --git a/src/main/java/com/lpvs/LicensePreValidationService.java b/src/main/java/com/lpvs/LicensePreValidationService.java index 63d5a3e2..0400e3fd 100644 --- a/src/main/java/com/lpvs/LicensePreValidationService.java +++ b/src/main/java/com/lpvs/LicensePreValidationService.java @@ -1,5 +1,5 @@ /** - * Copyright (c) 2022, Samsung Electronics Co., Ltd. All rights reserved. + * Copyright (c) 2022-2024, Samsung Electronics Co., Ltd. All rights reserved. * * Use of this source code is governed by a MIT license that can be * found in the LICENSE file. diff --git a/src/main/java/com/lpvs/config/SecurityConfig.java b/src/main/java/com/lpvs/config/SecurityConfig.java index 8374dc56..7aafdc9c 100644 --- a/src/main/java/com/lpvs/config/SecurityConfig.java +++ b/src/main/java/com/lpvs/config/SecurityConfig.java @@ -1,5 +1,6 @@ /** - * Copyright 2023 Basaeng, kyudori, hwan5180, quswjdgma83 + * Copyright (c) 2023, Basaeng, kyudori, hwan5180, quswjdgma83 + * Copyright (c) 2024, Samsung Electronics Co., Ltd. All rights reserved. * * Use of this source code is governed by a MIT license that can be * found in the LICENSE file. diff --git a/src/main/java/com/lpvs/config/package-info.java b/src/main/java/com/lpvs/config/package-info.java index 2a49ee11..7ebf67a9 100644 --- a/src/main/java/com/lpvs/config/package-info.java +++ b/src/main/java/com/lpvs/config/package-info.java @@ -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. * * Use of this source code is governed by a MIT license that can be * found in the LICENSE file. diff --git a/src/main/java/com/lpvs/controller/GitHubController.java b/src/main/java/com/lpvs/controller/GitHubController.java index 56872694..5780e3c7 100644 --- a/src/main/java/com/lpvs/controller/GitHubController.java +++ b/src/main/java/com/lpvs/controller/GitHubController.java @@ -1,5 +1,5 @@ /** - * Copyright (c) 2022, Samsung Electronics Co., Ltd. All rights reserved. + * Copyright (c) 2022-2024, Samsung Electronics Co., Ltd. All rights reserved. * * Use of this source code is governed by a MIT license that can be * found in the LICENSE file. diff --git a/src/main/java/com/lpvs/controller/LPVSWebController.java b/src/main/java/com/lpvs/controller/LPVSWebController.java index 869499be..8faadf08 100644 --- a/src/main/java/com/lpvs/controller/LPVSWebController.java +++ b/src/main/java/com/lpvs/controller/LPVSWebController.java @@ -1,5 +1,6 @@ /** - * Copyright 2023 Basaeng, kyudori, hwan5180, quswjdgma83 + * Copyright (с) 2023, Basaeng, kyudori, hwan5180, quswjdgma83 + * Copyright (c) 2024, Samsung Electronics Co., Ltd. All rights reserved. * * Use of this source code is governed by a MIT license that can be * found in the LICENSE file. diff --git a/src/main/java/com/lpvs/controller/package-info.java b/src/main/java/com/lpvs/controller/package-info.java index 214570b9..d357c9e3 100644 --- a/src/main/java/com/lpvs/controller/package-info.java +++ b/src/main/java/com/lpvs/controller/package-info.java @@ -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. * * Use of this source code is governed by a MIT license that can be * found in the LICENSE file. diff --git a/src/main/java/com/lpvs/entity/LPVSDetectedLicense.java b/src/main/java/com/lpvs/entity/LPVSDetectedLicense.java index 486a6910..86635db5 100644 --- a/src/main/java/com/lpvs/entity/LPVSDetectedLicense.java +++ b/src/main/java/com/lpvs/entity/LPVSDetectedLicense.java @@ -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. * * Use of this source code is governed by a MIT license that can be * found in the LICENSE file. diff --git a/src/main/java/com/lpvs/entity/LPVSDiffFile.java b/src/main/java/com/lpvs/entity/LPVSDiffFile.java index 0c64ea20..89de8fcd 100644 --- a/src/main/java/com/lpvs/entity/LPVSDiffFile.java +++ b/src/main/java/com/lpvs/entity/LPVSDiffFile.java @@ -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. * * Use of this source code is governed by a MIT license that can be * found in the LICENSE file. diff --git a/src/main/java/com/lpvs/entity/LPVSFile.java b/src/main/java/com/lpvs/entity/LPVSFile.java index 6c6cbf6d..9d295293 100644 --- a/src/main/java/com/lpvs/entity/LPVSFile.java +++ b/src/main/java/com/lpvs/entity/LPVSFile.java @@ -1,5 +1,5 @@ /** - * Copyright (c) 2022, Samsung Electronics Co., Ltd. All rights reserved. + * Copyright (c) 2022-2024, Samsung Electronics Co., Ltd. All rights reserved. * * Use of this source code is governed by a MIT license that can be * found in the LICENSE file. diff --git a/src/main/java/com/lpvs/entity/LPVSLicense.java b/src/main/java/com/lpvs/entity/LPVSLicense.java index f66c293c..02db338c 100644 --- a/src/main/java/com/lpvs/entity/LPVSLicense.java +++ b/src/main/java/com/lpvs/entity/LPVSLicense.java @@ -1,5 +1,5 @@ /** - * Copyright (c) 2023, Samsung Electronics Co., Ltd. All rights reserved. + * Copyright (c) 2022-2024, Samsung Electronics Co., Ltd. All rights reserved. * * Use of this source code is governed by a MIT license that can be * found in the LICENSE file. diff --git a/src/main/java/com/lpvs/entity/LPVSLicenseConflict.java b/src/main/java/com/lpvs/entity/LPVSLicenseConflict.java index bb545de0..0c8040cc 100644 --- a/src/main/java/com/lpvs/entity/LPVSLicenseConflict.java +++ b/src/main/java/com/lpvs/entity/LPVSLicenseConflict.java @@ -1,5 +1,5 @@ /** - * Copyright (c) 2023, Samsung Electronics Co., Ltd. All rights reserved. + * Copyright (c) 2022-2024, Samsung Electronics Co., Ltd. All rights reserved. * * Use of this source code is governed by a MIT license that can be * found in the LICENSE file. @@ -45,15 +45,4 @@ public class LPVSLicenseConflict implements Serializable { @ManyToOne @JoinColumn(name = "conflict_license_id", referencedColumnName = "id", nullable = false) private LPVSLicense conflictLicense; - - /** - * Constructs a new license conflict with the given repository and conflicting licenses. - * - * @param repositoryLicense The repository license involved in the conflict. - * @param conflictLicense The conflicting license involved in the conflict. - */ - public LPVSLicenseConflict(LPVSLicense repositoryLicense, LPVSLicense conflictLicense) { - this.repositoryLicense = repositoryLicense; - this.conflictLicense = conflictLicense; - } } diff --git a/src/main/java/com/lpvs/entity/LPVSPullRequest.java b/src/main/java/com/lpvs/entity/LPVSPullRequest.java index b7d92104..7df86b14 100644 --- a/src/main/java/com/lpvs/entity/LPVSPullRequest.java +++ b/src/main/java/com/lpvs/entity/LPVSPullRequest.java @@ -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. * * Use of this source code is governed by a MIT license that can be * found in the LICENSE file. diff --git a/src/main/java/com/lpvs/entity/LPVSQueue.java b/src/main/java/com/lpvs/entity/LPVSQueue.java index bf303386..d7563927 100644 --- a/src/main/java/com/lpvs/entity/LPVSQueue.java +++ b/src/main/java/com/lpvs/entity/LPVSQueue.java @@ -1,5 +1,5 @@ /** - * Copyright (c) 2022, Samsung Electronics Co., Ltd. All rights reserved. + * Copyright (c) 2022-2024, Samsung Electronics Co., Ltd. All rights reserved. * * Use of this source code is governed by a MIT license that can be * found in the LICENSE file. diff --git a/src/main/java/com/lpvs/entity/LPVSResponseWrapper.java b/src/main/java/com/lpvs/entity/LPVSResponseWrapper.java index a1a6d134..bbfe33dd 100644 --- a/src/main/java/com/lpvs/entity/LPVSResponseWrapper.java +++ b/src/main/java/com/lpvs/entity/LPVSResponseWrapper.java @@ -1,5 +1,5 @@ /** - * Copyright (c) 2022, Samsung Electronics Co., Ltd. All rights reserved. + * Copyright (c) 2022-2024, Samsung Electronics Co., Ltd. All rights reserved. * * Use of this source code is governed by a MIT license that can be * found in the LICENSE file. diff --git a/src/main/java/com/lpvs/entity/auth/LPVSLoginMember.java b/src/main/java/com/lpvs/entity/auth/LPVSLoginMember.java index 55b9a40d..f1a4fa3a 100644 --- a/src/main/java/com/lpvs/entity/auth/LPVSLoginMember.java +++ b/src/main/java/com/lpvs/entity/auth/LPVSLoginMember.java @@ -1,5 +1,6 @@ /** - * Copyright 2023 Basaeng, kyudori, hwan5180, quswjdgma83 + * Copyright (с) 2023, Basaeng, kyudori, hwan5180, quswjdgma83 + * Copyright (c) 2024, Samsung Electronics Co., Ltd. All rights reserved. * * Use of this source code is governed by a MIT license that can be * found in the LICENSE file. diff --git a/src/main/java/com/lpvs/entity/auth/LPVSMember.java b/src/main/java/com/lpvs/entity/auth/LPVSMember.java index 12847919..aa881ee1 100644 --- a/src/main/java/com/lpvs/entity/auth/LPVSMember.java +++ b/src/main/java/com/lpvs/entity/auth/LPVSMember.java @@ -1,5 +1,6 @@ /** - * Copyright 2023 Basaeng, kyudori, hwan5180, quswjdgma83 + * Copyright (c) 2023, Basaeng, kyudori, hwan5180, quswjdgma83 + * Copyright (c) 2024, Samsung Electronics Co., Ltd. All rights reserved. * * Use of this source code is governed by a MIT license that can be * found in the LICENSE file. diff --git a/src/main/java/com/lpvs/entity/auth/MemberProfile.java b/src/main/java/com/lpvs/entity/auth/MemberProfile.java index 3dd806a8..54a0c9e2 100644 --- a/src/main/java/com/lpvs/entity/auth/MemberProfile.java +++ b/src/main/java/com/lpvs/entity/auth/MemberProfile.java @@ -1,5 +1,6 @@ /** - * Copyright 2023 Basaeng, kyudori, hwan5180, quswjdgma83 + * Copyright (c) 2023, Basaeng, kyudori, hwan5180, quswjdgma83 + * Copyright (c) 2024, Samsung Electronics Co., Ltd. All rights reserved. * * Use of this source code is governed by a MIT license that can be * found in the LICENSE file. diff --git a/src/main/java/com/lpvs/entity/auth/package-info.java b/src/main/java/com/lpvs/entity/auth/package-info.java index c3358185..4a6cdca1 100644 --- a/src/main/java/com/lpvs/entity/auth/package-info.java +++ b/src/main/java/com/lpvs/entity/auth/package-info.java @@ -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. * * Use of this source code is governed by a MIT license that can be * found in the LICENSE file. diff --git a/src/main/java/com/lpvs/entity/dashboard/DashBoardElements.java b/src/main/java/com/lpvs/entity/dashboard/DashBoardElements.java index 16d6d343..daaf325a 100644 --- a/src/main/java/com/lpvs/entity/dashboard/DashBoardElements.java +++ b/src/main/java/com/lpvs/entity/dashboard/DashBoardElements.java @@ -1,5 +1,6 @@ /** - * Copyright 2023 Basaeng, kyudori, hwan5180, quswjdgma83 + * Copyright (c) 2023, Basaeng, kyudori, hwan5180, quswjdgma83 + * Copyright (c) 2024, Samsung Electronics Co., Ltd. All rights reserved. * * Use of this source code is governed by a MIT license that can be * found in the LICENSE file. diff --git a/src/main/java/com/lpvs/entity/dashboard/Dashboard.java b/src/main/java/com/lpvs/entity/dashboard/Dashboard.java index 43817e56..2f48d099 100644 --- a/src/main/java/com/lpvs/entity/dashboard/Dashboard.java +++ b/src/main/java/com/lpvs/entity/dashboard/Dashboard.java @@ -1,5 +1,6 @@ /** - * Copyright 2023 Basaeng, kyudori, hwan5180, quswjdgma83 + * Copyright (c) 2023, Basaeng, kyudori, hwan5180, quswjdgma83 + * Copyright (c) 2024, Samsung Electronics Co., Ltd. All rights reserved. * * Use of this source code is governed by a MIT license that can be * found in the LICENSE file. diff --git a/src/main/java/com/lpvs/entity/dashboard/DashboardElementsByDate.java b/src/main/java/com/lpvs/entity/dashboard/DashboardElementsByDate.java index 9f872f9c..9392a586 100644 --- a/src/main/java/com/lpvs/entity/dashboard/DashboardElementsByDate.java +++ b/src/main/java/com/lpvs/entity/dashboard/DashboardElementsByDate.java @@ -1,5 +1,6 @@ /** - * Copyright 2023 Basaeng, kyudori, hwan5180, quswjdgma83 + * Copyright (c) 2023, Basaeng, kyudori, hwan5180, quswjdgma83 + * Copyright (c) 2024, Samsung Electronics Co., Ltd. All rights reserved. * * Use of this source code is governed by a MIT license that can be * found in the LICENSE file. diff --git a/src/main/java/com/lpvs/entity/dashboard/package-info.java b/src/main/java/com/lpvs/entity/dashboard/package-info.java index 7ac78b26..a7337abe 100644 --- a/src/main/java/com/lpvs/entity/dashboard/package-info.java +++ b/src/main/java/com/lpvs/entity/dashboard/package-info.java @@ -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. * * Use of this source code is governed by a MIT license that can be * found in the LICENSE file. diff --git a/src/main/java/com/lpvs/entity/enums/Grade.java b/src/main/java/com/lpvs/entity/enums/Grade.java index de8b3626..5f2db41c 100644 --- a/src/main/java/com/lpvs/entity/enums/Grade.java +++ b/src/main/java/com/lpvs/entity/enums/Grade.java @@ -1,5 +1,6 @@ /** - * Copyright 2023 Basaeng, kyudori, hwan5180, quswjdgma83 + * Copyright (c) 2023, Basaeng, kyudori, hwan5180, quswjdgma83 + * Copyright (c) 2024, Samsung Electronics Co., Ltd. All rights reserved. * * Use of this source code is governed by a MIT license that can be * found in the LICENSE file. diff --git a/src/main/java/com/lpvs/entity/enums/LPVSPullRequestAction.java b/src/main/java/com/lpvs/entity/enums/LPVSPullRequestAction.java index 554d4a8e..04857e82 100644 --- a/src/main/java/com/lpvs/entity/enums/LPVSPullRequestAction.java +++ b/src/main/java/com/lpvs/entity/enums/LPVSPullRequestAction.java @@ -1,5 +1,5 @@ /** - * Copyright (c) 2022, Samsung Electronics Co., Ltd. All rights reserved. + * Copyright (c) 2022-2024, Samsung Electronics Co., Ltd. All rights reserved. * * Use of this source code is governed by a MIT license that can be * found in the LICENSE file. diff --git a/src/main/java/com/lpvs/entity/enums/LPVSPullRequestStatus.java b/src/main/java/com/lpvs/entity/enums/LPVSPullRequestStatus.java index ad143e17..bb488536 100644 --- a/src/main/java/com/lpvs/entity/enums/LPVSPullRequestStatus.java +++ b/src/main/java/com/lpvs/entity/enums/LPVSPullRequestStatus.java @@ -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. * * Use of this source code is governed by a MIT license that can be * found in the LICENSE file. diff --git a/src/main/java/com/lpvs/entity/enums/LPVSVcs.java b/src/main/java/com/lpvs/entity/enums/LPVSVcs.java index 9b2ead55..37edb9db 100644 --- a/src/main/java/com/lpvs/entity/enums/LPVSVcs.java +++ b/src/main/java/com/lpvs/entity/enums/LPVSVcs.java @@ -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. * * Use of this source code is governed by a MIT license that can be * found in the LICENSE file. diff --git a/src/main/java/com/lpvs/entity/enums/OAuthAttributes.java b/src/main/java/com/lpvs/entity/enums/OAuthAttributes.java index b9311a97..a7966fe4 100644 --- a/src/main/java/com/lpvs/entity/enums/OAuthAttributes.java +++ b/src/main/java/com/lpvs/entity/enums/OAuthAttributes.java @@ -1,5 +1,6 @@ /** - * Copyright 2023 Basaeng, kyudori, hwan5180, quswjdgma83 + * Copyright (c) 2023, Basaeng, kyudori, hwan5180, quswjdgma83 + * Copyright (c) 2024, Samsung Electronics Co., Ltd. All rights reserved. * * Use of this source code is governed by a MIT license that can be * found in the LICENSE file. diff --git a/src/main/java/com/lpvs/entity/enums/package-info.java b/src/main/java/com/lpvs/entity/enums/package-info.java index af1bc6bc..e2001af5 100644 --- a/src/main/java/com/lpvs/entity/enums/package-info.java +++ b/src/main/java/com/lpvs/entity/enums/package-info.java @@ -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. * * Use of this source code is governed by a MIT license that can be * found in the LICENSE file. @@ -15,7 +15,7 @@ * Enums in this package may include but are not limited to: * - Actions related to pull requests (e.g., opening, closing) * - Status of pull request scans (e.g., completed, scanning) - * - Version control systems (e.g., GitHub, GitLab) + * - Version control systems (e.g., GitHub) * - OAuth attributes for various authentication providers (e.g., Google, Naver, Kakao) *
* Enums in this package may have additional methods and functionalities to facilitate diff --git a/src/main/java/com/lpvs/entity/history/HistoryEntity.java b/src/main/java/com/lpvs/entity/history/HistoryEntity.java index 1a22c6c3..c88e8d17 100644 --- a/src/main/java/com/lpvs/entity/history/HistoryEntity.java +++ b/src/main/java/com/lpvs/entity/history/HistoryEntity.java @@ -1,5 +1,6 @@ /** - * Copyright 2023 Basaeng, kyudori, hwan5180, quswjdgma83 + * Copyright (c) 2023, Basaeng, kyudori, hwan5180, quswjdgma83 + * Copyright (c) 2024, Samsung Electronics Co., Ltd. All rights reserved. * * Use of this source code is governed by a MIT license that can be * found in the LICENSE file. diff --git a/src/main/java/com/lpvs/entity/history/HistoryPageEntity.java b/src/main/java/com/lpvs/entity/history/HistoryPageEntity.java index 97e1070e..fe2c990a 100644 --- a/src/main/java/com/lpvs/entity/history/HistoryPageEntity.java +++ b/src/main/java/com/lpvs/entity/history/HistoryPageEntity.java @@ -1,5 +1,6 @@ /** - * Copyright 2023 Basaeng, kyudori, hwan5180, quswjdgma83 + * Copyright (c) 2023, Basaeng, kyudori, hwan5180, quswjdgma83 + * Copyright (c) 2024, Samsung Electronics Co., Ltd. All rights reserved. * * Use of this source code is governed by a MIT license that can be * found in the LICENSE file. diff --git a/src/main/java/com/lpvs/entity/history/LPVSHistory.java b/src/main/java/com/lpvs/entity/history/LPVSHistory.java index 5fc724a7..642c5e5d 100644 --- a/src/main/java/com/lpvs/entity/history/LPVSHistory.java +++ b/src/main/java/com/lpvs/entity/history/LPVSHistory.java @@ -1,5 +1,6 @@ /** - * Copyright 2023 Basaeng, kyudori, hwan5180, quswjdgma83 + * Copyright (c) 2023, Basaeng, kyudori, hwan5180, quswjdgma83 + * Copyright (c) 2024, Samsung Electronics Co., Ltd. All rights reserved. * * Use of this source code is governed by a MIT license that can be * found in the LICENSE file. diff --git a/src/main/java/com/lpvs/entity/history/package-info.java b/src/main/java/com/lpvs/entity/history/package-info.java index 050151fd..4a859a84 100644 --- a/src/main/java/com/lpvs/entity/history/package-info.java +++ b/src/main/java/com/lpvs/entity/history/package-info.java @@ -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. * * Use of this source code is governed by a MIT license that can be * found in the LICENSE file. diff --git a/src/main/java/com/lpvs/entity/package-info.java b/src/main/java/com/lpvs/entity/package-info.java index d4f20aaf..4c0d9cb8 100644 --- a/src/main/java/com/lpvs/entity/package-info.java +++ b/src/main/java/com/lpvs/entity/package-info.java @@ -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. * * Use of this source code is governed by a MIT license that can be * found in the LICENSE file. diff --git a/src/main/java/com/lpvs/entity/result/LPVSResult.java b/src/main/java/com/lpvs/entity/result/LPVSResult.java index b69f0f61..09c42295 100644 --- a/src/main/java/com/lpvs/entity/result/LPVSResult.java +++ b/src/main/java/com/lpvs/entity/result/LPVSResult.java @@ -1,5 +1,6 @@ /** - * Copyright 2023 Basaeng, kyudori, hwan5180, quswjdgma83 + * Copyright (c) 2023, Basaeng, kyudori, hwan5180, quswjdgma83 + * Copyright (c) 2024, Samsung Electronics Co., Ltd. All rights reserved. * * Use of this source code is governed by a MIT license that can be * found in the LICENSE file. diff --git a/src/main/java/com/lpvs/entity/result/LPVSResultFile.java b/src/main/java/com/lpvs/entity/result/LPVSResultFile.java index b5d41c89..05be424d 100644 --- a/src/main/java/com/lpvs/entity/result/LPVSResultFile.java +++ b/src/main/java/com/lpvs/entity/result/LPVSResultFile.java @@ -1,5 +1,6 @@ /** - * Copyright 2023 Basaeng, kyudori, hwan5180, quswjdgma83 + * Copyright (c) 2023, Basaeng, kyudori, hwan5180, quswjdgma83 + * Copyright (c) 2024, Samsung Electronics Co., Ltd. All rights reserved. * * Use of this source code is governed by a MIT license that can be * found in the LICENSE file. diff --git a/src/main/java/com/lpvs/entity/result/LPVSResultInfo.java b/src/main/java/com/lpvs/entity/result/LPVSResultInfo.java index afff4261..ceeda312 100644 --- a/src/main/java/com/lpvs/entity/result/LPVSResultInfo.java +++ b/src/main/java/com/lpvs/entity/result/LPVSResultInfo.java @@ -1,5 +1,6 @@ /** - * Copyright 2023 Basaeng, kyudori, hwan5180, quswjdgma83 + * Copyright (c) 2023, Basaeng, kyudori, hwan5180, quswjdgma83 + * Copyright (c) 2024, Samsung Electronics Co., Ltd. All rights reserved. * * Use of this source code is governed by a MIT license that can be * found in the LICENSE file. diff --git a/src/main/java/com/lpvs/entity/result/package-info.java b/src/main/java/com/lpvs/entity/result/package-info.java index 6f815191..514bb3c7 100644 --- a/src/main/java/com/lpvs/entity/result/package-info.java +++ b/src/main/java/com/lpvs/entity/result/package-info.java @@ -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. * * Use of this source code is governed by a MIT license that can be * found in the LICENSE file. diff --git a/src/main/java/com/lpvs/exception/ErrorResponse.java b/src/main/java/com/lpvs/exception/ErrorResponse.java index 218e8306..ee49cb9f 100644 --- a/src/main/java/com/lpvs/exception/ErrorResponse.java +++ b/src/main/java/com/lpvs/exception/ErrorResponse.java @@ -1,5 +1,6 @@ /** - * Copyright 2023 Basaeng, kyudori, hwan5180, quswjdgma83 + * Copyright (c) 2023, Basaeng, kyudori, hwan5180, quswjdgma83 + * Copyright (c) 2024, Samsung Electronics Co., Ltd. All rights reserved. * * Use of this source code is governed by a MIT license that can be * found in the LICENSE file. diff --git a/src/main/java/com/lpvs/exception/LoginFailedException.java b/src/main/java/com/lpvs/exception/LoginFailedException.java index ee2c6531..5fa5f31d 100644 --- a/src/main/java/com/lpvs/exception/LoginFailedException.java +++ b/src/main/java/com/lpvs/exception/LoginFailedException.java @@ -1,5 +1,6 @@ /** - * Copyright 2023 Basaeng, kyudori, hwan5180, quswjdgma83 + * Copyright (c) 2023, Basaeng, kyudori, hwan5180, quswjdgma83 + * Copyright (c) 2024, Samsung Electronics Co., Ltd. All rights reserved. * * Use of this source code is governed by a MIT license that can be * found in the LICENSE file. diff --git a/src/main/java/com/lpvs/exception/PageControllerAdvice.java b/src/main/java/com/lpvs/exception/PageControllerAdvice.java index 179c10bc..fc5bf42f 100644 --- a/src/main/java/com/lpvs/exception/PageControllerAdvice.java +++ b/src/main/java/com/lpvs/exception/PageControllerAdvice.java @@ -1,5 +1,6 @@ /** - * Copyright 2023 Basaeng, kyudori, hwan5180, quswjdgma83 + * Copyright (c) 2023, Basaeng, kyudori, hwan5180, quswjdgma83 + * Copyright (c) 2024, Samsung Electronics Co., Ltd. All rights reserved. * * Use of this source code is governed by a MIT license that can be * found in the LICENSE file. diff --git a/src/main/java/com/lpvs/exception/WrongAccessException.java b/src/main/java/com/lpvs/exception/WrongAccessException.java index 0624b586..42dc2ff7 100644 --- a/src/main/java/com/lpvs/exception/WrongAccessException.java +++ b/src/main/java/com/lpvs/exception/WrongAccessException.java @@ -1,5 +1,6 @@ /** - * Copyright 2023 Basaeng, kyudori, hwan5180, quswjdgma83 + * Copyright (c) 2023, Basaeng, kyudori, hwan5180, quswjdgma83 + * Copyright (c) 2024, Samsung Electronics Co., Ltd. All rights reserved. * * Use of this source code is governed by a MIT license that can be * found in the LICENSE file. diff --git a/src/main/java/com/lpvs/exception/package-info.java b/src/main/java/com/lpvs/exception/package-info.java index 197077ef..fa98249a 100644 --- a/src/main/java/com/lpvs/exception/package-info.java +++ b/src/main/java/com/lpvs/exception/package-info.java @@ -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. * * Use of this source code is governed by a MIT license that can be * found in the LICENSE file. diff --git a/src/main/java/com/lpvs/package-info.java b/src/main/java/com/lpvs/package-info.java index dc3bf32c..404913cf 100644 --- a/src/main/java/com/lpvs/package-info.java +++ b/src/main/java/com/lpvs/package-info.java @@ -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. * * Use of this source code is governed by a MIT license that can be * found in the LICENSE file. diff --git a/src/main/java/com/lpvs/repository/LPVSDetectedLicenseRepository.java b/src/main/java/com/lpvs/repository/LPVSDetectedLicenseRepository.java index f13a6d1e..bb096fb3 100644 --- a/src/main/java/com/lpvs/repository/LPVSDetectedLicenseRepository.java +++ b/src/main/java/com/lpvs/repository/LPVSDetectedLicenseRepository.java @@ -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. * * Use of this source code is governed by a MIT license that can be * found in the LICENSE file. diff --git a/src/main/java/com/lpvs/repository/LPVSLicenseConflictRepository.java b/src/main/java/com/lpvs/repository/LPVSLicenseConflictRepository.java index 9f4a7077..3cc9091a 100644 --- a/src/main/java/com/lpvs/repository/LPVSLicenseConflictRepository.java +++ b/src/main/java/com/lpvs/repository/LPVSLicenseConflictRepository.java @@ -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. * * Use of this source code is governed by a MIT license that can be * found in the LICENSE file. diff --git a/src/main/java/com/lpvs/repository/LPVSLicenseRepository.java b/src/main/java/com/lpvs/repository/LPVSLicenseRepository.java index 3b1791b4..5ba5712c 100644 --- a/src/main/java/com/lpvs/repository/LPVSLicenseRepository.java +++ b/src/main/java/com/lpvs/repository/LPVSLicenseRepository.java @@ -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. * * Use of this source code is governed by a MIT license that can be * found in the LICENSE file. diff --git a/src/main/java/com/lpvs/repository/LPVSMemberRepository.java b/src/main/java/com/lpvs/repository/LPVSMemberRepository.java index 399f8f06..9aadf64c 100644 --- a/src/main/java/com/lpvs/repository/LPVSMemberRepository.java +++ b/src/main/java/com/lpvs/repository/LPVSMemberRepository.java @@ -1,5 +1,6 @@ /** - * Copyright 2023 Basaeng, kyudori, hwan5180, quswjdgma83 + * Copyright (c) 2023, Basaeng, kyudori, hwan5180, quswjdgma83 + * Copyright (c) 2024, Samsung Electronics Co., Ltd. All rights reserved. * * Use of this source code is governed by a MIT license that can be * found in the LICENSE file. diff --git a/src/main/java/com/lpvs/repository/LPVSPullRequestRepository.java b/src/main/java/com/lpvs/repository/LPVSPullRequestRepository.java index bcd1d586..cfea80d7 100644 --- a/src/main/java/com/lpvs/repository/LPVSPullRequestRepository.java +++ b/src/main/java/com/lpvs/repository/LPVSPullRequestRepository.java @@ -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. * * Use of this source code is governed by a MIT license that can be * found in the LICENSE file. diff --git a/src/main/java/com/lpvs/repository/LPVSQueueRepository.java b/src/main/java/com/lpvs/repository/LPVSQueueRepository.java index f0558163..0be85603 100644 --- a/src/main/java/com/lpvs/repository/LPVSQueueRepository.java +++ b/src/main/java/com/lpvs/repository/LPVSQueueRepository.java @@ -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. * * Use of this source code is governed by a MIT license that can be * found in the LICENSE file. diff --git a/src/main/java/com/lpvs/repository/package-info.java b/src/main/java/com/lpvs/repository/package-info.java index 6f60dbf0..5c957075 100644 --- a/src/main/java/com/lpvs/repository/package-info.java +++ b/src/main/java/com/lpvs/repository/package-info.java @@ -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. * * Use of this source code is governed by a MIT license that can be * found in the LICENSE file. diff --git a/src/main/java/com/lpvs/service/LPVSGitHubConnectionService.java b/src/main/java/com/lpvs/service/LPVSGitHubConnectionService.java index f4ecb4f2..4e58092e 100644 --- a/src/main/java/com/lpvs/service/LPVSGitHubConnectionService.java +++ b/src/main/java/com/lpvs/service/LPVSGitHubConnectionService.java @@ -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. * * Use of this source code is governed by a MIT license that can be * found in the LICENSE file. diff --git a/src/main/java/com/lpvs/service/LPVSGitHubService.java b/src/main/java/com/lpvs/service/LPVSGitHubService.java index 6422f590..d1074427 100644 --- a/src/main/java/com/lpvs/service/LPVSGitHubService.java +++ b/src/main/java/com/lpvs/service/LPVSGitHubService.java @@ -1,5 +1,5 @@ /** - * Copyright (c) 2022, Samsung Electronics Co., Ltd. All rights reserved. + * Copyright (c) 2022-2024, Samsung Electronics Co., Ltd. All rights reserved. * * Use of this source code is governed by a MIT license that can be * found in the LICENSE file. diff --git a/src/main/java/com/lpvs/service/LPVSLicenseService.java b/src/main/java/com/lpvs/service/LPVSLicenseService.java index f4496e9a..3797d345 100644 --- a/src/main/java/com/lpvs/service/LPVSLicenseService.java +++ b/src/main/java/com/lpvs/service/LPVSLicenseService.java @@ -1,5 +1,5 @@ /** - * Copyright (c) 2022, Samsung Electronics Co., Ltd. All rights reserved. + * Copyright (c) 2022-2024, Samsung Electronics Co., Ltd. All rights reserved. * * Use of this source code is governed by a MIT license that can be * found in the LICENSE file. diff --git a/src/main/java/com/lpvs/service/LPVSLoginCheckService.java b/src/main/java/com/lpvs/service/LPVSLoginCheckService.java index e732bbe7..b762ac46 100644 --- a/src/main/java/com/lpvs/service/LPVSLoginCheckService.java +++ b/src/main/java/com/lpvs/service/LPVSLoginCheckService.java @@ -1,5 +1,6 @@ /** - * Copyright 2023 Basaeng, kyudori, hwan5180, quswjdgma83 + * Copyright (c) 2023, Basaeng, kyudori, hwan5180, quswjdgma83 + * Copyright (c) 2024, Samsung Electronics Co., Ltd. All rights reserved. * * Use of this source code is governed by a MIT license that can be * found in the LICENSE file. diff --git a/src/main/java/com/lpvs/service/LPVSQueueProcessorService.java b/src/main/java/com/lpvs/service/LPVSQueueProcessorService.java index 65dceafc..c3e37672 100644 --- a/src/main/java/com/lpvs/service/LPVSQueueProcessorService.java +++ b/src/main/java/com/lpvs/service/LPVSQueueProcessorService.java @@ -1,5 +1,5 @@ /** - * Copyright (c) 2024, Samsung Electronics Co., Ltd. All rights reserved. + * Copyright (c) 2022-2024, Samsung Electronics Co., Ltd. All rights reserved. * * Use of this source code is governed by a MIT license that can be * found in the LICENSE file. diff --git a/src/main/java/com/lpvs/service/LPVSQueueService.java b/src/main/java/com/lpvs/service/LPVSQueueService.java index 4e42e186..67a4009c 100644 --- a/src/main/java/com/lpvs/service/LPVSQueueService.java +++ b/src/main/java/com/lpvs/service/LPVSQueueService.java @@ -1,5 +1,5 @@ /** - * Copyright (c) 2024, Samsung Electronics Co., Ltd. All rights reserved. + * Copyright (c) 2022-2024, Samsung Electronics Co., Ltd. All rights reserved. * * Use of this source code is governed by a MIT license that can be * found in the LICENSE file. diff --git a/src/main/java/com/lpvs/service/LPVSStatisticsService.java b/src/main/java/com/lpvs/service/LPVSStatisticsService.java index 683a29f2..368468b6 100644 --- a/src/main/java/com/lpvs/service/LPVSStatisticsService.java +++ b/src/main/java/com/lpvs/service/LPVSStatisticsService.java @@ -1,5 +1,6 @@ /** - * Copyright 2023 Basaeng, kyudori, hwan5180, quswjdgma83 + * Copyright (c) 2023, Basaeng, kyudori, hwan5180, quswjdgma83 + * Copyright (c) 2024, Samsung Electronics Co., Ltd. All rights reserved. * * Use of this source code is governed by a MIT license that can be * found in the LICENSE file. diff --git a/src/main/java/com/lpvs/service/OAuthService.java b/src/main/java/com/lpvs/service/OAuthService.java index eda96998..7e4e6df4 100644 --- a/src/main/java/com/lpvs/service/OAuthService.java +++ b/src/main/java/com/lpvs/service/OAuthService.java @@ -1,5 +1,6 @@ /** - * Copyright 2023 Basaeng, kyudori, hwan5180, quswjdgma83 + * Copyright (c) 2023, Basaeng, kyudori, hwan5180, quswjdgma83 + * Copyright (c) 2024, Samsung Electronics Co., Ltd. All rights reserved. * * Use of this source code is governed by a MIT license that can be * found in the LICENSE file. diff --git a/src/main/java/com/lpvs/service/package-info.java b/src/main/java/com/lpvs/service/package-info.java index e6f3782c..25e8141b 100644 --- a/src/main/java/com/lpvs/service/package-info.java +++ b/src/main/java/com/lpvs/service/package-info.java @@ -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. * * Use of this source code is governed by a MIT license that can be * found in the LICENSE file. diff --git a/src/main/java/com/lpvs/service/scan/LPVSDetectService.java b/src/main/java/com/lpvs/service/scan/LPVSDetectService.java index 796174c4..a370971d 100644 --- a/src/main/java/com/lpvs/service/scan/LPVSDetectService.java +++ b/src/main/java/com/lpvs/service/scan/LPVSDetectService.java @@ -1,5 +1,5 @@ /** - * Copyright (c) 2022, Samsung Electronics Co., Ltd. All rights reserved. + * Copyright (c) 2022-2024, Samsung Electronics Co., Ltd. All rights reserved. * * Use of this source code is governed by a MIT license that can be * found in the LICENSE file. diff --git a/src/main/java/com/lpvs/service/scan/scanner/LPVSScanossDetectService.java b/src/main/java/com/lpvs/service/scan/scanner/LPVSScanossDetectService.java index de16732d..d2db2a45 100644 --- a/src/main/java/com/lpvs/service/scan/scanner/LPVSScanossDetectService.java +++ b/src/main/java/com/lpvs/service/scan/scanner/LPVSScanossDetectService.java @@ -1,5 +1,5 @@ /** - * Copyright (c) 2022, Samsung Electronics Co., Ltd. All rights reserved. + * Copyright (c) 2022-2024, Samsung Electronics Co., Ltd. All rights reserved. * * Use of this source code is governed by a MIT license that can be * found in the LICENSE file. diff --git a/src/main/java/com/lpvs/service/scan/scanner/package-info.java b/src/main/java/com/lpvs/service/scan/scanner/package-info.java index 0a5f6c91..42085878 100644 --- a/src/main/java/com/lpvs/service/scan/scanner/package-info.java +++ b/src/main/java/com/lpvs/service/scan/scanner/package-info.java @@ -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. * * Use of this source code is governed by a MIT license that can be * found in the LICENSE file. diff --git a/src/main/java/com/lpvs/util/LPVSCommentUtil.java b/src/main/java/com/lpvs/util/LPVSCommentUtil.java index 3c848c6c..4b1d59b8 100644 --- a/src/main/java/com/lpvs/util/LPVSCommentUtil.java +++ b/src/main/java/com/lpvs/util/LPVSCommentUtil.java @@ -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. * * Use of this source code is governed by a MIT license that can be * found in the LICENSE file. diff --git a/src/main/java/com/lpvs/util/LPVSExitHandler.java b/src/main/java/com/lpvs/util/LPVSExitHandler.java index f2224844..87d764fb 100644 --- a/src/main/java/com/lpvs/util/LPVSExitHandler.java +++ b/src/main/java/com/lpvs/util/LPVSExitHandler.java @@ -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. * * Use of this source code is governed by a MIT license that can be * found in the LICENSE file. diff --git a/src/main/java/com/lpvs/util/LPVSFileUtil.java b/src/main/java/com/lpvs/util/LPVSFileUtil.java index 43a5ada0..42585c01 100644 --- a/src/main/java/com/lpvs/util/LPVSFileUtil.java +++ b/src/main/java/com/lpvs/util/LPVSFileUtil.java @@ -1,5 +1,5 @@ /** - * Copyright (c) 2022, Samsung Electronics Co., Ltd. All rights reserved. + * Copyright (c) 2022-2024, Samsung Electronics Co., Ltd. All rights reserved. * * Use of this source code is governed by a MIT license that can be * found in the LICENSE file. diff --git a/src/main/java/com/lpvs/util/LPVSPayloadUtil.java b/src/main/java/com/lpvs/util/LPVSPayloadUtil.java index 49574709..d726378d 100644 --- a/src/main/java/com/lpvs/util/LPVSPayloadUtil.java +++ b/src/main/java/com/lpvs/util/LPVSPayloadUtil.java @@ -1,5 +1,5 @@ /** - * Copyright (c) 2022, Samsung Electronics Co., Ltd. All rights reserved. + * Copyright (c) 2022-2024, Samsung Electronics Co., Ltd. All rights reserved. * * Use of this source code is governed by a MIT license that can be * found in the LICENSE file. diff --git a/src/main/java/com/lpvs/util/package-info.java b/src/main/java/com/lpvs/util/package-info.java index a7e1021a..e810d76d 100644 --- a/src/main/java/com/lpvs/util/package-info.java +++ b/src/main/java/com/lpvs/util/package-info.java @@ -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. * * Use of this source code is governed by a MIT license that can be * found in the LICENSE file. diff --git a/src/test/java/com/lpvs/LicensePreValidationServiceTest.java b/src/test/java/com/lpvs/LicensePreValidationServiceTest.java index 4f2716f5..c85d5df5 100644 --- a/src/test/java/com/lpvs/LicensePreValidationServiceTest.java +++ b/src/test/java/com/lpvs/LicensePreValidationServiceTest.java @@ -1,5 +1,5 @@ /** - * Copyright (c) 2022, Samsung Electronics Co., Ltd. All rights reserved. + * Copyright (c) 2022-2024, Samsung Electronics Co., Ltd. All rights reserved. * * Use of this source code is governed by a MIT license that can be * found in the LICENSE file. diff --git a/src/test/java/com/lpvs/config/SecurityConfigTest.java b/src/test/java/com/lpvs/config/SecurityConfigTest.java index 6ab4b8a1..a5537761 100644 --- a/src/test/java/com/lpvs/config/SecurityConfigTest.java +++ b/src/test/java/com/lpvs/config/SecurityConfigTest.java @@ -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. * * Use of this source code is governed by a MIT license that can be * found in the LICENSE file. diff --git a/src/test/java/com/lpvs/controller/GitHubControllerTest.java b/src/test/java/com/lpvs/controller/GitHubControllerTest.java index 33c1f36d..7314b84b 100644 --- a/src/test/java/com/lpvs/controller/GitHubControllerTest.java +++ b/src/test/java/com/lpvs/controller/GitHubControllerTest.java @@ -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. * * Use of this source code is governed by a MIT license that can be * found in the LICENSE file. diff --git a/src/test/java/com/lpvs/controller/LPVSWebControllerTest.java b/src/test/java/com/lpvs/controller/LPVSWebControllerTest.java index 281c79d4..b9fe8821 100644 --- a/src/test/java/com/lpvs/controller/LPVSWebControllerTest.java +++ b/src/test/java/com/lpvs/controller/LPVSWebControllerTest.java @@ -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. * * Use of this source code is governed by a MIT license that can be * found in the LICENSE file. diff --git a/src/test/java/com/lpvs/entity/LPVSDetectedLicenseTest.java b/src/test/java/com/lpvs/entity/LPVSDetectedLicenseTest.java index 432f76b5..dbd3de84 100644 --- a/src/test/java/com/lpvs/entity/LPVSDetectedLicenseTest.java +++ b/src/test/java/com/lpvs/entity/LPVSDetectedLicenseTest.java @@ -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. * * Use of this source code is governed by a MIT license that can be * found in the LICENSE file. diff --git a/src/test/java/com/lpvs/entity/LPVSDiffFileTest.java b/src/test/java/com/lpvs/entity/LPVSDiffFileTest.java index b59cade8..aa187b45 100644 --- a/src/test/java/com/lpvs/entity/LPVSDiffFileTest.java +++ b/src/test/java/com/lpvs/entity/LPVSDiffFileTest.java @@ -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. * * Use of this source code is governed by a MIT license that can be * found in the LICENSE file. diff --git a/src/test/java/com/lpvs/entity/LPVSFileTest.java b/src/test/java/com/lpvs/entity/LPVSFileTest.java index ec297d79..9ac4374e 100644 --- a/src/test/java/com/lpvs/entity/LPVSFileTest.java +++ b/src/test/java/com/lpvs/entity/LPVSFileTest.java @@ -1,5 +1,5 @@ /** - * Copyright (c) 2022, Samsung Electronics Co., Ltd. All rights reserved. + * Copyright (c) 2022-2024, Samsung Electronics Co., Ltd. All rights reserved. * * Use of this source code is governed by a MIT license that can be * found in the LICENSE file. diff --git a/src/test/java/com/lpvs/entity/LPVSLicenseConflictTest.java b/src/test/java/com/lpvs/entity/LPVSLicenseConflictTest.java index 8c836f6e..69f3383f 100644 --- a/src/test/java/com/lpvs/entity/LPVSLicenseConflictTest.java +++ b/src/test/java/com/lpvs/entity/LPVSLicenseConflictTest.java @@ -1,5 +1,5 @@ /** - * Copyright (c) 2022, Samsung Electronics Co., Ltd. All rights reserved. + * Copyright (c) 2022-2024, Samsung Electronics Co., Ltd. All rights reserved. * * Use of this source code is governed by a MIT license that can be * found in the LICENSE file. diff --git a/src/test/java/com/lpvs/entity/LPVSLicenseTest.java b/src/test/java/com/lpvs/entity/LPVSLicenseTest.java index 4fc7f93c..59d26dd9 100644 --- a/src/test/java/com/lpvs/entity/LPVSLicenseTest.java +++ b/src/test/java/com/lpvs/entity/LPVSLicenseTest.java @@ -1,5 +1,5 @@ /** - * Copyright (c) 2022, Samsung Electronics Co., Ltd. All rights reserved. + * Copyright (c) 2022-2024, Samsung Electronics Co., Ltd. All rights reserved. * * Use of this source code is governed by a MIT license that can be * found in the LICENSE file. diff --git a/src/test/java/com/lpvs/entity/LPVSLoginMemberTest.java b/src/test/java/com/lpvs/entity/LPVSLoginMemberTest.java index 0f32034b..72a27d21 100644 --- a/src/test/java/com/lpvs/entity/LPVSLoginMemberTest.java +++ b/src/test/java/com/lpvs/entity/LPVSLoginMemberTest.java @@ -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. * * Use of this source code is governed by a MIT license that can be * found in the LICENSE file. diff --git a/src/test/java/com/lpvs/entity/LPVSMemberTest.java b/src/test/java/com/lpvs/entity/LPVSMemberTest.java index 03c05984..b3243062 100644 --- a/src/test/java/com/lpvs/entity/LPVSMemberTest.java +++ b/src/test/java/com/lpvs/entity/LPVSMemberTest.java @@ -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. * * Use of this source code is governed by a MIT license that can be * found in the LICENSE file. diff --git a/src/test/java/com/lpvs/entity/LPVSPullRequestTest.java b/src/test/java/com/lpvs/entity/LPVSPullRequestTest.java index 3890e231..0e053f3b 100644 --- a/src/test/java/com/lpvs/entity/LPVSPullRequestTest.java +++ b/src/test/java/com/lpvs/entity/LPVSPullRequestTest.java @@ -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. * * Use of this source code is governed by a MIT license that can be * found in the LICENSE file. diff --git a/src/test/java/com/lpvs/entity/LPVSQueueTest.java b/src/test/java/com/lpvs/entity/LPVSQueueTest.java index 7b157ceb..380e0423 100644 --- a/src/test/java/com/lpvs/entity/LPVSQueueTest.java +++ b/src/test/java/com/lpvs/entity/LPVSQueueTest.java @@ -1,5 +1,5 @@ /** - * Copyright (c) 2022, Samsung Electronics Co., Ltd. All rights reserved. + * Copyright (c) 2022-2024, Samsung Electronics Co., Ltd. All rights reserved. * * Use of this source code is governed by a MIT license that can be * found in the LICENSE file. diff --git a/src/test/java/com/lpvs/entity/LPVSResponseWrapperTest.java b/src/test/java/com/lpvs/entity/LPVSResponseWrapperTest.java index d43b8181..eba4464a 100644 --- a/src/test/java/com/lpvs/entity/LPVSResponseWrapperTest.java +++ b/src/test/java/com/lpvs/entity/LPVSResponseWrapperTest.java @@ -1,5 +1,5 @@ /** - * Copyright (c) 2022, Samsung Electronics Co., Ltd. All rights reserved. + * Copyright (c) 2022-2024, Samsung Electronics Co., Ltd. All rights reserved. * * Use of this source code is governed by a MIT license that can be * found in the LICENSE file. diff --git a/src/test/java/com/lpvs/entity/auth/MemberProfileTest.java b/src/test/java/com/lpvs/entity/auth/MemberProfileTest.java index a53cc3f4..1993d235 100644 --- a/src/test/java/com/lpvs/entity/auth/MemberProfileTest.java +++ b/src/test/java/com/lpvs/entity/auth/MemberProfileTest.java @@ -1,6 +1,6 @@ /** - * Copyright (c) 2023, Samsung Electronics Co., Ltd. All rights reserved. - *
+ * Copyright (c) 2023-2024, Samsung Electronics Co., Ltd. All rights reserved. + * * Use of this source code is governed by a MIT license that can be * found in the LICENSE file. */ diff --git a/src/test/java/com/lpvs/entity/dashboard/DashBoardElementsTest.java b/src/test/java/com/lpvs/entity/dashboard/DashBoardElementsTest.java index b2637a4c..ec867494 100644 --- a/src/test/java/com/lpvs/entity/dashboard/DashBoardElementsTest.java +++ b/src/test/java/com/lpvs/entity/dashboard/DashBoardElementsTest.java @@ -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. * * Use of this source code is governed by a MIT license that can be * found in the LICENSE file. diff --git a/src/test/java/com/lpvs/entity/dashboard/DashboardElementsByDateTest.java b/src/test/java/com/lpvs/entity/dashboard/DashboardElementsByDateTest.java index 7a4c9c47..93e85024 100644 --- a/src/test/java/com/lpvs/entity/dashboard/DashboardElementsByDateTest.java +++ b/src/test/java/com/lpvs/entity/dashboard/DashboardElementsByDateTest.java @@ -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. * * Use of this source code is governed by a MIT license that can be * found in the LICENSE file. diff --git a/src/test/java/com/lpvs/entity/dashboard/DashboardTest.java b/src/test/java/com/lpvs/entity/dashboard/DashboardTest.java index 46193006..770c3034 100644 --- a/src/test/java/com/lpvs/entity/dashboard/DashboardTest.java +++ b/src/test/java/com/lpvs/entity/dashboard/DashboardTest.java @@ -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. * * Use of this source code is governed by a MIT license that can be * found in the LICENSE file. diff --git a/src/test/java/com/lpvs/entity/enums/GradeTest.java b/src/test/java/com/lpvs/entity/enums/GradeTest.java index 15bafca3..26a93aeb 100644 --- a/src/test/java/com/lpvs/entity/enums/GradeTest.java +++ b/src/test/java/com/lpvs/entity/enums/GradeTest.java @@ -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. * * Use of this source code is governed by a MIT license that can be * found in the LICENSE file. diff --git a/src/test/java/com/lpvs/entity/enums/LPVSPullRequestActionTest.java b/src/test/java/com/lpvs/entity/enums/LPVSPullRequestActionTest.java index 77049178..379933e5 100644 --- a/src/test/java/com/lpvs/entity/enums/LPVSPullRequestActionTest.java +++ b/src/test/java/com/lpvs/entity/enums/LPVSPullRequestActionTest.java @@ -1,5 +1,5 @@ /** - * Copyright (c) 2022, Samsung Electronics Co., Ltd. All rights reserved. + * Copyright (c) 2022-2024, Samsung Electronics Co., Ltd. All rights reserved. * * Use of this source code is governed by a MIT license that can be * found in the LICENSE file. diff --git a/src/test/java/com/lpvs/entity/enums/LPVSPullRequestStatusTest.java b/src/test/java/com/lpvs/entity/enums/LPVSPullRequestStatusTest.java index cbf15472..af2f4a65 100644 --- a/src/test/java/com/lpvs/entity/enums/LPVSPullRequestStatusTest.java +++ b/src/test/java/com/lpvs/entity/enums/LPVSPullRequestStatusTest.java @@ -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. * * Use of this source code is governed by a MIT license that can be * found in the LICENSE file. diff --git a/src/test/java/com/lpvs/entity/enums/LPVSVcsTest.java b/src/test/java/com/lpvs/entity/enums/LPVSVcsTest.java index cd75c869..19d7680a 100644 --- a/src/test/java/com/lpvs/entity/enums/LPVSVcsTest.java +++ b/src/test/java/com/lpvs/entity/enums/LPVSVcsTest.java @@ -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. * * Use of this source code is governed by a MIT license that can be * found in the LICENSE file. diff --git a/src/test/java/com/lpvs/entity/enums/OAuthAttributesTest.java b/src/test/java/com/lpvs/entity/enums/OAuthAttributesTest.java index bf3c875d..967936cf 100644 --- a/src/test/java/com/lpvs/entity/enums/OAuthAttributesTest.java +++ b/src/test/java/com/lpvs/entity/enums/OAuthAttributesTest.java @@ -1,6 +1,6 @@ /** - * Copyright (c) 2023, Samsung Electronics Co., Ltd. All rights reserved. - *
+ * Copyright (c) 2023-2024, Samsung Electronics Co., Ltd. All rights reserved. + * * Use of this source code is governed by a MIT license that can be * found in the LICENSE file. */ diff --git a/src/test/java/com/lpvs/entity/history/HistoryEntityTest.java b/src/test/java/com/lpvs/entity/history/HistoryEntityTest.java index 8dc10ba8..37d31fbc 100644 --- a/src/test/java/com/lpvs/entity/history/HistoryEntityTest.java +++ b/src/test/java/com/lpvs/entity/history/HistoryEntityTest.java @@ -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. * * Use of this source code is governed by a MIT license that can be * found in the LICENSE file. diff --git a/src/test/java/com/lpvs/entity/history/HistoryPageEntityTest.java b/src/test/java/com/lpvs/entity/history/HistoryPageEntityTest.java index 00d9ee67..a4c061bb 100644 --- a/src/test/java/com/lpvs/entity/history/HistoryPageEntityTest.java +++ b/src/test/java/com/lpvs/entity/history/HistoryPageEntityTest.java @@ -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. * * Use of this source code is governed by a MIT license that can be * found in the LICENSE file. diff --git a/src/test/java/com/lpvs/entity/history/LPVSHistoryTest.java b/src/test/java/com/lpvs/entity/history/LPVSHistoryTest.java index e62099dd..766266b4 100644 --- a/src/test/java/com/lpvs/entity/history/LPVSHistoryTest.java +++ b/src/test/java/com/lpvs/entity/history/LPVSHistoryTest.java @@ -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. * * Use of this source code is governed by a MIT license that can be * found in the LICENSE file. diff --git a/src/test/java/com/lpvs/entity/results/LPVSResultFileTest.java b/src/test/java/com/lpvs/entity/results/LPVSResultFileTest.java index 50bbab07..5581d964 100644 --- a/src/test/java/com/lpvs/entity/results/LPVSResultFileTest.java +++ b/src/test/java/com/lpvs/entity/results/LPVSResultFileTest.java @@ -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. * * Use of this source code is governed by a MIT license that can be * found in the LICENSE file. diff --git a/src/test/java/com/lpvs/entity/results/LPVSResultInfoTest.java b/src/test/java/com/lpvs/entity/results/LPVSResultInfoTest.java index c676905c..9e8cd1c1 100644 --- a/src/test/java/com/lpvs/entity/results/LPVSResultInfoTest.java +++ b/src/test/java/com/lpvs/entity/results/LPVSResultInfoTest.java @@ -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. * * Use of this source code is governed by a MIT license that can be * found in the LICENSE file. diff --git a/src/test/java/com/lpvs/entity/results/LPVSResultTest.java b/src/test/java/com/lpvs/entity/results/LPVSResultTest.java index 7c8dbe0d..735d8301 100644 --- a/src/test/java/com/lpvs/entity/results/LPVSResultTest.java +++ b/src/test/java/com/lpvs/entity/results/LPVSResultTest.java @@ -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. * * Use of this source code is governed by a MIT license that can be * found in the LICENSE file. diff --git a/src/test/java/com/lpvs/exception/ErrorResponseTest.java b/src/test/java/com/lpvs/exception/ErrorResponseTest.java index 829c3ddd..665c520a 100644 --- a/src/test/java/com/lpvs/exception/ErrorResponseTest.java +++ b/src/test/java/com/lpvs/exception/ErrorResponseTest.java @@ -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. * * Use of this source code is governed by a MIT license that can be * found in the LICENSE file. diff --git a/src/test/java/com/lpvs/exception/LoginFailedExceptionTest.java b/src/test/java/com/lpvs/exception/LoginFailedExceptionTest.java index fa30e6af..ec5d1df8 100644 --- a/src/test/java/com/lpvs/exception/LoginFailedExceptionTest.java +++ b/src/test/java/com/lpvs/exception/LoginFailedExceptionTest.java @@ -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. * * Use of this source code is governed by a MIT license that can be * found in the LICENSE file. diff --git a/src/test/java/com/lpvs/exception/PageControllerAdviceTest.java b/src/test/java/com/lpvs/exception/PageControllerAdviceTest.java index c4789db6..0d1f9252 100644 --- a/src/test/java/com/lpvs/exception/PageControllerAdviceTest.java +++ b/src/test/java/com/lpvs/exception/PageControllerAdviceTest.java @@ -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. * * Use of this source code is governed by a MIT license that can be * found in the LICENSE file. diff --git a/src/test/java/com/lpvs/exception/WrongAccessExceptionTest.java b/src/test/java/com/lpvs/exception/WrongAccessExceptionTest.java index 0efbbb94..3a798f0b 100644 --- a/src/test/java/com/lpvs/exception/WrongAccessExceptionTest.java +++ b/src/test/java/com/lpvs/exception/WrongAccessExceptionTest.java @@ -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. * * Use of this source code is governed by a MIT license that can be * found in the LICENSE file. diff --git a/src/test/java/com/lpvs/service/LPVSGitHubServiceTest.java b/src/test/java/com/lpvs/service/LPVSGitHubServiceTest.java index 968b23ae..13a0e87d 100644 --- a/src/test/java/com/lpvs/service/LPVSGitHubServiceTest.java +++ b/src/test/java/com/lpvs/service/LPVSGitHubServiceTest.java @@ -1,5 +1,5 @@ /** - * Copyright (c) 2022, Samsung Electronics Co., Ltd. All rights reserved. + * Copyright (c) 2022-2024, Samsung Electronics Co., Ltd. All rights reserved. * * Use of this source code is governed by a MIT license that can be * found in the LICENSE file. diff --git a/src/test/java/com/lpvs/service/LPVSLicenseServiceTest.java b/src/test/java/com/lpvs/service/LPVSLicenseServiceTest.java index c5855301..68adc248 100644 --- a/src/test/java/com/lpvs/service/LPVSLicenseServiceTest.java +++ b/src/test/java/com/lpvs/service/LPVSLicenseServiceTest.java @@ -1,5 +1,5 @@ /** - * Copyright (c) 2022, Samsung Electronics Co., Ltd. All rights reserved. + * Copyright (c) 2022-2024, Samsung Electronics Co., Ltd. All rights reserved. * * Use of this source code is governed by a MIT license that can be * found in the LICENSE file. diff --git a/src/test/java/com/lpvs/service/LPVSLoginCheckServiceTest.java b/src/test/java/com/lpvs/service/LPVSLoginCheckServiceTest.java index b748de8d..d2aba8c1 100644 --- a/src/test/java/com/lpvs/service/LPVSLoginCheckServiceTest.java +++ b/src/test/java/com/lpvs/service/LPVSLoginCheckServiceTest.java @@ -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. * * Use of this source code is governed by a MIT license that can be * found in the LICENSE file. diff --git a/src/test/java/com/lpvs/service/LPVSQueueProcessorServiceTest.java b/src/test/java/com/lpvs/service/LPVSQueueProcessorServiceTest.java index 5b82973d..f586f1be 100644 --- a/src/test/java/com/lpvs/service/LPVSQueueProcessorServiceTest.java +++ b/src/test/java/com/lpvs/service/LPVSQueueProcessorServiceTest.java @@ -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. * * Use of this source code is governed by a MIT license that can be * found in the LICENSE file. diff --git a/src/test/java/com/lpvs/service/LPVSQueueServiceTest.java b/src/test/java/com/lpvs/service/LPVSQueueServiceTest.java index bcccb789..61aa58b6 100644 --- a/src/test/java/com/lpvs/service/LPVSQueueServiceTest.java +++ b/src/test/java/com/lpvs/service/LPVSQueueServiceTest.java @@ -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. * * Use of this source code is governed by a MIT license that can be * found in the LICENSE file. diff --git a/src/test/java/com/lpvs/service/LPVSStatisticsServiceTest.java b/src/test/java/com/lpvs/service/LPVSStatisticsServiceTest.java index c907bcec..b60d3ba9 100644 --- a/src/test/java/com/lpvs/service/LPVSStatisticsServiceTest.java +++ b/src/test/java/com/lpvs/service/LPVSStatisticsServiceTest.java @@ -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. * * Use of this source code is governed by a MIT license that can be * found in the LICENSE file. diff --git a/src/test/java/com/lpvs/service/OAuthServiceTest.java b/src/test/java/com/lpvs/service/OAuthServiceTest.java index f45ecf1f..3e47f487 100644 --- a/src/test/java/com/lpvs/service/OAuthServiceTest.java +++ b/src/test/java/com/lpvs/service/OAuthServiceTest.java @@ -1,6 +1,6 @@ /** - * Copyright (c) 2023, Samsung Electronics Co., Ltd. All rights reserved. - *
+ * Copyright (c) 2023-2024, Samsung Electronics Co., Ltd. All rights reserved. + * * Use of this source code is governed by a MIT license that can be * found in the LICENSE file. */ diff --git a/src/test/java/com/lpvs/service/scan/LPVSDetectServiceTest.java b/src/test/java/com/lpvs/service/scan/LPVSDetectServiceTest.java index 174fe738..137b84aa 100644 --- a/src/test/java/com/lpvs/service/scan/LPVSDetectServiceTest.java +++ b/src/test/java/com/lpvs/service/scan/LPVSDetectServiceTest.java @@ -1,5 +1,5 @@ /** - * Copyright (c) 2022, Samsung Electronics Co., Ltd. All rights reserved. + * Copyright (c) 2022-2024, Samsung Electronics Co., Ltd. All rights reserved. * * Use of this source code is governed by a MIT license that can be * found in the LICENSE file. diff --git a/src/test/java/com/lpvs/service/scan/scanner/LPVSScanossDetectServiceTest.java b/src/test/java/com/lpvs/service/scan/scanner/LPVSScanossDetectServiceTest.java index f33b86c0..f16b6a16 100644 --- a/src/test/java/com/lpvs/service/scan/scanner/LPVSScanossDetectServiceTest.java +++ b/src/test/java/com/lpvs/service/scan/scanner/LPVSScanossDetectServiceTest.java @@ -1,5 +1,5 @@ /** - * Copyright (c) 2022, Samsung Electronics Co., Ltd. All rights reserved. + * Copyright (c) 2022-2024, Samsung Electronics Co., Ltd. All rights reserved. * * Use of this source code is governed by a MIT license that can be * found in the LICENSE file. diff --git a/src/test/java/com/lpvs/util/LPVSCommentUtilTest.java b/src/test/java/com/lpvs/util/LPVSCommentUtilTest.java index b5b710de..4f6207f6 100644 --- a/src/test/java/com/lpvs/util/LPVSCommentUtilTest.java +++ b/src/test/java/com/lpvs/util/LPVSCommentUtilTest.java @@ -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. * * Use of this source code is governed by a MIT license that can be * found in the LICENSE file. diff --git a/src/test/java/com/lpvs/util/LPVSExitHandlerTest.java b/src/test/java/com/lpvs/util/LPVSExitHandlerTest.java index 4bd5a103..01ee99fb 100644 --- a/src/test/java/com/lpvs/util/LPVSExitHandlerTest.java +++ b/src/test/java/com/lpvs/util/LPVSExitHandlerTest.java @@ -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. * * Use of this source code is governed by a MIT license that can be * found in the LICENSE file. diff --git a/src/test/java/com/lpvs/util/LPVSFileUtilTest.java b/src/test/java/com/lpvs/util/LPVSFileUtilTest.java index 6f3b6fab..5b22b646 100644 --- a/src/test/java/com/lpvs/util/LPVSFileUtilTest.java +++ b/src/test/java/com/lpvs/util/LPVSFileUtilTest.java @@ -1,5 +1,5 @@ /** - * Copyright (c) 2022, Samsung Electronics Co., Ltd. All rights reserved. + * Copyright (c) 2022-2024, Samsung Electronics Co., Ltd. All rights reserved. * * Use of this source code is governed by a MIT license that can be * found in the LICENSE file. diff --git a/src/test/java/com/lpvs/util/LPVSPayloadUtilTest.java b/src/test/java/com/lpvs/util/LPVSPayloadUtilTest.java index b643cf28..b1b72cbc 100644 --- a/src/test/java/com/lpvs/util/LPVSPayloadUtilTest.java +++ b/src/test/java/com/lpvs/util/LPVSPayloadUtilTest.java @@ -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. * * Use of this source code is governed by a MIT license that can be * found in the LICENSE file. diff --git a/src/test/java/com/lpvs/util/LPVSPayloadUtilTestFuzzer.java b/src/test/java/com/lpvs/util/LPVSPayloadUtilTestFuzzer.java index 6ac5a5e7..aa1a6894 100644 --- a/src/test/java/com/lpvs/util/LPVSPayloadUtilTestFuzzer.java +++ b/src/test/java/com/lpvs/util/LPVSPayloadUtilTestFuzzer.java @@ -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. * * Use of this source code is governed by a MIT license that can be * found in the LICENSE file.