diff --git a/src/main/java/egovframework/example/pagination/EgovKrdsPaginationRenderer.java b/src/main/java/egovframework/example/pagination/EgovKrdsPaginationRenderer.java index 26b88c8..e80014e 100644 --- a/src/main/java/egovframework/example/pagination/EgovKrdsPaginationRenderer.java +++ b/src/main/java/egovframework/example/pagination/EgovKrdsPaginationRenderer.java @@ -1,5 +1,5 @@ /* - * Copyright 2008-2009 the original author or authors. + * Copyright (c) 2009-2026 MOIS (MINISTRY OF THE INTERIOR AND SAFETY). * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -36,8 +36,6 @@ * @since 2025.07.01 * @version 1.0 * @see - * - * Copyright (C) by MOPAS All right reserved. */ @Component public class EgovKrdsPaginationRenderer extends AbstractKrdsPaginationRenderer { diff --git a/src/main/java/egovframework/example/sample/service/EgovSampleService.java b/src/main/java/egovframework/example/sample/service/EgovSampleService.java index 06f2696..98f0d4b 100644 --- a/src/main/java/egovframework/example/sample/service/EgovSampleService.java +++ b/src/main/java/egovframework/example/sample/service/EgovSampleService.java @@ -1,5 +1,5 @@ /* - * Copyright 2008-2009 the original author or authors. + * Copyright (c) 2009-2026 MOIS (MINISTRY OF THE INTERIOR AND SAFETY). * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -30,8 +30,6 @@ * @since 2009. 03.16 * @version 1.0 * @see - * - * Copyright (C) by MOPAS All right reserved. */ public interface EgovSampleService { diff --git a/src/main/java/egovframework/example/sample/service/SampleDefaultVO.java b/src/main/java/egovframework/example/sample/service/SampleDefaultVO.java index 7b215b3..e7c24fa 100644 --- a/src/main/java/egovframework/example/sample/service/SampleDefaultVO.java +++ b/src/main/java/egovframework/example/sample/service/SampleDefaultVO.java @@ -1,5 +1,5 @@ /* - * Copyright 2008-2009 the original author or authors. + * Copyright (c) 2009-2026 MOIS (MINISTRY OF THE INTERIOR AND SAFETY). * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -35,8 +35,6 @@ * @since 2009. 03.16 * @version 1.0 * @see - * - * Copyright (C) by MOPAS All right reserved. */ @Getter @Setter diff --git a/src/main/java/egovframework/example/sample/service/SampleVO.java b/src/main/java/egovframework/example/sample/service/SampleVO.java index 8d8a54a..3551b6e 100644 --- a/src/main/java/egovframework/example/sample/service/SampleVO.java +++ b/src/main/java/egovframework/example/sample/service/SampleVO.java @@ -1,5 +1,5 @@ /* - * Copyright 2008-2009 the original author or authors. + * Copyright (c) 2009-2026 MOIS (MINISTRY OF THE INTERIOR AND SAFETY). * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -33,8 +33,6 @@ * @since 2009. 03.16 * @version 1.0 * @see - * - * Copyright (C) by MOPAS All right reserved. */ @Getter @Setter diff --git a/src/main/java/egovframework/example/sample/service/impl/EgovSampleServiceImpl.java b/src/main/java/egovframework/example/sample/service/impl/EgovSampleServiceImpl.java index 9e42f2a..091c8e4 100644 --- a/src/main/java/egovframework/example/sample/service/impl/EgovSampleServiceImpl.java +++ b/src/main/java/egovframework/example/sample/service/impl/EgovSampleServiceImpl.java @@ -1,5 +1,5 @@ /* - * Copyright 2008-2009 the original author or authors. + * Copyright (c) 2009-2026 MOIS (MINISTRY OF THE INTERIOR AND SAFETY). * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -42,10 +42,7 @@ * @since 2009. 03.16 * @version 1.0 * @see - * - * Copyright (C) by MOPAS All right reserved. */ - @Service("sampleService") @RequiredArgsConstructor @Slf4j diff --git a/src/main/java/egovframework/example/sample/service/impl/SampleMapper.java b/src/main/java/egovframework/example/sample/service/impl/SampleMapper.java index d28a7c8..2c4fcad 100644 --- a/src/main/java/egovframework/example/sample/service/impl/SampleMapper.java +++ b/src/main/java/egovframework/example/sample/service/impl/SampleMapper.java @@ -1,5 +1,5 @@ /* - * Copyright 2011 MOPAS(Ministry of Public Administration and Security). + * Copyright (c) 2009-2026 MOIS (MINISTRY OF THE INTERIOR AND SAFETY). * * 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/src/main/java/egovframework/example/sample/web/EgovSampleController.java b/src/main/java/egovframework/example/sample/web/EgovSampleController.java index dd3f8b1..01f59ad 100644 --- a/src/main/java/egovframework/example/sample/web/EgovSampleController.java +++ b/src/main/java/egovframework/example/sample/web/EgovSampleController.java @@ -1,5 +1,5 @@ /* - * Copyright 2008-2009 the original author or authors. + * Copyright (c) 2009-2026 MOIS (MINISTRY OF THE INTERIOR AND SAFETY). * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -49,10 +49,7 @@ * @since 2009. 03.16 * @version 1.0 * @see - * - * Copyright (C) by MOPAS All right reserved. */ - @Controller @RequiredArgsConstructor @Slf4j