Skip to content

Commit

Permalink
chore: Update years in copyrights (#601)
Browse files Browse the repository at this point in the history
chore: Update copyrights year

Signed-off-by: Oleg Kopysov <[email protected]>
  • Loading branch information
o-kopysov authored Sep 12, 2024
1 parent 566819b commit 91fcb85
Show file tree
Hide file tree
Showing 114 changed files with 142 additions and 129 deletions.
2 changes: 1 addition & 1 deletion src/main/java/com/lpvs/LicensePreValidationService.java
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
3 changes: 2 additions & 1 deletion src/main/java/com/lpvs/config/SecurityConfig.java
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/com/lpvs/config/package-info.java
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/com/lpvs/controller/GitHubController.java
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
3 changes: 2 additions & 1 deletion src/main/java/com/lpvs/controller/LPVSWebController.java
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/com/lpvs/controller/package-info.java
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/com/lpvs/entity/LPVSDetectedLicense.java
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/com/lpvs/entity/LPVSDiffFile.java
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/com/lpvs/entity/LPVSFile.java
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/com/lpvs/entity/LPVSLicense.java
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
13 changes: 1 addition & 12 deletions src/main/java/com/lpvs/entity/LPVSLicenseConflict.java
Original file line number Diff line number Diff line change
@@ -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.
Expand Down Expand Up @@ -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;
}
}
2 changes: 1 addition & 1 deletion src/main/java/com/lpvs/entity/LPVSPullRequest.java
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/com/lpvs/entity/LPVSQueue.java
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/com/lpvs/entity/LPVSResponseWrapper.java
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
3 changes: 2 additions & 1 deletion src/main/java/com/lpvs/entity/auth/LPVSLoginMember.java
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
3 changes: 2 additions & 1 deletion src/main/java/com/lpvs/entity/auth/LPVSMember.java
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
3 changes: 2 additions & 1 deletion src/main/java/com/lpvs/entity/auth/MemberProfile.java
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/com/lpvs/entity/auth/package-info.java
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
3 changes: 2 additions & 1 deletion src/main/java/com/lpvs/entity/dashboard/Dashboard.java
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/com/lpvs/entity/dashboard/package-info.java
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
3 changes: 2 additions & 1 deletion src/main/java/com/lpvs/entity/enums/Grade.java
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/com/lpvs/entity/enums/LPVSVcs.java
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
3 changes: 2 additions & 1 deletion src/main/java/com/lpvs/entity/enums/OAuthAttributes.java
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
4 changes: 2 additions & 2 deletions src/main/java/com/lpvs/entity/enums/package-info.java
Original file line number Diff line number Diff line change
@@ -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.
Expand All @@ -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)
* </p><p>
* Enums in this package may have additional methods and functionalities to facilitate
Expand Down
3 changes: 2 additions & 1 deletion src/main/java/com/lpvs/entity/history/HistoryEntity.java
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
3 changes: 2 additions & 1 deletion src/main/java/com/lpvs/entity/history/HistoryPageEntity.java
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
3 changes: 2 additions & 1 deletion src/main/java/com/lpvs/entity/history/LPVSHistory.java
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/com/lpvs/entity/history/package-info.java
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/com/lpvs/entity/package-info.java
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
3 changes: 2 additions & 1 deletion src/main/java/com/lpvs/entity/result/LPVSResult.java
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
3 changes: 2 additions & 1 deletion src/main/java/com/lpvs/entity/result/LPVSResultFile.java
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
3 changes: 2 additions & 1 deletion src/main/java/com/lpvs/entity/result/LPVSResultInfo.java
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/com/lpvs/entity/result/package-info.java
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
3 changes: 2 additions & 1 deletion src/main/java/com/lpvs/exception/ErrorResponse.java
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
3 changes: 2 additions & 1 deletion src/main/java/com/lpvs/exception/LoginFailedException.java
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
3 changes: 2 additions & 1 deletion src/main/java/com/lpvs/exception/PageControllerAdvice.java
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
3 changes: 2 additions & 1 deletion src/main/java/com/lpvs/exception/WrongAccessException.java
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/com/lpvs/exception/package-info.java
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/com/lpvs/package-info.java
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
3 changes: 2 additions & 1 deletion src/main/java/com/lpvs/repository/LPVSMemberRepository.java
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/com/lpvs/repository/LPVSQueueRepository.java
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/com/lpvs/repository/package-info.java
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
Loading

0 comments on commit 91fcb85

Please sign in to comment.