Skip to content

Commit

Permalink
Add Header
Browse files Browse the repository at this point in the history
Signed-off-by: Han Kyuhyun <[email protected]>
  • Loading branch information
kyudori committed Sep 12, 2023
1 parent fc75c2e commit 81d1745
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/main/java/com/lpvs/controller/LPVSWebController.java
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
/**
* Copyright 2023 Basaeng, kyudori, hwan5180, quswjdgma83
*
* Use of this source code is governed by a MIT license that can be
* found in the LICENSE file.
*/

package com.lpvs.controller;

import com.lpvs.entity.LPVSLoginMember;
Expand Down
7 changes: 7 additions & 0 deletions src/main/java/com/lpvs/entity/LPVSLoginMember.java
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
/**
* Copyright 2023 Basaeng, kyudori, hwan5180, quswjdgma83
*
* Use of this source code is governed by a MIT license that can be
* found in the LICENSE file.
*/

package com.lpvs.entity;

import lombok.AllArgsConstructor;
Expand Down

0 comments on commit 81d1745

Please sign in to comment.