From 9a5047fecc3a28ac6b9333f58cfcb39bda030f98 Mon Sep 17 00:00:00 2001 From: jhipster-bot Date: Sun, 31 Dec 2023 01:05:47 +0000 Subject: [PATCH] Update copyright headers --- LICENSE.txt | 2 +- NOTICE | 2 +- src/main/java/io/github/jhipster/online/ApplicationWebXml.java | 2 +- src/main/java/io/github/jhipster/online/JhonlineApp.java | 2 +- .../io/github/jhipster/online/aop/logging/LoggingAspect.java | 2 +- .../io/github/jhipster/online/config/ApplicationProperties.java | 2 +- .../io/github/jhipster/online/config/AsyncConfiguration.java | 2 +- .../io/github/jhipster/online/config/CacheConfiguration.java | 2 +- src/main/java/io/github/jhipster/online/config/Constants.java | 2 +- .../io/github/jhipster/online/config/DatabaseConfiguration.java | 2 +- .../jhipster/online/config/DateTimeFormatConfiguration.java | 2 +- .../io/github/jhipster/online/config/JacksonConfiguration.java | 2 +- .../github/jhipster/online/config/LiquibaseConfiguration.java | 2 +- .../io/github/jhipster/online/config/LocaleConfiguration.java | 2 +- .../jhipster/online/config/LoggingAspectConfiguration.java | 2 +- .../io/github/jhipster/online/config/LoggingConfiguration.java | 2 +- .../java/io/github/jhipster/online/config/MDCConfiguration.java | 2 +- .../io/github/jhipster/online/config/SecurityConfiguration.java | 2 +- .../java/io/github/jhipster/online/config/WebConfigurer.java | 2 +- .../jhipster/online/config/audit/AuditEventConverter.java | 2 +- .../io/github/jhipster/online/config/audit/package-info.java | 2 +- .../java/io/github/jhipster/online/config/package-info.java | 2 +- .../github/jhipster/online/domain/AbstractAuditingEntity.java | 2 +- src/main/java/io/github/jhipster/online/domain/Authority.java | 2 +- src/main/java/io/github/jhipster/online/domain/EntityStats.java | 2 +- .../io/github/jhipster/online/domain/GeneratorIdentity.java | 2 +- src/main/java/io/github/jhipster/online/domain/GitCompany.java | 2 +- src/main/java/io/github/jhipster/online/domain/Jdl.java | 2 +- src/main/java/io/github/jhipster/online/domain/JdlMetadata.java | 2 +- .../io/github/jhipster/online/domain/PersistentAuditEvent.java | 2 +- src/main/java/io/github/jhipster/online/domain/SubGenEvent.java | 2 +- src/main/java/io/github/jhipster/online/domain/User.java | 2 +- src/main/java/io/github/jhipster/online/domain/YoRC.java | 2 +- .../jhipster/online/domain/deserializer/YoRCDeserializer.java | 2 +- .../github/jhipster/online/domain/enums/EntityStatColumn.java | 2 +- .../io/github/jhipster/online/domain/enums/GitProvider.java | 2 +- .../io/github/jhipster/online/domain/enums/SubGenEventType.java | 2 +- .../java/io/github/jhipster/online/domain/enums/YoRCColumn.java | 2 +- .../github/jhipster/online/domain/interfaces/CompleteDate.java | 2 +- .../jhipster/online/domain/interfaces/DatabaseColumn.java | 2 +- .../java/io/github/jhipster/online/domain/package-info.java | 2 +- .../io/github/jhipster/online/mdc/logging/MDCInterceptor.java | 2 +- .../github/jhipster/online/repository/AuthorityRepository.java | 2 +- .../jhipster/online/repository/CustomAuditEventRepository.java | 2 +- .../jhipster/online/repository/EntityStatsRepository.java | 2 +- .../jhipster/online/repository/GeneratorIdentityRepository.java | 2 +- .../github/jhipster/online/repository/GitCompanyRepository.java | 2 +- .../jhipster/online/repository/JdlMetadataRepository.java | 2 +- .../io/github/jhipster/online/repository/JdlRepository.java | 2 +- .../online/repository/PersistenceAuditEventRepository.java | 2 +- .../jhipster/online/repository/SubGenEventRepository.java | 2 +- .../io/github/jhipster/online/repository/UserRepository.java | 2 +- .../io/github/jhipster/online/repository/YoRCRepository.java | 2 +- .../java/io/github/jhipster/online/repository/package-info.java | 2 +- .../github/jhipster/online/security/AuthoritiesConstants.java | 2 +- .../jhipster/online/security/DomainUserDetailsService.java | 2 +- .../java/io/github/jhipster/online/security/SecurityUtils.java | 2 +- .../jhipster/online/security/SpringSecurityAuditorAware.java | 2 +- .../jhipster/online/security/UserNotActivatedException.java | 2 +- .../io/github/jhipster/online/security/jwt/JWTConfigurer.java | 2 +- .../java/io/github/jhipster/online/security/jwt/JWTFilter.java | 2 +- .../io/github/jhipster/online/security/jwt/TokenProvider.java | 2 +- .../java/io/github/jhipster/online/security/package-info.java | 2 +- .../io/github/jhipster/online/service/AuditEventService.java | 2 +- .../java/io/github/jhipster/online/service/CiCdService.java | 2 +- .../jhipster/online/service/EmailAlreadyUsedException.java | 2 +- .../io/github/jhipster/online/service/EntityStatsService.java | 2 +- .../jhipster/online/service/GeneratorIdentityService.java | 2 +- .../io/github/jhipster/online/service/GeneratorService.java | 2 +- src/main/java/io/github/jhipster/online/service/GitService.java | 2 +- .../java/io/github/jhipster/online/service/GithubService.java | 2 +- .../java/io/github/jhipster/online/service/GitlabService.java | 2 +- .../jhipster/online/service/InvalidPasswordException.java | 2 +- .../java/io/github/jhipster/online/service/JHipsterService.java | 2 +- .../io/github/jhipster/online/service/JdlMetadataService.java | 2 +- src/main/java/io/github/jhipster/online/service/JdlService.java | 2 +- .../java/io/github/jhipster/online/service/LogsService.java | 2 +- .../java/io/github/jhipster/online/service/MailService.java | 2 +- .../io/github/jhipster/online/service/StatisticsService.java | 2 +- .../io/github/jhipster/online/service/SubGenEventService.java | 2 +- .../java/io/github/jhipster/online/service/UserService.java | 2 +- .../jhipster/online/service/UsernameAlreadyUsedException.java | 2 +- .../java/io/github/jhipster/online/service/YoRCService.java | 2 +- .../io/github/jhipster/online/service/dto/EntityStatsDTO.java | 2 +- .../jhipster/online/service/dto/GeneratorIdentityDTO.java | 2 +- .../github/jhipster/online/service/dto/GitConfigurationDTO.java | 2 +- .../io/github/jhipster/online/service/dto/JdlMetadataDTO.java | 2 +- .../github/jhipster/online/service/dto/PasswordChangeDTO.java | 2 +- src/main/java/io/github/jhipster/online/service/dto/RawSQL.java | 2 +- .../java/io/github/jhipster/online/service/dto/RawSQLField.java | 2 +- .../io/github/jhipster/online/service/dto/SubGenEventDTO.java | 2 +- .../io/github/jhipster/online/service/dto/TemporalCountDTO.java | 2 +- .../jhipster/online/service/dto/TemporalDistributionDTO.java | 2 +- .../java/io/github/jhipster/online/service/dto/UserDTO.java | 2 +- .../java/io/github/jhipster/online/service/dto/YoRCDTO.java | 2 +- .../io/github/jhipster/online/service/dto/package-info.java | 2 +- .../java/io/github/jhipster/online/service/enums/CiCdTool.java | 2 +- .../github/jhipster/online/service/enums/TemporalValueType.java | 2 +- .../jhipster/online/service/interfaces/GitProviderService.java | 2 +- .../io/github/jhipster/online/service/mapper/EntityMapper.java | 2 +- .../jhipster/online/service/mapper/EntityStatsMapper.java | 2 +- .../jhipster/online/service/mapper/GeneratorIdentityMapper.java | 2 +- .../jhipster/online/service/mapper/JdlMetadataMapper.java | 2 +- .../jhipster/online/service/mapper/SubGenEventMapper.java | 2 +- .../io/github/jhipster/online/service/mapper/UserMapper.java | 2 +- .../io/github/jhipster/online/service/mapper/YoRCMapper.java | 2 +- .../io/github/jhipster/online/service/mapper/package-info.java | 2 +- .../java/io/github/jhipster/online/service/package-info.java | 2 +- .../java/io/github/jhipster/online/service/util/QueryUtil.java | 2 +- src/main/java/io/github/jhipster/online/util/DateUtil.java | 2 +- .../java/io/github/jhipster/online/util/SanitizeInputs.java | 2 +- src/main/java/io/github/jhipster/online/web/JdlStudio.java | 2 +- .../io/github/jhipster/online/web/rest/AccountResource.java | 2 +- .../java/io/github/jhipster/online/web/rest/AuditResource.java | 2 +- .../java/io/github/jhipster/online/web/rest/CiCdResource.java | 2 +- .../jhipster/online/web/rest/ClientForwardController.java | 2 +- .../io/github/jhipster/online/web/rest/EntityStatsResource.java | 2 +- .../jhipster/online/web/rest/GeneratorIdentityResource.java | 2 +- .../io/github/jhipster/online/web/rest/GeneratorResource.java | 2 +- .../java/io/github/jhipster/online/web/rest/GitResource.java | 2 +- .../io/github/jhipster/online/web/rest/JdlMetadataResource.java | 2 +- .../java/io/github/jhipster/online/web/rest/JdlResource.java | 2 +- .../io/github/jhipster/online/web/rest/StatisticsResource.java | 2 +- .../io/github/jhipster/online/web/rest/SubGenEventResource.java | 2 +- .../io/github/jhipster/online/web/rest/UserJWTController.java | 2 +- .../java/io/github/jhipster/online/web/rest/UserResource.java | 2 +- .../java/io/github/jhipster/online/web/rest/YoRCResource.java | 2 +- .../online/web/rest/errors/BadRequestAlertException.java | 2 +- .../online/web/rest/errors/EmailAlreadyUsedException.java | 2 +- .../github/jhipster/online/web/rest/errors/ErrorConstants.java | 2 +- .../jhipster/online/web/rest/errors/ExceptionTranslator.java | 2 +- .../io/github/jhipster/online/web/rest/errors/FieldErrorVM.java | 2 +- .../online/web/rest/errors/InvalidPasswordException.java | 2 +- .../online/web/rest/errors/LoginAlreadyUsedException.java | 2 +- .../io/github/jhipster/online/web/rest/errors/package-info.java | 2 +- .../java/io/github/jhipster/online/web/rest/package-info.java | 2 +- src/main/java/io/github/jhipster/online/web/rest/vm/JdlVM.java | 2 +- .../io/github/jhipster/online/web/rest/vm/KeyAndPasswordVM.java | 2 +- .../java/io/github/jhipster/online/web/rest/vm/LoginVM.java | 2 +- .../io/github/jhipster/online/web/rest/vm/ManagedUserVM.java | 2 +- .../io/github/jhipster/online/web/rest/vm/package-info.java | 2 +- src/main/webapp/app/account/account.module.ts | 2 +- src/main/webapp/app/account/account.route.ts | 2 +- src/main/webapp/app/account/activate/activate.component.ts | 2 +- src/main/webapp/app/account/activate/activate.route.ts | 2 +- src/main/webapp/app/account/activate/activate.service.ts | 2 +- .../password-reset/finish/password-reset-finish.component.ts | 2 +- .../password-reset/finish/password-reset-finish.route.ts | 2 +- .../password-reset/finish/password-reset-finish.service.ts | 2 +- .../password-reset/init/password-reset-init.component.ts | 2 +- .../account/password-reset/init/password-reset-init.route.ts | 2 +- .../account/password-reset/init/password-reset-init.service.ts | 2 +- .../app/account/password/password-strength-bar.component.ts | 2 +- src/main/webapp/app/account/password/password.component.ts | 2 +- src/main/webapp/app/account/password/password.route.ts | 2 +- src/main/webapp/app/account/password/password.service.ts | 2 +- src/main/webapp/app/account/register/register.component.ts | 2 +- src/main/webapp/app/account/register/register.route.ts | 2 +- src/main/webapp/app/account/register/register.service.ts | 2 +- .../app/account/settings/delete-account-dialog.component.ts | 2 +- src/main/webapp/app/account/settings/settings.component.ts | 2 +- src/main/webapp/app/account/settings/settings.route.ts | 2 +- src/main/webapp/app/admin/admin-routing.module.ts | 2 +- src/main/webapp/app/admin/audits/audit-data.model.ts | 2 +- src/main/webapp/app/admin/audits/audit.model.ts | 2 +- src/main/webapp/app/admin/audits/audits.component.ts | 2 +- src/main/webapp/app/admin/audits/audits.module.ts | 2 +- src/main/webapp/app/admin/audits/audits.route.ts | 2 +- src/main/webapp/app/admin/audits/audits.service.ts | 2 +- .../webapp/app/admin/configuration/configuration.component.ts | 2 +- src/main/webapp/app/admin/configuration/configuration.module.ts | 2 +- src/main/webapp/app/admin/configuration/configuration.route.ts | 2 +- .../webapp/app/admin/configuration/configuration.service.ts | 2 +- src/main/webapp/app/admin/docs/docs.component.ts | 2 +- src/main/webapp/app/admin/docs/docs.module.ts | 2 +- src/main/webapp/app/admin/docs/docs.route.ts | 2 +- src/main/webapp/app/admin/health/health-modal.component.ts | 2 +- src/main/webapp/app/admin/health/health.component.ts | 2 +- src/main/webapp/app/admin/health/health.module.ts | 2 +- src/main/webapp/app/admin/health/health.route.ts | 2 +- src/main/webapp/app/admin/health/health.service.ts | 2 +- src/main/webapp/app/admin/logs/log.model.ts | 2 +- src/main/webapp/app/admin/logs/logs.component.ts | 2 +- src/main/webapp/app/admin/logs/logs.module.ts | 2 +- src/main/webapp/app/admin/logs/logs.route.ts | 2 +- src/main/webapp/app/admin/logs/logs.service.ts | 2 +- src/main/webapp/app/admin/metrics/metrics.component.ts | 2 +- src/main/webapp/app/admin/metrics/metrics.module.ts | 2 +- src/main/webapp/app/admin/metrics/metrics.route.ts | 2 +- src/main/webapp/app/admin/metrics/metrics.service.ts | 2 +- .../user-management/user-management-delete-dialog.component.ts | 2 +- .../admin/user-management/user-management-detail.component.ts | 2 +- .../user-management/user-management-reset-dialog.component.ts | 2 +- .../admin/user-management/user-management-update.component.ts | 2 +- .../app/admin/user-management/user-management.component.ts | 2 +- .../webapp/app/admin/user-management/user-management.module.ts | 2 +- .../webapp/app/admin/user-management/user-management.route.ts | 2 +- src/main/webapp/app/admin/user-management/user-modal.service.ts | 2 +- src/main/webapp/app/app-routing.module.ts | 2 +- src/main/webapp/app/app.constants.ts | 2 +- src/main/webapp/app/app.main.ts | 2 +- src/main/webapp/app/app.module.ts | 2 +- src/main/webapp/app/blocks/config/prod.config.ts | 2 +- src/main/webapp/app/blocks/config/uib-pagination.config.ts | 2 +- .../webapp/app/blocks/interceptor/auth-expired.interceptor.ts | 2 +- src/main/webapp/app/blocks/interceptor/auth.interceptor.ts | 2 +- .../webapp/app/blocks/interceptor/errorhandler.interceptor.ts | 2 +- .../webapp/app/blocks/interceptor/notification.interceptor.ts | 2 +- src/main/webapp/app/core/auth/account.service.ts | 2 +- src/main/webapp/app/core/auth/auth-jwt.service.ts | 2 +- src/main/webapp/app/core/auth/csrf.service.ts | 2 +- src/main/webapp/app/core/auth/password-reset.service.ts | 2 +- src/main/webapp/app/core/auth/state-storage.service.ts | 2 +- src/main/webapp/app/core/auth/user-route-access-service.ts | 2 +- src/main/webapp/app/core/core.module.ts | 2 +- src/main/webapp/app/core/git/git-company.model.ts | 2 +- src/main/webapp/app/core/git/git-configuration.model.ts | 2 +- src/main/webapp/app/core/git/git-configuration.service.ts | 2 +- src/main/webapp/app/core/git/git-provider.model.ts | 2 +- src/main/webapp/app/core/git/git-provider.service.ts | 2 +- src/main/webapp/app/core/icons/font-awesome-icons.ts | 2 +- src/main/webapp/app/core/login/login-modal.service.ts | 2 +- src/main/webapp/app/core/login/login.model.ts | 2 +- src/main/webapp/app/core/login/login.service.ts | 2 +- src/main/webapp/app/core/user/account.model.ts | 2 +- src/main/webapp/app/core/user/user.model.ts | 2 +- src/main/webapp/app/core/user/user.service.ts | 2 +- src/main/webapp/app/entities/entity.module.ts | 2 +- src/main/webapp/app/entities/statistics/statistics.component.ts | 2 +- src/main/webapp/app/entities/statistics/statistics.model.ts | 2 +- src/main/webapp/app/entities/statistics/statistics.module.ts | 2 +- src/main/webapp/app/entities/statistics/statistics.options.ts | 2 +- src/main/webapp/app/entities/statistics/statistics.route.ts | 2 +- src/main/webapp/app/entities/statistics/statistics.service.ts | 2 +- src/main/webapp/app/entities/statistics/statistics.utils.ts | 2 +- .../app/home/azure-generator/azure-generator.component.ts | 2 +- .../webapp/app/home/azure-generator/azure-generator.route.ts | 2 +- src/main/webapp/app/home/ci-cd/ci-cd.component.ts | 2 +- src/main/webapp/app/home/ci-cd/ci-cd.output.component.ts | 2 +- src/main/webapp/app/home/ci-cd/ci-cd.route.ts | 2 +- src/main/webapp/app/home/ci-cd/ci-cd.service.ts | 2 +- src/main/webapp/app/home/generator/generator.component.ts | 2 +- .../webapp/app/home/generator/generator.configuration.model.ts | 2 +- .../webapp/app/home/generator/generator.output.component.ts | 2 +- src/main/webapp/app/home/generator/generator.route.ts | 2 +- src/main/webapp/app/home/generator/generator.service.ts | 2 +- src/main/webapp/app/home/generator/git.company.model.ts | 2 +- .../webapp/app/home/generator/jhipster.configuration.model.ts | 2 +- src/main/webapp/app/home/git/callback/callback.component.ts | 2 +- src/main/webapp/app/home/git/callback/callback.route.ts | 2 +- src/main/webapp/app/home/git/callback/callback.service.ts | 2 +- src/main/webapp/app/home/git/git.component.ts | 2 +- src/main/webapp/app/home/git/git.route.ts | 2 +- src/main/webapp/app/home/home.component.ts | 2 +- src/main/webapp/app/home/home.module.ts | 2 +- src/main/webapp/app/home/home.route.ts | 2 +- src/main/webapp/app/home/jdl-metadata/jdl-metadata.component.ts | 2 +- src/main/webapp/app/home/jdl-metadata/jdl-metadata.model.ts | 2 +- src/main/webapp/app/home/jdl-metadata/jdl-metadata.route.ts | 2 +- src/main/webapp/app/home/jdl-metadata/jdl-metadata.service.ts | 2 +- src/main/webapp/app/home/jdl-metadata/jdl-studio.component.ts | 2 +- src/main/webapp/app/home/jdl-metadata/jdl.output.component.ts | 2 +- src/main/webapp/app/home/jdl-metadata/jdl.service.ts | 2 +- src/main/webapp/app/home/welcome/welcome.component.ts | 2 +- src/main/webapp/app/home/welcome/welcome.route.ts | 2 +- .../app/home/your-generators/data-deletion-dialog.component.ts | 2 +- .../app/home/your-generators/generator-identity.service.ts | 2 +- .../home/your-generators/remove-generator-dialog.component.ts | 2 +- .../app/home/your-generators/your-generators.component.ts | 2 +- .../webapp/app/home/your-generators/your-generators.route.ts | 2 +- src/main/webapp/app/layouts/error/error.component.ts | 2 +- src/main/webapp/app/layouts/error/error.route.ts | 2 +- src/main/webapp/app/layouts/footer/footer.component.ts | 2 +- src/main/webapp/app/layouts/main/main.component.ts | 2 +- src/main/webapp/app/layouts/navbar/navbar.component.ts | 2 +- src/main/webapp/app/layouts/navbar/navbar.route.ts | 2 +- src/main/webapp/app/layouts/profiles/page-ribbon.component.ts | 2 +- src/main/webapp/app/layouts/profiles/profile-info.model.ts | 2 +- src/main/webapp/app/layouts/profiles/profile.service.ts | 2 +- src/main/webapp/app/polyfills.ts | 2 +- src/main/webapp/app/shared/alert/alert-error.component.ts | 2 +- src/main/webapp/app/shared/alert/alert-error.model.ts | 2 +- src/main/webapp/app/shared/alert/alert.component.ts | 2 +- src/main/webapp/app/shared/auth/has-any-authority.directive.ts | 2 +- src/main/webapp/app/shared/constants/authority.constants.ts | 2 +- src/main/webapp/app/shared/constants/error.constants.ts | 2 +- src/main/webapp/app/shared/constants/input.constants.ts | 2 +- src/main/webapp/app/shared/constants/pagination.constants.ts | 2 +- .../webapp/app/shared/ga/google-analytics-events.service.ts | 2 +- .../webapp/app/shared/git-provider/git-provider.component.ts | 2 +- src/main/webapp/app/shared/login/login.component.ts | 2 +- src/main/webapp/app/shared/model/crash-report.model.ts | 2 +- src/main/webapp/app/shared/model/entity-stats.model.ts | 2 +- src/main/webapp/app/shared/model/generator-identity.model.ts | 2 +- src/main/webapp/app/shared/model/language.model.ts | 2 +- src/main/webapp/app/shared/model/sub-gen-event.model.ts | 2 +- src/main/webapp/app/shared/model/test-framework.model.ts | 2 +- src/main/webapp/app/shared/model/yo-rc.model.ts | 2 +- src/main/webapp/app/shared/shared-libs.module.ts | 2 +- src/main/webapp/app/shared/shared.module.ts | 2 +- src/main/webapp/app/shared/util/datepicker-adapter.ts | 2 +- src/main/webapp/app/shared/util/request-util.ts | 2 +- src/main/webapp/app/vendor.ts | 2 +- src/test/java/io/github/jhipster/online/ArchTest.java | 2 +- .../io/github/jhipster/online/config/AsyncConfiguration.java | 2 +- .../io/github/jhipster/online/config/NoOpMailConfiguration.java | 2 +- .../io/github/jhipster/online/config/WebConfigurerTest.java | 2 +- .../jhipster/online/config/WebConfigurerTestController.java | 2 +- .../jhipster/online/config/audit/AuditEventConverterTest.java | 2 +- .../online/repository/CustomAuditEventRepositoryIT.java | 2 +- .../jhipster/online/security/DomainUserDetailsServiceIT.java | 2 +- .../github/jhipster/online/security/SecurityUtilsUnitTest.java | 2 +- .../io/github/jhipster/online/security/jwt/JWTFilterTest.java | 2 +- .../github/jhipster/online/security/jwt/TokenProviderTest.java | 2 +- .../io/github/jhipster/online/service/AuditEventServiceIT.java | 2 +- .../github/jhipster/online/service/DataGenerationFixture.java | 2 +- .../jhipster/online/service/GeneratorIdentityServiceTest.java | 2 +- .../io/github/jhipster/online/service/GeneratorServiceTest.java | 2 +- .../io/github/jhipster/online/service/JHipsterServiceTest.java | 2 +- .../github/jhipster/online/service/JdlMetadataServiceTest.java | 2 +- .../java/io/github/jhipster/online/service/JdlServiceTest.java | 2 +- .../java/io/github/jhipster/online/service/MailServiceIT.java | 2 +- .../java/io/github/jhipster/online/service/UserServiceIT.java | 2 +- .../jhipster/online/service/enums/TemporalValueTypeTest.java | 2 +- .../github/jhipster/online/service/mapper/UserMapperTest.java | 2 +- .../jhipster/online/service/yorc/YoRCServiceChoicesIntTest.java | 2 +- .../jhipster/online/service/yorc/YoRCServiceCountsIntTest.java | 2 +- src/test/java/io/github/jhipster/online/util/DateUtilTest.java | 2 +- .../java/io/github/jhipster/online/util/SanitizeInputsTest.java | 2 +- .../io/github/jhipster/online/web/rest/AccountResourceIT.java | 2 +- .../io/github/jhipster/online/web/rest/AuditResourceIT.java | 2 +- .../jhipster/online/web/rest/ClientForwardControllerTest.java | 2 +- .../jhipster/online/web/rest/EntityStatsResourceIntTest.java | 2 +- .../online/web/rest/GeneratorIdentityResourceIntTest.java | 2 +- .../io/github/jhipster/online/web/rest/GitResourceIntTest.java | 2 +- .../jhipster/online/web/rest/StatisticsResourceIntTest.java | 2 +- .../jhipster/online/web/rest/SubGenEventResourceIntTest.java | 2 +- src/test/java/io/github/jhipster/online/web/rest/TestUtil.java | 2 +- .../io/github/jhipster/online/web/rest/UserJWTControllerIT.java | 2 +- .../java/io/github/jhipster/online/web/rest/UserResourceIT.java | 2 +- .../jhipster/online/web/rest/WithUnauthenticatedMockUser.java | 2 +- .../io/github/jhipster/online/web/rest/YoRCResourceIntTest.java | 2 +- .../jhipster/online/web/rest/errors/ExceptionTranslatorIT.java | 2 +- .../web/rest/errors/ExceptionTranslatorTestController.java | 2 +- .../spec/app/account/activate/activate.component.spec.ts | 2 +- .../finish/password-reset-finish.component.spec.ts | 2 +- .../password-reset/init/password-reset-init.component.spec.ts | 2 +- .../account/password/password-strength-bar.component.spec.ts | 2 +- .../spec/app/account/password/password.component.spec.ts | 2 +- .../spec/app/account/register/register.component.spec.ts | 2 +- .../account/settings/delete-account-dialog.component.spec.ts | 2 +- .../spec/app/account/settings/settings.component.spec.ts | 2 +- .../javascript/spec/app/admin/audits/audits.component.spec.ts | 2 +- .../javascript/spec/app/admin/audits/audits.service.spec.ts | 2 +- .../app/admin/configuration/configuration.component.spec.ts | 2 +- .../spec/app/admin/configuration/configuration.service.spec.ts | 2 +- .../javascript/spec/app/admin/health/health.component.spec.ts | 2 +- src/test/javascript/spec/app/admin/logs/logs.component.spec.ts | 2 +- src/test/javascript/spec/app/admin/logs/logs.service.spec.ts | 2 +- .../javascript/spec/app/admin/metrics/metrics.component.spec.ts | 2 +- .../javascript/spec/app/admin/metrics/metrics.service.spec.ts | 2 +- .../user-management-delete-dialog.component.spec.ts | 2 +- .../user-management/user-management-detail.component.spec.ts | 2 +- .../admin/user-management/user-management-reset-dialog.spec.ts | 2 +- .../user-management/user-management-update.component.spec.ts | 2 +- .../app/admin/user-management/user-management.component.spec.ts | 2 +- src/test/javascript/spec/app/core/user/account.service.spec.ts | 2 +- src/test/javascript/spec/app/core/user/user.service.spec.ts | 2 +- .../javascript/spec/app/layouts/main/main.component.spec.ts | 2 +- .../spec/app/shared/alert/alert-error.component.spec.ts | 2 +- .../javascript/spec/app/shared/login/login.component.spec.ts | 2 +- src/test/javascript/spec/helpers/mock-account.service.ts | 2 +- src/test/javascript/spec/helpers/mock-active-modal.service.ts | 2 +- src/test/javascript/spec/helpers/mock-alert.service.ts | 2 +- src/test/javascript/spec/helpers/mock-event-manager.service.ts | 2 +- src/test/javascript/spec/helpers/mock-login.service.ts | 2 +- src/test/javascript/spec/helpers/mock-route.service.ts | 2 +- src/test/javascript/spec/helpers/mock-state-storage.service.ts | 2 +- src/test/javascript/spec/helpers/spyobject.ts | 2 +- src/test/javascript/spec/test.module.ts | 2 +- 380 files changed, 380 insertions(+), 380 deletions(-) diff --git a/LICENSE.txt b/LICENSE.txt index 39d39dd4..7182b5ab 100644 --- a/LICENSE.txt +++ b/LICENSE.txt @@ -1,5 +1,5 @@ - Copyright 2017-2023 the original author or authors from the JHipster project + Copyright 2017-2024 the original author or authors from the JHipster project Apache License Version 2.0, January 2004 diff --git a/NOTICE b/NOTICE index 904293e8..776ebd08 100644 --- a/NOTICE +++ b/NOTICE @@ -1,4 +1,4 @@ JHipster -Copyright 2017-2023 the original author or authors from the JHipster project. +Copyright 2017-2024 the original author or authors from the JHipster project. For more information on the JHipster project, see https://www.jhipster.tech/ diff --git a/src/main/java/io/github/jhipster/online/ApplicationWebXml.java b/src/main/java/io/github/jhipster/online/ApplicationWebXml.java index 92b65105..6745869b 100644 --- a/src/main/java/io/github/jhipster/online/ApplicationWebXml.java +++ b/src/main/java/io/github/jhipster/online/ApplicationWebXml.java @@ -1,5 +1,5 @@ /** - * Copyright 2017-2023 the original author or authors from the JHipster project. + * Copyright 2017-2024 the original author or authors from the JHipster project. * * This file is part of the JHipster Online project, see https://github.com/jhipster/jhipster-online * for more information. diff --git a/src/main/java/io/github/jhipster/online/JhonlineApp.java b/src/main/java/io/github/jhipster/online/JhonlineApp.java index f9156e7c..54c8d03f 100644 --- a/src/main/java/io/github/jhipster/online/JhonlineApp.java +++ b/src/main/java/io/github/jhipster/online/JhonlineApp.java @@ -1,5 +1,5 @@ /** - * Copyright 2017-2023 the original author or authors from the JHipster project. + * Copyright 2017-2024 the original author or authors from the JHipster project. * * This file is part of the JHipster Online project, see https://github.com/jhipster/jhipster-online * for more information. diff --git a/src/main/java/io/github/jhipster/online/aop/logging/LoggingAspect.java b/src/main/java/io/github/jhipster/online/aop/logging/LoggingAspect.java index ae81c307..c80f0a68 100644 --- a/src/main/java/io/github/jhipster/online/aop/logging/LoggingAspect.java +++ b/src/main/java/io/github/jhipster/online/aop/logging/LoggingAspect.java @@ -1,5 +1,5 @@ /** - * Copyright 2017-2023 the original author or authors from the JHipster project. + * Copyright 2017-2024 the original author or authors from the JHipster project. * * This file is part of the JHipster Online project, see https://github.com/jhipster/jhipster-online * for more information. diff --git a/src/main/java/io/github/jhipster/online/config/ApplicationProperties.java b/src/main/java/io/github/jhipster/online/config/ApplicationProperties.java index 84c476f7..90b2750b 100644 --- a/src/main/java/io/github/jhipster/online/config/ApplicationProperties.java +++ b/src/main/java/io/github/jhipster/online/config/ApplicationProperties.java @@ -1,5 +1,5 @@ /** - * Copyright 2017-2023 the original author or authors from the JHipster project. + * Copyright 2017-2024 the original author or authors from the JHipster project. * * This file is part of the JHipster Online project, see https://github.com/jhipster/jhipster-online * for more information. diff --git a/src/main/java/io/github/jhipster/online/config/AsyncConfiguration.java b/src/main/java/io/github/jhipster/online/config/AsyncConfiguration.java index 9e48319c..047d5d2d 100644 --- a/src/main/java/io/github/jhipster/online/config/AsyncConfiguration.java +++ b/src/main/java/io/github/jhipster/online/config/AsyncConfiguration.java @@ -1,5 +1,5 @@ /** - * Copyright 2017-2023 the original author or authors from the JHipster project. + * Copyright 2017-2024 the original author or authors from the JHipster project. * * This file is part of the JHipster Online project, see https://github.com/jhipster/jhipster-online * for more information. diff --git a/src/main/java/io/github/jhipster/online/config/CacheConfiguration.java b/src/main/java/io/github/jhipster/online/config/CacheConfiguration.java index db1ec226..4ab26cfe 100644 --- a/src/main/java/io/github/jhipster/online/config/CacheConfiguration.java +++ b/src/main/java/io/github/jhipster/online/config/CacheConfiguration.java @@ -1,5 +1,5 @@ /** - * Copyright 2017-2023 the original author or authors from the JHipster project. + * Copyright 2017-2024 the original author or authors from the JHipster project. * * This file is part of the JHipster Online project, see https://github.com/jhipster/jhipster-online * for more information. diff --git a/src/main/java/io/github/jhipster/online/config/Constants.java b/src/main/java/io/github/jhipster/online/config/Constants.java index ae26789c..398d29e1 100644 --- a/src/main/java/io/github/jhipster/online/config/Constants.java +++ b/src/main/java/io/github/jhipster/online/config/Constants.java @@ -1,5 +1,5 @@ /** - * Copyright 2017-2023 the original author or authors from the JHipster project. + * Copyright 2017-2024 the original author or authors from the JHipster project. * * This file is part of the JHipster Online project, see https://github.com/jhipster/jhipster-online * for more information. diff --git a/src/main/java/io/github/jhipster/online/config/DatabaseConfiguration.java b/src/main/java/io/github/jhipster/online/config/DatabaseConfiguration.java index f5f29e23..234148cb 100644 --- a/src/main/java/io/github/jhipster/online/config/DatabaseConfiguration.java +++ b/src/main/java/io/github/jhipster/online/config/DatabaseConfiguration.java @@ -1,5 +1,5 @@ /** - * Copyright 2017-2023 the original author or authors from the JHipster project. + * Copyright 2017-2024 the original author or authors from the JHipster project. * * This file is part of the JHipster Online project, see https://github.com/jhipster/jhipster-online * for more information. diff --git a/src/main/java/io/github/jhipster/online/config/DateTimeFormatConfiguration.java b/src/main/java/io/github/jhipster/online/config/DateTimeFormatConfiguration.java index 88ff5a3e..446f8cdb 100644 --- a/src/main/java/io/github/jhipster/online/config/DateTimeFormatConfiguration.java +++ b/src/main/java/io/github/jhipster/online/config/DateTimeFormatConfiguration.java @@ -1,5 +1,5 @@ /** - * Copyright 2017-2023 the original author or authors from the JHipster project. + * Copyright 2017-2024 the original author or authors from the JHipster project. * * This file is part of the JHipster Online project, see https://github.com/jhipster/jhipster-online * for more information. diff --git a/src/main/java/io/github/jhipster/online/config/JacksonConfiguration.java b/src/main/java/io/github/jhipster/online/config/JacksonConfiguration.java index 7da2cd48..e864b03f 100644 --- a/src/main/java/io/github/jhipster/online/config/JacksonConfiguration.java +++ b/src/main/java/io/github/jhipster/online/config/JacksonConfiguration.java @@ -1,5 +1,5 @@ /** - * Copyright 2017-2023 the original author or authors from the JHipster project. + * Copyright 2017-2024 the original author or authors from the JHipster project. * * This file is part of the JHipster Online project, see https://github.com/jhipster/jhipster-online * for more information. diff --git a/src/main/java/io/github/jhipster/online/config/LiquibaseConfiguration.java b/src/main/java/io/github/jhipster/online/config/LiquibaseConfiguration.java index 0637159a..a9f43d9b 100644 --- a/src/main/java/io/github/jhipster/online/config/LiquibaseConfiguration.java +++ b/src/main/java/io/github/jhipster/online/config/LiquibaseConfiguration.java @@ -1,5 +1,5 @@ /** - * Copyright 2017-2023 the original author or authors from the JHipster project. + * Copyright 2017-2024 the original author or authors from the JHipster project. * * This file is part of the JHipster Online project, see https://github.com/jhipster/jhipster-online * for more information. diff --git a/src/main/java/io/github/jhipster/online/config/LocaleConfiguration.java b/src/main/java/io/github/jhipster/online/config/LocaleConfiguration.java index 64aead25..5b688cfd 100644 --- a/src/main/java/io/github/jhipster/online/config/LocaleConfiguration.java +++ b/src/main/java/io/github/jhipster/online/config/LocaleConfiguration.java @@ -1,5 +1,5 @@ /** - * Copyright 2017-2023 the original author or authors from the JHipster project. + * Copyright 2017-2024 the original author or authors from the JHipster project. * * This file is part of the JHipster Online project, see https://github.com/jhipster/jhipster-online * for more information. diff --git a/src/main/java/io/github/jhipster/online/config/LoggingAspectConfiguration.java b/src/main/java/io/github/jhipster/online/config/LoggingAspectConfiguration.java index cc2bd65e..333a4fe5 100644 --- a/src/main/java/io/github/jhipster/online/config/LoggingAspectConfiguration.java +++ b/src/main/java/io/github/jhipster/online/config/LoggingAspectConfiguration.java @@ -1,5 +1,5 @@ /** - * Copyright 2017-2023 the original author or authors from the JHipster project. + * Copyright 2017-2024 the original author or authors from the JHipster project. * * This file is part of the JHipster Online project, see https://github.com/jhipster/jhipster-online * for more information. diff --git a/src/main/java/io/github/jhipster/online/config/LoggingConfiguration.java b/src/main/java/io/github/jhipster/online/config/LoggingConfiguration.java index 01b4ed33..9753bcb8 100644 --- a/src/main/java/io/github/jhipster/online/config/LoggingConfiguration.java +++ b/src/main/java/io/github/jhipster/online/config/LoggingConfiguration.java @@ -1,5 +1,5 @@ /** - * Copyright 2017-2023 the original author or authors from the JHipster project. + * Copyright 2017-2024 the original author or authors from the JHipster project. * * This file is part of the JHipster Online project, see https://github.com/jhipster/jhipster-online * for more information. diff --git a/src/main/java/io/github/jhipster/online/config/MDCConfiguration.java b/src/main/java/io/github/jhipster/online/config/MDCConfiguration.java index 2bd440bf..485135ee 100644 --- a/src/main/java/io/github/jhipster/online/config/MDCConfiguration.java +++ b/src/main/java/io/github/jhipster/online/config/MDCConfiguration.java @@ -1,5 +1,5 @@ /** - * Copyright 2017-2023 the original author or authors from the JHipster project. + * Copyright 2017-2024 the original author or authors from the JHipster project. * * This file is part of the JHipster Online project, see https://github.com/jhipster/jhipster-online * for more information. diff --git a/src/main/java/io/github/jhipster/online/config/SecurityConfiguration.java b/src/main/java/io/github/jhipster/online/config/SecurityConfiguration.java index 4f458fd3..e90ae2fd 100644 --- a/src/main/java/io/github/jhipster/online/config/SecurityConfiguration.java +++ b/src/main/java/io/github/jhipster/online/config/SecurityConfiguration.java @@ -1,5 +1,5 @@ /** - * Copyright 2017-2023 the original author or authors from the JHipster project. + * Copyright 2017-2024 the original author or authors from the JHipster project. * * This file is part of the JHipster Online project, see https://github.com/jhipster/jhipster-online * for more information. diff --git a/src/main/java/io/github/jhipster/online/config/WebConfigurer.java b/src/main/java/io/github/jhipster/online/config/WebConfigurer.java index 038f4d71..03ff5791 100644 --- a/src/main/java/io/github/jhipster/online/config/WebConfigurer.java +++ b/src/main/java/io/github/jhipster/online/config/WebConfigurer.java @@ -1,5 +1,5 @@ /** - * Copyright 2017-2023 the original author or authors from the JHipster project. + * Copyright 2017-2024 the original author or authors from the JHipster project. * * This file is part of the JHipster Online project, see https://github.com/jhipster/jhipster-online * for more information. diff --git a/src/main/java/io/github/jhipster/online/config/audit/AuditEventConverter.java b/src/main/java/io/github/jhipster/online/config/audit/AuditEventConverter.java index 758d92d6..ec9e7118 100644 --- a/src/main/java/io/github/jhipster/online/config/audit/AuditEventConverter.java +++ b/src/main/java/io/github/jhipster/online/config/audit/AuditEventConverter.java @@ -1,5 +1,5 @@ /** - * Copyright 2017-2023 the original author or authors from the JHipster project. + * Copyright 2017-2024 the original author or authors from the JHipster project. * * This file is part of the JHipster Online project, see https://github.com/jhipster/jhipster-online * for more information. diff --git a/src/main/java/io/github/jhipster/online/config/audit/package-info.java b/src/main/java/io/github/jhipster/online/config/audit/package-info.java index 1418a896..4f51a220 100644 --- a/src/main/java/io/github/jhipster/online/config/audit/package-info.java +++ b/src/main/java/io/github/jhipster/online/config/audit/package-info.java @@ -1,5 +1,5 @@ /** - * Copyright 2017-2023 the original author or authors from the JHipster project. + * Copyright 2017-2024 the original author or authors from the JHipster project. * * This file is part of the JHipster Online project, see https://github.com/jhipster/jhipster-online * for more information. diff --git a/src/main/java/io/github/jhipster/online/config/package-info.java b/src/main/java/io/github/jhipster/online/config/package-info.java index 969cb95a..62cba66b 100644 --- a/src/main/java/io/github/jhipster/online/config/package-info.java +++ b/src/main/java/io/github/jhipster/online/config/package-info.java @@ -1,5 +1,5 @@ /** - * Copyright 2017-2023 the original author or authors from the JHipster project. + * Copyright 2017-2024 the original author or authors from the JHipster project. * * This file is part of the JHipster Online project, see https://github.com/jhipster/jhipster-online * for more information. diff --git a/src/main/java/io/github/jhipster/online/domain/AbstractAuditingEntity.java b/src/main/java/io/github/jhipster/online/domain/AbstractAuditingEntity.java index 8ba19106..33bd470a 100644 --- a/src/main/java/io/github/jhipster/online/domain/AbstractAuditingEntity.java +++ b/src/main/java/io/github/jhipster/online/domain/AbstractAuditingEntity.java @@ -1,5 +1,5 @@ /** - * Copyright 2017-2023 the original author or authors from the JHipster project. + * Copyright 2017-2024 the original author or authors from the JHipster project. * * This file is part of the JHipster Online project, see https://github.com/jhipster/jhipster-online * for more information. diff --git a/src/main/java/io/github/jhipster/online/domain/Authority.java b/src/main/java/io/github/jhipster/online/domain/Authority.java index 8e86d626..18226c53 100644 --- a/src/main/java/io/github/jhipster/online/domain/Authority.java +++ b/src/main/java/io/github/jhipster/online/domain/Authority.java @@ -1,5 +1,5 @@ /** - * Copyright 2017-2023 the original author or authors from the JHipster project. + * Copyright 2017-2024 the original author or authors from the JHipster project. * * This file is part of the JHipster Online project, see https://github.com/jhipster/jhipster-online * for more information. diff --git a/src/main/java/io/github/jhipster/online/domain/EntityStats.java b/src/main/java/io/github/jhipster/online/domain/EntityStats.java index 5ad9915c..6de3eb72 100644 --- a/src/main/java/io/github/jhipster/online/domain/EntityStats.java +++ b/src/main/java/io/github/jhipster/online/domain/EntityStats.java @@ -1,5 +1,5 @@ /** - * Copyright 2017-2023 the original author or authors from the JHipster project. + * Copyright 2017-2024 the original author or authors from the JHipster project. * * This file is part of the JHipster Online project, see https://github.com/jhipster/jhipster-online * for more information. diff --git a/src/main/java/io/github/jhipster/online/domain/GeneratorIdentity.java b/src/main/java/io/github/jhipster/online/domain/GeneratorIdentity.java index 57ce2f30..5abc41a0 100644 --- a/src/main/java/io/github/jhipster/online/domain/GeneratorIdentity.java +++ b/src/main/java/io/github/jhipster/online/domain/GeneratorIdentity.java @@ -1,5 +1,5 @@ /** - * Copyright 2017-2023 the original author or authors from the JHipster project. + * Copyright 2017-2024 the original author or authors from the JHipster project. * * This file is part of the JHipster Online project, see https://github.com/jhipster/jhipster-online * for more information. diff --git a/src/main/java/io/github/jhipster/online/domain/GitCompany.java b/src/main/java/io/github/jhipster/online/domain/GitCompany.java index 3ca033ed..86403942 100644 --- a/src/main/java/io/github/jhipster/online/domain/GitCompany.java +++ b/src/main/java/io/github/jhipster/online/domain/GitCompany.java @@ -1,5 +1,5 @@ /** - * Copyright 2017-2023 the original author or authors from the JHipster project. + * Copyright 2017-2024 the original author or authors from the JHipster project. * * This file is part of the JHipster Online project, see https://github.com/jhipster/jhipster-online * for more information. diff --git a/src/main/java/io/github/jhipster/online/domain/Jdl.java b/src/main/java/io/github/jhipster/online/domain/Jdl.java index 1d67e9c9..f7c50b75 100644 --- a/src/main/java/io/github/jhipster/online/domain/Jdl.java +++ b/src/main/java/io/github/jhipster/online/domain/Jdl.java @@ -1,5 +1,5 @@ /** - * Copyright 2017-2023 the original author or authors from the JHipster project. + * Copyright 2017-2024 the original author or authors from the JHipster project. * * This file is part of the JHipster Online project, see https://github.com/jhipster/jhipster-online * for more information. diff --git a/src/main/java/io/github/jhipster/online/domain/JdlMetadata.java b/src/main/java/io/github/jhipster/online/domain/JdlMetadata.java index 601198f6..790d20bd 100644 --- a/src/main/java/io/github/jhipster/online/domain/JdlMetadata.java +++ b/src/main/java/io/github/jhipster/online/domain/JdlMetadata.java @@ -1,5 +1,5 @@ /** - * Copyright 2017-2023 the original author or authors from the JHipster project. + * Copyright 2017-2024 the original author or authors from the JHipster project. * * This file is part of the JHipster Online project, see https://github.com/jhipster/jhipster-online * for more information. diff --git a/src/main/java/io/github/jhipster/online/domain/PersistentAuditEvent.java b/src/main/java/io/github/jhipster/online/domain/PersistentAuditEvent.java index 9df0147f..c8edecba 100644 --- a/src/main/java/io/github/jhipster/online/domain/PersistentAuditEvent.java +++ b/src/main/java/io/github/jhipster/online/domain/PersistentAuditEvent.java @@ -1,5 +1,5 @@ /** - * Copyright 2017-2023 the original author or authors from the JHipster project. + * Copyright 2017-2024 the original author or authors from the JHipster project. * * This file is part of the JHipster Online project, see https://github.com/jhipster/jhipster-online * for more information. diff --git a/src/main/java/io/github/jhipster/online/domain/SubGenEvent.java b/src/main/java/io/github/jhipster/online/domain/SubGenEvent.java index 9fdd8340..e23cc97b 100644 --- a/src/main/java/io/github/jhipster/online/domain/SubGenEvent.java +++ b/src/main/java/io/github/jhipster/online/domain/SubGenEvent.java @@ -1,5 +1,5 @@ /** - * Copyright 2017-2023 the original author or authors from the JHipster project. + * Copyright 2017-2024 the original author or authors from the JHipster project. * * This file is part of the JHipster Online project, see https://github.com/jhipster/jhipster-online * for more information. diff --git a/src/main/java/io/github/jhipster/online/domain/User.java b/src/main/java/io/github/jhipster/online/domain/User.java index 84f5ca49..7de57909 100644 --- a/src/main/java/io/github/jhipster/online/domain/User.java +++ b/src/main/java/io/github/jhipster/online/domain/User.java @@ -1,5 +1,5 @@ /** - * Copyright 2017-2023 the original author or authors from the JHipster project. + * Copyright 2017-2024 the original author or authors from the JHipster project. * * This file is part of the JHipster Online project, see https://github.com/jhipster/jhipster-online * for more information. diff --git a/src/main/java/io/github/jhipster/online/domain/YoRC.java b/src/main/java/io/github/jhipster/online/domain/YoRC.java index 34b4702e..4c465173 100644 --- a/src/main/java/io/github/jhipster/online/domain/YoRC.java +++ b/src/main/java/io/github/jhipster/online/domain/YoRC.java @@ -1,5 +1,5 @@ /** - * Copyright 2017-2023 the original author or authors from the JHipster project. + * Copyright 2017-2024 the original author or authors from the JHipster project. * * This file is part of the JHipster Online project, see https://github.com/jhipster/jhipster-online * for more information. diff --git a/src/main/java/io/github/jhipster/online/domain/deserializer/YoRCDeserializer.java b/src/main/java/io/github/jhipster/online/domain/deserializer/YoRCDeserializer.java index 6d0c071f..9f349b06 100644 --- a/src/main/java/io/github/jhipster/online/domain/deserializer/YoRCDeserializer.java +++ b/src/main/java/io/github/jhipster/online/domain/deserializer/YoRCDeserializer.java @@ -1,5 +1,5 @@ /** - * Copyright 2017-2023 the original author or authors from the JHipster project. + * Copyright 2017-2024 the original author or authors from the JHipster project. * * This file is part of the JHipster Online project, see https://github.com/jhipster/jhipster-online * for more information. diff --git a/src/main/java/io/github/jhipster/online/domain/enums/EntityStatColumn.java b/src/main/java/io/github/jhipster/online/domain/enums/EntityStatColumn.java index c076d4c4..36f44952 100644 --- a/src/main/java/io/github/jhipster/online/domain/enums/EntityStatColumn.java +++ b/src/main/java/io/github/jhipster/online/domain/enums/EntityStatColumn.java @@ -1,5 +1,5 @@ /** - * Copyright 2017-2023 the original author or authors from the JHipster project. + * Copyright 2017-2024 the original author or authors from the JHipster project. * * This file is part of the JHipster Online project, see https://github.com/jhipster/jhipster-online * for more information. diff --git a/src/main/java/io/github/jhipster/online/domain/enums/GitProvider.java b/src/main/java/io/github/jhipster/online/domain/enums/GitProvider.java index d44b3a75..cb34bb3c 100644 --- a/src/main/java/io/github/jhipster/online/domain/enums/GitProvider.java +++ b/src/main/java/io/github/jhipster/online/domain/enums/GitProvider.java @@ -1,5 +1,5 @@ /** - * Copyright 2017-2023 the original author or authors from the JHipster project. + * Copyright 2017-2024 the original author or authors from the JHipster project. * * This file is part of the JHipster Online project, see https://github.com/jhipster/jhipster-online * for more information. diff --git a/src/main/java/io/github/jhipster/online/domain/enums/SubGenEventType.java b/src/main/java/io/github/jhipster/online/domain/enums/SubGenEventType.java index ea26db6e..a88b238a 100644 --- a/src/main/java/io/github/jhipster/online/domain/enums/SubGenEventType.java +++ b/src/main/java/io/github/jhipster/online/domain/enums/SubGenEventType.java @@ -1,5 +1,5 @@ /** - * Copyright 2017-2023 the original author or authors from the JHipster project. + * Copyright 2017-2024 the original author or authors from the JHipster project. * * This file is part of the JHipster Online project, see https://github.com/jhipster/jhipster-online * for more information. diff --git a/src/main/java/io/github/jhipster/online/domain/enums/YoRCColumn.java b/src/main/java/io/github/jhipster/online/domain/enums/YoRCColumn.java index 593a5035..ae0d3d2e 100644 --- a/src/main/java/io/github/jhipster/online/domain/enums/YoRCColumn.java +++ b/src/main/java/io/github/jhipster/online/domain/enums/YoRCColumn.java @@ -1,5 +1,5 @@ /** - * Copyright 2017-2023 the original author or authors from the JHipster project. + * Copyright 2017-2024 the original author or authors from the JHipster project. * * This file is part of the JHipster Online project, see https://github.com/jhipster/jhipster-online * for more information. diff --git a/src/main/java/io/github/jhipster/online/domain/interfaces/CompleteDate.java b/src/main/java/io/github/jhipster/online/domain/interfaces/CompleteDate.java index 40031de4..7e9da0be 100644 --- a/src/main/java/io/github/jhipster/online/domain/interfaces/CompleteDate.java +++ b/src/main/java/io/github/jhipster/online/domain/interfaces/CompleteDate.java @@ -1,5 +1,5 @@ /** - * Copyright 2017-2023 the original author or authors from the JHipster project. + * Copyright 2017-2024 the original author or authors from the JHipster project. * * This file is part of the JHipster Online project, see https://github.com/jhipster/jhipster-online * for more information. diff --git a/src/main/java/io/github/jhipster/online/domain/interfaces/DatabaseColumn.java b/src/main/java/io/github/jhipster/online/domain/interfaces/DatabaseColumn.java index 3fc692e2..3a50bffa 100644 --- a/src/main/java/io/github/jhipster/online/domain/interfaces/DatabaseColumn.java +++ b/src/main/java/io/github/jhipster/online/domain/interfaces/DatabaseColumn.java @@ -1,5 +1,5 @@ /** - * Copyright 2017-2023 the original author or authors from the JHipster project. + * Copyright 2017-2024 the original author or authors from the JHipster project. * * This file is part of the JHipster Online project, see https://github.com/jhipster/jhipster-online * for more information. diff --git a/src/main/java/io/github/jhipster/online/domain/package-info.java b/src/main/java/io/github/jhipster/online/domain/package-info.java index 10b7bf11..b47b0542 100644 --- a/src/main/java/io/github/jhipster/online/domain/package-info.java +++ b/src/main/java/io/github/jhipster/online/domain/package-info.java @@ -1,5 +1,5 @@ /** - * Copyright 2017-2023 the original author or authors from the JHipster project. + * Copyright 2017-2024 the original author or authors from the JHipster project. * * This file is part of the JHipster Online project, see https://github.com/jhipster/jhipster-online * for more information. diff --git a/src/main/java/io/github/jhipster/online/mdc/logging/MDCInterceptor.java b/src/main/java/io/github/jhipster/online/mdc/logging/MDCInterceptor.java index 1cc32e1f..18b8a6f8 100644 --- a/src/main/java/io/github/jhipster/online/mdc/logging/MDCInterceptor.java +++ b/src/main/java/io/github/jhipster/online/mdc/logging/MDCInterceptor.java @@ -1,5 +1,5 @@ /** - * Copyright 2017-2023 the original author or authors from the JHipster project. + * Copyright 2017-2024 the original author or authors from the JHipster project. * * This file is part of the JHipster Online project, see https://github.com/jhipster/jhipster-online * for more information. diff --git a/src/main/java/io/github/jhipster/online/repository/AuthorityRepository.java b/src/main/java/io/github/jhipster/online/repository/AuthorityRepository.java index bcb5ffeb..4ff65412 100644 --- a/src/main/java/io/github/jhipster/online/repository/AuthorityRepository.java +++ b/src/main/java/io/github/jhipster/online/repository/AuthorityRepository.java @@ -1,5 +1,5 @@ /** - * Copyright 2017-2023 the original author or authors from the JHipster project. + * Copyright 2017-2024 the original author or authors from the JHipster project. * * This file is part of the JHipster Online project, see https://github.com/jhipster/jhipster-online * for more information. diff --git a/src/main/java/io/github/jhipster/online/repository/CustomAuditEventRepository.java b/src/main/java/io/github/jhipster/online/repository/CustomAuditEventRepository.java index d1c0cf93..86dc2347 100644 --- a/src/main/java/io/github/jhipster/online/repository/CustomAuditEventRepository.java +++ b/src/main/java/io/github/jhipster/online/repository/CustomAuditEventRepository.java @@ -1,5 +1,5 @@ /** - * Copyright 2017-2023 the original author or authors from the JHipster project. + * Copyright 2017-2024 the original author or authors from the JHipster project. * * This file is part of the JHipster Online project, see https://github.com/jhipster/jhipster-online * for more information. diff --git a/src/main/java/io/github/jhipster/online/repository/EntityStatsRepository.java b/src/main/java/io/github/jhipster/online/repository/EntityStatsRepository.java index c732badf..18867842 100644 --- a/src/main/java/io/github/jhipster/online/repository/EntityStatsRepository.java +++ b/src/main/java/io/github/jhipster/online/repository/EntityStatsRepository.java @@ -1,5 +1,5 @@ /** - * Copyright 2017-2023 the original author or authors from the JHipster project. + * Copyright 2017-2024 the original author or authors from the JHipster project. * * This file is part of the JHipster Online project, see https://github.com/jhipster/jhipster-online * for more information. diff --git a/src/main/java/io/github/jhipster/online/repository/GeneratorIdentityRepository.java b/src/main/java/io/github/jhipster/online/repository/GeneratorIdentityRepository.java index 3e1d6cc7..75a0cb46 100644 --- a/src/main/java/io/github/jhipster/online/repository/GeneratorIdentityRepository.java +++ b/src/main/java/io/github/jhipster/online/repository/GeneratorIdentityRepository.java @@ -1,5 +1,5 @@ /** - * Copyright 2017-2023 the original author or authors from the JHipster project. + * Copyright 2017-2024 the original author or authors from the JHipster project. * * This file is part of the JHipster Online project, see https://github.com/jhipster/jhipster-online * for more information. diff --git a/src/main/java/io/github/jhipster/online/repository/GitCompanyRepository.java b/src/main/java/io/github/jhipster/online/repository/GitCompanyRepository.java index 932ce4af..a7e467a0 100644 --- a/src/main/java/io/github/jhipster/online/repository/GitCompanyRepository.java +++ b/src/main/java/io/github/jhipster/online/repository/GitCompanyRepository.java @@ -1,5 +1,5 @@ /** - * Copyright 2017-2023 the original author or authors from the JHipster project. + * Copyright 2017-2024 the original author or authors from the JHipster project. * * This file is part of the JHipster Online project, see https://github.com/jhipster/jhipster-online * for more information. diff --git a/src/main/java/io/github/jhipster/online/repository/JdlMetadataRepository.java b/src/main/java/io/github/jhipster/online/repository/JdlMetadataRepository.java index 7d08a4af..a902455b 100644 --- a/src/main/java/io/github/jhipster/online/repository/JdlMetadataRepository.java +++ b/src/main/java/io/github/jhipster/online/repository/JdlMetadataRepository.java @@ -1,5 +1,5 @@ /** - * Copyright 2017-2023 the original author or authors from the JHipster project. + * Copyright 2017-2024 the original author or authors from the JHipster project. * * This file is part of the JHipster Online project, see https://github.com/jhipster/jhipster-online * for more information. diff --git a/src/main/java/io/github/jhipster/online/repository/JdlRepository.java b/src/main/java/io/github/jhipster/online/repository/JdlRepository.java index d9e132f0..3f4b6884 100644 --- a/src/main/java/io/github/jhipster/online/repository/JdlRepository.java +++ b/src/main/java/io/github/jhipster/online/repository/JdlRepository.java @@ -1,5 +1,5 @@ /** - * Copyright 2017-2023 the original author or authors from the JHipster project. + * Copyright 2017-2024 the original author or authors from the JHipster project. * * This file is part of the JHipster Online project, see https://github.com/jhipster/jhipster-online * for more information. diff --git a/src/main/java/io/github/jhipster/online/repository/PersistenceAuditEventRepository.java b/src/main/java/io/github/jhipster/online/repository/PersistenceAuditEventRepository.java index 73f9b23f..80a02d33 100644 --- a/src/main/java/io/github/jhipster/online/repository/PersistenceAuditEventRepository.java +++ b/src/main/java/io/github/jhipster/online/repository/PersistenceAuditEventRepository.java @@ -1,5 +1,5 @@ /** - * Copyright 2017-2023 the original author or authors from the JHipster project. + * Copyright 2017-2024 the original author or authors from the JHipster project. * * This file is part of the JHipster Online project, see https://github.com/jhipster/jhipster-online * for more information. diff --git a/src/main/java/io/github/jhipster/online/repository/SubGenEventRepository.java b/src/main/java/io/github/jhipster/online/repository/SubGenEventRepository.java index fe789648..e203c375 100644 --- a/src/main/java/io/github/jhipster/online/repository/SubGenEventRepository.java +++ b/src/main/java/io/github/jhipster/online/repository/SubGenEventRepository.java @@ -1,5 +1,5 @@ /** - * Copyright 2017-2023 the original author or authors from the JHipster project. + * Copyright 2017-2024 the original author or authors from the JHipster project. * * This file is part of the JHipster Online project, see https://github.com/jhipster/jhipster-online * for more information. diff --git a/src/main/java/io/github/jhipster/online/repository/UserRepository.java b/src/main/java/io/github/jhipster/online/repository/UserRepository.java index 11abf1b7..5fa9c638 100644 --- a/src/main/java/io/github/jhipster/online/repository/UserRepository.java +++ b/src/main/java/io/github/jhipster/online/repository/UserRepository.java @@ -1,5 +1,5 @@ /** - * Copyright 2017-2023 the original author or authors from the JHipster project. + * Copyright 2017-2024 the original author or authors from the JHipster project. * * This file is part of the JHipster Online project, see https://github.com/jhipster/jhipster-online * for more information. diff --git a/src/main/java/io/github/jhipster/online/repository/YoRCRepository.java b/src/main/java/io/github/jhipster/online/repository/YoRCRepository.java index 477a21df..587383ca 100644 --- a/src/main/java/io/github/jhipster/online/repository/YoRCRepository.java +++ b/src/main/java/io/github/jhipster/online/repository/YoRCRepository.java @@ -1,5 +1,5 @@ /** - * Copyright 2017-2023 the original author or authors from the JHipster project. + * Copyright 2017-2024 the original author or authors from the JHipster project. * * This file is part of the JHipster Online project, see https://github.com/jhipster/jhipster-online * for more information. diff --git a/src/main/java/io/github/jhipster/online/repository/package-info.java b/src/main/java/io/github/jhipster/online/repository/package-info.java index cbf9874e..cd4bc1ed 100644 --- a/src/main/java/io/github/jhipster/online/repository/package-info.java +++ b/src/main/java/io/github/jhipster/online/repository/package-info.java @@ -1,5 +1,5 @@ /** - * Copyright 2017-2023 the original author or authors from the JHipster project. + * Copyright 2017-2024 the original author or authors from the JHipster project. * * This file is part of the JHipster Online project, see https://github.com/jhipster/jhipster-online * for more information. diff --git a/src/main/java/io/github/jhipster/online/security/AuthoritiesConstants.java b/src/main/java/io/github/jhipster/online/security/AuthoritiesConstants.java index 2b1a83a6..6f8402d6 100644 --- a/src/main/java/io/github/jhipster/online/security/AuthoritiesConstants.java +++ b/src/main/java/io/github/jhipster/online/security/AuthoritiesConstants.java @@ -1,5 +1,5 @@ /** - * Copyright 2017-2023 the original author or authors from the JHipster project. + * Copyright 2017-2024 the original author or authors from the JHipster project. * * This file is part of the JHipster Online project, see https://github.com/jhipster/jhipster-online * for more information. diff --git a/src/main/java/io/github/jhipster/online/security/DomainUserDetailsService.java b/src/main/java/io/github/jhipster/online/security/DomainUserDetailsService.java index bea0df87..0aefcf43 100644 --- a/src/main/java/io/github/jhipster/online/security/DomainUserDetailsService.java +++ b/src/main/java/io/github/jhipster/online/security/DomainUserDetailsService.java @@ -1,5 +1,5 @@ /** - * Copyright 2017-2023 the original author or authors from the JHipster project. + * Copyright 2017-2024 the original author or authors from the JHipster project. * * This file is part of the JHipster Online project, see https://github.com/jhipster/jhipster-online * for more information. diff --git a/src/main/java/io/github/jhipster/online/security/SecurityUtils.java b/src/main/java/io/github/jhipster/online/security/SecurityUtils.java index 6b726f41..f8c03b34 100644 --- a/src/main/java/io/github/jhipster/online/security/SecurityUtils.java +++ b/src/main/java/io/github/jhipster/online/security/SecurityUtils.java @@ -1,5 +1,5 @@ /** - * Copyright 2017-2023 the original author or authors from the JHipster project. + * Copyright 2017-2024 the original author or authors from the JHipster project. * * This file is part of the JHipster Online project, see https://github.com/jhipster/jhipster-online * for more information. diff --git a/src/main/java/io/github/jhipster/online/security/SpringSecurityAuditorAware.java b/src/main/java/io/github/jhipster/online/security/SpringSecurityAuditorAware.java index 140aee4d..76624083 100644 --- a/src/main/java/io/github/jhipster/online/security/SpringSecurityAuditorAware.java +++ b/src/main/java/io/github/jhipster/online/security/SpringSecurityAuditorAware.java @@ -1,5 +1,5 @@ /** - * Copyright 2017-2023 the original author or authors from the JHipster project. + * Copyright 2017-2024 the original author or authors from the JHipster project. * * This file is part of the JHipster Online project, see https://github.com/jhipster/jhipster-online * for more information. diff --git a/src/main/java/io/github/jhipster/online/security/UserNotActivatedException.java b/src/main/java/io/github/jhipster/online/security/UserNotActivatedException.java index f76bb37d..b6484462 100644 --- a/src/main/java/io/github/jhipster/online/security/UserNotActivatedException.java +++ b/src/main/java/io/github/jhipster/online/security/UserNotActivatedException.java @@ -1,5 +1,5 @@ /** - * Copyright 2017-2023 the original author or authors from the JHipster project. + * Copyright 2017-2024 the original author or authors from the JHipster project. * * This file is part of the JHipster Online project, see https://github.com/jhipster/jhipster-online * for more information. diff --git a/src/main/java/io/github/jhipster/online/security/jwt/JWTConfigurer.java b/src/main/java/io/github/jhipster/online/security/jwt/JWTConfigurer.java index c84c6b67..62e9d5d7 100644 --- a/src/main/java/io/github/jhipster/online/security/jwt/JWTConfigurer.java +++ b/src/main/java/io/github/jhipster/online/security/jwt/JWTConfigurer.java @@ -1,5 +1,5 @@ /** - * Copyright 2017-2023 the original author or authors from the JHipster project. + * Copyright 2017-2024 the original author or authors from the JHipster project. * * This file is part of the JHipster Online project, see https://github.com/jhipster/jhipster-online * for more information. diff --git a/src/main/java/io/github/jhipster/online/security/jwt/JWTFilter.java b/src/main/java/io/github/jhipster/online/security/jwt/JWTFilter.java index 294d226b..56c5b447 100644 --- a/src/main/java/io/github/jhipster/online/security/jwt/JWTFilter.java +++ b/src/main/java/io/github/jhipster/online/security/jwt/JWTFilter.java @@ -1,5 +1,5 @@ /** - * Copyright 2017-2023 the original author or authors from the JHipster project. + * Copyright 2017-2024 the original author or authors from the JHipster project. * * This file is part of the JHipster Online project, see https://github.com/jhipster/jhipster-online * for more information. diff --git a/src/main/java/io/github/jhipster/online/security/jwt/TokenProvider.java b/src/main/java/io/github/jhipster/online/security/jwt/TokenProvider.java index 6f78f1d2..46b9b99f 100644 --- a/src/main/java/io/github/jhipster/online/security/jwt/TokenProvider.java +++ b/src/main/java/io/github/jhipster/online/security/jwt/TokenProvider.java @@ -1,5 +1,5 @@ /** - * Copyright 2017-2023 the original author or authors from the JHipster project. + * Copyright 2017-2024 the original author or authors from the JHipster project. * * This file is part of the JHipster Online project, see https://github.com/jhipster/jhipster-online * for more information. diff --git a/src/main/java/io/github/jhipster/online/security/package-info.java b/src/main/java/io/github/jhipster/online/security/package-info.java index de3e6ea4..1df50f1e 100644 --- a/src/main/java/io/github/jhipster/online/security/package-info.java +++ b/src/main/java/io/github/jhipster/online/security/package-info.java @@ -1,5 +1,5 @@ /** - * Copyright 2017-2023 the original author or authors from the JHipster project. + * Copyright 2017-2024 the original author or authors from the JHipster project. * * This file is part of the JHipster Online project, see https://github.com/jhipster/jhipster-online * for more information. diff --git a/src/main/java/io/github/jhipster/online/service/AuditEventService.java b/src/main/java/io/github/jhipster/online/service/AuditEventService.java index bc02e216..a642fbfa 100644 --- a/src/main/java/io/github/jhipster/online/service/AuditEventService.java +++ b/src/main/java/io/github/jhipster/online/service/AuditEventService.java @@ -1,5 +1,5 @@ /** - * Copyright 2017-2023 the original author or authors from the JHipster project. + * Copyright 2017-2024 the original author or authors from the JHipster project. * * This file is part of the JHipster Online project, see https://github.com/jhipster/jhipster-online * for more information. diff --git a/src/main/java/io/github/jhipster/online/service/CiCdService.java b/src/main/java/io/github/jhipster/online/service/CiCdService.java index 7243f303..c195ddd4 100644 --- a/src/main/java/io/github/jhipster/online/service/CiCdService.java +++ b/src/main/java/io/github/jhipster/online/service/CiCdService.java @@ -1,5 +1,5 @@ /** - * Copyright 2017-2023 the original author or authors from the JHipster project. + * Copyright 2017-2024 the original author or authors from the JHipster project. * * This file is part of the JHipster Online project, see https://github.com/jhipster/jhipster-online * for more information. diff --git a/src/main/java/io/github/jhipster/online/service/EmailAlreadyUsedException.java b/src/main/java/io/github/jhipster/online/service/EmailAlreadyUsedException.java index 75185282..7d472b8a 100644 --- a/src/main/java/io/github/jhipster/online/service/EmailAlreadyUsedException.java +++ b/src/main/java/io/github/jhipster/online/service/EmailAlreadyUsedException.java @@ -1,5 +1,5 @@ /** - * Copyright 2017-2023 the original author or authors from the JHipster project. + * Copyright 2017-2024 the original author or authors from the JHipster project. * * This file is part of the JHipster Online project, see https://github.com/jhipster/jhipster-online * for more information. diff --git a/src/main/java/io/github/jhipster/online/service/EntityStatsService.java b/src/main/java/io/github/jhipster/online/service/EntityStatsService.java index e2e9e02d..7e14297d 100644 --- a/src/main/java/io/github/jhipster/online/service/EntityStatsService.java +++ b/src/main/java/io/github/jhipster/online/service/EntityStatsService.java @@ -1,5 +1,5 @@ /** - * Copyright 2017-2023 the original author or authors from the JHipster project. + * Copyright 2017-2024 the original author or authors from the JHipster project. * * This file is part of the JHipster Online project, see https://github.com/jhipster/jhipster-online * for more information. diff --git a/src/main/java/io/github/jhipster/online/service/GeneratorIdentityService.java b/src/main/java/io/github/jhipster/online/service/GeneratorIdentityService.java index 98a12338..52b46877 100644 --- a/src/main/java/io/github/jhipster/online/service/GeneratorIdentityService.java +++ b/src/main/java/io/github/jhipster/online/service/GeneratorIdentityService.java @@ -1,5 +1,5 @@ /** - * Copyright 2017-2023 the original author or authors from the JHipster project. + * Copyright 2017-2024 the original author or authors from the JHipster project. * * This file is part of the JHipster Online project, see https://github.com/jhipster/jhipster-online * for more information. diff --git a/src/main/java/io/github/jhipster/online/service/GeneratorService.java b/src/main/java/io/github/jhipster/online/service/GeneratorService.java index 97f1cc49..60398276 100644 --- a/src/main/java/io/github/jhipster/online/service/GeneratorService.java +++ b/src/main/java/io/github/jhipster/online/service/GeneratorService.java @@ -1,5 +1,5 @@ /** - * Copyright 2017-2023 the original author or authors from the JHipster project. + * Copyright 2017-2024 the original author or authors from the JHipster project. * * This file is part of the JHipster Online project, see https://github.com/jhipster/jhipster-online * for more information. diff --git a/src/main/java/io/github/jhipster/online/service/GitService.java b/src/main/java/io/github/jhipster/online/service/GitService.java index 0e4beb35..90e8b284 100644 --- a/src/main/java/io/github/jhipster/online/service/GitService.java +++ b/src/main/java/io/github/jhipster/online/service/GitService.java @@ -1,5 +1,5 @@ /** - * Copyright 2017-2023 the original author or authors from the JHipster project. + * Copyright 2017-2024 the original author or authors from the JHipster project. * * This file is part of the JHipster Online project, see https://github.com/jhipster/jhipster-online * for more information. diff --git a/src/main/java/io/github/jhipster/online/service/GithubService.java b/src/main/java/io/github/jhipster/online/service/GithubService.java index 51e2cc6d..7a48faac 100644 --- a/src/main/java/io/github/jhipster/online/service/GithubService.java +++ b/src/main/java/io/github/jhipster/online/service/GithubService.java @@ -1,5 +1,5 @@ /** - * Copyright 2017-2023 the original author or authors from the JHipster project. + * Copyright 2017-2024 the original author or authors from the JHipster project. * * This file is part of the JHipster Online project, see https://github.com/jhipster/jhipster-online * for more information. diff --git a/src/main/java/io/github/jhipster/online/service/GitlabService.java b/src/main/java/io/github/jhipster/online/service/GitlabService.java index 9e67495d..b8d7f0fe 100644 --- a/src/main/java/io/github/jhipster/online/service/GitlabService.java +++ b/src/main/java/io/github/jhipster/online/service/GitlabService.java @@ -1,5 +1,5 @@ /** - * Copyright 2017-2023 the original author or authors from the JHipster project. + * Copyright 2017-2024 the original author or authors from the JHipster project. * * This file is part of the JHipster Online project, see https://github.com/jhipster/jhipster-online * for more information. diff --git a/src/main/java/io/github/jhipster/online/service/InvalidPasswordException.java b/src/main/java/io/github/jhipster/online/service/InvalidPasswordException.java index 001bddb4..c746c597 100644 --- a/src/main/java/io/github/jhipster/online/service/InvalidPasswordException.java +++ b/src/main/java/io/github/jhipster/online/service/InvalidPasswordException.java @@ -1,5 +1,5 @@ /** - * Copyright 2017-2023 the original author or authors from the JHipster project. + * Copyright 2017-2024 the original author or authors from the JHipster project. * * This file is part of the JHipster Online project, see https://github.com/jhipster/jhipster-online * for more information. diff --git a/src/main/java/io/github/jhipster/online/service/JHipsterService.java b/src/main/java/io/github/jhipster/online/service/JHipsterService.java index 5bc863cd..75facfe0 100644 --- a/src/main/java/io/github/jhipster/online/service/JHipsterService.java +++ b/src/main/java/io/github/jhipster/online/service/JHipsterService.java @@ -1,5 +1,5 @@ /** - * Copyright 2017-2023 the original author or authors from the JHipster project. + * Copyright 2017-2024 the original author or authors from the JHipster project. *

* This file is part of the JHipster Online project, see https://github.com/jhipster/jhipster-online * for more information. diff --git a/src/main/java/io/github/jhipster/online/service/JdlMetadataService.java b/src/main/java/io/github/jhipster/online/service/JdlMetadataService.java index ae1be00b..8dbb4097 100644 --- a/src/main/java/io/github/jhipster/online/service/JdlMetadataService.java +++ b/src/main/java/io/github/jhipster/online/service/JdlMetadataService.java @@ -1,5 +1,5 @@ /** - * Copyright 2017-2023 the original author or authors from the JHipster project. + * Copyright 2017-2024 the original author or authors from the JHipster project. * * This file is part of the JHipster Online project, see https://github.com/jhipster/jhipster-online * for more information. diff --git a/src/main/java/io/github/jhipster/online/service/JdlService.java b/src/main/java/io/github/jhipster/online/service/JdlService.java index 752d7510..b1eb6b74 100644 --- a/src/main/java/io/github/jhipster/online/service/JdlService.java +++ b/src/main/java/io/github/jhipster/online/service/JdlService.java @@ -1,5 +1,5 @@ /** - * Copyright 2017-2023 the original author or authors from the JHipster project. + * Copyright 2017-2024 the original author or authors from the JHipster project. * * This file is part of the JHipster Online project, see https://github.com/jhipster/jhipster-online * for more information. diff --git a/src/main/java/io/github/jhipster/online/service/LogsService.java b/src/main/java/io/github/jhipster/online/service/LogsService.java index 18a219c5..dc61ca45 100644 --- a/src/main/java/io/github/jhipster/online/service/LogsService.java +++ b/src/main/java/io/github/jhipster/online/service/LogsService.java @@ -1,5 +1,5 @@ /** - * Copyright 2017-2023 the original author or authors from the JHipster project. + * Copyright 2017-2024 the original author or authors from the JHipster project. * * This file is part of the JHipster Online project, see https://github.com/jhipster/jhipster-online * for more information. diff --git a/src/main/java/io/github/jhipster/online/service/MailService.java b/src/main/java/io/github/jhipster/online/service/MailService.java index f2966518..5bc31e1c 100644 --- a/src/main/java/io/github/jhipster/online/service/MailService.java +++ b/src/main/java/io/github/jhipster/online/service/MailService.java @@ -1,5 +1,5 @@ /** - * Copyright 2017-2023 the original author or authors from the JHipster project. + * Copyright 2017-2024 the original author or authors from the JHipster project. * * This file is part of the JHipster Online project, see https://github.com/jhipster/jhipster-online * for more information. diff --git a/src/main/java/io/github/jhipster/online/service/StatisticsService.java b/src/main/java/io/github/jhipster/online/service/StatisticsService.java index 2f99d2f5..7251a523 100644 --- a/src/main/java/io/github/jhipster/online/service/StatisticsService.java +++ b/src/main/java/io/github/jhipster/online/service/StatisticsService.java @@ -1,5 +1,5 @@ /** - * Copyright 2017-2023 the original author or authors from the JHipster project. + * Copyright 2017-2024 the original author or authors from the JHipster project. * * This file is part of the JHipster Online project, see https://github.com/jhipster/jhipster-online * for more information. diff --git a/src/main/java/io/github/jhipster/online/service/SubGenEventService.java b/src/main/java/io/github/jhipster/online/service/SubGenEventService.java index 1d2633e4..32495e8e 100644 --- a/src/main/java/io/github/jhipster/online/service/SubGenEventService.java +++ b/src/main/java/io/github/jhipster/online/service/SubGenEventService.java @@ -1,5 +1,5 @@ /** - * Copyright 2017-2023 the original author or authors from the JHipster project. + * Copyright 2017-2024 the original author or authors from the JHipster project. * * This file is part of the JHipster Online project, see https://github.com/jhipster/jhipster-online * for more information. diff --git a/src/main/java/io/github/jhipster/online/service/UserService.java b/src/main/java/io/github/jhipster/online/service/UserService.java index 3fcd6980..739b43a0 100644 --- a/src/main/java/io/github/jhipster/online/service/UserService.java +++ b/src/main/java/io/github/jhipster/online/service/UserService.java @@ -1,5 +1,5 @@ /** - * Copyright 2017-2023 the original author or authors from the JHipster project. + * Copyright 2017-2024 the original author or authors from the JHipster project. * * This file is part of the JHipster Online project, see https://github.com/jhipster/jhipster-online * for more information. diff --git a/src/main/java/io/github/jhipster/online/service/UsernameAlreadyUsedException.java b/src/main/java/io/github/jhipster/online/service/UsernameAlreadyUsedException.java index fe14a56a..086e0c56 100644 --- a/src/main/java/io/github/jhipster/online/service/UsernameAlreadyUsedException.java +++ b/src/main/java/io/github/jhipster/online/service/UsernameAlreadyUsedException.java @@ -1,5 +1,5 @@ /** - * Copyright 2017-2023 the original author or authors from the JHipster project. + * Copyright 2017-2024 the original author or authors from the JHipster project. * * This file is part of the JHipster Online project, see https://github.com/jhipster/jhipster-online * for more information. diff --git a/src/main/java/io/github/jhipster/online/service/YoRCService.java b/src/main/java/io/github/jhipster/online/service/YoRCService.java index d7b38176..7ea9212c 100644 --- a/src/main/java/io/github/jhipster/online/service/YoRCService.java +++ b/src/main/java/io/github/jhipster/online/service/YoRCService.java @@ -1,5 +1,5 @@ /** - * Copyright 2017-2023 the original author or authors from the JHipster project. + * Copyright 2017-2024 the original author or authors from the JHipster project. * * This file is part of the JHipster Online project, see https://github.com/jhipster/jhipster-online * for more information. diff --git a/src/main/java/io/github/jhipster/online/service/dto/EntityStatsDTO.java b/src/main/java/io/github/jhipster/online/service/dto/EntityStatsDTO.java index 09c65a0b..3b914d0c 100644 --- a/src/main/java/io/github/jhipster/online/service/dto/EntityStatsDTO.java +++ b/src/main/java/io/github/jhipster/online/service/dto/EntityStatsDTO.java @@ -1,5 +1,5 @@ /** - * Copyright 2017-2023 the original author or authors from the JHipster project. + * Copyright 2017-2024 the original author or authors from the JHipster project. * * This file is part of the JHipster Online project, see https://github.com/jhipster/jhipster-online * for more information. diff --git a/src/main/java/io/github/jhipster/online/service/dto/GeneratorIdentityDTO.java b/src/main/java/io/github/jhipster/online/service/dto/GeneratorIdentityDTO.java index 3218ffbf..d6c04428 100644 --- a/src/main/java/io/github/jhipster/online/service/dto/GeneratorIdentityDTO.java +++ b/src/main/java/io/github/jhipster/online/service/dto/GeneratorIdentityDTO.java @@ -1,5 +1,5 @@ /** - * Copyright 2017-2023 the original author or authors from the JHipster project. + * Copyright 2017-2024 the original author or authors from the JHipster project. * * This file is part of the JHipster Online project, see https://github.com/jhipster/jhipster-online * for more information. diff --git a/src/main/java/io/github/jhipster/online/service/dto/GitConfigurationDTO.java b/src/main/java/io/github/jhipster/online/service/dto/GitConfigurationDTO.java index 90d34061..c19bdd66 100644 --- a/src/main/java/io/github/jhipster/online/service/dto/GitConfigurationDTO.java +++ b/src/main/java/io/github/jhipster/online/service/dto/GitConfigurationDTO.java @@ -1,5 +1,5 @@ /** - * Copyright 2017-2023 the original author or authors from the JHipster project. + * Copyright 2017-2024 the original author or authors from the JHipster project. * * This file is part of the JHipster Online project, see https://github.com/jhipster/jhipster-online * for more information. diff --git a/src/main/java/io/github/jhipster/online/service/dto/JdlMetadataDTO.java b/src/main/java/io/github/jhipster/online/service/dto/JdlMetadataDTO.java index 966c5ae2..a67e77f0 100644 --- a/src/main/java/io/github/jhipster/online/service/dto/JdlMetadataDTO.java +++ b/src/main/java/io/github/jhipster/online/service/dto/JdlMetadataDTO.java @@ -1,5 +1,5 @@ /** - * Copyright 2017-2023 the original author or authors from the JHipster project. + * Copyright 2017-2024 the original author or authors from the JHipster project. * * This file is part of the JHipster Online project, see https://github.com/jhipster/jhipster-online * for more information. diff --git a/src/main/java/io/github/jhipster/online/service/dto/PasswordChangeDTO.java b/src/main/java/io/github/jhipster/online/service/dto/PasswordChangeDTO.java index 635aec7c..3653a9d3 100644 --- a/src/main/java/io/github/jhipster/online/service/dto/PasswordChangeDTO.java +++ b/src/main/java/io/github/jhipster/online/service/dto/PasswordChangeDTO.java @@ -1,5 +1,5 @@ /** - * Copyright 2017-2023 the original author or authors from the JHipster project. + * Copyright 2017-2024 the original author or authors from the JHipster project. * * This file is part of the JHipster Online project, see https://github.com/jhipster/jhipster-online * for more information. diff --git a/src/main/java/io/github/jhipster/online/service/dto/RawSQL.java b/src/main/java/io/github/jhipster/online/service/dto/RawSQL.java index 69f238f3..936308e7 100644 --- a/src/main/java/io/github/jhipster/online/service/dto/RawSQL.java +++ b/src/main/java/io/github/jhipster/online/service/dto/RawSQL.java @@ -1,5 +1,5 @@ /** - * Copyright 2017-2023 the original author or authors from the JHipster project. + * Copyright 2017-2024 the original author or authors from the JHipster project. * * This file is part of the JHipster Online project, see https://github.com/jhipster/jhipster-online * for more information. diff --git a/src/main/java/io/github/jhipster/online/service/dto/RawSQLField.java b/src/main/java/io/github/jhipster/online/service/dto/RawSQLField.java index f367bbb0..3fb0e3fe 100644 --- a/src/main/java/io/github/jhipster/online/service/dto/RawSQLField.java +++ b/src/main/java/io/github/jhipster/online/service/dto/RawSQLField.java @@ -1,5 +1,5 @@ /** - * Copyright 2017-2023 the original author or authors from the JHipster project. + * Copyright 2017-2024 the original author or authors from the JHipster project. * * This file is part of the JHipster Online project, see https://github.com/jhipster/jhipster-online * for more information. diff --git a/src/main/java/io/github/jhipster/online/service/dto/SubGenEventDTO.java b/src/main/java/io/github/jhipster/online/service/dto/SubGenEventDTO.java index 1c3c6c4e..91d8f836 100644 --- a/src/main/java/io/github/jhipster/online/service/dto/SubGenEventDTO.java +++ b/src/main/java/io/github/jhipster/online/service/dto/SubGenEventDTO.java @@ -1,5 +1,5 @@ /** - * Copyright 2017-2023 the original author or authors from the JHipster project. + * Copyright 2017-2024 the original author or authors from the JHipster project. * * This file is part of the JHipster Online project, see https://github.com/jhipster/jhipster-online * for more information. diff --git a/src/main/java/io/github/jhipster/online/service/dto/TemporalCountDTO.java b/src/main/java/io/github/jhipster/online/service/dto/TemporalCountDTO.java index cae3237a..000153b8 100644 --- a/src/main/java/io/github/jhipster/online/service/dto/TemporalCountDTO.java +++ b/src/main/java/io/github/jhipster/online/service/dto/TemporalCountDTO.java @@ -1,5 +1,5 @@ /** - * Copyright 2017-2023 the original author or authors from the JHipster project. + * Copyright 2017-2024 the original author or authors from the JHipster project. * * This file is part of the JHipster Online project, see https://github.com/jhipster/jhipster-online * for more information. diff --git a/src/main/java/io/github/jhipster/online/service/dto/TemporalDistributionDTO.java b/src/main/java/io/github/jhipster/online/service/dto/TemporalDistributionDTO.java index 15635d67..e71a87fc 100644 --- a/src/main/java/io/github/jhipster/online/service/dto/TemporalDistributionDTO.java +++ b/src/main/java/io/github/jhipster/online/service/dto/TemporalDistributionDTO.java @@ -1,5 +1,5 @@ /** - * Copyright 2017-2023 the original author or authors from the JHipster project. + * Copyright 2017-2024 the original author or authors from the JHipster project. * * This file is part of the JHipster Online project, see https://github.com/jhipster/jhipster-online * for more information. diff --git a/src/main/java/io/github/jhipster/online/service/dto/UserDTO.java b/src/main/java/io/github/jhipster/online/service/dto/UserDTO.java index 93d7b60f..dddc0ca5 100644 --- a/src/main/java/io/github/jhipster/online/service/dto/UserDTO.java +++ b/src/main/java/io/github/jhipster/online/service/dto/UserDTO.java @@ -1,5 +1,5 @@ /** - * Copyright 2017-2023 the original author or authors from the JHipster project. + * Copyright 2017-2024 the original author or authors from the JHipster project. * * This file is part of the JHipster Online project, see https://github.com/jhipster/jhipster-online * for more information. diff --git a/src/main/java/io/github/jhipster/online/service/dto/YoRCDTO.java b/src/main/java/io/github/jhipster/online/service/dto/YoRCDTO.java index 7ca865eb..3cfdd44e 100644 --- a/src/main/java/io/github/jhipster/online/service/dto/YoRCDTO.java +++ b/src/main/java/io/github/jhipster/online/service/dto/YoRCDTO.java @@ -1,5 +1,5 @@ /** - * Copyright 2017-2023 the original author or authors from the JHipster project. + * Copyright 2017-2024 the original author or authors from the JHipster project. * * This file is part of the JHipster Online project, see https://github.com/jhipster/jhipster-online * for more information. diff --git a/src/main/java/io/github/jhipster/online/service/dto/package-info.java b/src/main/java/io/github/jhipster/online/service/dto/package-info.java index cadd0d7b..2858203a 100644 --- a/src/main/java/io/github/jhipster/online/service/dto/package-info.java +++ b/src/main/java/io/github/jhipster/online/service/dto/package-info.java @@ -1,5 +1,5 @@ /** - * Copyright 2017-2023 the original author or authors from the JHipster project. + * Copyright 2017-2024 the original author or authors from the JHipster project. * * This file is part of the JHipster Online project, see https://github.com/jhipster/jhipster-online * for more information. diff --git a/src/main/java/io/github/jhipster/online/service/enums/CiCdTool.java b/src/main/java/io/github/jhipster/online/service/enums/CiCdTool.java index e37bab86..6511568f 100644 --- a/src/main/java/io/github/jhipster/online/service/enums/CiCdTool.java +++ b/src/main/java/io/github/jhipster/online/service/enums/CiCdTool.java @@ -1,5 +1,5 @@ /** - * Copyright 2017-2023 the original author or authors from the JHipster project. + * Copyright 2017-2024 the original author or authors from the JHipster project. * * This file is part of the JHipster Online project, see https://github.com/jhipster/jhipster-online * for more information. diff --git a/src/main/java/io/github/jhipster/online/service/enums/TemporalValueType.java b/src/main/java/io/github/jhipster/online/service/enums/TemporalValueType.java index a4be254a..33027419 100644 --- a/src/main/java/io/github/jhipster/online/service/enums/TemporalValueType.java +++ b/src/main/java/io/github/jhipster/online/service/enums/TemporalValueType.java @@ -1,5 +1,5 @@ /** - * Copyright 2017-2023 the original author or authors from the JHipster project. + * Copyright 2017-2024 the original author or authors from the JHipster project. * * This file is part of the JHipster Online project, see https://github.com/jhipster/jhipster-online * for more information. diff --git a/src/main/java/io/github/jhipster/online/service/interfaces/GitProviderService.java b/src/main/java/io/github/jhipster/online/service/interfaces/GitProviderService.java index 3bcdd48f..fb598710 100644 --- a/src/main/java/io/github/jhipster/online/service/interfaces/GitProviderService.java +++ b/src/main/java/io/github/jhipster/online/service/interfaces/GitProviderService.java @@ -1,5 +1,5 @@ /** - * Copyright 2017-2023 the original author or authors from the JHipster project. + * Copyright 2017-2024 the original author or authors from the JHipster project. * * This file is part of the JHipster Online project, see https://github.com/jhipster/jhipster-online * for more information. diff --git a/src/main/java/io/github/jhipster/online/service/mapper/EntityMapper.java b/src/main/java/io/github/jhipster/online/service/mapper/EntityMapper.java index 2f988979..a7238d31 100644 --- a/src/main/java/io/github/jhipster/online/service/mapper/EntityMapper.java +++ b/src/main/java/io/github/jhipster/online/service/mapper/EntityMapper.java @@ -1,5 +1,5 @@ /** - * Copyright 2017-2023 the original author or authors from the JHipster project. + * Copyright 2017-2024 the original author or authors from the JHipster project. * * This file is part of the JHipster Online project, see https://github.com/jhipster/jhipster-online * for more information. diff --git a/src/main/java/io/github/jhipster/online/service/mapper/EntityStatsMapper.java b/src/main/java/io/github/jhipster/online/service/mapper/EntityStatsMapper.java index 9b01b857..05ddff1a 100644 --- a/src/main/java/io/github/jhipster/online/service/mapper/EntityStatsMapper.java +++ b/src/main/java/io/github/jhipster/online/service/mapper/EntityStatsMapper.java @@ -1,5 +1,5 @@ /** - * Copyright 2017-2023 the original author or authors from the JHipster project. + * Copyright 2017-2024 the original author or authors from the JHipster project. * * This file is part of the JHipster Online project, see https://github.com/jhipster/jhipster-online * for more information. diff --git a/src/main/java/io/github/jhipster/online/service/mapper/GeneratorIdentityMapper.java b/src/main/java/io/github/jhipster/online/service/mapper/GeneratorIdentityMapper.java index cafa1d7b..b9c47615 100644 --- a/src/main/java/io/github/jhipster/online/service/mapper/GeneratorIdentityMapper.java +++ b/src/main/java/io/github/jhipster/online/service/mapper/GeneratorIdentityMapper.java @@ -1,5 +1,5 @@ /** - * Copyright 2017-2023 the original author or authors from the JHipster project. + * Copyright 2017-2024 the original author or authors from the JHipster project. * * This file is part of the JHipster Online project, see https://github.com/jhipster/jhipster-online * for more information. diff --git a/src/main/java/io/github/jhipster/online/service/mapper/JdlMetadataMapper.java b/src/main/java/io/github/jhipster/online/service/mapper/JdlMetadataMapper.java index a5c1c648..8ec5ca8e 100644 --- a/src/main/java/io/github/jhipster/online/service/mapper/JdlMetadataMapper.java +++ b/src/main/java/io/github/jhipster/online/service/mapper/JdlMetadataMapper.java @@ -1,5 +1,5 @@ /** - * Copyright 2017-2023 the original author or authors from the JHipster project. + * Copyright 2017-2024 the original author or authors from the JHipster project. * * This file is part of the JHipster Online project, see https://github.com/jhipster/jhipster-online * for more information. diff --git a/src/main/java/io/github/jhipster/online/service/mapper/SubGenEventMapper.java b/src/main/java/io/github/jhipster/online/service/mapper/SubGenEventMapper.java index 5dbf4b35..f23654a4 100644 --- a/src/main/java/io/github/jhipster/online/service/mapper/SubGenEventMapper.java +++ b/src/main/java/io/github/jhipster/online/service/mapper/SubGenEventMapper.java @@ -1,5 +1,5 @@ /** - * Copyright 2017-2023 the original author or authors from the JHipster project. + * Copyright 2017-2024 the original author or authors from the JHipster project. * * This file is part of the JHipster Online project, see https://github.com/jhipster/jhipster-online * for more information. diff --git a/src/main/java/io/github/jhipster/online/service/mapper/UserMapper.java b/src/main/java/io/github/jhipster/online/service/mapper/UserMapper.java index 307fcd44..ad67acb2 100644 --- a/src/main/java/io/github/jhipster/online/service/mapper/UserMapper.java +++ b/src/main/java/io/github/jhipster/online/service/mapper/UserMapper.java @@ -1,5 +1,5 @@ /** - * Copyright 2017-2023 the original author or authors from the JHipster project. + * Copyright 2017-2024 the original author or authors from the JHipster project. * * This file is part of the JHipster Online project, see https://github.com/jhipster/jhipster-online for more * information. diff --git a/src/main/java/io/github/jhipster/online/service/mapper/YoRCMapper.java b/src/main/java/io/github/jhipster/online/service/mapper/YoRCMapper.java index 6aac53b7..e71dee73 100644 --- a/src/main/java/io/github/jhipster/online/service/mapper/YoRCMapper.java +++ b/src/main/java/io/github/jhipster/online/service/mapper/YoRCMapper.java @@ -1,5 +1,5 @@ /** - * Copyright 2017-2023 the original author or authors from the JHipster project. + * Copyright 2017-2024 the original author or authors from the JHipster project. * * This file is part of the JHipster Online project, see https://github.com/jhipster/jhipster-online * for more information. diff --git a/src/main/java/io/github/jhipster/online/service/mapper/package-info.java b/src/main/java/io/github/jhipster/online/service/mapper/package-info.java index f5115aff..0e9c531b 100644 --- a/src/main/java/io/github/jhipster/online/service/mapper/package-info.java +++ b/src/main/java/io/github/jhipster/online/service/mapper/package-info.java @@ -1,5 +1,5 @@ /** - * Copyright 2017-2023 the original author or authors from the JHipster project. + * Copyright 2017-2024 the original author or authors from the JHipster project. * * This file is part of the JHipster Online project, see https://github.com/jhipster/jhipster-online * for more information. diff --git a/src/main/java/io/github/jhipster/online/service/package-info.java b/src/main/java/io/github/jhipster/online/service/package-info.java index f5d50080..00dd4807 100644 --- a/src/main/java/io/github/jhipster/online/service/package-info.java +++ b/src/main/java/io/github/jhipster/online/service/package-info.java @@ -1,5 +1,5 @@ /** - * Copyright 2017-2023 the original author or authors from the JHipster project. + * Copyright 2017-2024 the original author or authors from the JHipster project. * * This file is part of the JHipster Online project, see https://github.com/jhipster/jhipster-online * for more information. diff --git a/src/main/java/io/github/jhipster/online/service/util/QueryUtil.java b/src/main/java/io/github/jhipster/online/service/util/QueryUtil.java index baf5df84..da6fd2a0 100644 --- a/src/main/java/io/github/jhipster/online/service/util/QueryUtil.java +++ b/src/main/java/io/github/jhipster/online/service/util/QueryUtil.java @@ -1,5 +1,5 @@ /** - * Copyright 2017-2023 the original author or authors from the JHipster project. + * Copyright 2017-2024 the original author or authors from the JHipster project. * * This file is part of the JHipster Online project, see https://github.com/jhipster/jhipster-online * for more information. diff --git a/src/main/java/io/github/jhipster/online/util/DateUtil.java b/src/main/java/io/github/jhipster/online/util/DateUtil.java index 7f9414ee..f94ab158 100644 --- a/src/main/java/io/github/jhipster/online/util/DateUtil.java +++ b/src/main/java/io/github/jhipster/online/util/DateUtil.java @@ -1,5 +1,5 @@ /** - * Copyright 2017-2023 the original author or authors from the JHipster project. + * Copyright 2017-2024 the original author or authors from the JHipster project. * * This file is part of the JHipster Online project, see https://github.com/jhipster/jhipster-online * for more information. diff --git a/src/main/java/io/github/jhipster/online/util/SanitizeInputs.java b/src/main/java/io/github/jhipster/online/util/SanitizeInputs.java index d5cf3249..b956ac41 100644 --- a/src/main/java/io/github/jhipster/online/util/SanitizeInputs.java +++ b/src/main/java/io/github/jhipster/online/util/SanitizeInputs.java @@ -1,5 +1,5 @@ /** - * Copyright 2017-2023 the original author or authors from the JHipster project. + * Copyright 2017-2024 the original author or authors from the JHipster project. * * This file is part of the JHipster Online project, see https://github.com/jhipster/jhipster-online * for more information. diff --git a/src/main/java/io/github/jhipster/online/web/JdlStudio.java b/src/main/java/io/github/jhipster/online/web/JdlStudio.java index afb7a347..a2c60f74 100644 --- a/src/main/java/io/github/jhipster/online/web/JdlStudio.java +++ b/src/main/java/io/github/jhipster/online/web/JdlStudio.java @@ -1,5 +1,5 @@ /** - * Copyright 2017-2023 the original author or authors from the JHipster project. + * Copyright 2017-2024 the original author or authors from the JHipster project. * * This file is part of the JHipster Online project, see https://github.com/jhipster/jhipster-online * for more information. diff --git a/src/main/java/io/github/jhipster/online/web/rest/AccountResource.java b/src/main/java/io/github/jhipster/online/web/rest/AccountResource.java index 6428c8ec..21558389 100644 --- a/src/main/java/io/github/jhipster/online/web/rest/AccountResource.java +++ b/src/main/java/io/github/jhipster/online/web/rest/AccountResource.java @@ -1,5 +1,5 @@ /** - * Copyright 2017-2023 the original author or authors from the JHipster project. + * Copyright 2017-2024 the original author or authors from the JHipster project. * * This file is part of the JHipster Online project, see https://github.com/jhipster/jhipster-online * for more information. diff --git a/src/main/java/io/github/jhipster/online/web/rest/AuditResource.java b/src/main/java/io/github/jhipster/online/web/rest/AuditResource.java index 4f1c2ebe..416f8bb9 100644 --- a/src/main/java/io/github/jhipster/online/web/rest/AuditResource.java +++ b/src/main/java/io/github/jhipster/online/web/rest/AuditResource.java @@ -1,5 +1,5 @@ /** - * Copyright 2017-2023 the original author or authors from the JHipster project. + * Copyright 2017-2024 the original author or authors from the JHipster project. * * This file is part of the JHipster Online project, see https://github.com/jhipster/jhipster-online * for more information. diff --git a/src/main/java/io/github/jhipster/online/web/rest/CiCdResource.java b/src/main/java/io/github/jhipster/online/web/rest/CiCdResource.java index 1be2ccd4..e37d8ca3 100644 --- a/src/main/java/io/github/jhipster/online/web/rest/CiCdResource.java +++ b/src/main/java/io/github/jhipster/online/web/rest/CiCdResource.java @@ -1,5 +1,5 @@ /** - * Copyright 2017-2023 the original author or authors from the JHipster project. + * Copyright 2017-2024 the original author or authors from the JHipster project. * * This file is part of the JHipster Online project, see https://github.com/jhipster/jhipster-online * for more information. diff --git a/src/main/java/io/github/jhipster/online/web/rest/ClientForwardController.java b/src/main/java/io/github/jhipster/online/web/rest/ClientForwardController.java index e86887fb..52f4305c 100644 --- a/src/main/java/io/github/jhipster/online/web/rest/ClientForwardController.java +++ b/src/main/java/io/github/jhipster/online/web/rest/ClientForwardController.java @@ -1,5 +1,5 @@ /** - * Copyright 2017-2023 the original author or authors from the JHipster project. + * Copyright 2017-2024 the original author or authors from the JHipster project. * * This file is part of the JHipster Online project, see https://github.com/jhipster/jhipster-online * for more information. diff --git a/src/main/java/io/github/jhipster/online/web/rest/EntityStatsResource.java b/src/main/java/io/github/jhipster/online/web/rest/EntityStatsResource.java index 8d8f3120..777362a4 100644 --- a/src/main/java/io/github/jhipster/online/web/rest/EntityStatsResource.java +++ b/src/main/java/io/github/jhipster/online/web/rest/EntityStatsResource.java @@ -1,5 +1,5 @@ /** - * Copyright 2017-2023 the original author or authors from the JHipster project. + * Copyright 2017-2024 the original author or authors from the JHipster project. * * This file is part of the JHipster Online project, see https://github.com/jhipster/jhipster-online * for more information. diff --git a/src/main/java/io/github/jhipster/online/web/rest/GeneratorIdentityResource.java b/src/main/java/io/github/jhipster/online/web/rest/GeneratorIdentityResource.java index cf97db50..ab92cfb9 100644 --- a/src/main/java/io/github/jhipster/online/web/rest/GeneratorIdentityResource.java +++ b/src/main/java/io/github/jhipster/online/web/rest/GeneratorIdentityResource.java @@ -1,5 +1,5 @@ /** - * Copyright 2017-2023 the original author or authors from the JHipster project. + * Copyright 2017-2024 the original author or authors from the JHipster project. * * This file is part of the JHipster Online project, see https://github.com/jhipster/jhipster-online * for more information. diff --git a/src/main/java/io/github/jhipster/online/web/rest/GeneratorResource.java b/src/main/java/io/github/jhipster/online/web/rest/GeneratorResource.java index 9199447d..3ccb69af 100644 --- a/src/main/java/io/github/jhipster/online/web/rest/GeneratorResource.java +++ b/src/main/java/io/github/jhipster/online/web/rest/GeneratorResource.java @@ -1,5 +1,5 @@ /** - * Copyright 2017-2023 the original author or authors from the JHipster project. + * Copyright 2017-2024 the original author or authors from the JHipster project. * * This file is part of the JHipster Online project, see https://github.com/jhipster/jhipster-online * for more information. diff --git a/src/main/java/io/github/jhipster/online/web/rest/GitResource.java b/src/main/java/io/github/jhipster/online/web/rest/GitResource.java index afe90a33..b323fe98 100644 --- a/src/main/java/io/github/jhipster/online/web/rest/GitResource.java +++ b/src/main/java/io/github/jhipster/online/web/rest/GitResource.java @@ -1,5 +1,5 @@ /** - * Copyright 2017-2023 the original author or authors from the JHipster project. + * Copyright 2017-2024 the original author or authors from the JHipster project. * * This file is part of the JHipster Online project, see https://github.com/jhipster/jhipster-online * for more information. diff --git a/src/main/java/io/github/jhipster/online/web/rest/JdlMetadataResource.java b/src/main/java/io/github/jhipster/online/web/rest/JdlMetadataResource.java index 0deafb5b..8893f73e 100644 --- a/src/main/java/io/github/jhipster/online/web/rest/JdlMetadataResource.java +++ b/src/main/java/io/github/jhipster/online/web/rest/JdlMetadataResource.java @@ -1,5 +1,5 @@ /** - * Copyright 2017-2023 the original author or authors from the JHipster project. + * Copyright 2017-2024 the original author or authors from the JHipster project. * * This file is part of the JHipster Online project, see https://github.com/jhipster/jhipster-online * for more information. diff --git a/src/main/java/io/github/jhipster/online/web/rest/JdlResource.java b/src/main/java/io/github/jhipster/online/web/rest/JdlResource.java index 2aaa1ac7..6c00b612 100644 --- a/src/main/java/io/github/jhipster/online/web/rest/JdlResource.java +++ b/src/main/java/io/github/jhipster/online/web/rest/JdlResource.java @@ -1,5 +1,5 @@ /** - * Copyright 2017-2023 the original author or authors from the JHipster project. + * Copyright 2017-2024 the original author or authors from the JHipster project. * * This file is part of the JHipster Online project, see https://github.com/jhipster/jhipster-online * for more information. diff --git a/src/main/java/io/github/jhipster/online/web/rest/StatisticsResource.java b/src/main/java/io/github/jhipster/online/web/rest/StatisticsResource.java index e003b94a..aafc314d 100644 --- a/src/main/java/io/github/jhipster/online/web/rest/StatisticsResource.java +++ b/src/main/java/io/github/jhipster/online/web/rest/StatisticsResource.java @@ -1,5 +1,5 @@ /** - * Copyright 2017-2023 the original author or authors from the JHipster project. + * Copyright 2017-2024 the original author or authors from the JHipster project. * * This file is part of the JHipster Online project, see https://github.com/jhipster/jhipster-online * for more information. diff --git a/src/main/java/io/github/jhipster/online/web/rest/SubGenEventResource.java b/src/main/java/io/github/jhipster/online/web/rest/SubGenEventResource.java index a7e19bd5..11897af2 100644 --- a/src/main/java/io/github/jhipster/online/web/rest/SubGenEventResource.java +++ b/src/main/java/io/github/jhipster/online/web/rest/SubGenEventResource.java @@ -1,5 +1,5 @@ /** - * Copyright 2017-2023 the original author or authors from the JHipster project. + * Copyright 2017-2024 the original author or authors from the JHipster project. * * This file is part of the JHipster Online project, see https://github.com/jhipster/jhipster-online * for more information. diff --git a/src/main/java/io/github/jhipster/online/web/rest/UserJWTController.java b/src/main/java/io/github/jhipster/online/web/rest/UserJWTController.java index 4715253b..95351f58 100644 --- a/src/main/java/io/github/jhipster/online/web/rest/UserJWTController.java +++ b/src/main/java/io/github/jhipster/online/web/rest/UserJWTController.java @@ -1,5 +1,5 @@ /** - * Copyright 2017-2023 the original author or authors from the JHipster project. + * Copyright 2017-2024 the original author or authors from the JHipster project. * * This file is part of the JHipster Online project, see https://github.com/jhipster/jhipster-online * for more information. diff --git a/src/main/java/io/github/jhipster/online/web/rest/UserResource.java b/src/main/java/io/github/jhipster/online/web/rest/UserResource.java index d047d625..5ac150cd 100644 --- a/src/main/java/io/github/jhipster/online/web/rest/UserResource.java +++ b/src/main/java/io/github/jhipster/online/web/rest/UserResource.java @@ -1,5 +1,5 @@ /** - * Copyright 2017-2023 the original author or authors from the JHipster project. + * Copyright 2017-2024 the original author or authors from the JHipster project. * * This file is part of the JHipster Online project, see https://github.com/jhipster/jhipster-online * for more information. diff --git a/src/main/java/io/github/jhipster/online/web/rest/YoRCResource.java b/src/main/java/io/github/jhipster/online/web/rest/YoRCResource.java index 34a0b417..b953f250 100644 --- a/src/main/java/io/github/jhipster/online/web/rest/YoRCResource.java +++ b/src/main/java/io/github/jhipster/online/web/rest/YoRCResource.java @@ -1,5 +1,5 @@ /** - * Copyright 2017-2023 the original author or authors from the JHipster project. + * Copyright 2017-2024 the original author or authors from the JHipster project. * * This file is part of the JHipster Online project, see https://github.com/jhipster/jhipster-online * for more information. diff --git a/src/main/java/io/github/jhipster/online/web/rest/errors/BadRequestAlertException.java b/src/main/java/io/github/jhipster/online/web/rest/errors/BadRequestAlertException.java index 7d081881..c6d17046 100644 --- a/src/main/java/io/github/jhipster/online/web/rest/errors/BadRequestAlertException.java +++ b/src/main/java/io/github/jhipster/online/web/rest/errors/BadRequestAlertException.java @@ -1,5 +1,5 @@ /** - * Copyright 2017-2023 the original author or authors from the JHipster project. + * Copyright 2017-2024 the original author or authors from the JHipster project. * * This file is part of the JHipster Online project, see https://github.com/jhipster/jhipster-online * for more information. diff --git a/src/main/java/io/github/jhipster/online/web/rest/errors/EmailAlreadyUsedException.java b/src/main/java/io/github/jhipster/online/web/rest/errors/EmailAlreadyUsedException.java index b15ccc8a..ab3fadab 100644 --- a/src/main/java/io/github/jhipster/online/web/rest/errors/EmailAlreadyUsedException.java +++ b/src/main/java/io/github/jhipster/online/web/rest/errors/EmailAlreadyUsedException.java @@ -1,5 +1,5 @@ /** - * Copyright 2017-2023 the original author or authors from the JHipster project. + * Copyright 2017-2024 the original author or authors from the JHipster project. * * This file is part of the JHipster Online project, see https://github.com/jhipster/jhipster-online * for more information. diff --git a/src/main/java/io/github/jhipster/online/web/rest/errors/ErrorConstants.java b/src/main/java/io/github/jhipster/online/web/rest/errors/ErrorConstants.java index 2eaf348d..284bcd34 100644 --- a/src/main/java/io/github/jhipster/online/web/rest/errors/ErrorConstants.java +++ b/src/main/java/io/github/jhipster/online/web/rest/errors/ErrorConstants.java @@ -1,5 +1,5 @@ /** - * Copyright 2017-2023 the original author or authors from the JHipster project. + * Copyright 2017-2024 the original author or authors from the JHipster project. * * This file is part of the JHipster Online project, see https://github.com/jhipster/jhipster-online * for more information. diff --git a/src/main/java/io/github/jhipster/online/web/rest/errors/ExceptionTranslator.java b/src/main/java/io/github/jhipster/online/web/rest/errors/ExceptionTranslator.java index f661bacd..512804b8 100644 --- a/src/main/java/io/github/jhipster/online/web/rest/errors/ExceptionTranslator.java +++ b/src/main/java/io/github/jhipster/online/web/rest/errors/ExceptionTranslator.java @@ -1,5 +1,5 @@ /** - * Copyright 2017-2023 the original author or authors from the JHipster project. + * Copyright 2017-2024 the original author or authors from the JHipster project. * * This file is part of the JHipster Online project, see https://github.com/jhipster/jhipster-online * for more information. diff --git a/src/main/java/io/github/jhipster/online/web/rest/errors/FieldErrorVM.java b/src/main/java/io/github/jhipster/online/web/rest/errors/FieldErrorVM.java index 59ab514d..8f6e4b75 100644 --- a/src/main/java/io/github/jhipster/online/web/rest/errors/FieldErrorVM.java +++ b/src/main/java/io/github/jhipster/online/web/rest/errors/FieldErrorVM.java @@ -1,5 +1,5 @@ /** - * Copyright 2017-2023 the original author or authors from the JHipster project. + * Copyright 2017-2024 the original author or authors from the JHipster project. * * This file is part of the JHipster Online project, see https://github.com/jhipster/jhipster-online * for more information. diff --git a/src/main/java/io/github/jhipster/online/web/rest/errors/InvalidPasswordException.java b/src/main/java/io/github/jhipster/online/web/rest/errors/InvalidPasswordException.java index 9298e24c..e5054ffc 100644 --- a/src/main/java/io/github/jhipster/online/web/rest/errors/InvalidPasswordException.java +++ b/src/main/java/io/github/jhipster/online/web/rest/errors/InvalidPasswordException.java @@ -1,5 +1,5 @@ /** - * Copyright 2017-2023 the original author or authors from the JHipster project. + * Copyright 2017-2024 the original author or authors from the JHipster project. * * This file is part of the JHipster Online project, see https://github.com/jhipster/jhipster-online * for more information. diff --git a/src/main/java/io/github/jhipster/online/web/rest/errors/LoginAlreadyUsedException.java b/src/main/java/io/github/jhipster/online/web/rest/errors/LoginAlreadyUsedException.java index 90c63735..76cde0df 100644 --- a/src/main/java/io/github/jhipster/online/web/rest/errors/LoginAlreadyUsedException.java +++ b/src/main/java/io/github/jhipster/online/web/rest/errors/LoginAlreadyUsedException.java @@ -1,5 +1,5 @@ /** - * Copyright 2017-2023 the original author or authors from the JHipster project. + * Copyright 2017-2024 the original author or authors from the JHipster project. * * This file is part of the JHipster Online project, see https://github.com/jhipster/jhipster-online * for more information. diff --git a/src/main/java/io/github/jhipster/online/web/rest/errors/package-info.java b/src/main/java/io/github/jhipster/online/web/rest/errors/package-info.java index 02456af7..8df1edfc 100644 --- a/src/main/java/io/github/jhipster/online/web/rest/errors/package-info.java +++ b/src/main/java/io/github/jhipster/online/web/rest/errors/package-info.java @@ -1,5 +1,5 @@ /** - * Copyright 2017-2023 the original author or authors from the JHipster project. + * Copyright 2017-2024 the original author or authors from the JHipster project. * * This file is part of the JHipster Online project, see https://github.com/jhipster/jhipster-online * for more information. diff --git a/src/main/java/io/github/jhipster/online/web/rest/package-info.java b/src/main/java/io/github/jhipster/online/web/rest/package-info.java index 28f48c80..f3676313 100644 --- a/src/main/java/io/github/jhipster/online/web/rest/package-info.java +++ b/src/main/java/io/github/jhipster/online/web/rest/package-info.java @@ -1,5 +1,5 @@ /** - * Copyright 2017-2023 the original author or authors from the JHipster project. + * Copyright 2017-2024 the original author or authors from the JHipster project. * * This file is part of the JHipster Online project, see https://github.com/jhipster/jhipster-online * for more information. diff --git a/src/main/java/io/github/jhipster/online/web/rest/vm/JdlVM.java b/src/main/java/io/github/jhipster/online/web/rest/vm/JdlVM.java index cb2ab643..7c3b4b7d 100644 --- a/src/main/java/io/github/jhipster/online/web/rest/vm/JdlVM.java +++ b/src/main/java/io/github/jhipster/online/web/rest/vm/JdlVM.java @@ -1,5 +1,5 @@ /** - * Copyright 2017-2023 the original author or authors from the JHipster project. + * Copyright 2017-2024 the original author or authors from the JHipster project. * * This file is part of the JHipster Online project, see https://github.com/jhipster/jhipster-online * for more information. diff --git a/src/main/java/io/github/jhipster/online/web/rest/vm/KeyAndPasswordVM.java b/src/main/java/io/github/jhipster/online/web/rest/vm/KeyAndPasswordVM.java index 0b0bfb55..ced2796e 100644 --- a/src/main/java/io/github/jhipster/online/web/rest/vm/KeyAndPasswordVM.java +++ b/src/main/java/io/github/jhipster/online/web/rest/vm/KeyAndPasswordVM.java @@ -1,5 +1,5 @@ /** - * Copyright 2017-2023 the original author or authors from the JHipster project. + * Copyright 2017-2024 the original author or authors from the JHipster project. * * This file is part of the JHipster Online project, see https://github.com/jhipster/jhipster-online * for more information. diff --git a/src/main/java/io/github/jhipster/online/web/rest/vm/LoginVM.java b/src/main/java/io/github/jhipster/online/web/rest/vm/LoginVM.java index 6f5dd2f9..57bbc4c4 100644 --- a/src/main/java/io/github/jhipster/online/web/rest/vm/LoginVM.java +++ b/src/main/java/io/github/jhipster/online/web/rest/vm/LoginVM.java @@ -1,5 +1,5 @@ /** - * Copyright 2017-2023 the original author or authors from the JHipster project. + * Copyright 2017-2024 the original author or authors from the JHipster project. * * This file is part of the JHipster Online project, see https://github.com/jhipster/jhipster-online * for more information. diff --git a/src/main/java/io/github/jhipster/online/web/rest/vm/ManagedUserVM.java b/src/main/java/io/github/jhipster/online/web/rest/vm/ManagedUserVM.java index 70f7fb5e..1003e026 100644 --- a/src/main/java/io/github/jhipster/online/web/rest/vm/ManagedUserVM.java +++ b/src/main/java/io/github/jhipster/online/web/rest/vm/ManagedUserVM.java @@ -1,5 +1,5 @@ /** - * Copyright 2017-2023 the original author or authors from the JHipster project. + * Copyright 2017-2024 the original author or authors from the JHipster project. * * This file is part of the JHipster Online project, see https://github.com/jhipster/jhipster-online * for more information. diff --git a/src/main/java/io/github/jhipster/online/web/rest/vm/package-info.java b/src/main/java/io/github/jhipster/online/web/rest/vm/package-info.java index cd2f4854..5600884e 100644 --- a/src/main/java/io/github/jhipster/online/web/rest/vm/package-info.java +++ b/src/main/java/io/github/jhipster/online/web/rest/vm/package-info.java @@ -1,5 +1,5 @@ /** - * Copyright 2017-2023 the original author or authors from the JHipster project. + * Copyright 2017-2024 the original author or authors from the JHipster project. * * This file is part of the JHipster Online project, see https://github.com/jhipster/jhipster-online * for more information. diff --git a/src/main/webapp/app/account/account.module.ts b/src/main/webapp/app/account/account.module.ts index 8c2cd6fc..94c089f2 100644 --- a/src/main/webapp/app/account/account.module.ts +++ b/src/main/webapp/app/account/account.module.ts @@ -1,5 +1,5 @@ /** - * Copyright 2017-2023 the original author or authors from the JHipster project. + * Copyright 2017-2024 the original author or authors from the JHipster project. * * This file is part of the JHipster Online project, see https://github.com/jhipster/jhipster-online * for more information. diff --git a/src/main/webapp/app/account/account.route.ts b/src/main/webapp/app/account/account.route.ts index bc91b27c..44d0c962 100644 --- a/src/main/webapp/app/account/account.route.ts +++ b/src/main/webapp/app/account/account.route.ts @@ -1,5 +1,5 @@ /** - * Copyright 2017-2023 the original author or authors from the JHipster project. + * Copyright 2017-2024 the original author or authors from the JHipster project. * * This file is part of the JHipster Online project, see https://github.com/jhipster/jhipster-online * for more information. diff --git a/src/main/webapp/app/account/activate/activate.component.ts b/src/main/webapp/app/account/activate/activate.component.ts index ff119863..ae05d671 100644 --- a/src/main/webapp/app/account/activate/activate.component.ts +++ b/src/main/webapp/app/account/activate/activate.component.ts @@ -1,5 +1,5 @@ /** - * Copyright 2017-2023 the original author or authors from the JHipster project. + * Copyright 2017-2024 the original author or authors from the JHipster project. * * This file is part of the JHipster Online project, see https://github.com/jhipster/jhipster-online * for more information. diff --git a/src/main/webapp/app/account/activate/activate.route.ts b/src/main/webapp/app/account/activate/activate.route.ts index 881b6db4..362dc90e 100644 --- a/src/main/webapp/app/account/activate/activate.route.ts +++ b/src/main/webapp/app/account/activate/activate.route.ts @@ -1,5 +1,5 @@ /** - * Copyright 2017-2023 the original author or authors from the JHipster project. + * Copyright 2017-2024 the original author or authors from the JHipster project. * * This file is part of the JHipster Online project, see https://github.com/jhipster/jhipster-online * for more information. diff --git a/src/main/webapp/app/account/activate/activate.service.ts b/src/main/webapp/app/account/activate/activate.service.ts index 5a5ad081..a9515b25 100644 --- a/src/main/webapp/app/account/activate/activate.service.ts +++ b/src/main/webapp/app/account/activate/activate.service.ts @@ -1,5 +1,5 @@ /** - * Copyright 2017-2023 the original author or authors from the JHipster project. + * Copyright 2017-2024 the original author or authors from the JHipster project. * * This file is part of the JHipster Online project, see https://github.com/jhipster/jhipster-online * for more information. diff --git a/src/main/webapp/app/account/password-reset/finish/password-reset-finish.component.ts b/src/main/webapp/app/account/password-reset/finish/password-reset-finish.component.ts index d69d54ce..2a4d8e79 100644 --- a/src/main/webapp/app/account/password-reset/finish/password-reset-finish.component.ts +++ b/src/main/webapp/app/account/password-reset/finish/password-reset-finish.component.ts @@ -1,5 +1,5 @@ /** - * Copyright 2017-2023 the original author or authors from the JHipster project. + * Copyright 2017-2024 the original author or authors from the JHipster project. * * This file is part of the JHipster Online project, see https://github.com/jhipster/jhipster-online * for more information. diff --git a/src/main/webapp/app/account/password-reset/finish/password-reset-finish.route.ts b/src/main/webapp/app/account/password-reset/finish/password-reset-finish.route.ts index 2fd99572..77928fc1 100644 --- a/src/main/webapp/app/account/password-reset/finish/password-reset-finish.route.ts +++ b/src/main/webapp/app/account/password-reset/finish/password-reset-finish.route.ts @@ -1,5 +1,5 @@ /** - * Copyright 2017-2023 the original author or authors from the JHipster project. + * Copyright 2017-2024 the original author or authors from the JHipster project. * * This file is part of the JHipster Online project, see https://github.com/jhipster/jhipster-online * for more information. diff --git a/src/main/webapp/app/account/password-reset/finish/password-reset-finish.service.ts b/src/main/webapp/app/account/password-reset/finish/password-reset-finish.service.ts index 299e3cd6..a6610fd6 100644 --- a/src/main/webapp/app/account/password-reset/finish/password-reset-finish.service.ts +++ b/src/main/webapp/app/account/password-reset/finish/password-reset-finish.service.ts @@ -1,5 +1,5 @@ /** - * Copyright 2017-2023 the original author or authors from the JHipster project. + * Copyright 2017-2024 the original author or authors from the JHipster project. * * This file is part of the JHipster Online project, see https://github.com/jhipster/jhipster-online * for more information. diff --git a/src/main/webapp/app/account/password-reset/init/password-reset-init.component.ts b/src/main/webapp/app/account/password-reset/init/password-reset-init.component.ts index 330c98d3..29588973 100644 --- a/src/main/webapp/app/account/password-reset/init/password-reset-init.component.ts +++ b/src/main/webapp/app/account/password-reset/init/password-reset-init.component.ts @@ -1,5 +1,5 @@ /** - * Copyright 2017-2023 the original author or authors from the JHipster project. + * Copyright 2017-2024 the original author or authors from the JHipster project. * * This file is part of the JHipster Online project, see https://github.com/jhipster/jhipster-online * for more information. diff --git a/src/main/webapp/app/account/password-reset/init/password-reset-init.route.ts b/src/main/webapp/app/account/password-reset/init/password-reset-init.route.ts index cc41b52c..b743a110 100644 --- a/src/main/webapp/app/account/password-reset/init/password-reset-init.route.ts +++ b/src/main/webapp/app/account/password-reset/init/password-reset-init.route.ts @@ -1,5 +1,5 @@ /** - * Copyright 2017-2023 the original author or authors from the JHipster project. + * Copyright 2017-2024 the original author or authors from the JHipster project. * * This file is part of the JHipster Online project, see https://github.com/jhipster/jhipster-online * for more information. diff --git a/src/main/webapp/app/account/password-reset/init/password-reset-init.service.ts b/src/main/webapp/app/account/password-reset/init/password-reset-init.service.ts index b192bef9..88bc4cbe 100644 --- a/src/main/webapp/app/account/password-reset/init/password-reset-init.service.ts +++ b/src/main/webapp/app/account/password-reset/init/password-reset-init.service.ts @@ -1,5 +1,5 @@ /** - * Copyright 2017-2023 the original author or authors from the JHipster project. + * Copyright 2017-2024 the original author or authors from the JHipster project. * * This file is part of the JHipster Online project, see https://github.com/jhipster/jhipster-online * for more information. diff --git a/src/main/webapp/app/account/password/password-strength-bar.component.ts b/src/main/webapp/app/account/password/password-strength-bar.component.ts index c0ddd467..111c4b25 100644 --- a/src/main/webapp/app/account/password/password-strength-bar.component.ts +++ b/src/main/webapp/app/account/password/password-strength-bar.component.ts @@ -1,5 +1,5 @@ /** - * Copyright 2017-2023 the original author or authors from the JHipster project. + * Copyright 2017-2024 the original author or authors from the JHipster project. * * This file is part of the JHipster Online project, see https://github.com/jhipster/jhipster-online * for more information. diff --git a/src/main/webapp/app/account/password/password.component.ts b/src/main/webapp/app/account/password/password.component.ts index 4552e2f4..d4cdaa09 100644 --- a/src/main/webapp/app/account/password/password.component.ts +++ b/src/main/webapp/app/account/password/password.component.ts @@ -1,5 +1,5 @@ /** - * Copyright 2017-2023 the original author or authors from the JHipster project. + * Copyright 2017-2024 the original author or authors from the JHipster project. * * This file is part of the JHipster Online project, see https://github.com/jhipster/jhipster-online * for more information. diff --git a/src/main/webapp/app/account/password/password.route.ts b/src/main/webapp/app/account/password/password.route.ts index eef4b524..75fa4817 100644 --- a/src/main/webapp/app/account/password/password.route.ts +++ b/src/main/webapp/app/account/password/password.route.ts @@ -1,5 +1,5 @@ /** - * Copyright 2017-2023 the original author or authors from the JHipster project. + * Copyright 2017-2024 the original author or authors from the JHipster project. * * This file is part of the JHipster Online project, see https://github.com/jhipster/jhipster-online * for more information. diff --git a/src/main/webapp/app/account/password/password.service.ts b/src/main/webapp/app/account/password/password.service.ts index 55131e03..9c912b65 100644 --- a/src/main/webapp/app/account/password/password.service.ts +++ b/src/main/webapp/app/account/password/password.service.ts @@ -1,5 +1,5 @@ /** - * Copyright 2017-2023 the original author or authors from the JHipster project. + * Copyright 2017-2024 the original author or authors from the JHipster project. * * This file is part of the JHipster Online project, see https://github.com/jhipster/jhipster-online * for more information. diff --git a/src/main/webapp/app/account/register/register.component.ts b/src/main/webapp/app/account/register/register.component.ts index 7820c40f..e0ba9e05 100644 --- a/src/main/webapp/app/account/register/register.component.ts +++ b/src/main/webapp/app/account/register/register.component.ts @@ -1,5 +1,5 @@ /** - * Copyright 2017-2023 the original author or authors from the JHipster project. + * Copyright 2017-2024 the original author or authors from the JHipster project. * * This file is part of the JHipster Online project, see https://github.com/jhipster/jhipster-online * for more information. diff --git a/src/main/webapp/app/account/register/register.route.ts b/src/main/webapp/app/account/register/register.route.ts index ea12fbd5..df23f37c 100644 --- a/src/main/webapp/app/account/register/register.route.ts +++ b/src/main/webapp/app/account/register/register.route.ts @@ -1,5 +1,5 @@ /** - * Copyright 2017-2023 the original author or authors from the JHipster project. + * Copyright 2017-2024 the original author or authors from the JHipster project. * * This file is part of the JHipster Online project, see https://github.com/jhipster/jhipster-online * for more information. diff --git a/src/main/webapp/app/account/register/register.service.ts b/src/main/webapp/app/account/register/register.service.ts index 4a66a0ff..7c6f8232 100644 --- a/src/main/webapp/app/account/register/register.service.ts +++ b/src/main/webapp/app/account/register/register.service.ts @@ -1,5 +1,5 @@ /** - * Copyright 2017-2023 the original author or authors from the JHipster project. + * Copyright 2017-2024 the original author or authors from the JHipster project. * * This file is part of the JHipster Online project, see https://github.com/jhipster/jhipster-online * for more information. diff --git a/src/main/webapp/app/account/settings/delete-account-dialog.component.ts b/src/main/webapp/app/account/settings/delete-account-dialog.component.ts index 79071947..9a82aad8 100644 --- a/src/main/webapp/app/account/settings/delete-account-dialog.component.ts +++ b/src/main/webapp/app/account/settings/delete-account-dialog.component.ts @@ -1,5 +1,5 @@ /** - * Copyright 2017-2023 the original author or authors from the JHipster project. + * Copyright 2017-2024 the original author or authors from the JHipster project. * * This file is part of the JHipster Online project, see https://github.com/jhipster/jhipster-online * for more information. diff --git a/src/main/webapp/app/account/settings/settings.component.ts b/src/main/webapp/app/account/settings/settings.component.ts index 4d856602..214b4b78 100644 --- a/src/main/webapp/app/account/settings/settings.component.ts +++ b/src/main/webapp/app/account/settings/settings.component.ts @@ -1,5 +1,5 @@ /** - * Copyright 2017-2023 the original author or authors from the JHipster project. + * Copyright 2017-2024 the original author or authors from the JHipster project. * * This file is part of the JHipster Online project, see https://github.com/jhipster/jhipster-online * for more information. diff --git a/src/main/webapp/app/account/settings/settings.route.ts b/src/main/webapp/app/account/settings/settings.route.ts index 0b416a71..a98889b5 100644 --- a/src/main/webapp/app/account/settings/settings.route.ts +++ b/src/main/webapp/app/account/settings/settings.route.ts @@ -1,5 +1,5 @@ /** - * Copyright 2017-2023 the original author or authors from the JHipster project. + * Copyright 2017-2024 the original author or authors from the JHipster project. * * This file is part of the JHipster Online project, see https://github.com/jhipster/jhipster-online * for more information. diff --git a/src/main/webapp/app/admin/admin-routing.module.ts b/src/main/webapp/app/admin/admin-routing.module.ts index 9530bb43..73a25fd8 100644 --- a/src/main/webapp/app/admin/admin-routing.module.ts +++ b/src/main/webapp/app/admin/admin-routing.module.ts @@ -1,5 +1,5 @@ /** - * Copyright 2017-2023 the original author or authors from the JHipster project. + * Copyright 2017-2024 the original author or authors from the JHipster project. * * This file is part of the JHipster Online project, see https://github.com/jhipster/jhipster-online * for more information. diff --git a/src/main/webapp/app/admin/audits/audit-data.model.ts b/src/main/webapp/app/admin/audits/audit-data.model.ts index b7cbd868..aa7cf0bf 100644 --- a/src/main/webapp/app/admin/audits/audit-data.model.ts +++ b/src/main/webapp/app/admin/audits/audit-data.model.ts @@ -1,5 +1,5 @@ /** - * Copyright 2017-2023 the original author or authors from the JHipster project. + * Copyright 2017-2024 the original author or authors from the JHipster project. * * This file is part of the JHipster Online project, see https://github.com/jhipster/jhipster-online * for more information. diff --git a/src/main/webapp/app/admin/audits/audit.model.ts b/src/main/webapp/app/admin/audits/audit.model.ts index 77ff11f2..018d3f53 100644 --- a/src/main/webapp/app/admin/audits/audit.model.ts +++ b/src/main/webapp/app/admin/audits/audit.model.ts @@ -1,5 +1,5 @@ /** - * Copyright 2017-2023 the original author or authors from the JHipster project. + * Copyright 2017-2024 the original author or authors from the JHipster project. * * This file is part of the JHipster Online project, see https://github.com/jhipster/jhipster-online * for more information. diff --git a/src/main/webapp/app/admin/audits/audits.component.ts b/src/main/webapp/app/admin/audits/audits.component.ts index 7272db34..8823b771 100644 --- a/src/main/webapp/app/admin/audits/audits.component.ts +++ b/src/main/webapp/app/admin/audits/audits.component.ts @@ -1,5 +1,5 @@ /** - * Copyright 2017-2023 the original author or authors from the JHipster project. + * Copyright 2017-2024 the original author or authors from the JHipster project. * * This file is part of the JHipster Online project, see https://github.com/jhipster/jhipster-online * for more information. diff --git a/src/main/webapp/app/admin/audits/audits.module.ts b/src/main/webapp/app/admin/audits/audits.module.ts index c5186567..bb1c53cf 100644 --- a/src/main/webapp/app/admin/audits/audits.module.ts +++ b/src/main/webapp/app/admin/audits/audits.module.ts @@ -1,5 +1,5 @@ /** - * Copyright 2017-2023 the original author or authors from the JHipster project. + * Copyright 2017-2024 the original author or authors from the JHipster project. * * This file is part of the JHipster Online project, see https://github.com/jhipster/jhipster-online * for more information. diff --git a/src/main/webapp/app/admin/audits/audits.route.ts b/src/main/webapp/app/admin/audits/audits.route.ts index f09d8085..ac63cebe 100644 --- a/src/main/webapp/app/admin/audits/audits.route.ts +++ b/src/main/webapp/app/admin/audits/audits.route.ts @@ -1,5 +1,5 @@ /** - * Copyright 2017-2023 the original author or authors from the JHipster project. + * Copyright 2017-2024 the original author or authors from the JHipster project. * * This file is part of the JHipster Online project, see https://github.com/jhipster/jhipster-online * for more information. diff --git a/src/main/webapp/app/admin/audits/audits.service.ts b/src/main/webapp/app/admin/audits/audits.service.ts index 482d9f05..5c883627 100644 --- a/src/main/webapp/app/admin/audits/audits.service.ts +++ b/src/main/webapp/app/admin/audits/audits.service.ts @@ -1,5 +1,5 @@ /** - * Copyright 2017-2023 the original author or authors from the JHipster project. + * Copyright 2017-2024 the original author or authors from the JHipster project. * * This file is part of the JHipster Online project, see https://github.com/jhipster/jhipster-online * for more information. diff --git a/src/main/webapp/app/admin/configuration/configuration.component.ts b/src/main/webapp/app/admin/configuration/configuration.component.ts index 1081a789..da9b4ef2 100644 --- a/src/main/webapp/app/admin/configuration/configuration.component.ts +++ b/src/main/webapp/app/admin/configuration/configuration.component.ts @@ -1,5 +1,5 @@ /** - * Copyright 2017-2023 the original author or authors from the JHipster project. + * Copyright 2017-2024 the original author or authors from the JHipster project. * * This file is part of the JHipster Online project, see https://github.com/jhipster/jhipster-online * for more information. diff --git a/src/main/webapp/app/admin/configuration/configuration.module.ts b/src/main/webapp/app/admin/configuration/configuration.module.ts index 74fba497..11417e59 100644 --- a/src/main/webapp/app/admin/configuration/configuration.module.ts +++ b/src/main/webapp/app/admin/configuration/configuration.module.ts @@ -1,5 +1,5 @@ /** - * Copyright 2017-2023 the original author or authors from the JHipster project. + * Copyright 2017-2024 the original author or authors from the JHipster project. * * This file is part of the JHipster Online project, see https://github.com/jhipster/jhipster-online * for more information. diff --git a/src/main/webapp/app/admin/configuration/configuration.route.ts b/src/main/webapp/app/admin/configuration/configuration.route.ts index 7fb70c90..c364d040 100644 --- a/src/main/webapp/app/admin/configuration/configuration.route.ts +++ b/src/main/webapp/app/admin/configuration/configuration.route.ts @@ -1,5 +1,5 @@ /** - * Copyright 2017-2023 the original author or authors from the JHipster project. + * Copyright 2017-2024 the original author or authors from the JHipster project. * * This file is part of the JHipster Online project, see https://github.com/jhipster/jhipster-online * for more information. diff --git a/src/main/webapp/app/admin/configuration/configuration.service.ts b/src/main/webapp/app/admin/configuration/configuration.service.ts index bdf33505..5265e3de 100644 --- a/src/main/webapp/app/admin/configuration/configuration.service.ts +++ b/src/main/webapp/app/admin/configuration/configuration.service.ts @@ -1,5 +1,5 @@ /** - * Copyright 2017-2023 the original author or authors from the JHipster project. + * Copyright 2017-2024 the original author or authors from the JHipster project. * * This file is part of the JHipster Online project, see https://github.com/jhipster/jhipster-online * for more information. diff --git a/src/main/webapp/app/admin/docs/docs.component.ts b/src/main/webapp/app/admin/docs/docs.component.ts index cc2e0454..7285f6ea 100644 --- a/src/main/webapp/app/admin/docs/docs.component.ts +++ b/src/main/webapp/app/admin/docs/docs.component.ts @@ -1,5 +1,5 @@ /** - * Copyright 2017-2023 the original author or authors from the JHipster project. + * Copyright 2017-2024 the original author or authors from the JHipster project. * * This file is part of the JHipster Online project, see https://github.com/jhipster/jhipster-online * for more information. diff --git a/src/main/webapp/app/admin/docs/docs.module.ts b/src/main/webapp/app/admin/docs/docs.module.ts index 10f34672..cfc984f0 100644 --- a/src/main/webapp/app/admin/docs/docs.module.ts +++ b/src/main/webapp/app/admin/docs/docs.module.ts @@ -1,5 +1,5 @@ /** - * Copyright 2017-2023 the original author or authors from the JHipster project. + * Copyright 2017-2024 the original author or authors from the JHipster project. * * This file is part of the JHipster Online project, see https://github.com/jhipster/jhipster-online * for more information. diff --git a/src/main/webapp/app/admin/docs/docs.route.ts b/src/main/webapp/app/admin/docs/docs.route.ts index 19dc11eb..79c2fdd6 100644 --- a/src/main/webapp/app/admin/docs/docs.route.ts +++ b/src/main/webapp/app/admin/docs/docs.route.ts @@ -1,5 +1,5 @@ /** - * Copyright 2017-2023 the original author or authors from the JHipster project. + * Copyright 2017-2024 the original author or authors from the JHipster project. * * This file is part of the JHipster Online project, see https://github.com/jhipster/jhipster-online * for more information. diff --git a/src/main/webapp/app/admin/health/health-modal.component.ts b/src/main/webapp/app/admin/health/health-modal.component.ts index 107203bb..fccb83ef 100644 --- a/src/main/webapp/app/admin/health/health-modal.component.ts +++ b/src/main/webapp/app/admin/health/health-modal.component.ts @@ -1,5 +1,5 @@ /** - * Copyright 2017-2023 the original author or authors from the JHipster project. + * Copyright 2017-2024 the original author or authors from the JHipster project. * * This file is part of the JHipster Online project, see https://github.com/jhipster/jhipster-online * for more information. diff --git a/src/main/webapp/app/admin/health/health.component.ts b/src/main/webapp/app/admin/health/health.component.ts index 7edc5c0c..384a73fe 100644 --- a/src/main/webapp/app/admin/health/health.component.ts +++ b/src/main/webapp/app/admin/health/health.component.ts @@ -1,5 +1,5 @@ /** - * Copyright 2017-2023 the original author or authors from the JHipster project. + * Copyright 2017-2024 the original author or authors from the JHipster project. * * This file is part of the JHipster Online project, see https://github.com/jhipster/jhipster-online * for more information. diff --git a/src/main/webapp/app/admin/health/health.module.ts b/src/main/webapp/app/admin/health/health.module.ts index 1d550a72..080b41dd 100644 --- a/src/main/webapp/app/admin/health/health.module.ts +++ b/src/main/webapp/app/admin/health/health.module.ts @@ -1,5 +1,5 @@ /** - * Copyright 2017-2023 the original author or authors from the JHipster project. + * Copyright 2017-2024 the original author or authors from the JHipster project. * * This file is part of the JHipster Online project, see https://github.com/jhipster/jhipster-online * for more information. diff --git a/src/main/webapp/app/admin/health/health.route.ts b/src/main/webapp/app/admin/health/health.route.ts index 52ce41d7..67a68f7a 100644 --- a/src/main/webapp/app/admin/health/health.route.ts +++ b/src/main/webapp/app/admin/health/health.route.ts @@ -1,5 +1,5 @@ /** - * Copyright 2017-2023 the original author or authors from the JHipster project. + * Copyright 2017-2024 the original author or authors from the JHipster project. * * This file is part of the JHipster Online project, see https://github.com/jhipster/jhipster-online * for more information. diff --git a/src/main/webapp/app/admin/health/health.service.ts b/src/main/webapp/app/admin/health/health.service.ts index baa93c3b..46f421ae 100644 --- a/src/main/webapp/app/admin/health/health.service.ts +++ b/src/main/webapp/app/admin/health/health.service.ts @@ -1,5 +1,5 @@ /** - * Copyright 2017-2023 the original author or authors from the JHipster project. + * Copyright 2017-2024 the original author or authors from the JHipster project. * * This file is part of the JHipster Online project, see https://github.com/jhipster/jhipster-online * for more information. diff --git a/src/main/webapp/app/admin/logs/log.model.ts b/src/main/webapp/app/admin/logs/log.model.ts index 70d38283..5f16264c 100644 --- a/src/main/webapp/app/admin/logs/log.model.ts +++ b/src/main/webapp/app/admin/logs/log.model.ts @@ -1,5 +1,5 @@ /** - * Copyright 2017-2023 the original author or authors from the JHipster project. + * Copyright 2017-2024 the original author or authors from the JHipster project. * * This file is part of the JHipster Online project, see https://github.com/jhipster/jhipster-online * for more information. diff --git a/src/main/webapp/app/admin/logs/logs.component.ts b/src/main/webapp/app/admin/logs/logs.component.ts index 2b6bb2e6..3dc1a133 100644 --- a/src/main/webapp/app/admin/logs/logs.component.ts +++ b/src/main/webapp/app/admin/logs/logs.component.ts @@ -1,5 +1,5 @@ /** - * Copyright 2017-2023 the original author or authors from the JHipster project. + * Copyright 2017-2024 the original author or authors from the JHipster project. * * This file is part of the JHipster Online project, see https://github.com/jhipster/jhipster-online * for more information. diff --git a/src/main/webapp/app/admin/logs/logs.module.ts b/src/main/webapp/app/admin/logs/logs.module.ts index 4ff7751a..aac6ee32 100644 --- a/src/main/webapp/app/admin/logs/logs.module.ts +++ b/src/main/webapp/app/admin/logs/logs.module.ts @@ -1,5 +1,5 @@ /** - * Copyright 2017-2023 the original author or authors from the JHipster project. + * Copyright 2017-2024 the original author or authors from the JHipster project. * * This file is part of the JHipster Online project, see https://github.com/jhipster/jhipster-online * for more information. diff --git a/src/main/webapp/app/admin/logs/logs.route.ts b/src/main/webapp/app/admin/logs/logs.route.ts index 1a10c69e..4bc3b779 100644 --- a/src/main/webapp/app/admin/logs/logs.route.ts +++ b/src/main/webapp/app/admin/logs/logs.route.ts @@ -1,5 +1,5 @@ /** - * Copyright 2017-2023 the original author or authors from the JHipster project. + * Copyright 2017-2024 the original author or authors from the JHipster project. * * This file is part of the JHipster Online project, see https://github.com/jhipster/jhipster-online * for more information. diff --git a/src/main/webapp/app/admin/logs/logs.service.ts b/src/main/webapp/app/admin/logs/logs.service.ts index d4076b2b..8b29bf99 100644 --- a/src/main/webapp/app/admin/logs/logs.service.ts +++ b/src/main/webapp/app/admin/logs/logs.service.ts @@ -1,5 +1,5 @@ /** - * Copyright 2017-2023 the original author or authors from the JHipster project. + * Copyright 2017-2024 the original author or authors from the JHipster project. * * This file is part of the JHipster Online project, see https://github.com/jhipster/jhipster-online * for more information. diff --git a/src/main/webapp/app/admin/metrics/metrics.component.ts b/src/main/webapp/app/admin/metrics/metrics.component.ts index 46841cd4..358ce99e 100644 --- a/src/main/webapp/app/admin/metrics/metrics.component.ts +++ b/src/main/webapp/app/admin/metrics/metrics.component.ts @@ -1,5 +1,5 @@ /** - * Copyright 2017-2023 the original author or authors from the JHipster project. + * Copyright 2017-2024 the original author or authors from the JHipster project. * * This file is part of the JHipster Online project, see https://github.com/jhipster/jhipster-online * for more information. diff --git a/src/main/webapp/app/admin/metrics/metrics.module.ts b/src/main/webapp/app/admin/metrics/metrics.module.ts index 6fb54544..e4e1c611 100644 --- a/src/main/webapp/app/admin/metrics/metrics.module.ts +++ b/src/main/webapp/app/admin/metrics/metrics.module.ts @@ -1,5 +1,5 @@ /** - * Copyright 2017-2023 the original author or authors from the JHipster project. + * Copyright 2017-2024 the original author or authors from the JHipster project. * * This file is part of the JHipster Online project, see https://github.com/jhipster/jhipster-online * for more information. diff --git a/src/main/webapp/app/admin/metrics/metrics.route.ts b/src/main/webapp/app/admin/metrics/metrics.route.ts index af73e2ef..ff6705ca 100644 --- a/src/main/webapp/app/admin/metrics/metrics.route.ts +++ b/src/main/webapp/app/admin/metrics/metrics.route.ts @@ -1,5 +1,5 @@ /** - * Copyright 2017-2023 the original author or authors from the JHipster project. + * Copyright 2017-2024 the original author or authors from the JHipster project. * * This file is part of the JHipster Online project, see https://github.com/jhipster/jhipster-online * for more information. diff --git a/src/main/webapp/app/admin/metrics/metrics.service.ts b/src/main/webapp/app/admin/metrics/metrics.service.ts index 0913e82d..37172e6f 100644 --- a/src/main/webapp/app/admin/metrics/metrics.service.ts +++ b/src/main/webapp/app/admin/metrics/metrics.service.ts @@ -1,5 +1,5 @@ /** - * Copyright 2017-2023 the original author or authors from the JHipster project. + * Copyright 2017-2024 the original author or authors from the JHipster project. * * This file is part of the JHipster Online project, see https://github.com/jhipster/jhipster-online * for more information. diff --git a/src/main/webapp/app/admin/user-management/user-management-delete-dialog.component.ts b/src/main/webapp/app/admin/user-management/user-management-delete-dialog.component.ts index 070c564c..2ae2f94b 100644 --- a/src/main/webapp/app/admin/user-management/user-management-delete-dialog.component.ts +++ b/src/main/webapp/app/admin/user-management/user-management-delete-dialog.component.ts @@ -1,5 +1,5 @@ /** - * Copyright 2017-2023 the original author or authors from the JHipster project. + * Copyright 2017-2024 the original author or authors from the JHipster project. * * This file is part of the JHipster Online project, see https://github.com/jhipster/jhipster-online * for more information. diff --git a/src/main/webapp/app/admin/user-management/user-management-detail.component.ts b/src/main/webapp/app/admin/user-management/user-management-detail.component.ts index 530edaa8..0b571094 100644 --- a/src/main/webapp/app/admin/user-management/user-management-detail.component.ts +++ b/src/main/webapp/app/admin/user-management/user-management-detail.component.ts @@ -1,5 +1,5 @@ /** - * Copyright 2017-2023 the original author or authors from the JHipster project. + * Copyright 2017-2024 the original author or authors from the JHipster project. * * This file is part of the JHipster Online project, see https://github.com/jhipster/jhipster-online * for more information. diff --git a/src/main/webapp/app/admin/user-management/user-management-reset-dialog.component.ts b/src/main/webapp/app/admin/user-management/user-management-reset-dialog.component.ts index dd2c8ccb..b3e030e6 100644 --- a/src/main/webapp/app/admin/user-management/user-management-reset-dialog.component.ts +++ b/src/main/webapp/app/admin/user-management/user-management-reset-dialog.component.ts @@ -1,5 +1,5 @@ /** - * Copyright 2017-2023 the original author or authors from the JHipster project. + * Copyright 2017-2024 the original author or authors from the JHipster project. * * This file is part of the JHipster Online project, see https://github.com/jhipster/jhipster-online * for more information. diff --git a/src/main/webapp/app/admin/user-management/user-management-update.component.ts b/src/main/webapp/app/admin/user-management/user-management-update.component.ts index a4001930..a642c951 100644 --- a/src/main/webapp/app/admin/user-management/user-management-update.component.ts +++ b/src/main/webapp/app/admin/user-management/user-management-update.component.ts @@ -1,5 +1,5 @@ /** - * Copyright 2017-2023 the original author or authors from the JHipster project. + * Copyright 2017-2024 the original author or authors from the JHipster project. * * This file is part of the JHipster Online project, see https://github.com/jhipster/jhipster-online * for more information. diff --git a/src/main/webapp/app/admin/user-management/user-management.component.ts b/src/main/webapp/app/admin/user-management/user-management.component.ts index 5df9cf7d..4edc0cba 100644 --- a/src/main/webapp/app/admin/user-management/user-management.component.ts +++ b/src/main/webapp/app/admin/user-management/user-management.component.ts @@ -1,5 +1,5 @@ /** - * Copyright 2017-2023 the original author or authors from the JHipster project. + * Copyright 2017-2024 the original author or authors from the JHipster project. * * This file is part of the JHipster Online project, see https://github.com/jhipster/jhipster-online * for more information. diff --git a/src/main/webapp/app/admin/user-management/user-management.module.ts b/src/main/webapp/app/admin/user-management/user-management.module.ts index 21830c02..09e5727b 100644 --- a/src/main/webapp/app/admin/user-management/user-management.module.ts +++ b/src/main/webapp/app/admin/user-management/user-management.module.ts @@ -1,5 +1,5 @@ /** - * Copyright 2017-2023 the original author or authors from the JHipster project. + * Copyright 2017-2024 the original author or authors from the JHipster project. * * This file is part of the JHipster Online project, see https://github.com/jhipster/jhipster-online * for more information. diff --git a/src/main/webapp/app/admin/user-management/user-management.route.ts b/src/main/webapp/app/admin/user-management/user-management.route.ts index 50f4e559..48c89786 100644 --- a/src/main/webapp/app/admin/user-management/user-management.route.ts +++ b/src/main/webapp/app/admin/user-management/user-management.route.ts @@ -1,5 +1,5 @@ /** - * Copyright 2017-2023 the original author or authors from the JHipster project. + * Copyright 2017-2024 the original author or authors from the JHipster project. * * This file is part of the JHipster Online project, see https://github.com/jhipster/jhipster-online * for more information. diff --git a/src/main/webapp/app/admin/user-management/user-modal.service.ts b/src/main/webapp/app/admin/user-management/user-modal.service.ts index 17f7de8f..01fd1bb6 100644 --- a/src/main/webapp/app/admin/user-management/user-modal.service.ts +++ b/src/main/webapp/app/admin/user-management/user-modal.service.ts @@ -1,5 +1,5 @@ /** - * Copyright 2017-2023 the original author or authors from the JHipster project. + * Copyright 2017-2024 the original author or authors from the JHipster project. * * This file is part of the JHipster Online project, see https://github.com/jhipster/jhipster-online * for more information. diff --git a/src/main/webapp/app/app-routing.module.ts b/src/main/webapp/app/app-routing.module.ts index 77ede09b..0a5a63ff 100644 --- a/src/main/webapp/app/app-routing.module.ts +++ b/src/main/webapp/app/app-routing.module.ts @@ -1,5 +1,5 @@ /** - * Copyright 2017-2023 the original author or authors from the JHipster project. + * Copyright 2017-2024 the original author or authors from the JHipster project. * * This file is part of the JHipster Online project, see https://github.com/jhipster/jhipster-online * for more information. diff --git a/src/main/webapp/app/app.constants.ts b/src/main/webapp/app/app.constants.ts index bfd0629e..0c319bc5 100644 --- a/src/main/webapp/app/app.constants.ts +++ b/src/main/webapp/app/app.constants.ts @@ -1,5 +1,5 @@ /** - * Copyright 2017-2023 the original author or authors from the JHipster project. + * Copyright 2017-2024 the original author or authors from the JHipster project. * * This file is part of the JHipster Online project, see https://github.com/jhipster/jhipster-online * for more information. diff --git a/src/main/webapp/app/app.main.ts b/src/main/webapp/app/app.main.ts index 4fa7bc53..fc54ed05 100644 --- a/src/main/webapp/app/app.main.ts +++ b/src/main/webapp/app/app.main.ts @@ -1,5 +1,5 @@ /** - * Copyright 2017-2023 the original author or authors from the JHipster project. + * Copyright 2017-2024 the original author or authors from the JHipster project. * * This file is part of the JHipster Online project, see https://github.com/jhipster/jhipster-online * for more information. diff --git a/src/main/webapp/app/app.module.ts b/src/main/webapp/app/app.module.ts index c73a115e..d327f8fa 100644 --- a/src/main/webapp/app/app.module.ts +++ b/src/main/webapp/app/app.module.ts @@ -1,5 +1,5 @@ /** - * Copyright 2017-2023 the original author or authors from the JHipster project. + * Copyright 2017-2024 the original author or authors from the JHipster project. * * This file is part of the JHipster Online project, see https://github.com/jhipster/jhipster-online * for more information. diff --git a/src/main/webapp/app/blocks/config/prod.config.ts b/src/main/webapp/app/blocks/config/prod.config.ts index 216e5953..5b189cbb 100644 --- a/src/main/webapp/app/blocks/config/prod.config.ts +++ b/src/main/webapp/app/blocks/config/prod.config.ts @@ -1,5 +1,5 @@ /** - * Copyright 2017-2023 the original author or authors from the JHipster project. + * Copyright 2017-2024 the original author or authors from the JHipster project. * * This file is part of the JHipster Online project, see https://github.com/jhipster/jhipster-online * for more information. diff --git a/src/main/webapp/app/blocks/config/uib-pagination.config.ts b/src/main/webapp/app/blocks/config/uib-pagination.config.ts index 721c1ec9..84b670e5 100644 --- a/src/main/webapp/app/blocks/config/uib-pagination.config.ts +++ b/src/main/webapp/app/blocks/config/uib-pagination.config.ts @@ -1,5 +1,5 @@ /** - * Copyright 2017-2023 the original author or authors from the JHipster project. + * Copyright 2017-2024 the original author or authors from the JHipster project. * * This file is part of the JHipster Online project, see https://github.com/jhipster/jhipster-online * for more information. diff --git a/src/main/webapp/app/blocks/interceptor/auth-expired.interceptor.ts b/src/main/webapp/app/blocks/interceptor/auth-expired.interceptor.ts index f663322f..ed48f0e0 100644 --- a/src/main/webapp/app/blocks/interceptor/auth-expired.interceptor.ts +++ b/src/main/webapp/app/blocks/interceptor/auth-expired.interceptor.ts @@ -1,5 +1,5 @@ /** - * Copyright 2017-2023 the original author or authors from the JHipster project. + * Copyright 2017-2024 the original author or authors from the JHipster project. * * This file is part of the JHipster Online project, see https://github.com/jhipster/jhipster-online * for more information. diff --git a/src/main/webapp/app/blocks/interceptor/auth.interceptor.ts b/src/main/webapp/app/blocks/interceptor/auth.interceptor.ts index d7de33d3..f681f78f 100644 --- a/src/main/webapp/app/blocks/interceptor/auth.interceptor.ts +++ b/src/main/webapp/app/blocks/interceptor/auth.interceptor.ts @@ -1,5 +1,5 @@ /** - * Copyright 2017-2023 the original author or authors from the JHipster project. + * Copyright 2017-2024 the original author or authors from the JHipster project. * * This file is part of the JHipster Online project, see https://github.com/jhipster/jhipster-online * for more information. diff --git a/src/main/webapp/app/blocks/interceptor/errorhandler.interceptor.ts b/src/main/webapp/app/blocks/interceptor/errorhandler.interceptor.ts index f81314a9..4736f8f9 100644 --- a/src/main/webapp/app/blocks/interceptor/errorhandler.interceptor.ts +++ b/src/main/webapp/app/blocks/interceptor/errorhandler.interceptor.ts @@ -1,5 +1,5 @@ /** - * Copyright 2017-2023 the original author or authors from the JHipster project. + * Copyright 2017-2024 the original author or authors from the JHipster project. * * This file is part of the JHipster Online project, see https://github.com/jhipster/jhipster-online * for more information. diff --git a/src/main/webapp/app/blocks/interceptor/notification.interceptor.ts b/src/main/webapp/app/blocks/interceptor/notification.interceptor.ts index 494b37e6..4837df2b 100644 --- a/src/main/webapp/app/blocks/interceptor/notification.interceptor.ts +++ b/src/main/webapp/app/blocks/interceptor/notification.interceptor.ts @@ -1,5 +1,5 @@ /** - * Copyright 2017-2023 the original author or authors from the JHipster project. + * Copyright 2017-2024 the original author or authors from the JHipster project. * * This file is part of the JHipster Online project, see https://github.com/jhipster/jhipster-online * for more information. diff --git a/src/main/webapp/app/core/auth/account.service.ts b/src/main/webapp/app/core/auth/account.service.ts index 92320d3b..3d04aaba 100644 --- a/src/main/webapp/app/core/auth/account.service.ts +++ b/src/main/webapp/app/core/auth/account.service.ts @@ -1,5 +1,5 @@ /** - * Copyright 2017-2023 the original author or authors from the JHipster project. + * Copyright 2017-2024 the original author or authors from the JHipster project. * * This file is part of the JHipster Online project, see https://github.com/jhipster/jhipster-online * for more information. diff --git a/src/main/webapp/app/core/auth/auth-jwt.service.ts b/src/main/webapp/app/core/auth/auth-jwt.service.ts index 5746c6f8..d08d47c3 100644 --- a/src/main/webapp/app/core/auth/auth-jwt.service.ts +++ b/src/main/webapp/app/core/auth/auth-jwt.service.ts @@ -1,5 +1,5 @@ /** - * Copyright 2017-2023 the original author or authors from the JHipster project. + * Copyright 2017-2024 the original author or authors from the JHipster project. * * This file is part of the JHipster Online project, see https://github.com/jhipster/jhipster-online * for more information. diff --git a/src/main/webapp/app/core/auth/csrf.service.ts b/src/main/webapp/app/core/auth/csrf.service.ts index 6654f671..1bef180a 100644 --- a/src/main/webapp/app/core/auth/csrf.service.ts +++ b/src/main/webapp/app/core/auth/csrf.service.ts @@ -1,5 +1,5 @@ /** - * Copyright 2017-2023 the original author or authors from the JHipster project. + * Copyright 2017-2024 the original author or authors from the JHipster project. * * This file is part of the JHipster Online project, see https://github.com/jhipster/jhipster-online * for more information. diff --git a/src/main/webapp/app/core/auth/password-reset.service.ts b/src/main/webapp/app/core/auth/password-reset.service.ts index 7fc8964e..3f187e21 100644 --- a/src/main/webapp/app/core/auth/password-reset.service.ts +++ b/src/main/webapp/app/core/auth/password-reset.service.ts @@ -1,5 +1,5 @@ /** - * Copyright 2017-2023 the original author or authors from the JHipster project. + * Copyright 2017-2024 the original author or authors from the JHipster project. * * This file is part of the JHipster Online project, see https://github.com/jhipster/jhipster-online * for more information. diff --git a/src/main/webapp/app/core/auth/state-storage.service.ts b/src/main/webapp/app/core/auth/state-storage.service.ts index 50a019d8..20793260 100644 --- a/src/main/webapp/app/core/auth/state-storage.service.ts +++ b/src/main/webapp/app/core/auth/state-storage.service.ts @@ -1,5 +1,5 @@ /** - * Copyright 2017-2023 the original author or authors from the JHipster project. + * Copyright 2017-2024 the original author or authors from the JHipster project. * * This file is part of the JHipster Online project, see https://github.com/jhipster/jhipster-online * for more information. diff --git a/src/main/webapp/app/core/auth/user-route-access-service.ts b/src/main/webapp/app/core/auth/user-route-access-service.ts index 846e12fd..006d7d71 100644 --- a/src/main/webapp/app/core/auth/user-route-access-service.ts +++ b/src/main/webapp/app/core/auth/user-route-access-service.ts @@ -1,5 +1,5 @@ /** - * Copyright 2017-2023 the original author or authors from the JHipster project. + * Copyright 2017-2024 the original author or authors from the JHipster project. * * This file is part of the JHipster Online project, see https://github.com/jhipster/jhipster-online * for more information. diff --git a/src/main/webapp/app/core/core.module.ts b/src/main/webapp/app/core/core.module.ts index 4a9059fc..96e496f9 100644 --- a/src/main/webapp/app/core/core.module.ts +++ b/src/main/webapp/app/core/core.module.ts @@ -1,5 +1,5 @@ /** - * Copyright 2017-2023 the original author or authors from the JHipster project. + * Copyright 2017-2024 the original author or authors from the JHipster project. * * This file is part of the JHipster Online project, see https://github.com/jhipster/jhipster-online * for more information. diff --git a/src/main/webapp/app/core/git/git-company.model.ts b/src/main/webapp/app/core/git/git-company.model.ts index bea2487d..1f460bdb 100644 --- a/src/main/webapp/app/core/git/git-company.model.ts +++ b/src/main/webapp/app/core/git/git-company.model.ts @@ -1,5 +1,5 @@ /** - * Copyright 2017-2023 the original author or authors from the JHipster project. + * Copyright 2017-2024 the original author or authors from the JHipster project. * * This file is part of the JHipster Online project, see https://github.com/jhipster/jhipster-online * for more information. diff --git a/src/main/webapp/app/core/git/git-configuration.model.ts b/src/main/webapp/app/core/git/git-configuration.model.ts index fa6c937c..f0512a6e 100644 --- a/src/main/webapp/app/core/git/git-configuration.model.ts +++ b/src/main/webapp/app/core/git/git-configuration.model.ts @@ -1,5 +1,5 @@ /** - * Copyright 2017-2023 the original author or authors from the JHipster project. + * Copyright 2017-2024 the original author or authors from the JHipster project. * * This file is part of the JHipster Online project, see https://github.com/jhipster/jhipster-online * for more information. diff --git a/src/main/webapp/app/core/git/git-configuration.service.ts b/src/main/webapp/app/core/git/git-configuration.service.ts index c5b6637d..b26b468b 100644 --- a/src/main/webapp/app/core/git/git-configuration.service.ts +++ b/src/main/webapp/app/core/git/git-configuration.service.ts @@ -1,5 +1,5 @@ /** - * Copyright 2017-2023 the original author or authors from the JHipster project. + * Copyright 2017-2024 the original author or authors from the JHipster project. * * This file is part of the JHipster Online project, see https://github.com/jhipster/jhipster-online * for more information. diff --git a/src/main/webapp/app/core/git/git-provider.model.ts b/src/main/webapp/app/core/git/git-provider.model.ts index 35337cb4..d846446d 100644 --- a/src/main/webapp/app/core/git/git-provider.model.ts +++ b/src/main/webapp/app/core/git/git-provider.model.ts @@ -1,5 +1,5 @@ /** - * Copyright 2017-2023 the original author or authors from the JHipster project. + * Copyright 2017-2024 the original author or authors from the JHipster project. * * This file is part of the JHipster Online project, see https://github.com/jhipster/jhipster-online * for more information. diff --git a/src/main/webapp/app/core/git/git-provider.service.ts b/src/main/webapp/app/core/git/git-provider.service.ts index e4cd3a3e..9df1054e 100644 --- a/src/main/webapp/app/core/git/git-provider.service.ts +++ b/src/main/webapp/app/core/git/git-provider.service.ts @@ -1,5 +1,5 @@ /** - * Copyright 2017-2023 the original author or authors from the JHipster project. + * Copyright 2017-2024 the original author or authors from the JHipster project. * * This file is part of the JHipster Online project, see https://github.com/jhipster/jhipster-online * for more information. diff --git a/src/main/webapp/app/core/icons/font-awesome-icons.ts b/src/main/webapp/app/core/icons/font-awesome-icons.ts index 12e963a3..67194271 100644 --- a/src/main/webapp/app/core/icons/font-awesome-icons.ts +++ b/src/main/webapp/app/core/icons/font-awesome-icons.ts @@ -1,5 +1,5 @@ /** - * Copyright 2017-2023 the original author or authors from the JHipster project. + * Copyright 2017-2024 the original author or authors from the JHipster project. * * This file is part of the JHipster Online project, see https://github.com/jhipster/jhipster-online * for more information. diff --git a/src/main/webapp/app/core/login/login-modal.service.ts b/src/main/webapp/app/core/login/login-modal.service.ts index 7b7de5b4..b4f296de 100644 --- a/src/main/webapp/app/core/login/login-modal.service.ts +++ b/src/main/webapp/app/core/login/login-modal.service.ts @@ -1,5 +1,5 @@ /** - * Copyright 2017-2023 the original author or authors from the JHipster project. + * Copyright 2017-2024 the original author or authors from the JHipster project. * * This file is part of the JHipster Online project, see https://github.com/jhipster/jhipster-online * for more information. diff --git a/src/main/webapp/app/core/login/login.model.ts b/src/main/webapp/app/core/login/login.model.ts index 4fda501f..ab74f3a8 100644 --- a/src/main/webapp/app/core/login/login.model.ts +++ b/src/main/webapp/app/core/login/login.model.ts @@ -1,5 +1,5 @@ /** - * Copyright 2017-2023 the original author or authors from the JHipster project. + * Copyright 2017-2024 the original author or authors from the JHipster project. * * This file is part of the JHipster Online project, see https://github.com/jhipster/jhipster-online * for more information. diff --git a/src/main/webapp/app/core/login/login.service.ts b/src/main/webapp/app/core/login/login.service.ts index 268f9794..73f3f09f 100644 --- a/src/main/webapp/app/core/login/login.service.ts +++ b/src/main/webapp/app/core/login/login.service.ts @@ -1,5 +1,5 @@ /** - * Copyright 2017-2023 the original author or authors from the JHipster project. + * Copyright 2017-2024 the original author or authors from the JHipster project. * * This file is part of the JHipster Online project, see https://github.com/jhipster/jhipster-online * for more information. diff --git a/src/main/webapp/app/core/user/account.model.ts b/src/main/webapp/app/core/user/account.model.ts index a0d576e9..f500eae8 100644 --- a/src/main/webapp/app/core/user/account.model.ts +++ b/src/main/webapp/app/core/user/account.model.ts @@ -1,5 +1,5 @@ /** - * Copyright 2017-2023 the original author or authors from the JHipster project. + * Copyright 2017-2024 the original author or authors from the JHipster project. * * This file is part of the JHipster Online project, see https://github.com/jhipster/jhipster-online * for more information. diff --git a/src/main/webapp/app/core/user/user.model.ts b/src/main/webapp/app/core/user/user.model.ts index 190af945..1393a2da 100644 --- a/src/main/webapp/app/core/user/user.model.ts +++ b/src/main/webapp/app/core/user/user.model.ts @@ -1,5 +1,5 @@ /** - * Copyright 2017-2023 the original author or authors from the JHipster project. + * Copyright 2017-2024 the original author or authors from the JHipster project. * * This file is part of the JHipster Online project, see https://github.com/jhipster/jhipster-online * for more information. diff --git a/src/main/webapp/app/core/user/user.service.ts b/src/main/webapp/app/core/user/user.service.ts index 07bdeff5..35cdafbd 100644 --- a/src/main/webapp/app/core/user/user.service.ts +++ b/src/main/webapp/app/core/user/user.service.ts @@ -1,5 +1,5 @@ /** - * Copyright 2017-2023 the original author or authors from the JHipster project. + * Copyright 2017-2024 the original author or authors from the JHipster project. * * This file is part of the JHipster Online project, see https://github.com/jhipster/jhipster-online * for more information. diff --git a/src/main/webapp/app/entities/entity.module.ts b/src/main/webapp/app/entities/entity.module.ts index 22853614..38533087 100644 --- a/src/main/webapp/app/entities/entity.module.ts +++ b/src/main/webapp/app/entities/entity.module.ts @@ -1,5 +1,5 @@ /** - * Copyright 2017-2023 the original author or authors from the JHipster project. + * Copyright 2017-2024 the original author or authors from the JHipster project. * * This file is part of the JHipster Online project, see https://github.com/jhipster/jhipster-online * for more information. diff --git a/src/main/webapp/app/entities/statistics/statistics.component.ts b/src/main/webapp/app/entities/statistics/statistics.component.ts index 8fc3fbb3..f8a4fd6e 100644 --- a/src/main/webapp/app/entities/statistics/statistics.component.ts +++ b/src/main/webapp/app/entities/statistics/statistics.component.ts @@ -1,5 +1,5 @@ /** - * Copyright 2017-2023 the original author or authors from the JHipster project. + * Copyright 2017-2024 the original author or authors from the JHipster project. * * This file is part of the JHipster Online project, see https://github.com/jhipster/jhipster-online * for more information. diff --git a/src/main/webapp/app/entities/statistics/statistics.model.ts b/src/main/webapp/app/entities/statistics/statistics.model.ts index b3bbe1b4..67e10f80 100644 --- a/src/main/webapp/app/entities/statistics/statistics.model.ts +++ b/src/main/webapp/app/entities/statistics/statistics.model.ts @@ -1,5 +1,5 @@ /** - * Copyright 2017-2023 the original author or authors from the JHipster project. + * Copyright 2017-2024 the original author or authors from the JHipster project. * * This file is part of the JHipster Online project, see https://github.com/jhipster/jhipster-online * for more information. diff --git a/src/main/webapp/app/entities/statistics/statistics.module.ts b/src/main/webapp/app/entities/statistics/statistics.module.ts index 4038a98d..c5995c15 100644 --- a/src/main/webapp/app/entities/statistics/statistics.module.ts +++ b/src/main/webapp/app/entities/statistics/statistics.module.ts @@ -1,5 +1,5 @@ /** - * Copyright 2017-2023 the original author or authors from the JHipster project. + * Copyright 2017-2024 the original author or authors from the JHipster project. * * This file is part of the JHipster Online project, see https://github.com/jhipster/jhipster-online * for more information. diff --git a/src/main/webapp/app/entities/statistics/statistics.options.ts b/src/main/webapp/app/entities/statistics/statistics.options.ts index 53911f7f..f245b940 100644 --- a/src/main/webapp/app/entities/statistics/statistics.options.ts +++ b/src/main/webapp/app/entities/statistics/statistics.options.ts @@ -1,5 +1,5 @@ /** - * Copyright 2017-2023 the original author or authors from the JHipster project. + * Copyright 2017-2024 the original author or authors from the JHipster project. * * This file is part of the JHipster Online project, see https://github.com/jhipster/jhipster-online * for more information. diff --git a/src/main/webapp/app/entities/statistics/statistics.route.ts b/src/main/webapp/app/entities/statistics/statistics.route.ts index 7c041ed3..27581914 100644 --- a/src/main/webapp/app/entities/statistics/statistics.route.ts +++ b/src/main/webapp/app/entities/statistics/statistics.route.ts @@ -1,5 +1,5 @@ /** - * Copyright 2017-2023 the original author or authors from the JHipster project. + * Copyright 2017-2024 the original author or authors from the JHipster project. * * This file is part of the JHipster Online project, see https://github.com/jhipster/jhipster-online * for more information. diff --git a/src/main/webapp/app/entities/statistics/statistics.service.ts b/src/main/webapp/app/entities/statistics/statistics.service.ts index 838f0c29..41303a27 100644 --- a/src/main/webapp/app/entities/statistics/statistics.service.ts +++ b/src/main/webapp/app/entities/statistics/statistics.service.ts @@ -1,5 +1,5 @@ /** - * Copyright 2017-2023 the original author or authors from the JHipster project. + * Copyright 2017-2024 the original author or authors from the JHipster project. * * This file is part of the JHipster Online project, see https://github.com/jhipster/jhipster-online * for more information. diff --git a/src/main/webapp/app/entities/statistics/statistics.utils.ts b/src/main/webapp/app/entities/statistics/statistics.utils.ts index 1a7b9947..6f48103b 100644 --- a/src/main/webapp/app/entities/statistics/statistics.utils.ts +++ b/src/main/webapp/app/entities/statistics/statistics.utils.ts @@ -1,5 +1,5 @@ /** - * Copyright 2017-2023 the original author or authors from the JHipster project. + * Copyright 2017-2024 the original author or authors from the JHipster project. * * This file is part of the JHipster Online project, see https://github.com/jhipster/jhipster-online * for more information. diff --git a/src/main/webapp/app/home/azure-generator/azure-generator.component.ts b/src/main/webapp/app/home/azure-generator/azure-generator.component.ts index 594930b3..0a34a58d 100644 --- a/src/main/webapp/app/home/azure-generator/azure-generator.component.ts +++ b/src/main/webapp/app/home/azure-generator/azure-generator.component.ts @@ -1,5 +1,5 @@ /** - * Copyright 2017-2023 the original author or authors from the JHipster project. + * Copyright 2017-2024 the original author or authors from the JHipster project. * * This file is part of the JHipster Online project, see https://github.com/jhipster/jhipster-online * for more information. diff --git a/src/main/webapp/app/home/azure-generator/azure-generator.route.ts b/src/main/webapp/app/home/azure-generator/azure-generator.route.ts index bf4e396f..77e1112f 100644 --- a/src/main/webapp/app/home/azure-generator/azure-generator.route.ts +++ b/src/main/webapp/app/home/azure-generator/azure-generator.route.ts @@ -1,5 +1,5 @@ /** - * Copyright 2017-2023 the original author or authors from the JHipster project. + * Copyright 2017-2024 the original author or authors from the JHipster project. * * This file is part of the JHipster Online project, see https://github.com/jhipster/jhipster-online * for more information. diff --git a/src/main/webapp/app/home/ci-cd/ci-cd.component.ts b/src/main/webapp/app/home/ci-cd/ci-cd.component.ts index d03dd046..5fba7ddc 100644 --- a/src/main/webapp/app/home/ci-cd/ci-cd.component.ts +++ b/src/main/webapp/app/home/ci-cd/ci-cd.component.ts @@ -1,5 +1,5 @@ /** - * Copyright 2017-2023 the original author or authors from the JHipster project. + * Copyright 2017-2024 the original author or authors from the JHipster project. * * This file is part of the JHipster Online project, see https://github.com/jhipster/jhipster-online * for more information. diff --git a/src/main/webapp/app/home/ci-cd/ci-cd.output.component.ts b/src/main/webapp/app/home/ci-cd/ci-cd.output.component.ts index 98536711..08291fd7 100644 --- a/src/main/webapp/app/home/ci-cd/ci-cd.output.component.ts +++ b/src/main/webapp/app/home/ci-cd/ci-cd.output.component.ts @@ -1,5 +1,5 @@ /** - * Copyright 2017-2023 the original author or authors from the JHipster project. + * Copyright 2017-2024 the original author or authors from the JHipster project. * * This file is part of the JHipster Online project, see https://github.com/jhipster/jhipster-online * for more information. diff --git a/src/main/webapp/app/home/ci-cd/ci-cd.route.ts b/src/main/webapp/app/home/ci-cd/ci-cd.route.ts index 13a314b5..59ffe8b2 100644 --- a/src/main/webapp/app/home/ci-cd/ci-cd.route.ts +++ b/src/main/webapp/app/home/ci-cd/ci-cd.route.ts @@ -1,5 +1,5 @@ /** - * Copyright 2017-2023 the original author or authors from the JHipster project. + * Copyright 2017-2024 the original author or authors from the JHipster project. * * This file is part of the JHipster Online project, see https://github.com/jhipster/jhipster-online * for more information. diff --git a/src/main/webapp/app/home/ci-cd/ci-cd.service.ts b/src/main/webapp/app/home/ci-cd/ci-cd.service.ts index cf1c3a5d..dd4fb58a 100644 --- a/src/main/webapp/app/home/ci-cd/ci-cd.service.ts +++ b/src/main/webapp/app/home/ci-cd/ci-cd.service.ts @@ -1,5 +1,5 @@ /** - * Copyright 2017-2023 the original author or authors from the JHipster project. + * Copyright 2017-2024 the original author or authors from the JHipster project. * * This file is part of the JHipster Online project, see https://github.com/jhipster/jhipster-online * for more information. diff --git a/src/main/webapp/app/home/generator/generator.component.ts b/src/main/webapp/app/home/generator/generator.component.ts index d2dbbd30..b6fdc0de 100644 --- a/src/main/webapp/app/home/generator/generator.component.ts +++ b/src/main/webapp/app/home/generator/generator.component.ts @@ -1,5 +1,5 @@ /** - * Copyright 2017-2023 the original author or authors from the JHipster project. + * Copyright 2017-2024 the original author or authors from the JHipster project. * * This file is part of the JHipster Online project, see https://github.com/jhipster/jhipster-online * for more information. diff --git a/src/main/webapp/app/home/generator/generator.configuration.model.ts b/src/main/webapp/app/home/generator/generator.configuration.model.ts index a4b2e2e1..47f6043e 100644 --- a/src/main/webapp/app/home/generator/generator.configuration.model.ts +++ b/src/main/webapp/app/home/generator/generator.configuration.model.ts @@ -1,5 +1,5 @@ /** - * Copyright 2017-2023 the original author or authors from the JHipster project. + * Copyright 2017-2024 the original author or authors from the JHipster project. * * This file is part of the JHipster Online project, see https://github.com/jhipster/jhipster-online * for more information. diff --git a/src/main/webapp/app/home/generator/generator.output.component.ts b/src/main/webapp/app/home/generator/generator.output.component.ts index 9dda985f..52944402 100644 --- a/src/main/webapp/app/home/generator/generator.output.component.ts +++ b/src/main/webapp/app/home/generator/generator.output.component.ts @@ -1,5 +1,5 @@ /** - * Copyright 2017-2023 the original author or authors from the JHipster project. + * Copyright 2017-2024 the original author or authors from the JHipster project. * * This file is part of the JHipster Online project, see https://github.com/jhipster/jhipster-online * for more information. diff --git a/src/main/webapp/app/home/generator/generator.route.ts b/src/main/webapp/app/home/generator/generator.route.ts index 2fb7e21d..97a77a93 100644 --- a/src/main/webapp/app/home/generator/generator.route.ts +++ b/src/main/webapp/app/home/generator/generator.route.ts @@ -1,5 +1,5 @@ /** - * Copyright 2017-2023 the original author or authors from the JHipster project. + * Copyright 2017-2024 the original author or authors from the JHipster project. * * This file is part of the JHipster Online project, see https://github.com/jhipster/jhipster-online * for more information. diff --git a/src/main/webapp/app/home/generator/generator.service.ts b/src/main/webapp/app/home/generator/generator.service.ts index ae5f95d1..09af4355 100644 --- a/src/main/webapp/app/home/generator/generator.service.ts +++ b/src/main/webapp/app/home/generator/generator.service.ts @@ -1,5 +1,5 @@ /** - * Copyright 2017-2023 the original author or authors from the JHipster project. + * Copyright 2017-2024 the original author or authors from the JHipster project. * * This file is part of the JHipster Online project, see https://github.com/jhipster/jhipster-online * for more information. diff --git a/src/main/webapp/app/home/generator/git.company.model.ts b/src/main/webapp/app/home/generator/git.company.model.ts index bea2487d..1f460bdb 100644 --- a/src/main/webapp/app/home/generator/git.company.model.ts +++ b/src/main/webapp/app/home/generator/git.company.model.ts @@ -1,5 +1,5 @@ /** - * Copyright 2017-2023 the original author or authors from the JHipster project. + * Copyright 2017-2024 the original author or authors from the JHipster project. * * This file is part of the JHipster Online project, see https://github.com/jhipster/jhipster-online * for more information. diff --git a/src/main/webapp/app/home/generator/jhipster.configuration.model.ts b/src/main/webapp/app/home/generator/jhipster.configuration.model.ts index b6042719..a7efede6 100644 --- a/src/main/webapp/app/home/generator/jhipster.configuration.model.ts +++ b/src/main/webapp/app/home/generator/jhipster.configuration.model.ts @@ -1,5 +1,5 @@ /** - * Copyright 2017-2023 the original author or authors from the JHipster project. + * Copyright 2017-2024 the original author or authors from the JHipster project. * * This file is part of the JHipster Online project, see https://github.com/jhipster/jhipster-online * for more information. diff --git a/src/main/webapp/app/home/git/callback/callback.component.ts b/src/main/webapp/app/home/git/callback/callback.component.ts index 7eed36d2..0945f949 100644 --- a/src/main/webapp/app/home/git/callback/callback.component.ts +++ b/src/main/webapp/app/home/git/callback/callback.component.ts @@ -1,5 +1,5 @@ /** - * Copyright 2017-2023 the original author or authors from the JHipster project. + * Copyright 2017-2024 the original author or authors from the JHipster project. * * This file is part of the JHipster Online project, see https://github.com/jhipster/jhipster-online * for more information. diff --git a/src/main/webapp/app/home/git/callback/callback.route.ts b/src/main/webapp/app/home/git/callback/callback.route.ts index 6c6c1681..62f12572 100644 --- a/src/main/webapp/app/home/git/callback/callback.route.ts +++ b/src/main/webapp/app/home/git/callback/callback.route.ts @@ -1,5 +1,5 @@ /** - * Copyright 2017-2023 the original author or authors from the JHipster project. + * Copyright 2017-2024 the original author or authors from the JHipster project. * * This file is part of the JHipster Online project, see https://github.com/jhipster/jhipster-online * for more information. diff --git a/src/main/webapp/app/home/git/callback/callback.service.ts b/src/main/webapp/app/home/git/callback/callback.service.ts index 26d99544..6d5695b6 100644 --- a/src/main/webapp/app/home/git/callback/callback.service.ts +++ b/src/main/webapp/app/home/git/callback/callback.service.ts @@ -1,5 +1,5 @@ /** - * Copyright 2017-2023 the original author or authors from the JHipster project. + * Copyright 2017-2024 the original author or authors from the JHipster project. * * This file is part of the JHipster Online project, see https://github.com/jhipster/jhipster-online * for more information. diff --git a/src/main/webapp/app/home/git/git.component.ts b/src/main/webapp/app/home/git/git.component.ts index 48118165..8e6e50a1 100644 --- a/src/main/webapp/app/home/git/git.component.ts +++ b/src/main/webapp/app/home/git/git.component.ts @@ -1,5 +1,5 @@ /** - * Copyright 2017-2023 the original author or authors from the JHipster project. + * Copyright 2017-2024 the original author or authors from the JHipster project. * * This file is part of the JHipster Online project, see https://github.com/jhipster/jhipster-online * for more information. diff --git a/src/main/webapp/app/home/git/git.route.ts b/src/main/webapp/app/home/git/git.route.ts index fa793e06..791a13a0 100644 --- a/src/main/webapp/app/home/git/git.route.ts +++ b/src/main/webapp/app/home/git/git.route.ts @@ -1,5 +1,5 @@ /** - * Copyright 2017-2023 the original author or authors from the JHipster project. + * Copyright 2017-2024 the original author or authors from the JHipster project. * * This file is part of the JHipster Online project, see https://github.com/jhipster/jhipster-online * for more information. diff --git a/src/main/webapp/app/home/home.component.ts b/src/main/webapp/app/home/home.component.ts index be494bd3..24f0c1d4 100644 --- a/src/main/webapp/app/home/home.component.ts +++ b/src/main/webapp/app/home/home.component.ts @@ -1,5 +1,5 @@ /** - * Copyright 2017-2023 the original author or authors from the JHipster project. + * Copyright 2017-2024 the original author or authors from the JHipster project. * * This file is part of the JHipster Online project, see https://github.com/jhipster/jhipster-online * for more information. diff --git a/src/main/webapp/app/home/home.module.ts b/src/main/webapp/app/home/home.module.ts index ab8bcc23..ea517dce 100644 --- a/src/main/webapp/app/home/home.module.ts +++ b/src/main/webapp/app/home/home.module.ts @@ -1,5 +1,5 @@ /** - * Copyright 2017-2023 the original author or authors from the JHipster project. + * Copyright 2017-2024 the original author or authors from the JHipster project. * * This file is part of the JHipster Online project, see https://github.com/jhipster/jhipster-online * for more information. diff --git a/src/main/webapp/app/home/home.route.ts b/src/main/webapp/app/home/home.route.ts index 8e51103d..3f641782 100644 --- a/src/main/webapp/app/home/home.route.ts +++ b/src/main/webapp/app/home/home.route.ts @@ -1,5 +1,5 @@ /** - * Copyright 2017-2023 the original author or authors from the JHipster project. + * Copyright 2017-2024 the original author or authors from the JHipster project. * * This file is part of the JHipster Online project, see https://github.com/jhipster/jhipster-online * for more information. diff --git a/src/main/webapp/app/home/jdl-metadata/jdl-metadata.component.ts b/src/main/webapp/app/home/jdl-metadata/jdl-metadata.component.ts index 541688a8..585f67f1 100644 --- a/src/main/webapp/app/home/jdl-metadata/jdl-metadata.component.ts +++ b/src/main/webapp/app/home/jdl-metadata/jdl-metadata.component.ts @@ -1,5 +1,5 @@ /** - * Copyright 2017-2023 the original author or authors from the JHipster project. + * Copyright 2017-2024 the original author or authors from the JHipster project. * * This file is part of the JHipster Online project, see https://github.com/jhipster/jhipster-online * for more information. diff --git a/src/main/webapp/app/home/jdl-metadata/jdl-metadata.model.ts b/src/main/webapp/app/home/jdl-metadata/jdl-metadata.model.ts index c482ceb5..db143d7e 100644 --- a/src/main/webapp/app/home/jdl-metadata/jdl-metadata.model.ts +++ b/src/main/webapp/app/home/jdl-metadata/jdl-metadata.model.ts @@ -1,5 +1,5 @@ /** - * Copyright 2017-2023 the original author or authors from the JHipster project. + * Copyright 2017-2024 the original author or authors from the JHipster project. * * This file is part of the JHipster Online project, see https://github.com/jhipster/jhipster-online * for more information. diff --git a/src/main/webapp/app/home/jdl-metadata/jdl-metadata.route.ts b/src/main/webapp/app/home/jdl-metadata/jdl-metadata.route.ts index e028d686..6c3252d8 100644 --- a/src/main/webapp/app/home/jdl-metadata/jdl-metadata.route.ts +++ b/src/main/webapp/app/home/jdl-metadata/jdl-metadata.route.ts @@ -1,5 +1,5 @@ /** - * Copyright 2017-2023 the original author or authors from the JHipster project. + * Copyright 2017-2024 the original author or authors from the JHipster project. * * This file is part of the JHipster Online project, see https://github.com/jhipster/jhipster-online * for more information. diff --git a/src/main/webapp/app/home/jdl-metadata/jdl-metadata.service.ts b/src/main/webapp/app/home/jdl-metadata/jdl-metadata.service.ts index 6b19db06..6630058b 100644 --- a/src/main/webapp/app/home/jdl-metadata/jdl-metadata.service.ts +++ b/src/main/webapp/app/home/jdl-metadata/jdl-metadata.service.ts @@ -1,5 +1,5 @@ /** - * Copyright 2017-2023 the original author or authors from the JHipster project. + * Copyright 2017-2024 the original author or authors from the JHipster project. * * This file is part of the JHipster Online project, see https://github.com/jhipster/jhipster-online * for more information. diff --git a/src/main/webapp/app/home/jdl-metadata/jdl-studio.component.ts b/src/main/webapp/app/home/jdl-metadata/jdl-studio.component.ts index f54f4bec..18ee22a0 100644 --- a/src/main/webapp/app/home/jdl-metadata/jdl-studio.component.ts +++ b/src/main/webapp/app/home/jdl-metadata/jdl-studio.component.ts @@ -1,5 +1,5 @@ /** - * Copyright 2017-2023 the original author or authors from the JHipster project. + * Copyright 2017-2024 the original author or authors from the JHipster project. * * This file is part of the JHipster Online project, see https://github.com/jhipster/jhipster-online * for more information. diff --git a/src/main/webapp/app/home/jdl-metadata/jdl.output.component.ts b/src/main/webapp/app/home/jdl-metadata/jdl.output.component.ts index 0bb2ca1e..c9b4e5c5 100644 --- a/src/main/webapp/app/home/jdl-metadata/jdl.output.component.ts +++ b/src/main/webapp/app/home/jdl-metadata/jdl.output.component.ts @@ -1,5 +1,5 @@ /** - * Copyright 2017-2023 the original author or authors from the JHipster project. + * Copyright 2017-2024 the original author or authors from the JHipster project. * * This file is part of the JHipster Online project, see https://github.com/jhipster/jhipster-online * for more information. diff --git a/src/main/webapp/app/home/jdl-metadata/jdl.service.ts b/src/main/webapp/app/home/jdl-metadata/jdl.service.ts index 02c0fbfb..543a8c5a 100644 --- a/src/main/webapp/app/home/jdl-metadata/jdl.service.ts +++ b/src/main/webapp/app/home/jdl-metadata/jdl.service.ts @@ -1,5 +1,5 @@ /** - * Copyright 2017-2023 the original author or authors from the JHipster project. + * Copyright 2017-2024 the original author or authors from the JHipster project. * * This file is part of the JHipster Online project, see https://github.com/jhipster/jhipster-online * for more information. diff --git a/src/main/webapp/app/home/welcome/welcome.component.ts b/src/main/webapp/app/home/welcome/welcome.component.ts index 579eb018..c3524da4 100644 --- a/src/main/webapp/app/home/welcome/welcome.component.ts +++ b/src/main/webapp/app/home/welcome/welcome.component.ts @@ -1,5 +1,5 @@ /** - * Copyright 2017-2023 the original author or authors from the JHipster project. + * Copyright 2017-2024 the original author or authors from the JHipster project. * * This file is part of the JHipster Online project, see https://github.com/jhipster/jhipster-online * for more information. diff --git a/src/main/webapp/app/home/welcome/welcome.route.ts b/src/main/webapp/app/home/welcome/welcome.route.ts index a3451ad2..39c6661d 100644 --- a/src/main/webapp/app/home/welcome/welcome.route.ts +++ b/src/main/webapp/app/home/welcome/welcome.route.ts @@ -1,5 +1,5 @@ /** - * Copyright 2017-2023 the original author or authors from the JHipster project. + * Copyright 2017-2024 the original author or authors from the JHipster project. * * This file is part of the JHipster Online project, see https://github.com/jhipster/jhipster-online * for more information. diff --git a/src/main/webapp/app/home/your-generators/data-deletion-dialog.component.ts b/src/main/webapp/app/home/your-generators/data-deletion-dialog.component.ts index 33e93ef1..b37b2165 100644 --- a/src/main/webapp/app/home/your-generators/data-deletion-dialog.component.ts +++ b/src/main/webapp/app/home/your-generators/data-deletion-dialog.component.ts @@ -1,5 +1,5 @@ /** - * Copyright 2017-2023 the original author or authors from the JHipster project. + * Copyright 2017-2024 the original author or authors from the JHipster project. * * This file is part of the JHipster Online project, see https://github.com/jhipster/jhipster-online * for more information. diff --git a/src/main/webapp/app/home/your-generators/generator-identity.service.ts b/src/main/webapp/app/home/your-generators/generator-identity.service.ts index 3ff6c824..aea46886 100644 --- a/src/main/webapp/app/home/your-generators/generator-identity.service.ts +++ b/src/main/webapp/app/home/your-generators/generator-identity.service.ts @@ -1,5 +1,5 @@ /** - * Copyright 2017-2023 the original author or authors from the JHipster project. + * Copyright 2017-2024 the original author or authors from the JHipster project. * * This file is part of the JHipster Online project, see https://github.com/jhipster/jhipster-online * for more information. diff --git a/src/main/webapp/app/home/your-generators/remove-generator-dialog.component.ts b/src/main/webapp/app/home/your-generators/remove-generator-dialog.component.ts index 2dd88546..755636b0 100644 --- a/src/main/webapp/app/home/your-generators/remove-generator-dialog.component.ts +++ b/src/main/webapp/app/home/your-generators/remove-generator-dialog.component.ts @@ -1,5 +1,5 @@ /** - * Copyright 2017-2023 the original author or authors from the JHipster project. + * Copyright 2017-2024 the original author or authors from the JHipster project. * * This file is part of the JHipster Online project, see https://github.com/jhipster/jhipster-online * for more information. diff --git a/src/main/webapp/app/home/your-generators/your-generators.component.ts b/src/main/webapp/app/home/your-generators/your-generators.component.ts index c74ed9b0..7b479b87 100644 --- a/src/main/webapp/app/home/your-generators/your-generators.component.ts +++ b/src/main/webapp/app/home/your-generators/your-generators.component.ts @@ -1,5 +1,5 @@ /** - * Copyright 2017-2023 the original author or authors from the JHipster project. + * Copyright 2017-2024 the original author or authors from the JHipster project. * * This file is part of the JHipster Online project, see https://github.com/jhipster/jhipster-online * for more information. diff --git a/src/main/webapp/app/home/your-generators/your-generators.route.ts b/src/main/webapp/app/home/your-generators/your-generators.route.ts index 1c417874..846468a2 100644 --- a/src/main/webapp/app/home/your-generators/your-generators.route.ts +++ b/src/main/webapp/app/home/your-generators/your-generators.route.ts @@ -1,5 +1,5 @@ /** - * Copyright 2017-2023 the original author or authors from the JHipster project. + * Copyright 2017-2024 the original author or authors from the JHipster project. * * This file is part of the JHipster Online project, see https://github.com/jhipster/jhipster-online * for more information. diff --git a/src/main/webapp/app/layouts/error/error.component.ts b/src/main/webapp/app/layouts/error/error.component.ts index d96cdf7e..15f7b5ff 100644 --- a/src/main/webapp/app/layouts/error/error.component.ts +++ b/src/main/webapp/app/layouts/error/error.component.ts @@ -1,5 +1,5 @@ /** - * Copyright 2017-2023 the original author or authors from the JHipster project. + * Copyright 2017-2024 the original author or authors from the JHipster project. * * This file is part of the JHipster Online project, see https://github.com/jhipster/jhipster-online * for more information. diff --git a/src/main/webapp/app/layouts/error/error.route.ts b/src/main/webapp/app/layouts/error/error.route.ts index 9dc1d767..cb2ee141 100644 --- a/src/main/webapp/app/layouts/error/error.route.ts +++ b/src/main/webapp/app/layouts/error/error.route.ts @@ -1,5 +1,5 @@ /** - * Copyright 2017-2023 the original author or authors from the JHipster project. + * Copyright 2017-2024 the original author or authors from the JHipster project. * * This file is part of the JHipster Online project, see https://github.com/jhipster/jhipster-online * for more information. diff --git a/src/main/webapp/app/layouts/footer/footer.component.ts b/src/main/webapp/app/layouts/footer/footer.component.ts index 5ff0f318..732fc258 100644 --- a/src/main/webapp/app/layouts/footer/footer.component.ts +++ b/src/main/webapp/app/layouts/footer/footer.component.ts @@ -1,5 +1,5 @@ /** - * Copyright 2017-2023 the original author or authors from the JHipster project. + * Copyright 2017-2024 the original author or authors from the JHipster project. * * This file is part of the JHipster Online project, see https://github.com/jhipster/jhipster-online * for more information. diff --git a/src/main/webapp/app/layouts/main/main.component.ts b/src/main/webapp/app/layouts/main/main.component.ts index 47518238..775cba7b 100644 --- a/src/main/webapp/app/layouts/main/main.component.ts +++ b/src/main/webapp/app/layouts/main/main.component.ts @@ -1,5 +1,5 @@ /** - * Copyright 2017-2023 the original author or authors from the JHipster project. + * Copyright 2017-2024 the original author or authors from the JHipster project. * * This file is part of the JHipster Online project, see https://github.com/jhipster/jhipster-online * for more information. diff --git a/src/main/webapp/app/layouts/navbar/navbar.component.ts b/src/main/webapp/app/layouts/navbar/navbar.component.ts index 2dc2fa14..0a45a1e2 100644 --- a/src/main/webapp/app/layouts/navbar/navbar.component.ts +++ b/src/main/webapp/app/layouts/navbar/navbar.component.ts @@ -1,5 +1,5 @@ /** - * Copyright 2017-2023 the original author or authors from the JHipster project. + * Copyright 2017-2024 the original author or authors from the JHipster project. * * This file is part of the JHipster Online project, see https://github.com/jhipster/jhipster-online * for more information. diff --git a/src/main/webapp/app/layouts/navbar/navbar.route.ts b/src/main/webapp/app/layouts/navbar/navbar.route.ts index 17a01d4a..05de52db 100644 --- a/src/main/webapp/app/layouts/navbar/navbar.route.ts +++ b/src/main/webapp/app/layouts/navbar/navbar.route.ts @@ -1,5 +1,5 @@ /** - * Copyright 2017-2023 the original author or authors from the JHipster project. + * Copyright 2017-2024 the original author or authors from the JHipster project. * * This file is part of the JHipster Online project, see https://github.com/jhipster/jhipster-online * for more information. diff --git a/src/main/webapp/app/layouts/profiles/page-ribbon.component.ts b/src/main/webapp/app/layouts/profiles/page-ribbon.component.ts index 64c514e7..a91bfaff 100644 --- a/src/main/webapp/app/layouts/profiles/page-ribbon.component.ts +++ b/src/main/webapp/app/layouts/profiles/page-ribbon.component.ts @@ -1,5 +1,5 @@ /** - * Copyright 2017-2023 the original author or authors from the JHipster project. + * Copyright 2017-2024 the original author or authors from the JHipster project. * * This file is part of the JHipster Online project, see https://github.com/jhipster/jhipster-online * for more information. diff --git a/src/main/webapp/app/layouts/profiles/profile-info.model.ts b/src/main/webapp/app/layouts/profiles/profile-info.model.ts index 6f24bdb8..d3f0083c 100644 --- a/src/main/webapp/app/layouts/profiles/profile-info.model.ts +++ b/src/main/webapp/app/layouts/profiles/profile-info.model.ts @@ -1,5 +1,5 @@ /** - * Copyright 2017-2023 the original author or authors from the JHipster project. + * Copyright 2017-2024 the original author or authors from the JHipster project. * * This file is part of the JHipster Online project, see https://github.com/jhipster/jhipster-online * for more information. diff --git a/src/main/webapp/app/layouts/profiles/profile.service.ts b/src/main/webapp/app/layouts/profiles/profile.service.ts index eb0a4106..e9f268e2 100644 --- a/src/main/webapp/app/layouts/profiles/profile.service.ts +++ b/src/main/webapp/app/layouts/profiles/profile.service.ts @@ -1,5 +1,5 @@ /** - * Copyright 2017-2023 the original author or authors from the JHipster project. + * Copyright 2017-2024 the original author or authors from the JHipster project. * * This file is part of the JHipster Online project, see https://github.com/jhipster/jhipster-online * for more information. diff --git a/src/main/webapp/app/polyfills.ts b/src/main/webapp/app/polyfills.ts index 85725d8a..7c980b9d 100644 --- a/src/main/webapp/app/polyfills.ts +++ b/src/main/webapp/app/polyfills.ts @@ -1,5 +1,5 @@ /** - * Copyright 2017-2023 the original author or authors from the JHipster project. + * Copyright 2017-2024 the original author or authors from the JHipster project. * * This file is part of the JHipster Online project, see https://github.com/jhipster/jhipster-online * for more information. diff --git a/src/main/webapp/app/shared/alert/alert-error.component.ts b/src/main/webapp/app/shared/alert/alert-error.component.ts index a9e662c6..37479b5e 100644 --- a/src/main/webapp/app/shared/alert/alert-error.component.ts +++ b/src/main/webapp/app/shared/alert/alert-error.component.ts @@ -1,5 +1,5 @@ /** - * Copyright 2017-2023 the original author or authors from the JHipster project. + * Copyright 2017-2024 the original author or authors from the JHipster project. * * This file is part of the JHipster Online project, see https://github.com/jhipster/jhipster-online * for more information. diff --git a/src/main/webapp/app/shared/alert/alert-error.model.ts b/src/main/webapp/app/shared/alert/alert-error.model.ts index 5b908052..b6ff316e 100644 --- a/src/main/webapp/app/shared/alert/alert-error.model.ts +++ b/src/main/webapp/app/shared/alert/alert-error.model.ts @@ -1,5 +1,5 @@ /** - * Copyright 2017-2023 the original author or authors from the JHipster project. + * Copyright 2017-2024 the original author or authors from the JHipster project. * * This file is part of the JHipster Online project, see https://github.com/jhipster/jhipster-online * for more information. diff --git a/src/main/webapp/app/shared/alert/alert.component.ts b/src/main/webapp/app/shared/alert/alert.component.ts index a2c29765..2905f649 100644 --- a/src/main/webapp/app/shared/alert/alert.component.ts +++ b/src/main/webapp/app/shared/alert/alert.component.ts @@ -1,5 +1,5 @@ /** - * Copyright 2017-2023 the original author or authors from the JHipster project. + * Copyright 2017-2024 the original author or authors from the JHipster project. * * This file is part of the JHipster Online project, see https://github.com/jhipster/jhipster-online * for more information. diff --git a/src/main/webapp/app/shared/auth/has-any-authority.directive.ts b/src/main/webapp/app/shared/auth/has-any-authority.directive.ts index 49888c8d..b8356762 100644 --- a/src/main/webapp/app/shared/auth/has-any-authority.directive.ts +++ b/src/main/webapp/app/shared/auth/has-any-authority.directive.ts @@ -1,5 +1,5 @@ /** - * Copyright 2017-2023 the original author or authors from the JHipster project. + * Copyright 2017-2024 the original author or authors from the JHipster project. * * This file is part of the JHipster Online project, see https://github.com/jhipster/jhipster-online * for more information. diff --git a/src/main/webapp/app/shared/constants/authority.constants.ts b/src/main/webapp/app/shared/constants/authority.constants.ts index ca7736bf..ca92f3ce 100644 --- a/src/main/webapp/app/shared/constants/authority.constants.ts +++ b/src/main/webapp/app/shared/constants/authority.constants.ts @@ -1,5 +1,5 @@ /** - * Copyright 2017-2023 the original author or authors from the JHipster project. + * Copyright 2017-2024 the original author or authors from the JHipster project. * * This file is part of the JHipster Online project, see https://github.com/jhipster/jhipster-online * for more information. diff --git a/src/main/webapp/app/shared/constants/error.constants.ts b/src/main/webapp/app/shared/constants/error.constants.ts index a88896d0..79fa0b0b 100644 --- a/src/main/webapp/app/shared/constants/error.constants.ts +++ b/src/main/webapp/app/shared/constants/error.constants.ts @@ -1,5 +1,5 @@ /** - * Copyright 2017-2023 the original author or authors from the JHipster project. + * Copyright 2017-2024 the original author or authors from the JHipster project. * * This file is part of the JHipster Online project, see https://github.com/jhipster/jhipster-online * for more information. diff --git a/src/main/webapp/app/shared/constants/input.constants.ts b/src/main/webapp/app/shared/constants/input.constants.ts index 6c6be48a..2746b64e 100644 --- a/src/main/webapp/app/shared/constants/input.constants.ts +++ b/src/main/webapp/app/shared/constants/input.constants.ts @@ -1,5 +1,5 @@ /** - * Copyright 2017-2023 the original author or authors from the JHipster project. + * Copyright 2017-2024 the original author or authors from the JHipster project. * * This file is part of the JHipster Online project, see https://github.com/jhipster/jhipster-online * for more information. diff --git a/src/main/webapp/app/shared/constants/pagination.constants.ts b/src/main/webapp/app/shared/constants/pagination.constants.ts index 9aca8a49..9aacc681 100644 --- a/src/main/webapp/app/shared/constants/pagination.constants.ts +++ b/src/main/webapp/app/shared/constants/pagination.constants.ts @@ -1,5 +1,5 @@ /** - * Copyright 2017-2023 the original author or authors from the JHipster project. + * Copyright 2017-2024 the original author or authors from the JHipster project. * * This file is part of the JHipster Online project, see https://github.com/jhipster/jhipster-online * for more information. diff --git a/src/main/webapp/app/shared/ga/google-analytics-events.service.ts b/src/main/webapp/app/shared/ga/google-analytics-events.service.ts index a6e65158..d6b84996 100644 --- a/src/main/webapp/app/shared/ga/google-analytics-events.service.ts +++ b/src/main/webapp/app/shared/ga/google-analytics-events.service.ts @@ -1,5 +1,5 @@ /** - * Copyright 2017-2023 the original author or authors from the JHipster project. + * Copyright 2017-2024 the original author or authors from the JHipster project. * * This file is part of the JHipster Online project, see https://github.com/jhipster/jhipster-online * for more information. diff --git a/src/main/webapp/app/shared/git-provider/git-provider.component.ts b/src/main/webapp/app/shared/git-provider/git-provider.component.ts index 21485fbc..57e502bd 100644 --- a/src/main/webapp/app/shared/git-provider/git-provider.component.ts +++ b/src/main/webapp/app/shared/git-provider/git-provider.component.ts @@ -1,5 +1,5 @@ /** - * Copyright 2017-2023 the original author or authors from the JHipster project. + * Copyright 2017-2024 the original author or authors from the JHipster project. * * This file is part of the JHipster Online project, see https://github.com/jhipster/jhipster-online * for more information. diff --git a/src/main/webapp/app/shared/login/login.component.ts b/src/main/webapp/app/shared/login/login.component.ts index 0e460746..d08910ea 100644 --- a/src/main/webapp/app/shared/login/login.component.ts +++ b/src/main/webapp/app/shared/login/login.component.ts @@ -1,5 +1,5 @@ /** - * Copyright 2017-2023 the original author or authors from the JHipster project. + * Copyright 2017-2024 the original author or authors from the JHipster project. * * This file is part of the JHipster Online project, see https://github.com/jhipster/jhipster-online * for more information. diff --git a/src/main/webapp/app/shared/model/crash-report.model.ts b/src/main/webapp/app/shared/model/crash-report.model.ts index c9322477..d9557a13 100644 --- a/src/main/webapp/app/shared/model/crash-report.model.ts +++ b/src/main/webapp/app/shared/model/crash-report.model.ts @@ -1,5 +1,5 @@ /** - * Copyright 2017-2023 the original author or authors from the JHipster project. + * Copyright 2017-2024 the original author or authors from the JHipster project. * * This file is part of the JHipster Online project, see https://github.com/jhipster/jhipster-online * for more information. diff --git a/src/main/webapp/app/shared/model/entity-stats.model.ts b/src/main/webapp/app/shared/model/entity-stats.model.ts index 2973c717..b3b79db0 100644 --- a/src/main/webapp/app/shared/model/entity-stats.model.ts +++ b/src/main/webapp/app/shared/model/entity-stats.model.ts @@ -1,5 +1,5 @@ /** - * Copyright 2017-2023 the original author or authors from the JHipster project. + * Copyright 2017-2024 the original author or authors from the JHipster project. * * This file is part of the JHipster Online project, see https://github.com/jhipster/jhipster-online * for more information. diff --git a/src/main/webapp/app/shared/model/generator-identity.model.ts b/src/main/webapp/app/shared/model/generator-identity.model.ts index f171f79b..2fd5e81a 100644 --- a/src/main/webapp/app/shared/model/generator-identity.model.ts +++ b/src/main/webapp/app/shared/model/generator-identity.model.ts @@ -1,5 +1,5 @@ /** - * Copyright 2017-2023 the original author or authors from the JHipster project. + * Copyright 2017-2024 the original author or authors from the JHipster project. * * This file is part of the JHipster Online project, see https://github.com/jhipster/jhipster-online * for more information. diff --git a/src/main/webapp/app/shared/model/language.model.ts b/src/main/webapp/app/shared/model/language.model.ts index 962bc3da..bf9ae29d 100644 --- a/src/main/webapp/app/shared/model/language.model.ts +++ b/src/main/webapp/app/shared/model/language.model.ts @@ -1,5 +1,5 @@ /** - * Copyright 2017-2023 the original author or authors from the JHipster project. + * Copyright 2017-2024 the original author or authors from the JHipster project. * * This file is part of the JHipster Online project, see https://github.com/jhipster/jhipster-online * for more information. diff --git a/src/main/webapp/app/shared/model/sub-gen-event.model.ts b/src/main/webapp/app/shared/model/sub-gen-event.model.ts index 783aa59b..a0463b5c 100644 --- a/src/main/webapp/app/shared/model/sub-gen-event.model.ts +++ b/src/main/webapp/app/shared/model/sub-gen-event.model.ts @@ -1,5 +1,5 @@ /** - * Copyright 2017-2023 the original author or authors from the JHipster project. + * Copyright 2017-2024 the original author or authors from the JHipster project. * * This file is part of the JHipster Online project, see https://github.com/jhipster/jhipster-online * for more information. diff --git a/src/main/webapp/app/shared/model/test-framework.model.ts b/src/main/webapp/app/shared/model/test-framework.model.ts index c974401f..6adc286a 100644 --- a/src/main/webapp/app/shared/model/test-framework.model.ts +++ b/src/main/webapp/app/shared/model/test-framework.model.ts @@ -1,5 +1,5 @@ /** - * Copyright 2017-2023 the original author or authors from the JHipster project. + * Copyright 2017-2024 the original author or authors from the JHipster project. * * This file is part of the JHipster Online project, see https://github.com/jhipster/jhipster-online * for more information. diff --git a/src/main/webapp/app/shared/model/yo-rc.model.ts b/src/main/webapp/app/shared/model/yo-rc.model.ts index 018dc89d..6d8e79c7 100644 --- a/src/main/webapp/app/shared/model/yo-rc.model.ts +++ b/src/main/webapp/app/shared/model/yo-rc.model.ts @@ -1,5 +1,5 @@ /** - * Copyright 2017-2023 the original author or authors from the JHipster project. + * Copyright 2017-2024 the original author or authors from the JHipster project. * * This file is part of the JHipster Online project, see https://github.com/jhipster/jhipster-online * for more information. diff --git a/src/main/webapp/app/shared/shared-libs.module.ts b/src/main/webapp/app/shared/shared-libs.module.ts index 5ef94fa1..a442bc41 100644 --- a/src/main/webapp/app/shared/shared-libs.module.ts +++ b/src/main/webapp/app/shared/shared-libs.module.ts @@ -1,5 +1,5 @@ /** - * Copyright 2017-2023 the original author or authors from the JHipster project. + * Copyright 2017-2024 the original author or authors from the JHipster project. * * This file is part of the JHipster Online project, see https://github.com/jhipster/jhipster-online * for more information. diff --git a/src/main/webapp/app/shared/shared.module.ts b/src/main/webapp/app/shared/shared.module.ts index 05ac672c..82cb42d1 100644 --- a/src/main/webapp/app/shared/shared.module.ts +++ b/src/main/webapp/app/shared/shared.module.ts @@ -1,5 +1,5 @@ /** - * Copyright 2017-2023 the original author or authors from the JHipster project. + * Copyright 2017-2024 the original author or authors from the JHipster project. * * This file is part of the JHipster Online project, see https://github.com/jhipster/jhipster-online * for more information. diff --git a/src/main/webapp/app/shared/util/datepicker-adapter.ts b/src/main/webapp/app/shared/util/datepicker-adapter.ts index 4d788319..eb6c8f4c 100644 --- a/src/main/webapp/app/shared/util/datepicker-adapter.ts +++ b/src/main/webapp/app/shared/util/datepicker-adapter.ts @@ -1,5 +1,5 @@ /** - * Copyright 2017-2023 the original author or authors from the JHipster project. + * Copyright 2017-2024 the original author or authors from the JHipster project. * * This file is part of the JHipster Online project, see https://github.com/jhipster/jhipster-online * for more information. diff --git a/src/main/webapp/app/shared/util/request-util.ts b/src/main/webapp/app/shared/util/request-util.ts index 65d2404c..88c433fc 100644 --- a/src/main/webapp/app/shared/util/request-util.ts +++ b/src/main/webapp/app/shared/util/request-util.ts @@ -1,5 +1,5 @@ /** - * Copyright 2017-2023 the original author or authors from the JHipster project. + * Copyright 2017-2024 the original author or authors from the JHipster project. * * This file is part of the JHipster Online project, see https://github.com/jhipster/jhipster-online * for more information. diff --git a/src/main/webapp/app/vendor.ts b/src/main/webapp/app/vendor.ts index 55a7594e..64add7f6 100644 --- a/src/main/webapp/app/vendor.ts +++ b/src/main/webapp/app/vendor.ts @@ -1,5 +1,5 @@ /** - * Copyright 2017-2023 the original author or authors from the JHipster project. + * Copyright 2017-2024 the original author or authors from the JHipster project. * * This file is part of the JHipster Online project, see https://github.com/jhipster/jhipster-online * for more information. diff --git a/src/test/java/io/github/jhipster/online/ArchTest.java b/src/test/java/io/github/jhipster/online/ArchTest.java index e41e4608..6d28b379 100644 --- a/src/test/java/io/github/jhipster/online/ArchTest.java +++ b/src/test/java/io/github/jhipster/online/ArchTest.java @@ -1,5 +1,5 @@ /** - * Copyright 2017-2023 the original author or authors from the JHipster project. + * Copyright 2017-2024 the original author or authors from the JHipster project. * * This file is part of the JHipster Online project, see https://github.com/jhipster/jhipster-online * for more information. diff --git a/src/test/java/io/github/jhipster/online/config/AsyncConfiguration.java b/src/test/java/io/github/jhipster/online/config/AsyncConfiguration.java index b772ef7b..e7d721f5 100644 --- a/src/test/java/io/github/jhipster/online/config/AsyncConfiguration.java +++ b/src/test/java/io/github/jhipster/online/config/AsyncConfiguration.java @@ -1,5 +1,5 @@ /** - * Copyright 2017-2023 the original author or authors from the JHipster project. + * Copyright 2017-2024 the original author or authors from the JHipster project. * * This file is part of the JHipster Online project, see https://github.com/jhipster/jhipster-online * for more information. diff --git a/src/test/java/io/github/jhipster/online/config/NoOpMailConfiguration.java b/src/test/java/io/github/jhipster/online/config/NoOpMailConfiguration.java index 4f17162f..372efca2 100644 --- a/src/test/java/io/github/jhipster/online/config/NoOpMailConfiguration.java +++ b/src/test/java/io/github/jhipster/online/config/NoOpMailConfiguration.java @@ -1,5 +1,5 @@ /** - * Copyright 2017-2023 the original author or authors from the JHipster project. + * Copyright 2017-2024 the original author or authors from the JHipster project. * * This file is part of the JHipster Online project, see https://github.com/jhipster/jhipster-online * for more information. diff --git a/src/test/java/io/github/jhipster/online/config/WebConfigurerTest.java b/src/test/java/io/github/jhipster/online/config/WebConfigurerTest.java index 3f02f834..022b4755 100644 --- a/src/test/java/io/github/jhipster/online/config/WebConfigurerTest.java +++ b/src/test/java/io/github/jhipster/online/config/WebConfigurerTest.java @@ -1,5 +1,5 @@ /** - * Copyright 2017-2023 the original author or authors from the JHipster project. + * Copyright 2017-2024 the original author or authors from the JHipster project. * * This file is part of the JHipster Online project, see https://github.com/jhipster/jhipster-online * for more information. diff --git a/src/test/java/io/github/jhipster/online/config/WebConfigurerTestController.java b/src/test/java/io/github/jhipster/online/config/WebConfigurerTestController.java index 0255e88e..763d3282 100644 --- a/src/test/java/io/github/jhipster/online/config/WebConfigurerTestController.java +++ b/src/test/java/io/github/jhipster/online/config/WebConfigurerTestController.java @@ -1,5 +1,5 @@ /** - * Copyright 2017-2023 the original author or authors from the JHipster project. + * Copyright 2017-2024 the original author or authors from the JHipster project. * * This file is part of the JHipster Online project, see https://github.com/jhipster/jhipster-online * for more information. diff --git a/src/test/java/io/github/jhipster/online/config/audit/AuditEventConverterTest.java b/src/test/java/io/github/jhipster/online/config/audit/AuditEventConverterTest.java index 663d38f8..001f14b5 100644 --- a/src/test/java/io/github/jhipster/online/config/audit/AuditEventConverterTest.java +++ b/src/test/java/io/github/jhipster/online/config/audit/AuditEventConverterTest.java @@ -1,5 +1,5 @@ /** - * Copyright 2017-2023 the original author or authors from the JHipster project. + * Copyright 2017-2024 the original author or authors from the JHipster project. * * This file is part of the JHipster Online project, see https://github.com/jhipster/jhipster-online * for more information. diff --git a/src/test/java/io/github/jhipster/online/repository/CustomAuditEventRepositoryIT.java b/src/test/java/io/github/jhipster/online/repository/CustomAuditEventRepositoryIT.java index 0af461af..ef99f7c0 100644 --- a/src/test/java/io/github/jhipster/online/repository/CustomAuditEventRepositoryIT.java +++ b/src/test/java/io/github/jhipster/online/repository/CustomAuditEventRepositoryIT.java @@ -1,5 +1,5 @@ /** - * Copyright 2017-2023 the original author or authors from the JHipster project. + * Copyright 2017-2024 the original author or authors from the JHipster project. * * This file is part of the JHipster Online project, see https://github.com/jhipster/jhipster-online * for more information. diff --git a/src/test/java/io/github/jhipster/online/security/DomainUserDetailsServiceIT.java b/src/test/java/io/github/jhipster/online/security/DomainUserDetailsServiceIT.java index b789378f..e94f0eb0 100644 --- a/src/test/java/io/github/jhipster/online/security/DomainUserDetailsServiceIT.java +++ b/src/test/java/io/github/jhipster/online/security/DomainUserDetailsServiceIT.java @@ -1,5 +1,5 @@ /** - * Copyright 2017-2023 the original author or authors from the JHipster project. + * Copyright 2017-2024 the original author or authors from the JHipster project. * * This file is part of the JHipster Online project, see https://github.com/jhipster/jhipster-online * for more information. diff --git a/src/test/java/io/github/jhipster/online/security/SecurityUtilsUnitTest.java b/src/test/java/io/github/jhipster/online/security/SecurityUtilsUnitTest.java index 12065fbc..e8823c87 100644 --- a/src/test/java/io/github/jhipster/online/security/SecurityUtilsUnitTest.java +++ b/src/test/java/io/github/jhipster/online/security/SecurityUtilsUnitTest.java @@ -1,5 +1,5 @@ /** - * Copyright 2017-2023 the original author or authors from the JHipster project. + * Copyright 2017-2024 the original author or authors from the JHipster project. * * This file is part of the JHipster Online project, see https://github.com/jhipster/jhipster-online * for more information. diff --git a/src/test/java/io/github/jhipster/online/security/jwt/JWTFilterTest.java b/src/test/java/io/github/jhipster/online/security/jwt/JWTFilterTest.java index 939decb9..497d9c00 100644 --- a/src/test/java/io/github/jhipster/online/security/jwt/JWTFilterTest.java +++ b/src/test/java/io/github/jhipster/online/security/jwt/JWTFilterTest.java @@ -1,5 +1,5 @@ /** - * Copyright 2017-2023 the original author or authors from the JHipster project. + * Copyright 2017-2024 the original author or authors from the JHipster project. * * This file is part of the JHipster Online project, see https://github.com/jhipster/jhipster-online * for more information. diff --git a/src/test/java/io/github/jhipster/online/security/jwt/TokenProviderTest.java b/src/test/java/io/github/jhipster/online/security/jwt/TokenProviderTest.java index 03c38996..a230ac55 100644 --- a/src/test/java/io/github/jhipster/online/security/jwt/TokenProviderTest.java +++ b/src/test/java/io/github/jhipster/online/security/jwt/TokenProviderTest.java @@ -1,5 +1,5 @@ /** - * Copyright 2017-2023 the original author or authors from the JHipster project. + * Copyright 2017-2024 the original author or authors from the JHipster project. * * This file is part of the JHipster Online project, see https://github.com/jhipster/jhipster-online * for more information. diff --git a/src/test/java/io/github/jhipster/online/service/AuditEventServiceIT.java b/src/test/java/io/github/jhipster/online/service/AuditEventServiceIT.java index 0bbf5623..92f631a5 100644 --- a/src/test/java/io/github/jhipster/online/service/AuditEventServiceIT.java +++ b/src/test/java/io/github/jhipster/online/service/AuditEventServiceIT.java @@ -1,5 +1,5 @@ /** - * Copyright 2017-2023 the original author or authors from the JHipster project. + * Copyright 2017-2024 the original author or authors from the JHipster project. * * This file is part of the JHipster Online project, see https://github.com/jhipster/jhipster-online * for more information. diff --git a/src/test/java/io/github/jhipster/online/service/DataGenerationFixture.java b/src/test/java/io/github/jhipster/online/service/DataGenerationFixture.java index b2bfba33..522521bc 100644 --- a/src/test/java/io/github/jhipster/online/service/DataGenerationFixture.java +++ b/src/test/java/io/github/jhipster/online/service/DataGenerationFixture.java @@ -1,5 +1,5 @@ /** - * Copyright 2017-2023 the original author or authors from the JHipster project. + * Copyright 2017-2024 the original author or authors from the JHipster project. * * This file is part of the JHipster Online project, see https://github.com/jhipster/jhipster-online * for more information. diff --git a/src/test/java/io/github/jhipster/online/service/GeneratorIdentityServiceTest.java b/src/test/java/io/github/jhipster/online/service/GeneratorIdentityServiceTest.java index 2f2e671d..65f277e9 100644 --- a/src/test/java/io/github/jhipster/online/service/GeneratorIdentityServiceTest.java +++ b/src/test/java/io/github/jhipster/online/service/GeneratorIdentityServiceTest.java @@ -1,5 +1,5 @@ /** - * Copyright 2017-2023 the original author or authors from the JHipster project. + * Copyright 2017-2024 the original author or authors from the JHipster project. * * This file is part of the JHipster Online project, see https://github.com/jhipster/jhipster-online * for more information. diff --git a/src/test/java/io/github/jhipster/online/service/GeneratorServiceTest.java b/src/test/java/io/github/jhipster/online/service/GeneratorServiceTest.java index 6091cbf9..792b22da 100644 --- a/src/test/java/io/github/jhipster/online/service/GeneratorServiceTest.java +++ b/src/test/java/io/github/jhipster/online/service/GeneratorServiceTest.java @@ -1,5 +1,5 @@ /** - * Copyright 2017-2023 the original author or authors from the JHipster project. + * Copyright 2017-2024 the original author or authors from the JHipster project. * * This file is part of the JHipster Online project, see https://github.com/jhipster/jhipster-online * for more information. diff --git a/src/test/java/io/github/jhipster/online/service/JHipsterServiceTest.java b/src/test/java/io/github/jhipster/online/service/JHipsterServiceTest.java index 08a53239..34132b55 100644 --- a/src/test/java/io/github/jhipster/online/service/JHipsterServiceTest.java +++ b/src/test/java/io/github/jhipster/online/service/JHipsterServiceTest.java @@ -1,5 +1,5 @@ /** - * Copyright 2017-2023 the original author or authors from the JHipster project. + * Copyright 2017-2024 the original author or authors from the JHipster project. * * This file is part of the JHipster Online project, see https://github.com/jhipster/jhipster-online * for more information. diff --git a/src/test/java/io/github/jhipster/online/service/JdlMetadataServiceTest.java b/src/test/java/io/github/jhipster/online/service/JdlMetadataServiceTest.java index d420d687..6171a409 100644 --- a/src/test/java/io/github/jhipster/online/service/JdlMetadataServiceTest.java +++ b/src/test/java/io/github/jhipster/online/service/JdlMetadataServiceTest.java @@ -1,5 +1,5 @@ /** - * Copyright 2017-2023 the original author or authors from the JHipster project. + * Copyright 2017-2024 the original author or authors from the JHipster project. * * This file is part of the JHipster Online project, see https://github.com/jhipster/jhipster-online * for more information. diff --git a/src/test/java/io/github/jhipster/online/service/JdlServiceTest.java b/src/test/java/io/github/jhipster/online/service/JdlServiceTest.java index cfc40587..d2b21d8f 100644 --- a/src/test/java/io/github/jhipster/online/service/JdlServiceTest.java +++ b/src/test/java/io/github/jhipster/online/service/JdlServiceTest.java @@ -1,5 +1,5 @@ /** - * Copyright 2017-2023 the original author or authors from the JHipster project. + * Copyright 2017-2024 the original author or authors from the JHipster project. * * This file is part of the JHipster Online project, see https://github.com/jhipster/jhipster-online * for more information. diff --git a/src/test/java/io/github/jhipster/online/service/MailServiceIT.java b/src/test/java/io/github/jhipster/online/service/MailServiceIT.java index 8f6d6dbb..b87eab75 100644 --- a/src/test/java/io/github/jhipster/online/service/MailServiceIT.java +++ b/src/test/java/io/github/jhipster/online/service/MailServiceIT.java @@ -1,5 +1,5 @@ /** - * Copyright 2017-2023 the original author or authors from the JHipster project. + * Copyright 2017-2024 the original author or authors from the JHipster project. * * This file is part of the JHipster Online project, see https://github.com/jhipster/jhipster-online * for more information. diff --git a/src/test/java/io/github/jhipster/online/service/UserServiceIT.java b/src/test/java/io/github/jhipster/online/service/UserServiceIT.java index 2b9b6cc1..fa220faa 100644 --- a/src/test/java/io/github/jhipster/online/service/UserServiceIT.java +++ b/src/test/java/io/github/jhipster/online/service/UserServiceIT.java @@ -1,5 +1,5 @@ /** - * Copyright 2017-2023 the original author or authors from the JHipster project. + * Copyright 2017-2024 the original author or authors from the JHipster project. * * This file is part of the JHipster Online project, see https://github.com/jhipster/jhipster-online * for more information. diff --git a/src/test/java/io/github/jhipster/online/service/enums/TemporalValueTypeTest.java b/src/test/java/io/github/jhipster/online/service/enums/TemporalValueTypeTest.java index ec71e1f2..194b401f 100644 --- a/src/test/java/io/github/jhipster/online/service/enums/TemporalValueTypeTest.java +++ b/src/test/java/io/github/jhipster/online/service/enums/TemporalValueTypeTest.java @@ -1,5 +1,5 @@ /** - * Copyright 2017-2023 the original author or authors from the JHipster project. + * Copyright 2017-2024 the original author or authors from the JHipster project. * * This file is part of the JHipster Online project, see https://github.com/jhipster/jhipster-online * for more information. diff --git a/src/test/java/io/github/jhipster/online/service/mapper/UserMapperTest.java b/src/test/java/io/github/jhipster/online/service/mapper/UserMapperTest.java index 8a29c77b..343c574a 100644 --- a/src/test/java/io/github/jhipster/online/service/mapper/UserMapperTest.java +++ b/src/test/java/io/github/jhipster/online/service/mapper/UserMapperTest.java @@ -1,5 +1,5 @@ /** - * Copyright 2017-2023 the original author or authors from the JHipster project. + * Copyright 2017-2024 the original author or authors from the JHipster project. * * This file is part of the JHipster Online project, see https://github.com/jhipster/jhipster-online * for more information. diff --git a/src/test/java/io/github/jhipster/online/service/yorc/YoRCServiceChoicesIntTest.java b/src/test/java/io/github/jhipster/online/service/yorc/YoRCServiceChoicesIntTest.java index 76d7cccb..fd43ce59 100644 --- a/src/test/java/io/github/jhipster/online/service/yorc/YoRCServiceChoicesIntTest.java +++ b/src/test/java/io/github/jhipster/online/service/yorc/YoRCServiceChoicesIntTest.java @@ -1,5 +1,5 @@ /** - * Copyright 2017-2023 the original author or authors from the JHipster project. + * Copyright 2017-2024 the original author or authors from the JHipster project. * * This file is part of the JHipster Online project, see https://github.com/jhipster/jhipster-online * for more information. diff --git a/src/test/java/io/github/jhipster/online/service/yorc/YoRCServiceCountsIntTest.java b/src/test/java/io/github/jhipster/online/service/yorc/YoRCServiceCountsIntTest.java index 0919fa06..bcaae1a9 100644 --- a/src/test/java/io/github/jhipster/online/service/yorc/YoRCServiceCountsIntTest.java +++ b/src/test/java/io/github/jhipster/online/service/yorc/YoRCServiceCountsIntTest.java @@ -1,5 +1,5 @@ /** - * Copyright 2017-2023 the original author or authors from the JHipster project. + * Copyright 2017-2024 the original author or authors from the JHipster project. * * This file is part of the JHipster Online project, see https://github.com/jhipster/jhipster-online * for more information. diff --git a/src/test/java/io/github/jhipster/online/util/DateUtilTest.java b/src/test/java/io/github/jhipster/online/util/DateUtilTest.java index 4c691a5a..2f81da7f 100644 --- a/src/test/java/io/github/jhipster/online/util/DateUtilTest.java +++ b/src/test/java/io/github/jhipster/online/util/DateUtilTest.java @@ -1,5 +1,5 @@ /** - * Copyright 2017-2023 the original author or authors from the JHipster project. + * Copyright 2017-2024 the original author or authors from the JHipster project. * * This file is part of the JHipster Online project, see https://github.com/jhipster/jhipster-online * for more information. diff --git a/src/test/java/io/github/jhipster/online/util/SanitizeInputsTest.java b/src/test/java/io/github/jhipster/online/util/SanitizeInputsTest.java index 76b3163a..ba993a7f 100644 --- a/src/test/java/io/github/jhipster/online/util/SanitizeInputsTest.java +++ b/src/test/java/io/github/jhipster/online/util/SanitizeInputsTest.java @@ -1,5 +1,5 @@ /** - * Copyright 2017-2023 the original author or authors from the JHipster project. + * Copyright 2017-2024 the original author or authors from the JHipster project. * * This file is part of the JHipster Online project, see https://github.com/jhipster/jhipster-online * for more information. diff --git a/src/test/java/io/github/jhipster/online/web/rest/AccountResourceIT.java b/src/test/java/io/github/jhipster/online/web/rest/AccountResourceIT.java index e95c0181..efb053aa 100644 --- a/src/test/java/io/github/jhipster/online/web/rest/AccountResourceIT.java +++ b/src/test/java/io/github/jhipster/online/web/rest/AccountResourceIT.java @@ -1,5 +1,5 @@ /** - * Copyright 2017-2023 the original author or authors from the JHipster project. + * Copyright 2017-2024 the original author or authors from the JHipster project. * * This file is part of the JHipster Online project, see https://github.com/jhipster/jhipster-online * for more information. diff --git a/src/test/java/io/github/jhipster/online/web/rest/AuditResourceIT.java b/src/test/java/io/github/jhipster/online/web/rest/AuditResourceIT.java index 88fc98ec..bbba28ed 100644 --- a/src/test/java/io/github/jhipster/online/web/rest/AuditResourceIT.java +++ b/src/test/java/io/github/jhipster/online/web/rest/AuditResourceIT.java @@ -1,5 +1,5 @@ /** - * Copyright 2017-2023 the original author or authors from the JHipster project. + * Copyright 2017-2024 the original author or authors from the JHipster project. * * This file is part of the JHipster Online project, see https://github.com/jhipster/jhipster-online * for more information. diff --git a/src/test/java/io/github/jhipster/online/web/rest/ClientForwardControllerTest.java b/src/test/java/io/github/jhipster/online/web/rest/ClientForwardControllerTest.java index 7f66fa6a..6d4d2125 100644 --- a/src/test/java/io/github/jhipster/online/web/rest/ClientForwardControllerTest.java +++ b/src/test/java/io/github/jhipster/online/web/rest/ClientForwardControllerTest.java @@ -1,5 +1,5 @@ /** - * Copyright 2017-2023 the original author or authors from the JHipster project. + * Copyright 2017-2024 the original author or authors from the JHipster project. * * This file is part of the JHipster Online project, see https://github.com/jhipster/jhipster-online * for more information. diff --git a/src/test/java/io/github/jhipster/online/web/rest/EntityStatsResourceIntTest.java b/src/test/java/io/github/jhipster/online/web/rest/EntityStatsResourceIntTest.java index 3fc0abac..e264fa16 100644 --- a/src/test/java/io/github/jhipster/online/web/rest/EntityStatsResourceIntTest.java +++ b/src/test/java/io/github/jhipster/online/web/rest/EntityStatsResourceIntTest.java @@ -1,5 +1,5 @@ /** - * Copyright 2017-2023 the original author or authors from the JHipster project. + * Copyright 2017-2024 the original author or authors from the JHipster project. * * This file is part of the JHipster Online project, see https://github.com/jhipster/jhipster-online * for more information. diff --git a/src/test/java/io/github/jhipster/online/web/rest/GeneratorIdentityResourceIntTest.java b/src/test/java/io/github/jhipster/online/web/rest/GeneratorIdentityResourceIntTest.java index 9895a87c..db258919 100644 --- a/src/test/java/io/github/jhipster/online/web/rest/GeneratorIdentityResourceIntTest.java +++ b/src/test/java/io/github/jhipster/online/web/rest/GeneratorIdentityResourceIntTest.java @@ -1,5 +1,5 @@ /** - * Copyright 2017-2023 the original author or authors from the JHipster project. + * Copyright 2017-2024 the original author or authors from the JHipster project. * * This file is part of the JHipster Online project, see https://github.com/jhipster/jhipster-online * for more information. diff --git a/src/test/java/io/github/jhipster/online/web/rest/GitResourceIntTest.java b/src/test/java/io/github/jhipster/online/web/rest/GitResourceIntTest.java index 4866e509..c16db3b0 100644 --- a/src/test/java/io/github/jhipster/online/web/rest/GitResourceIntTest.java +++ b/src/test/java/io/github/jhipster/online/web/rest/GitResourceIntTest.java @@ -1,5 +1,5 @@ /** - * Copyright 2017-2023 the original author or authors from the JHipster project. + * Copyright 2017-2024 the original author or authors from the JHipster project. * * This file is part of the JHipster Online project, see https://github.com/jhipster/jhipster-online * for more information. diff --git a/src/test/java/io/github/jhipster/online/web/rest/StatisticsResourceIntTest.java b/src/test/java/io/github/jhipster/online/web/rest/StatisticsResourceIntTest.java index 76c90abe..a3cb886f 100644 --- a/src/test/java/io/github/jhipster/online/web/rest/StatisticsResourceIntTest.java +++ b/src/test/java/io/github/jhipster/online/web/rest/StatisticsResourceIntTest.java @@ -1,5 +1,5 @@ /** - * Copyright 2017-2023 the original author or authors from the JHipster project. + * Copyright 2017-2024 the original author or authors from the JHipster project. * * This file is part of the JHipster Online project, see https://github.com/jhipster/jhipster-online * for more information. diff --git a/src/test/java/io/github/jhipster/online/web/rest/SubGenEventResourceIntTest.java b/src/test/java/io/github/jhipster/online/web/rest/SubGenEventResourceIntTest.java index 7670215f..21ae8280 100644 --- a/src/test/java/io/github/jhipster/online/web/rest/SubGenEventResourceIntTest.java +++ b/src/test/java/io/github/jhipster/online/web/rest/SubGenEventResourceIntTest.java @@ -1,5 +1,5 @@ /** - * Copyright 2017-2023 the original author or authors from the JHipster project. + * Copyright 2017-2024 the original author or authors from the JHipster project. * * This file is part of the JHipster Online project, see https://github.com/jhipster/jhipster-online * for more information. diff --git a/src/test/java/io/github/jhipster/online/web/rest/TestUtil.java b/src/test/java/io/github/jhipster/online/web/rest/TestUtil.java index 11934ca1..2888242c 100644 --- a/src/test/java/io/github/jhipster/online/web/rest/TestUtil.java +++ b/src/test/java/io/github/jhipster/online/web/rest/TestUtil.java @@ -1,5 +1,5 @@ /** - * Copyright 2017-2023 the original author or authors from the JHipster project. + * Copyright 2017-2024 the original author or authors from the JHipster project. * * This file is part of the JHipster Online project, see https://github.com/jhipster/jhipster-online * for more information. diff --git a/src/test/java/io/github/jhipster/online/web/rest/UserJWTControllerIT.java b/src/test/java/io/github/jhipster/online/web/rest/UserJWTControllerIT.java index 31dd6799..6aac7161 100644 --- a/src/test/java/io/github/jhipster/online/web/rest/UserJWTControllerIT.java +++ b/src/test/java/io/github/jhipster/online/web/rest/UserJWTControllerIT.java @@ -1,5 +1,5 @@ /** - * Copyright 2017-2023 the original author or authors from the JHipster project. + * Copyright 2017-2024 the original author or authors from the JHipster project. * * This file is part of the JHipster Online project, see https://github.com/jhipster/jhipster-online * for more information. diff --git a/src/test/java/io/github/jhipster/online/web/rest/UserResourceIT.java b/src/test/java/io/github/jhipster/online/web/rest/UserResourceIT.java index b43687d6..cedf75f3 100644 --- a/src/test/java/io/github/jhipster/online/web/rest/UserResourceIT.java +++ b/src/test/java/io/github/jhipster/online/web/rest/UserResourceIT.java @@ -1,5 +1,5 @@ /** - * Copyright 2017-2023 the original author or authors from the JHipster project. + * Copyright 2017-2024 the original author or authors from the JHipster project. * * This file is part of the JHipster Online project, see https://github.com/jhipster/jhipster-online * for more information. diff --git a/src/test/java/io/github/jhipster/online/web/rest/WithUnauthenticatedMockUser.java b/src/test/java/io/github/jhipster/online/web/rest/WithUnauthenticatedMockUser.java index 347ef593..3f2d5910 100644 --- a/src/test/java/io/github/jhipster/online/web/rest/WithUnauthenticatedMockUser.java +++ b/src/test/java/io/github/jhipster/online/web/rest/WithUnauthenticatedMockUser.java @@ -1,5 +1,5 @@ /** - * Copyright 2017-2023 the original author or authors from the JHipster project. + * Copyright 2017-2024 the original author or authors from the JHipster project. * * This file is part of the JHipster Online project, see https://github.com/jhipster/jhipster-online * for more information. diff --git a/src/test/java/io/github/jhipster/online/web/rest/YoRCResourceIntTest.java b/src/test/java/io/github/jhipster/online/web/rest/YoRCResourceIntTest.java index 4083549a..5d7d4e76 100644 --- a/src/test/java/io/github/jhipster/online/web/rest/YoRCResourceIntTest.java +++ b/src/test/java/io/github/jhipster/online/web/rest/YoRCResourceIntTest.java @@ -1,5 +1,5 @@ /** - * Copyright 2017-2023 the original author or authors from the JHipster project. + * Copyright 2017-2024 the original author or authors from the JHipster project. * * This file is part of the JHipster Online project, see https://github.com/jhipster/jhipster-online * for more information. diff --git a/src/test/java/io/github/jhipster/online/web/rest/errors/ExceptionTranslatorIT.java b/src/test/java/io/github/jhipster/online/web/rest/errors/ExceptionTranslatorIT.java index 5bcb7582..94ae35ae 100644 --- a/src/test/java/io/github/jhipster/online/web/rest/errors/ExceptionTranslatorIT.java +++ b/src/test/java/io/github/jhipster/online/web/rest/errors/ExceptionTranslatorIT.java @@ -1,5 +1,5 @@ /** - * Copyright 2017-2023 the original author or authors from the JHipster project. + * Copyright 2017-2024 the original author or authors from the JHipster project. * * This file is part of the JHipster Online project, see https://github.com/jhipster/jhipster-online * for more information. diff --git a/src/test/java/io/github/jhipster/online/web/rest/errors/ExceptionTranslatorTestController.java b/src/test/java/io/github/jhipster/online/web/rest/errors/ExceptionTranslatorTestController.java index 72e2d389..759ad75c 100644 --- a/src/test/java/io/github/jhipster/online/web/rest/errors/ExceptionTranslatorTestController.java +++ b/src/test/java/io/github/jhipster/online/web/rest/errors/ExceptionTranslatorTestController.java @@ -1,5 +1,5 @@ /** - * Copyright 2017-2023 the original author or authors from the JHipster project. + * Copyright 2017-2024 the original author or authors from the JHipster project. * * This file is part of the JHipster Online project, see https://github.com/jhipster/jhipster-online * for more information. diff --git a/src/test/javascript/spec/app/account/activate/activate.component.spec.ts b/src/test/javascript/spec/app/account/activate/activate.component.spec.ts index 6d84fd6b..6adc1ec0 100644 --- a/src/test/javascript/spec/app/account/activate/activate.component.spec.ts +++ b/src/test/javascript/spec/app/account/activate/activate.component.spec.ts @@ -1,5 +1,5 @@ /** - * Copyright 2017-2023 the original author or authors from the JHipster project. + * Copyright 2017-2024 the original author or authors from the JHipster project. * * This file is part of the JHipster Online project, see https://github.com/jhipster/jhipster-online * for more information. diff --git a/src/test/javascript/spec/app/account/password-reset/finish/password-reset-finish.component.spec.ts b/src/test/javascript/spec/app/account/password-reset/finish/password-reset-finish.component.spec.ts index 4a9f95c9..e9e4d956 100644 --- a/src/test/javascript/spec/app/account/password-reset/finish/password-reset-finish.component.spec.ts +++ b/src/test/javascript/spec/app/account/password-reset/finish/password-reset-finish.component.spec.ts @@ -1,5 +1,5 @@ /** - * Copyright 2017-2023 the original author or authors from the JHipster project. + * Copyright 2017-2024 the original author or authors from the JHipster project. * * This file is part of the JHipster Online project, see https://github.com/jhipster/jhipster-online * for more information. diff --git a/src/test/javascript/spec/app/account/password-reset/init/password-reset-init.component.spec.ts b/src/test/javascript/spec/app/account/password-reset/init/password-reset-init.component.spec.ts index d904d80b..70b22661 100644 --- a/src/test/javascript/spec/app/account/password-reset/init/password-reset-init.component.spec.ts +++ b/src/test/javascript/spec/app/account/password-reset/init/password-reset-init.component.spec.ts @@ -1,5 +1,5 @@ /** - * Copyright 2017-2023 the original author or authors from the JHipster project. + * Copyright 2017-2024 the original author or authors from the JHipster project. * * This file is part of the JHipster Online project, see https://github.com/jhipster/jhipster-online * for more information. diff --git a/src/test/javascript/spec/app/account/password/password-strength-bar.component.spec.ts b/src/test/javascript/spec/app/account/password/password-strength-bar.component.spec.ts index 8cb7bfcc..ded5fa6d 100644 --- a/src/test/javascript/spec/app/account/password/password-strength-bar.component.spec.ts +++ b/src/test/javascript/spec/app/account/password/password-strength-bar.component.spec.ts @@ -1,5 +1,5 @@ /** - * Copyright 2017-2023 the original author or authors from the JHipster project. + * Copyright 2017-2024 the original author or authors from the JHipster project. * * This file is part of the JHipster Online project, see https://github.com/jhipster/jhipster-online * for more information. diff --git a/src/test/javascript/spec/app/account/password/password.component.spec.ts b/src/test/javascript/spec/app/account/password/password.component.spec.ts index 221f9a3b..1d304380 100644 --- a/src/test/javascript/spec/app/account/password/password.component.spec.ts +++ b/src/test/javascript/spec/app/account/password/password.component.spec.ts @@ -1,5 +1,5 @@ /** - * Copyright 2017-2023 the original author or authors from the JHipster project. + * Copyright 2017-2024 the original author or authors from the JHipster project. * * This file is part of the JHipster Online project, see https://github.com/jhipster/jhipster-online * for more information. diff --git a/src/test/javascript/spec/app/account/register/register.component.spec.ts b/src/test/javascript/spec/app/account/register/register.component.spec.ts index befc11fc..95a2667a 100644 --- a/src/test/javascript/spec/app/account/register/register.component.spec.ts +++ b/src/test/javascript/spec/app/account/register/register.component.spec.ts @@ -1,5 +1,5 @@ /** - * Copyright 2017-2023 the original author or authors from the JHipster project. + * Copyright 2017-2024 the original author or authors from the JHipster project. * * This file is part of the JHipster Online project, see https://github.com/jhipster/jhipster-online * for more information. diff --git a/src/test/javascript/spec/app/account/settings/delete-account-dialog.component.spec.ts b/src/test/javascript/spec/app/account/settings/delete-account-dialog.component.spec.ts index 830b8c2e..d2c7d594 100644 --- a/src/test/javascript/spec/app/account/settings/delete-account-dialog.component.spec.ts +++ b/src/test/javascript/spec/app/account/settings/delete-account-dialog.component.spec.ts @@ -1,5 +1,5 @@ /** - * Copyright 2017-2023 the original author or authors from the JHipster project. + * Copyright 2017-2024 the original author or authors from the JHipster project. * * This file is part of the JHipster Online project, see https://github.com/jhipster/jhipster-online * for more information. diff --git a/src/test/javascript/spec/app/account/settings/settings.component.spec.ts b/src/test/javascript/spec/app/account/settings/settings.component.spec.ts index f17bcb28..bad98a4b 100644 --- a/src/test/javascript/spec/app/account/settings/settings.component.spec.ts +++ b/src/test/javascript/spec/app/account/settings/settings.component.spec.ts @@ -1,5 +1,5 @@ /** - * Copyright 2017-2023 the original author or authors from the JHipster project. + * Copyright 2017-2024 the original author or authors from the JHipster project. * * This file is part of the JHipster Online project, see https://github.com/jhipster/jhipster-online * for more information. diff --git a/src/test/javascript/spec/app/admin/audits/audits.component.spec.ts b/src/test/javascript/spec/app/admin/audits/audits.component.spec.ts index 79035f68..c23e87cd 100644 --- a/src/test/javascript/spec/app/admin/audits/audits.component.spec.ts +++ b/src/test/javascript/spec/app/admin/audits/audits.component.spec.ts @@ -1,5 +1,5 @@ /** - * Copyright 2017-2023 the original author or authors from the JHipster project. + * Copyright 2017-2024 the original author or authors from the JHipster project. * * This file is part of the JHipster Online project, see https://github.com/jhipster/jhipster-online * for more information. diff --git a/src/test/javascript/spec/app/admin/audits/audits.service.spec.ts b/src/test/javascript/spec/app/admin/audits/audits.service.spec.ts index 9efdb080..d30aa476 100644 --- a/src/test/javascript/spec/app/admin/audits/audits.service.spec.ts +++ b/src/test/javascript/spec/app/admin/audits/audits.service.spec.ts @@ -1,5 +1,5 @@ /** - * Copyright 2017-2023 the original author or authors from the JHipster project. + * Copyright 2017-2024 the original author or authors from the JHipster project. * * This file is part of the JHipster Online project, see https://github.com/jhipster/jhipster-online * for more information. diff --git a/src/test/javascript/spec/app/admin/configuration/configuration.component.spec.ts b/src/test/javascript/spec/app/admin/configuration/configuration.component.spec.ts index 2e292b27..e3227ce4 100644 --- a/src/test/javascript/spec/app/admin/configuration/configuration.component.spec.ts +++ b/src/test/javascript/spec/app/admin/configuration/configuration.component.spec.ts @@ -1,5 +1,5 @@ /** - * Copyright 2017-2023 the original author or authors from the JHipster project. + * Copyright 2017-2024 the original author or authors from the JHipster project. * * This file is part of the JHipster Online project, see https://github.com/jhipster/jhipster-online * for more information. diff --git a/src/test/javascript/spec/app/admin/configuration/configuration.service.spec.ts b/src/test/javascript/spec/app/admin/configuration/configuration.service.spec.ts index dcbedb2d..40680cdc 100644 --- a/src/test/javascript/spec/app/admin/configuration/configuration.service.spec.ts +++ b/src/test/javascript/spec/app/admin/configuration/configuration.service.spec.ts @@ -1,5 +1,5 @@ /** - * Copyright 2017-2023 the original author or authors from the JHipster project. + * Copyright 2017-2024 the original author or authors from the JHipster project. * * This file is part of the JHipster Online project, see https://github.com/jhipster/jhipster-online * for more information. diff --git a/src/test/javascript/spec/app/admin/health/health.component.spec.ts b/src/test/javascript/spec/app/admin/health/health.component.spec.ts index 472dad85..8e74ad46 100644 --- a/src/test/javascript/spec/app/admin/health/health.component.spec.ts +++ b/src/test/javascript/spec/app/admin/health/health.component.spec.ts @@ -1,5 +1,5 @@ /** - * Copyright 2017-2023 the original author or authors from the JHipster project. + * Copyright 2017-2024 the original author or authors from the JHipster project. * * This file is part of the JHipster Online project, see https://github.com/jhipster/jhipster-online * for more information. diff --git a/src/test/javascript/spec/app/admin/logs/logs.component.spec.ts b/src/test/javascript/spec/app/admin/logs/logs.component.spec.ts index 6f45ee1b..74f3f653 100644 --- a/src/test/javascript/spec/app/admin/logs/logs.component.spec.ts +++ b/src/test/javascript/spec/app/admin/logs/logs.component.spec.ts @@ -1,5 +1,5 @@ /** - * Copyright 2017-2023 the original author or authors from the JHipster project. + * Copyright 2017-2024 the original author or authors from the JHipster project. * * This file is part of the JHipster Online project, see https://github.com/jhipster/jhipster-online * for more information. diff --git a/src/test/javascript/spec/app/admin/logs/logs.service.spec.ts b/src/test/javascript/spec/app/admin/logs/logs.service.spec.ts index c3b364d2..ef7d83ac 100644 --- a/src/test/javascript/spec/app/admin/logs/logs.service.spec.ts +++ b/src/test/javascript/spec/app/admin/logs/logs.service.spec.ts @@ -1,5 +1,5 @@ /** - * Copyright 2017-2023 the original author or authors from the JHipster project. + * Copyright 2017-2024 the original author or authors from the JHipster project. * * This file is part of the JHipster Online project, see https://github.com/jhipster/jhipster-online * for more information. diff --git a/src/test/javascript/spec/app/admin/metrics/metrics.component.spec.ts b/src/test/javascript/spec/app/admin/metrics/metrics.component.spec.ts index 7cb204f7..8706e74d 100644 --- a/src/test/javascript/spec/app/admin/metrics/metrics.component.spec.ts +++ b/src/test/javascript/spec/app/admin/metrics/metrics.component.spec.ts @@ -1,5 +1,5 @@ /** - * Copyright 2017-2023 the original author or authors from the JHipster project. + * Copyright 2017-2024 the original author or authors from the JHipster project. * * This file is part of the JHipster Online project, see https://github.com/jhipster/jhipster-online * for more information. diff --git a/src/test/javascript/spec/app/admin/metrics/metrics.service.spec.ts b/src/test/javascript/spec/app/admin/metrics/metrics.service.spec.ts index 927f0ee0..3a1e0f91 100644 --- a/src/test/javascript/spec/app/admin/metrics/metrics.service.spec.ts +++ b/src/test/javascript/spec/app/admin/metrics/metrics.service.spec.ts @@ -1,5 +1,5 @@ /** - * Copyright 2017-2023 the original author or authors from the JHipster project. + * Copyright 2017-2024 the original author or authors from the JHipster project. * * This file is part of the JHipster Online project, see https://github.com/jhipster/jhipster-online * for more information. diff --git a/src/test/javascript/spec/app/admin/user-management/user-management-delete-dialog.component.spec.ts b/src/test/javascript/spec/app/admin/user-management/user-management-delete-dialog.component.spec.ts index 32fb6b60..a1bb71cf 100644 --- a/src/test/javascript/spec/app/admin/user-management/user-management-delete-dialog.component.spec.ts +++ b/src/test/javascript/spec/app/admin/user-management/user-management-delete-dialog.component.spec.ts @@ -1,5 +1,5 @@ /** - * Copyright 2017-2023 the original author or authors from the JHipster project. + * Copyright 2017-2024 the original author or authors from the JHipster project. * * This file is part of the JHipster Online project, see https://github.com/jhipster/jhipster-online * for more information. diff --git a/src/test/javascript/spec/app/admin/user-management/user-management-detail.component.spec.ts b/src/test/javascript/spec/app/admin/user-management/user-management-detail.component.spec.ts index 2e1aa2e9..ad1b42c0 100644 --- a/src/test/javascript/spec/app/admin/user-management/user-management-detail.component.spec.ts +++ b/src/test/javascript/spec/app/admin/user-management/user-management-detail.component.spec.ts @@ -1,5 +1,5 @@ /** - * Copyright 2017-2023 the original author or authors from the JHipster project. + * Copyright 2017-2024 the original author or authors from the JHipster project. * * This file is part of the JHipster Online project, see https://github.com/jhipster/jhipster-online * for more information. diff --git a/src/test/javascript/spec/app/admin/user-management/user-management-reset-dialog.spec.ts b/src/test/javascript/spec/app/admin/user-management/user-management-reset-dialog.spec.ts index 6c586b02..2d63b3fe 100644 --- a/src/test/javascript/spec/app/admin/user-management/user-management-reset-dialog.spec.ts +++ b/src/test/javascript/spec/app/admin/user-management/user-management-reset-dialog.spec.ts @@ -1,5 +1,5 @@ /** - * Copyright 2017-2023 the original author or authors from the JHipster project. + * Copyright 2017-2024 the original author or authors from the JHipster project. * * This file is part of the JHipster Online project, see https://github.com/jhipster/jhipster-online * for more information. diff --git a/src/test/javascript/spec/app/admin/user-management/user-management-update.component.spec.ts b/src/test/javascript/spec/app/admin/user-management/user-management-update.component.spec.ts index 83cd0224..777bc64a 100644 --- a/src/test/javascript/spec/app/admin/user-management/user-management-update.component.spec.ts +++ b/src/test/javascript/spec/app/admin/user-management/user-management-update.component.spec.ts @@ -1,5 +1,5 @@ /** - * Copyright 2017-2023 the original author or authors from the JHipster project. + * Copyright 2017-2024 the original author or authors from the JHipster project. * * This file is part of the JHipster Online project, see https://github.com/jhipster/jhipster-online * for more information. diff --git a/src/test/javascript/spec/app/admin/user-management/user-management.component.spec.ts b/src/test/javascript/spec/app/admin/user-management/user-management.component.spec.ts index 520a6e50..bb995754 100644 --- a/src/test/javascript/spec/app/admin/user-management/user-management.component.spec.ts +++ b/src/test/javascript/spec/app/admin/user-management/user-management.component.spec.ts @@ -1,5 +1,5 @@ /** - * Copyright 2017-2023 the original author or authors from the JHipster project. + * Copyright 2017-2024 the original author or authors from the JHipster project. * * This file is part of the JHipster Online project, see https://github.com/jhipster/jhipster-online * for more information. diff --git a/src/test/javascript/spec/app/core/user/account.service.spec.ts b/src/test/javascript/spec/app/core/user/account.service.spec.ts index a563908e..03b1110d 100644 --- a/src/test/javascript/spec/app/core/user/account.service.spec.ts +++ b/src/test/javascript/spec/app/core/user/account.service.spec.ts @@ -1,5 +1,5 @@ /** - * Copyright 2017-2023 the original author or authors from the JHipster project. + * Copyright 2017-2024 the original author or authors from the JHipster project. * * This file is part of the JHipster Online project, see https://github.com/jhipster/jhipster-online * for more information. diff --git a/src/test/javascript/spec/app/core/user/user.service.spec.ts b/src/test/javascript/spec/app/core/user/user.service.spec.ts index fb818917..4efa0451 100644 --- a/src/test/javascript/spec/app/core/user/user.service.spec.ts +++ b/src/test/javascript/spec/app/core/user/user.service.spec.ts @@ -1,5 +1,5 @@ /** - * Copyright 2017-2023 the original author or authors from the JHipster project. + * Copyright 2017-2024 the original author or authors from the JHipster project. * * This file is part of the JHipster Online project, see https://github.com/jhipster/jhipster-online * for more information. diff --git a/src/test/javascript/spec/app/layouts/main/main.component.spec.ts b/src/test/javascript/spec/app/layouts/main/main.component.spec.ts index 0890e53c..a2512b0f 100644 --- a/src/test/javascript/spec/app/layouts/main/main.component.spec.ts +++ b/src/test/javascript/spec/app/layouts/main/main.component.spec.ts @@ -1,5 +1,5 @@ /** - * Copyright 2017-2023 the original author or authors from the JHipster project. + * Copyright 2017-2024 the original author or authors from the JHipster project. * * This file is part of the JHipster Online project, see https://github.com/jhipster/jhipster-online * for more information. diff --git a/src/test/javascript/spec/app/shared/alert/alert-error.component.spec.ts b/src/test/javascript/spec/app/shared/alert/alert-error.component.spec.ts index df18bb52..bd310dfd 100644 --- a/src/test/javascript/spec/app/shared/alert/alert-error.component.spec.ts +++ b/src/test/javascript/spec/app/shared/alert/alert-error.component.spec.ts @@ -1,5 +1,5 @@ /** - * Copyright 2017-2023 the original author or authors from the JHipster project. + * Copyright 2017-2024 the original author or authors from the JHipster project. * * This file is part of the JHipster Online project, see https://github.com/jhipster/jhipster-online * for more information. diff --git a/src/test/javascript/spec/app/shared/login/login.component.spec.ts b/src/test/javascript/spec/app/shared/login/login.component.spec.ts index bc131078..7d4da713 100644 --- a/src/test/javascript/spec/app/shared/login/login.component.spec.ts +++ b/src/test/javascript/spec/app/shared/login/login.component.spec.ts @@ -1,5 +1,5 @@ /** - * Copyright 2017-2023 the original author or authors from the JHipster project. + * Copyright 2017-2024 the original author or authors from the JHipster project. * * This file is part of the JHipster Online project, see https://github.com/jhipster/jhipster-online * for more information. diff --git a/src/test/javascript/spec/helpers/mock-account.service.ts b/src/test/javascript/spec/helpers/mock-account.service.ts index 77d233a4..bebe3ee8 100644 --- a/src/test/javascript/spec/helpers/mock-account.service.ts +++ b/src/test/javascript/spec/helpers/mock-account.service.ts @@ -1,5 +1,5 @@ /** - * Copyright 2017-2023 the original author or authors from the JHipster project. + * Copyright 2017-2024 the original author or authors from the JHipster project. * * This file is part of the JHipster Online project, see https://github.com/jhipster/jhipster-online * for more information. diff --git a/src/test/javascript/spec/helpers/mock-active-modal.service.ts b/src/test/javascript/spec/helpers/mock-active-modal.service.ts index 6a2e1bb0..6505bf25 100644 --- a/src/test/javascript/spec/helpers/mock-active-modal.service.ts +++ b/src/test/javascript/spec/helpers/mock-active-modal.service.ts @@ -1,5 +1,5 @@ /** - * Copyright 2017-2023 the original author or authors from the JHipster project. + * Copyright 2017-2024 the original author or authors from the JHipster project. * * This file is part of the JHipster Online project, see https://github.com/jhipster/jhipster-online * for more information. diff --git a/src/test/javascript/spec/helpers/mock-alert.service.ts b/src/test/javascript/spec/helpers/mock-alert.service.ts index 3a6ef896..547463f5 100644 --- a/src/test/javascript/spec/helpers/mock-alert.service.ts +++ b/src/test/javascript/spec/helpers/mock-alert.service.ts @@ -1,5 +1,5 @@ /** - * Copyright 2017-2023 the original author or authors from the JHipster project. + * Copyright 2017-2024 the original author or authors from the JHipster project. * * This file is part of the JHipster Online project, see https://github.com/jhipster/jhipster-online * for more information. diff --git a/src/test/javascript/spec/helpers/mock-event-manager.service.ts b/src/test/javascript/spec/helpers/mock-event-manager.service.ts index fec3fd59..3c69e5ae 100644 --- a/src/test/javascript/spec/helpers/mock-event-manager.service.ts +++ b/src/test/javascript/spec/helpers/mock-event-manager.service.ts @@ -1,5 +1,5 @@ /** - * Copyright 2017-2023 the original author or authors from the JHipster project. + * Copyright 2017-2024 the original author or authors from the JHipster project. * * This file is part of the JHipster Online project, see https://github.com/jhipster/jhipster-online * for more information. diff --git a/src/test/javascript/spec/helpers/mock-login.service.ts b/src/test/javascript/spec/helpers/mock-login.service.ts index e1429cf9..d332fd0e 100644 --- a/src/test/javascript/spec/helpers/mock-login.service.ts +++ b/src/test/javascript/spec/helpers/mock-login.service.ts @@ -1,5 +1,5 @@ /** - * Copyright 2017-2023 the original author or authors from the JHipster project. + * Copyright 2017-2024 the original author or authors from the JHipster project. * * This file is part of the JHipster Online project, see https://github.com/jhipster/jhipster-online * for more information. diff --git a/src/test/javascript/spec/helpers/mock-route.service.ts b/src/test/javascript/spec/helpers/mock-route.service.ts index b8a27869..7c3ee161 100644 --- a/src/test/javascript/spec/helpers/mock-route.service.ts +++ b/src/test/javascript/spec/helpers/mock-route.service.ts @@ -1,5 +1,5 @@ /** - * Copyright 2017-2023 the original author or authors from the JHipster project. + * Copyright 2017-2024 the original author or authors from the JHipster project. * * This file is part of the JHipster Online project, see https://github.com/jhipster/jhipster-online * for more information. diff --git a/src/test/javascript/spec/helpers/mock-state-storage.service.ts b/src/test/javascript/spec/helpers/mock-state-storage.service.ts index cef78b94..30d29a6d 100644 --- a/src/test/javascript/spec/helpers/mock-state-storage.service.ts +++ b/src/test/javascript/spec/helpers/mock-state-storage.service.ts @@ -1,5 +1,5 @@ /** - * Copyright 2017-2023 the original author or authors from the JHipster project. + * Copyright 2017-2024 the original author or authors from the JHipster project. * * This file is part of the JHipster Online project, see https://github.com/jhipster/jhipster-online * for more information. diff --git a/src/test/javascript/spec/helpers/spyobject.ts b/src/test/javascript/spec/helpers/spyobject.ts index 6b7a7c22..f1ddc5e3 100644 --- a/src/test/javascript/spec/helpers/spyobject.ts +++ b/src/test/javascript/spec/helpers/spyobject.ts @@ -1,5 +1,5 @@ /** - * Copyright 2017-2023 the original author or authors from the JHipster project. + * Copyright 2017-2024 the original author or authors from the JHipster project. * * This file is part of the JHipster Online project, see https://github.com/jhipster/jhipster-online * for more information. diff --git a/src/test/javascript/spec/test.module.ts b/src/test/javascript/spec/test.module.ts index a7845b6c..cebf3337 100644 --- a/src/test/javascript/spec/test.module.ts +++ b/src/test/javascript/spec/test.module.ts @@ -1,5 +1,5 @@ /** - * Copyright 2017-2023 the original author or authors from the JHipster project. + * Copyright 2017-2024 the original author or authors from the JHipster project. * * This file is part of the JHipster Online project, see https://github.com/jhipster/jhipster-online * for more information.