diff --git a/app/src/main/java/org/sopt/official/feature/notification/NotificationHistoryActivity.kt b/app/src/main/java/org/sopt/official/feature/notification/NotificationHistoryActivity.kt index 2324aebc..f6a72932 100644 --- a/app/src/main/java/org/sopt/official/feature/notification/NotificationHistoryActivity.kt +++ b/app/src/main/java/org/sopt/official/feature/notification/NotificationHistoryActivity.kt @@ -1,6 +1,6 @@ /* * MIT License - * Copyright 2023 SOPT - Shout Our Passion Together + * Copyright 2023-2024 SOPT - Shout Our Passion Together * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/data/notification/src/main/java/org/sopt/official/data/notification/di/NotificationModule.kt b/data/notification/src/main/java/org/sopt/official/data/notification/di/NotificationModule.kt index 35e150eb..ee3f1d78 100644 --- a/data/notification/src/main/java/org/sopt/official/data/notification/di/NotificationModule.kt +++ b/data/notification/src/main/java/org/sopt/official/data/notification/di/NotificationModule.kt @@ -1,6 +1,6 @@ /* * MIT License - * Copyright 2024 SOPT - Shout Our Passion Together + * Copyright 2023-2024 SOPT - Shout Our Passion Together * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/data/notification/src/main/java/org/sopt/official/data/notification/repository/DefaultNotificationRepository.kt b/data/notification/src/main/java/org/sopt/official/data/notification/repository/DefaultNotificationRepository.kt index 73253f79..8c043ebd 100644 --- a/data/notification/src/main/java/org/sopt/official/data/notification/repository/DefaultNotificationRepository.kt +++ b/data/notification/src/main/java/org/sopt/official/data/notification/repository/DefaultNotificationRepository.kt @@ -1,6 +1,6 @@ /* * MIT License - * Copyright 2023-2024 SOPT - Shout Our Passion Together + * Copyright 2024 SOPT - Shout Our Passion Together * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal