From 89542824278c3f1d03f2665b81890641e5eb0a70 Mon Sep 17 00:00:00 2001 From: jhipster-bot Date: Sat, 7 Jan 2023 15:29:43 +0000 Subject: [PATCH] Update copyright headers --- LICENSE | 2 +- NOTICE | 2 +- generators/app/prompts.cjs | 2 +- .../app/admin/configuration/configuration.component.spec.ts.ejs | 2 +- .../webapp/app/admin/configuration/configuration.route.ts.ejs | 2 +- .../app/admin/configuration/configuration.service.spec.ts.ejs | 2 +- .../main/webapp/app/layouts/profiles/profile-info.model.ts.ejs | 2 +- .../src/main/webapp/app/layouts/profiles/profile.service.ts.ejs | 2 +- .../modules/administration/configuration/configuration.tsx.ejs | 2 +- .../app/modules/administration/health/health-modal.tsx.ejs | 2 +- .../webapp/app/modules/administration/health/health.tsx.ejs | 2 +- .../client/templates_back/angular/home/home.component.html.ejs | 2 +- .../webapp/app/admin/health/health-modal.component.html.ejs | 2 +- .../main/webapp/app/admin/health/health-modal.component.ts.ejs | 2 +- .../src/main/webapp/app/admin/health/health.component.html.ejs | 2 +- .../src/main/webapp/app/admin/health/health.component.ts.ejs | 2 +- .../src/main/webapp/app/admin/health/health.service.ts.ejs | 2 +- .../main/webapp/app/admin/metrics/metrics.component.html.ejs | 2 +- .../src/main/webapp/app/admin/metrics/metrics.component.ts.ejs | 2 +- .../src/main/webapp/app/admin/metrics/metrics.service.ts.ejs | 2 +- .../angular/src/main/webapp/app/core/login/login.service.ts.ejs | 2 +- .../main/webapp/app/layouts/navbar/navbar.component.html.ejs | 2 +- .../src/main/webapp/app/layouts/navbar/navbar.component.ts.ejs | 2 +- .../src/test/javascript/e2e/admin/administration.spec.ts.ejs | 2 +- .../spec/app/admin/health/health.component.spec.ts.ejs | 2 +- .../spec/app/admin/metrics/metrics.service.spec.ts.ejs | 2 +- .../client/templates_back/angular/webpack/webpack.dev.js.ejs | 2 +- generators/client/templates_back/react/home/home.tsx.ejs | 2 +- .../react/src/main/webapp/app/modules/login/logout.tsx.ejs | 2 +- .../src/main/webapp/app/shared/layout/header/header.tsx.ejs | 2 +- .../react/src/main/webapp/app/shared/layout/menus/admin.tsx.ejs | 2 +- .../main/webapp/app/shared/reducers/application-profile.ts.ejs | 2 +- .../src/main/webapp/app/shared/reducers/authentication.ts.ejs | 2 +- .../e2e/modules/administration/administration.spec.ts.ejs | 2 +- .../modules/administration/administration.reducer.spec.ts.ejs | 2 +- .../spec/app/shared/reducers/application-profile.spec.ts.ejs | 2 +- .../spec/app/shared/reducers/authentication.spec.ts.ejs | 2 +- .../client/templates_back/react/webpack/webpack.dev.js.ejs | 2 +- generators/common/templates/README.md.ejs | 2 +- generators/constants.cjs | 2 +- .../cypress/integration/account/reset-password-page.spec.ts.ejs | 2 +- generators/entity-server/files.cjs | 2 +- generators/entity-server/needle-server-cache-mn.cjs | 2 +- .../templates/src/main/java/package/common/delete_template.ejs | 2 +- .../templates/src/main/java/package/common/field_validators.ejs | 2 +- .../src/main/java/package/common/get_all_stream_template.ejs | 2 +- .../templates/src/main/java/package/common/get_all_template.ejs | 2 +- .../src/main/java/package/common/get_filtered_template.ejs | 2 +- .../templates/src/main/java/package/common/get_template.ejs | 2 +- .../templates/src/main/java/package/common/inject_template.ejs | 2 +- .../templates/src/main/java/package/common/save_template.ejs | 2 +- .../src/main/java/package/common/search_stream_template.ejs | 2 +- .../templates/src/main/java/package/common/search_template.ejs | 2 +- .../src/main/java/package/repository/EntityRepository.java.ejs | 2 +- .../repository/reactive/EntityReactiveRepository.java.ejs | 2 +- .../package/repository/search/EntitySearchRepository.java.ejs | 2 +- .../src/main/java/package/service/EntityQueryService.java.ejs | 2 +- .../src/main/java/package/service/EntityService.java.ejs | 2 +- .../main/java/package/service/impl/EntityServiceImpl.java.ejs | 2 +- .../src/main/java/package/web/rest/EntityResource.java.ejs | 2 +- .../main/resources/config/cql/changelog/added_entity.cql.ejs | 2 +- .../resources/config/liquibase/changelog/added_entity.xml.ejs | 2 +- .../config/liquibase/changelog/added_entity_constraints.xml.ejs | 2 +- .../src/main/resources/config/liquibase/fake-data/table.csv.ejs | 2 +- .../gatling/user-files/simulations/EntityGatlingTest.scala.ejs | 2 +- .../search/EntitySearchRepositoryMockConfiguration.java.ejs | 2 +- .../src/test/java/package/web/rest/EntityResourceIT.java.ejs | 2 +- .../templates_back/src/main/java/package/domain/Entity.java.ejs | 2 +- .../src/main/java/package/domain/enumeration/Enum.java.ejs | 2 +- .../templates_back/src/main/java/package/domain/imports.ejs | 2 +- .../src/main/java/package/domain/relationship_validators.ejs | 2 +- .../src/main/java/package/service/dto/EntityDTO.java.ejs | 2 +- .../main/java/package/service/mapper/BaseEntityMapper.java.ejs | 2 +- .../src/main/java/package/service/mapper/EntityMapper.java.ejs | 2 +- .../src/test/java/package/domain/EntityTest.java.ejs | 2 +- .../src/test/java/package/service/dto/EntityDTOTest.java.ejs | 2 +- .../test/java/package/service/mapper/EntityMapperTest.java.ejs | 2 +- generators/heroku/templates/Procfile.ejs | 2 +- generators/heroku/templates/application-heroku.yml.ejs | 2 +- generators/heroku/templates/heroku.gradle.ejs | 2 +- generators/server/files.cjs | 2 +- generators/server/prompts.cjs | 2 +- generators/server/templates/build.gradle.ejs | 2 +- generators/server/templates/gradle.properties.ejs | 2 +- generators/server/templates/gradle/profile_dev.gradle.ejs | 2 +- generators/server/templates/gradle/profile_prod.gradle.ejs | 2 +- generators/server/templates/settings.gradle.ejs | 2 +- generators/server/templates/src/main/docker/app.yml.ejs | 2 +- .../server/templates/src/main/docker/cassandra-cluster.yml.ejs | 2 +- .../templates/src/main/docker/cassandra-migration.yml.ejs | 2 +- generators/server/templates/src/main/docker/cassandra.yml.ejs | 2 +- .../main/docker/cassandra/Cassandra-Migration.Dockerfile.ejs | 2 +- .../src/main/docker/cassandra/scripts/autoMigrate.sh.ejs | 2 +- .../src/main/docker/cassandra/scripts/execute-cql.sh.ejs | 2 +- .../server/templates/src/main/docker/config/README.md.ejs | 2 +- generators/server/templates/src/main/docker/consul.yml.ejs | 2 +- .../server/templates/src/main/docker/elasticsearch.yml.ejs | 2 +- .../main/docker/grafana/provisioning/dashboards/JVM.json.ejs | 2 +- .../docker/grafana/provisioning/dashboards/dashboard.yml.ejs | 2 +- .../docker/grafana/provisioning/datasources/datasource.yml.ejs | 2 +- .../server/templates/src/main/docker/jhipster-registry.yml.ejs | 2 +- generators/server/templates/src/main/docker/kafka.yml.ejs | 2 +- generators/server/templates/src/main/docker/keycloak.yml.ejs | 2 +- generators/server/templates/src/main/docker/mariadb.yml.ejs | 2 +- generators/server/templates/src/main/docker/memcached.yml.ejs | 2 +- .../server/templates/src/main/docker/mongodb-cluster.yml.ejs | 2 +- generators/server/templates/src/main/docker/mongodb.yml.ejs | 2 +- generators/server/templates/src/main/docker/monitoring.yml.ejs | 2 +- generators/server/templates/src/main/docker/mssql.yml.ejs | 2 +- generators/server/templates/src/main/docker/mysql.yml.ejs | 2 +- generators/server/templates/src/main/docker/neo4j.yml.ejs | 2 +- generators/server/templates/src/main/docker/postgresql.yml.ejs | 2 +- .../templates/src/main/docker/prometheus/prometheus.yml.ejs | 2 +- .../server/templates/src/main/docker/redis-cluster.yml.ejs | 2 +- generators/server/templates/src/main/docker/redis.yml.ejs | 2 +- generators/server/templates/src/main/docker/sonar.yml.ejs | 2 +- .../server/templates/src/main/docker/swagger-editor.yml.ejs | 2 +- .../src/main/java/package/web/rest/AccountResource.java.ejs | 2 +- .../resources/config/liquibase/changelog/initial_schema.xml.ejs | 2 +- 119 files changed, 119 insertions(+), 119 deletions(-) diff --git a/LICENSE b/LICENSE index 0ec506f4..a106c5c5 100644 --- a/LICENSE +++ b/LICENSE @@ -1,5 +1,5 @@ - Copyright 2019-2021 the original author or authors from the JHipster project + Copyright 2019-2023 the original author or authors from the JHipster project Apache License Version 2.0, January 2004 diff --git a/NOTICE b/NOTICE index 019fd6e9..57b7b98a 100644 --- a/NOTICE +++ b/NOTICE @@ -1,4 +1,4 @@ JHipster -Copyright 2019-2021 the original author or authors from the JHipster project. +Copyright 2019-2023 the original author or authors from the JHipster project. For more information on the JHipster project, see https://www.jhipster.tech/ diff --git a/generators/app/prompts.cjs b/generators/app/prompts.cjs index 42431756..0b31abd7 100644 --- a/generators/app/prompts.cjs +++ b/generators/app/prompts.cjs @@ -1,5 +1,5 @@ /** - * Copyright 2019-2021 the original author or authors from the JHipster project. + * Copyright 2019-2023 the original author or authors from the JHipster project. * * This file is part of the JHipster project, see https://www.jhipster.tech/ * for more information. diff --git a/generators/client/templates/angular/src/main/webapp/app/admin/configuration/configuration.component.spec.ts.ejs b/generators/client/templates/angular/src/main/webapp/app/admin/configuration/configuration.component.spec.ts.ejs index e7502ef1..71462deb 100644 --- a/generators/client/templates/angular/src/main/webapp/app/admin/configuration/configuration.component.spec.ts.ejs +++ b/generators/client/templates/angular/src/main/webapp/app/admin/configuration/configuration.component.spec.ts.ejs @@ -1,5 +1,5 @@ <%# -Copyright 2019-2021 the original author or authors from the JHipster project. +Copyright 2019-2023 the original author or authors from the JHipster project. This file is part of the JHipster project, see https://www.jhipster.tech/ for more information. diff --git a/generators/client/templates/angular/src/main/webapp/app/admin/configuration/configuration.route.ts.ejs b/generators/client/templates/angular/src/main/webapp/app/admin/configuration/configuration.route.ts.ejs index 0bec0490..d2d836d1 100644 --- a/generators/client/templates/angular/src/main/webapp/app/admin/configuration/configuration.route.ts.ejs +++ b/generators/client/templates/angular/src/main/webapp/app/admin/configuration/configuration.route.ts.ejs @@ -1,5 +1,5 @@ <%# - Copyright 2019-2021 the original author or authors from the JHipster project. + Copyright 2019-2023 the original author or authors from the JHipster project. This file is part of the JHipster project, see https://www.jhipster.tech/ for more information. diff --git a/generators/client/templates/angular/src/main/webapp/app/admin/configuration/configuration.service.spec.ts.ejs b/generators/client/templates/angular/src/main/webapp/app/admin/configuration/configuration.service.spec.ts.ejs index 06cd083d..633406fa 100644 --- a/generators/client/templates/angular/src/main/webapp/app/admin/configuration/configuration.service.spec.ts.ejs +++ b/generators/client/templates/angular/src/main/webapp/app/admin/configuration/configuration.service.spec.ts.ejs @@ -1,5 +1,5 @@ <%# -Copyright 2019-2021 the original author or authors from the JHipster project. +Copyright 2019-2023 the original author or authors from the JHipster project. This file is part of the JHipster project, see https://www.jhipster.tech/ for more information. diff --git a/generators/client/templates/angular/src/main/webapp/app/layouts/profiles/profile-info.model.ts.ejs b/generators/client/templates/angular/src/main/webapp/app/layouts/profiles/profile-info.model.ts.ejs index 88d74a2f..84d29dcc 100644 --- a/generators/client/templates/angular/src/main/webapp/app/layouts/profiles/profile-info.model.ts.ejs +++ b/generators/client/templates/angular/src/main/webapp/app/layouts/profiles/profile-info.model.ts.ejs @@ -1,5 +1,5 @@ <%# - Copyright 2019-2021 the original author or authors from the JHipster project. + Copyright 2019-2023 the original author or authors from the JHipster project. This file is part of the JHipster project, see https://www.jhipster.tech/ for more information. diff --git a/generators/client/templates/angular/src/main/webapp/app/layouts/profiles/profile.service.ts.ejs b/generators/client/templates/angular/src/main/webapp/app/layouts/profiles/profile.service.ts.ejs index c3668e7f..f1f64774 100644 --- a/generators/client/templates/angular/src/main/webapp/app/layouts/profiles/profile.service.ts.ejs +++ b/generators/client/templates/angular/src/main/webapp/app/layouts/profiles/profile.service.ts.ejs @@ -1,5 +1,5 @@ <%# - Copyright 2019-2021 the original author or authors from the JHipster project. + Copyright 2019-2023 the original author or authors from the JHipster project. This file is part of the JHipster project, see https://www.jhipster.tech/ for more information. diff --git a/generators/client/templates/react/src/main/webapp/app/modules/administration/configuration/configuration.tsx.ejs b/generators/client/templates/react/src/main/webapp/app/modules/administration/configuration/configuration.tsx.ejs index 9f5454ab..830f3acf 100644 --- a/generators/client/templates/react/src/main/webapp/app/modules/administration/configuration/configuration.tsx.ejs +++ b/generators/client/templates/react/src/main/webapp/app/modules/administration/configuration/configuration.tsx.ejs @@ -1,5 +1,5 @@ <%# - Copyright 2019-2021 the original author or authors from the JHipster project. + Copyright 2019-2023 the original author or authors from the JHipster project. This file is part of the JHipster project, see https://www.jhipster.tech/ for more information. diff --git a/generators/client/templates/react/src/main/webapp/app/modules/administration/health/health-modal.tsx.ejs b/generators/client/templates/react/src/main/webapp/app/modules/administration/health/health-modal.tsx.ejs index 0ddd1969..d4d42c16 100644 --- a/generators/client/templates/react/src/main/webapp/app/modules/administration/health/health-modal.tsx.ejs +++ b/generators/client/templates/react/src/main/webapp/app/modules/administration/health/health-modal.tsx.ejs @@ -1,5 +1,5 @@ <%# - Copyright 2019-2021 the original author or authors from the JHipster project. + Copyright 2019-2023 the original author or authors from the JHipster project. This file is part of the JHipster project, see https://www.jhipster.tech/ for more information. diff --git a/generators/client/templates/react/src/main/webapp/app/modules/administration/health/health.tsx.ejs b/generators/client/templates/react/src/main/webapp/app/modules/administration/health/health.tsx.ejs index c14ea478..afb09c0f 100644 --- a/generators/client/templates/react/src/main/webapp/app/modules/administration/health/health.tsx.ejs +++ b/generators/client/templates/react/src/main/webapp/app/modules/administration/health/health.tsx.ejs @@ -1,5 +1,5 @@ <%# - Copyright 2019-2021 the original author or authors from the JHipster project. + Copyright 2019-2023 the original author or authors from the JHipster project. This file is part of the JHipster project, see https://www.jhipster.tech/ for more information. diff --git a/generators/client/templates_back/angular/home/home.component.html.ejs b/generators/client/templates_back/angular/home/home.component.html.ejs index 9dd11e0f..9507b233 100644 --- a/generators/client/templates_back/angular/home/home.component.html.ejs +++ b/generators/client/templates_back/angular/home/home.component.html.ejs @@ -1,5 +1,5 @@ <%# - Copyright 2019-2021 the original author or authors from the JHipster project. + Copyright 2019-2023 the original author or authors from the JHipster project. This file is part of the JHipster project, see https://www.jhipster.tech/ for more information. Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/generators/client/templates_back/angular/src/main/webapp/app/admin/health/health-modal.component.html.ejs b/generators/client/templates_back/angular/src/main/webapp/app/admin/health/health-modal.component.html.ejs index f225f092..4a08859e 100644 --- a/generators/client/templates_back/angular/src/main/webapp/app/admin/health/health-modal.component.html.ejs +++ b/generators/client/templates_back/angular/src/main/webapp/app/admin/health/health-modal.component.html.ejs @@ -1,5 +1,5 @@ <%# - Copyright 2019-2021 the original author or authors from the JHipster project. + Copyright 2019-2023 the original author or authors from the JHipster project. This file is part of the JHipster project, see https://www.jhipster.tech/ for more information. diff --git a/generators/client/templates_back/angular/src/main/webapp/app/admin/health/health-modal.component.ts.ejs b/generators/client/templates_back/angular/src/main/webapp/app/admin/health/health-modal.component.ts.ejs index b00af68c..276a25de 100644 --- a/generators/client/templates_back/angular/src/main/webapp/app/admin/health/health-modal.component.ts.ejs +++ b/generators/client/templates_back/angular/src/main/webapp/app/admin/health/health-modal.component.ts.ejs @@ -1,5 +1,5 @@ <%# - Copyright 2019-2021 the original author or authors from the JHipster project. + Copyright 2019-2023 the original author or authors from the JHipster project. This file is part of the JHipster project, see https://www.jhipster.tech/ for more information. diff --git a/generators/client/templates_back/angular/src/main/webapp/app/admin/health/health.component.html.ejs b/generators/client/templates_back/angular/src/main/webapp/app/admin/health/health.component.html.ejs index 67f481fb..54af841a 100644 --- a/generators/client/templates_back/angular/src/main/webapp/app/admin/health/health.component.html.ejs +++ b/generators/client/templates_back/angular/src/main/webapp/app/admin/health/health.component.html.ejs @@ -1,5 +1,5 @@ <%# - Copyright 2019-2021 the original author or authors from the JHipster project. + Copyright 2019-2023 the original author or authors from the JHipster project. This file is part of the JHipster project, see https://www.jhipster.tech/ for more information. diff --git a/generators/client/templates_back/angular/src/main/webapp/app/admin/health/health.component.ts.ejs b/generators/client/templates_back/angular/src/main/webapp/app/admin/health/health.component.ts.ejs index 3abac991..a71be08b 100644 --- a/generators/client/templates_back/angular/src/main/webapp/app/admin/health/health.component.ts.ejs +++ b/generators/client/templates_back/angular/src/main/webapp/app/admin/health/health.component.ts.ejs @@ -1,5 +1,5 @@ <%# - Copyright 2019-2021 the original author or authors from the JHipster project. + Copyright 2019-2023 the original author or authors from the JHipster project. This file is part of the JHipster project, see https://www.jhipster.tech/ for more information. diff --git a/generators/client/templates_back/angular/src/main/webapp/app/admin/health/health.service.ts.ejs b/generators/client/templates_back/angular/src/main/webapp/app/admin/health/health.service.ts.ejs index bbde7f53..036097ac 100644 --- a/generators/client/templates_back/angular/src/main/webapp/app/admin/health/health.service.ts.ejs +++ b/generators/client/templates_back/angular/src/main/webapp/app/admin/health/health.service.ts.ejs @@ -1,5 +1,5 @@ <%# - Copyright 2019-2021 the original author or authors from the JHipster project. + Copyright 2019-2023 the original author or authors from the JHipster project. This file is part of the JHipster project, see https://www.jhipster.tech/ for more information. diff --git a/generators/client/templates_back/angular/src/main/webapp/app/admin/metrics/metrics.component.html.ejs b/generators/client/templates_back/angular/src/main/webapp/app/admin/metrics/metrics.component.html.ejs index b34da30b..7c1ee317 100644 --- a/generators/client/templates_back/angular/src/main/webapp/app/admin/metrics/metrics.component.html.ejs +++ b/generators/client/templates_back/angular/src/main/webapp/app/admin/metrics/metrics.component.html.ejs @@ -1,5 +1,5 @@ <%# - Copyright 2019-2021 the original author or authors from the JHipster project. + Copyright 2019-2023 the original author or authors from the JHipster project. This file is part of the JHipster project, see https://www.jhipster.tech/ for more information. diff --git a/generators/client/templates_back/angular/src/main/webapp/app/admin/metrics/metrics.component.ts.ejs b/generators/client/templates_back/angular/src/main/webapp/app/admin/metrics/metrics.component.ts.ejs index a8821d97..002c00dc 100644 --- a/generators/client/templates_back/angular/src/main/webapp/app/admin/metrics/metrics.component.ts.ejs +++ b/generators/client/templates_back/angular/src/main/webapp/app/admin/metrics/metrics.component.ts.ejs @@ -1,5 +1,5 @@ <%# - Copyright 2019-2021 the original author or authors from the JHipster project. + Copyright 2019-2023 the original author or authors from the JHipster project. This file is part of the JHipster project, see https://www.jhipster.tech/ for more information. diff --git a/generators/client/templates_back/angular/src/main/webapp/app/admin/metrics/metrics.service.ts.ejs b/generators/client/templates_back/angular/src/main/webapp/app/admin/metrics/metrics.service.ts.ejs index 087f8223..5761c643 100644 --- a/generators/client/templates_back/angular/src/main/webapp/app/admin/metrics/metrics.service.ts.ejs +++ b/generators/client/templates_back/angular/src/main/webapp/app/admin/metrics/metrics.service.ts.ejs @@ -1,5 +1,5 @@ <%# - Copyright 2019-2021 the original author or authors from the JHipster project. + Copyright 2019-2023 the original author or authors from the JHipster project. This file is part of the JHipster project, see https://www.jhipster.tech/ for more information. diff --git a/generators/client/templates_back/angular/src/main/webapp/app/core/login/login.service.ts.ejs b/generators/client/templates_back/angular/src/main/webapp/app/core/login/login.service.ts.ejs index 8c512d33..6cefc43b 100644 --- a/generators/client/templates_back/angular/src/main/webapp/app/core/login/login.service.ts.ejs +++ b/generators/client/templates_back/angular/src/main/webapp/app/core/login/login.service.ts.ejs @@ -1,5 +1,5 @@ <%# - Copyright 2019-2021 the original author or authors from the JHipster project. + Copyright 2019-2023 the original author or authors from the JHipster project. This file is part of the JHipster project, see https://www.jhipster.tech/ for more information. diff --git a/generators/client/templates_back/angular/src/main/webapp/app/layouts/navbar/navbar.component.html.ejs b/generators/client/templates_back/angular/src/main/webapp/app/layouts/navbar/navbar.component.html.ejs index ba19467b..6faa73ee 100644 --- a/generators/client/templates_back/angular/src/main/webapp/app/layouts/navbar/navbar.component.html.ejs +++ b/generators/client/templates_back/angular/src/main/webapp/app/layouts/navbar/navbar.component.html.ejs @@ -1,5 +1,5 @@ <%# - Copyright 2019-2021 the original author or authors from the JHipster project. + Copyright 2019-2023 the original author or authors from the JHipster project. This file is part of the JHipster project, see https://www.jhipster.tech/ for more information. diff --git a/generators/client/templates_back/angular/src/main/webapp/app/layouts/navbar/navbar.component.ts.ejs b/generators/client/templates_back/angular/src/main/webapp/app/layouts/navbar/navbar.component.ts.ejs index f2e846d3..463bc6c7 100644 --- a/generators/client/templates_back/angular/src/main/webapp/app/layouts/navbar/navbar.component.ts.ejs +++ b/generators/client/templates_back/angular/src/main/webapp/app/layouts/navbar/navbar.component.ts.ejs @@ -1,5 +1,5 @@ <%# - Copyright 2019-2021 the original author or authors from the JHipster project. + Copyright 2019-2023 the original author or authors from the JHipster project. This file is part of the JHipster project, see https://www.jhipster.tech/ for more information. diff --git a/generators/client/templates_back/angular/src/test/javascript/e2e/admin/administration.spec.ts.ejs b/generators/client/templates_back/angular/src/test/javascript/e2e/admin/administration.spec.ts.ejs index b4f8e9c8..77d93d71 100644 --- a/generators/client/templates_back/angular/src/test/javascript/e2e/admin/administration.spec.ts.ejs +++ b/generators/client/templates_back/angular/src/test/javascript/e2e/admin/administration.spec.ts.ejs @@ -1,5 +1,5 @@ <%# - Copyright 2019-2021 the original author or authors from the JHipster project. + Copyright 2019-2023 the original author or authors from the JHipster project. This file is part of the JHipster project, see https://www.jhipster.tech/ for more information. diff --git a/generators/client/templates_back/angular/src/test/javascript/spec/app/admin/health/health.component.spec.ts.ejs b/generators/client/templates_back/angular/src/test/javascript/spec/app/admin/health/health.component.spec.ts.ejs index da4d7f37..93a892eb 100644 --- a/generators/client/templates_back/angular/src/test/javascript/spec/app/admin/health/health.component.spec.ts.ejs +++ b/generators/client/templates_back/angular/src/test/javascript/spec/app/admin/health/health.component.spec.ts.ejs @@ -1,5 +1,5 @@ <%# - Copyright 2019-2021 the original author or authors from the JHipster project. + Copyright 2019-2023 the original author or authors from the JHipster project. This file is part of the JHipster project, see https://www.jhipster.tech/ for more information. diff --git a/generators/client/templates_back/angular/src/test/javascript/spec/app/admin/metrics/metrics.service.spec.ts.ejs b/generators/client/templates_back/angular/src/test/javascript/spec/app/admin/metrics/metrics.service.spec.ts.ejs index bfb0934b..779b132f 100644 --- a/generators/client/templates_back/angular/src/test/javascript/spec/app/admin/metrics/metrics.service.spec.ts.ejs +++ b/generators/client/templates_back/angular/src/test/javascript/spec/app/admin/metrics/metrics.service.spec.ts.ejs @@ -1,5 +1,5 @@ <%# -Copyright 2019-2021 the original author or authors from the JHipster project. +Copyright 2019-2023 the original author or authors from the JHipster project. This file is part of the JHipster project, see https://www.jhipster.tech/ for more information. diff --git a/generators/client/templates_back/angular/webpack/webpack.dev.js.ejs b/generators/client/templates_back/angular/webpack/webpack.dev.js.ejs index 3262f48e..382e4626 100644 --- a/generators/client/templates_back/angular/webpack/webpack.dev.js.ejs +++ b/generators/client/templates_back/angular/webpack/webpack.dev.js.ejs @@ -1,5 +1,5 @@ <%# - Copyright 2019-2021 the original author or authors from the JHipster project. + Copyright 2019-2023 the original author or authors from the JHipster project. This file is part of the JHipster project, see https://www.jhipster.tech/ for more information. diff --git a/generators/client/templates_back/react/home/home.tsx.ejs b/generators/client/templates_back/react/home/home.tsx.ejs index cfc90fac..96c42d8f 100644 --- a/generators/client/templates_back/react/home/home.tsx.ejs +++ b/generators/client/templates_back/react/home/home.tsx.ejs @@ -1,5 +1,5 @@ <%# - Copyright 2019-2021 the original author or authors from the JHipster project. + Copyright 2019-2023 the original author or authors from the JHipster project. This file is part of the JHipster project, see https://www.jhipster.tech/ for more information. diff --git a/generators/client/templates_back/react/src/main/webapp/app/modules/login/logout.tsx.ejs b/generators/client/templates_back/react/src/main/webapp/app/modules/login/logout.tsx.ejs index f4988f6d..69e5137b 100644 --- a/generators/client/templates_back/react/src/main/webapp/app/modules/login/logout.tsx.ejs +++ b/generators/client/templates_back/react/src/main/webapp/app/modules/login/logout.tsx.ejs @@ -1,5 +1,5 @@ <%# - Copyright 2019-2021 the original author or authors from the JHipster project. + Copyright 2019-2023 the original author or authors from the JHipster project. This file is part of the JHipster project, see https://www.jhipster.tech/ for more information. diff --git a/generators/client/templates_back/react/src/main/webapp/app/shared/layout/header/header.tsx.ejs b/generators/client/templates_back/react/src/main/webapp/app/shared/layout/header/header.tsx.ejs index e0157ca2..e3617a80 100644 --- a/generators/client/templates_back/react/src/main/webapp/app/shared/layout/header/header.tsx.ejs +++ b/generators/client/templates_back/react/src/main/webapp/app/shared/layout/header/header.tsx.ejs @@ -1,5 +1,5 @@ <%# - Copyright 2019-2021 the original author or authors from the JHipster project. + Copyright 2019-2023 the original author or authors from the JHipster project. This file is part of the JHipster project, see https://www.jhipster.tech/ for more information. diff --git a/generators/client/templates_back/react/src/main/webapp/app/shared/layout/menus/admin.tsx.ejs b/generators/client/templates_back/react/src/main/webapp/app/shared/layout/menus/admin.tsx.ejs index 7f296e6b..84c6f834 100644 --- a/generators/client/templates_back/react/src/main/webapp/app/shared/layout/menus/admin.tsx.ejs +++ b/generators/client/templates_back/react/src/main/webapp/app/shared/layout/menus/admin.tsx.ejs @@ -1,5 +1,5 @@ <%# - Copyright 2019-2021 the original author or authors from the JHipster project. + Copyright 2019-2023 the original author or authors from the JHipster project. This file is part of the JHipster project, see https://www.jhipster.tech/ for more information. diff --git a/generators/client/templates_back/react/src/main/webapp/app/shared/reducers/application-profile.ts.ejs b/generators/client/templates_back/react/src/main/webapp/app/shared/reducers/application-profile.ts.ejs index f37c6712..2e2d7e2a 100644 --- a/generators/client/templates_back/react/src/main/webapp/app/shared/reducers/application-profile.ts.ejs +++ b/generators/client/templates_back/react/src/main/webapp/app/shared/reducers/application-profile.ts.ejs @@ -1,5 +1,5 @@ <%# - Copyright 2019-2021 the original author or authors from the JHipster project. + Copyright 2019-2023 the original author or authors from the JHipster project. This file is part of the JHipster project, see https://www.jhipster.tech/ for more information. diff --git a/generators/client/templates_back/react/src/main/webapp/app/shared/reducers/authentication.ts.ejs b/generators/client/templates_back/react/src/main/webapp/app/shared/reducers/authentication.ts.ejs index 73534fcd..7f0f6670 100644 --- a/generators/client/templates_back/react/src/main/webapp/app/shared/reducers/authentication.ts.ejs +++ b/generators/client/templates_back/react/src/main/webapp/app/shared/reducers/authentication.ts.ejs @@ -1,5 +1,5 @@ <%# - Copyright 2019-2021 the original author or authors from the JHipster project. + Copyright 2019-2023 the original author or authors from the JHipster project. This file is part of the JHipster project, see https://www.jhipster.tech/ for more information. diff --git a/generators/client/templates_back/react/src/test/javascript/e2e/modules/administration/administration.spec.ts.ejs b/generators/client/templates_back/react/src/test/javascript/e2e/modules/administration/administration.spec.ts.ejs index 74a815f4..503f159c 100644 --- a/generators/client/templates_back/react/src/test/javascript/e2e/modules/administration/administration.spec.ts.ejs +++ b/generators/client/templates_back/react/src/test/javascript/e2e/modules/administration/administration.spec.ts.ejs @@ -1,5 +1,5 @@ <%# - Copyright 2019-2021 the original author or authors from the JHipster project. + Copyright 2019-2023 the original author or authors from the JHipster project. This file is part of the JHipster project, see https://www.jhipster.tech/ for more information. diff --git a/generators/client/templates_back/react/src/test/javascript/spec/app/modules/administration/administration.reducer.spec.ts.ejs b/generators/client/templates_back/react/src/test/javascript/spec/app/modules/administration/administration.reducer.spec.ts.ejs index 700f6b3f..5f52c0f3 100644 --- a/generators/client/templates_back/react/src/test/javascript/spec/app/modules/administration/administration.reducer.spec.ts.ejs +++ b/generators/client/templates_back/react/src/test/javascript/spec/app/modules/administration/administration.reducer.spec.ts.ejs @@ -1,5 +1,5 @@ <%# - Copyright 2019-2021 the original author or authors from the JHipster project. + Copyright 2019-2023 the original author or authors from the JHipster project. This file is part of the JHipster project, see https://www.jhipster.tech/ for more information. diff --git a/generators/client/templates_back/react/src/test/javascript/spec/app/shared/reducers/application-profile.spec.ts.ejs b/generators/client/templates_back/react/src/test/javascript/spec/app/shared/reducers/application-profile.spec.ts.ejs index 7190fd3b..dbb1b8a6 100644 --- a/generators/client/templates_back/react/src/test/javascript/spec/app/shared/reducers/application-profile.spec.ts.ejs +++ b/generators/client/templates_back/react/src/test/javascript/spec/app/shared/reducers/application-profile.spec.ts.ejs @@ -1,5 +1,5 @@ <%# - Copyright 2019-2021 the original author or authors from the JHipster project. + Copyright 2019-2023 the original author or authors from the JHipster project. This file is part of the JHipster project, see https://www.jhipster.tech/ for more information. diff --git a/generators/client/templates_back/react/src/test/javascript/spec/app/shared/reducers/authentication.spec.ts.ejs b/generators/client/templates_back/react/src/test/javascript/spec/app/shared/reducers/authentication.spec.ts.ejs index 17dda0dc..23a0241d 100644 --- a/generators/client/templates_back/react/src/test/javascript/spec/app/shared/reducers/authentication.spec.ts.ejs +++ b/generators/client/templates_back/react/src/test/javascript/spec/app/shared/reducers/authentication.spec.ts.ejs @@ -1,5 +1,5 @@ <%# - Copyright 2019-2021 the original author or authors from the JHipster project. + Copyright 2019-2023 the original author or authors from the JHipster project. This file is part of the JHipster project, see https://www.jhipster.tech/ for more information. diff --git a/generators/client/templates_back/react/webpack/webpack.dev.js.ejs b/generators/client/templates_back/react/webpack/webpack.dev.js.ejs index a1696c99..fde519b5 100644 --- a/generators/client/templates_back/react/webpack/webpack.dev.js.ejs +++ b/generators/client/templates_back/react/webpack/webpack.dev.js.ejs @@ -1,5 +1,5 @@ <%# - Copyright 2019-2021 the original author or authors from the JHipster project. + Copyright 2019-2023 the original author or authors from the JHipster project. This file is part of the JHipster project, see https://www.jhipster.tech/ for more information. diff --git a/generators/common/templates/README.md.ejs b/generators/common/templates/README.md.ejs index 6d382f73..fa381533 100644 --- a/generators/common/templates/README.md.ejs +++ b/generators/common/templates/README.md.ejs @@ -1,5 +1,5 @@ <%# - Copyright 2019-2021 the original author or authors from the JHipster project. + Copyright 2019-2023 the original author or authors from the JHipster project. This file is part of the JHipster project, see https://www.jhipster.tech/ for more information. diff --git a/generators/constants.cjs b/generators/constants.cjs index 38d2272a..615ef3c2 100644 --- a/generators/constants.cjs +++ b/generators/constants.cjs @@ -1,5 +1,5 @@ /** - * Copyright 2019-2021 the original author or authors from the JHipster project. + * Copyright 2019-2023 the original author or authors from the JHipster project. * * This file is part of the JHipster project, see https://www.jhipster.tech/ * for more information. diff --git a/generators/cypress/templates/src/test/javascript/cypress/integration/account/reset-password-page.spec.ts.ejs b/generators/cypress/templates/src/test/javascript/cypress/integration/account/reset-password-page.spec.ts.ejs index 47578fcd..0ae6c882 100644 --- a/generators/cypress/templates/src/test/javascript/cypress/integration/account/reset-password-page.spec.ts.ejs +++ b/generators/cypress/templates/src/test/javascript/cypress/integration/account/reset-password-page.spec.ts.ejs @@ -1,5 +1,5 @@ <%# - Copyright 2019-2021 the original author or authors from the JHipster project. + Copyright 2019-2023 the original author or authors from the JHipster project. This file is part of the JHipster project, see https://www.jhipster.tech/ for more information. diff --git a/generators/entity-server/files.cjs b/generators/entity-server/files.cjs index f62e7aae..3792b3e9 100644 --- a/generators/entity-server/files.cjs +++ b/generators/entity-server/files.cjs @@ -1,5 +1,5 @@ /** - * Copyright 2019-2021 the original author or authors from the JHipster project. + * Copyright 2019-2023 the original author or authors from the JHipster project. * * This file is part of the JHipster project, see https://www.jhipster.tech/ * for more information. diff --git a/generators/entity-server/needle-server-cache-mn.cjs b/generators/entity-server/needle-server-cache-mn.cjs index b181108b..e420dcca 100644 --- a/generators/entity-server/needle-server-cache-mn.cjs +++ b/generators/entity-server/needle-server-cache-mn.cjs @@ -1,5 +1,5 @@ /** - * Copyright 2019-2021 the original author or authors from the JHipster project. + * Copyright 2019-2023 the original author or authors from the JHipster project. * * This file is part of the JHipster project, see https://www.jhipster.tech/ * for more information. diff --git a/generators/entity-server/templates/src/main/java/package/common/delete_template.ejs b/generators/entity-server/templates/src/main/java/package/common/delete_template.ejs index a336e6d6..beb1ebe3 100644 --- a/generators/entity-server/templates/src/main/java/package/common/delete_template.ejs +++ b/generators/entity-server/templates/src/main/java/package/common/delete_template.ejs @@ -1,5 +1,5 @@ <%# - Copyright 2019-2021 the original author or authors from the JHipster project. + Copyright 2019-2023 the original author or authors from the JHipster project. This file is part of the JHipster project, see https://www.jhipster.tech/ for more information. diff --git a/generators/entity-server/templates/src/main/java/package/common/field_validators.ejs b/generators/entity-server/templates/src/main/java/package/common/field_validators.ejs index 550398e5..3568c3eb 100644 --- a/generators/entity-server/templates/src/main/java/package/common/field_validators.ejs +++ b/generators/entity-server/templates/src/main/java/package/common/field_validators.ejs @@ -1,5 +1,5 @@ <%# - Copyright 2019-2021 the original author or authors from the JHipster project. + Copyright 2019-2023 the original author or authors from the JHipster project. This file is part of the JHipster project, see https://www.jhipster.tech/ for more information. diff --git a/generators/entity-server/templates/src/main/java/package/common/get_all_stream_template.ejs b/generators/entity-server/templates/src/main/java/package/common/get_all_stream_template.ejs index 81268576..357d570e 100644 --- a/generators/entity-server/templates/src/main/java/package/common/get_all_stream_template.ejs +++ b/generators/entity-server/templates/src/main/java/package/common/get_all_stream_template.ejs @@ -1,5 +1,5 @@ <%# - Copyright 2019-2021 the original author or authors from the JHipster project. + Copyright 2019-2023 the original author or authors from the JHipster project. This file is part of the JHipster project, see https://www.jhipster.tech/ for more information. diff --git a/generators/entity-server/templates/src/main/java/package/common/get_all_template.ejs b/generators/entity-server/templates/src/main/java/package/common/get_all_template.ejs index bf4a9ab0..d08fd0e8 100644 --- a/generators/entity-server/templates/src/main/java/package/common/get_all_template.ejs +++ b/generators/entity-server/templates/src/main/java/package/common/get_all_template.ejs @@ -1,5 +1,5 @@ <%# - Copyright 2019-2021 the original author or authors from the JHipster project. + Copyright 2019-2023 the original author or authors from the JHipster project. This file is part of the JHipster project, see https://www.jhipster.tech/ for more information. diff --git a/generators/entity-server/templates/src/main/java/package/common/get_filtered_template.ejs b/generators/entity-server/templates/src/main/java/package/common/get_filtered_template.ejs index e5302255..7f197a4e 100644 --- a/generators/entity-server/templates/src/main/java/package/common/get_filtered_template.ejs +++ b/generators/entity-server/templates/src/main/java/package/common/get_filtered_template.ejs @@ -1,5 +1,5 @@ <%# - Copyright 2019-2021 the original author or authors from the JHipster project. + Copyright 2019-2023 the original author or authors from the JHipster project. This file is part of the JHipster project, see https://www.jhipster.tech/ for more information. diff --git a/generators/entity-server/templates/src/main/java/package/common/get_template.ejs b/generators/entity-server/templates/src/main/java/package/common/get_template.ejs index 97af0cc2..c76ed089 100644 --- a/generators/entity-server/templates/src/main/java/package/common/get_template.ejs +++ b/generators/entity-server/templates/src/main/java/package/common/get_template.ejs @@ -1,5 +1,5 @@ <%# - Copyright 2019-2021 the original author or authors from the JHipster project. + Copyright 2019-2023 the original author or authors from the JHipster project. This file is part of the JHipster project, see https://www.jhipster.tech/ for more information. diff --git a/generators/entity-server/templates/src/main/java/package/common/inject_template.ejs b/generators/entity-server/templates/src/main/java/package/common/inject_template.ejs index af38fe14..bd60a32b 100644 --- a/generators/entity-server/templates/src/main/java/package/common/inject_template.ejs +++ b/generators/entity-server/templates/src/main/java/package/common/inject_template.ejs @@ -1,5 +1,5 @@ <%# - Copyright 2019-2021 the original author or authors from the JHipster project. + Copyright 2019-2023 the original author or authors from the JHipster project. This file is part of the JHipster project, see https://www.jhipster.tech/ for more information. diff --git a/generators/entity-server/templates/src/main/java/package/common/save_template.ejs b/generators/entity-server/templates/src/main/java/package/common/save_template.ejs index 6dd7c65a..a209f96d 100644 --- a/generators/entity-server/templates/src/main/java/package/common/save_template.ejs +++ b/generators/entity-server/templates/src/main/java/package/common/save_template.ejs @@ -1,5 +1,5 @@ <%# - Copyright 2019-2021 the original author or authors from the JHipster project. + Copyright 2019-2023 the original author or authors from the JHipster project. This file is part of the JHipster project, see https://www.jhipster.tech/ for more information. diff --git a/generators/entity-server/templates/src/main/java/package/common/search_stream_template.ejs b/generators/entity-server/templates/src/main/java/package/common/search_stream_template.ejs index 2c9f70ab..e9d33ce3 100644 --- a/generators/entity-server/templates/src/main/java/package/common/search_stream_template.ejs +++ b/generators/entity-server/templates/src/main/java/package/common/search_stream_template.ejs @@ -1,5 +1,5 @@ <%# - Copyright 2019-2021 the original author or authors from the JHipster project. + Copyright 2019-2023 the original author or authors from the JHipster project. This file is part of the JHipster project, see https://www.jhipster.tech/ for more information. diff --git a/generators/entity-server/templates/src/main/java/package/common/search_template.ejs b/generators/entity-server/templates/src/main/java/package/common/search_template.ejs index 400bec38..7c654ca9 100644 --- a/generators/entity-server/templates/src/main/java/package/common/search_template.ejs +++ b/generators/entity-server/templates/src/main/java/package/common/search_template.ejs @@ -1,5 +1,5 @@ <%# - Copyright 2019-2021 the original author or authors from the JHipster project. + Copyright 2019-2023 the original author or authors from the JHipster project. This file is part of the JHipster project, see https://www.jhipster.tech/ for more information. diff --git a/generators/entity-server/templates/src/main/java/package/repository/EntityRepository.java.ejs b/generators/entity-server/templates/src/main/java/package/repository/EntityRepository.java.ejs index c5864028..70de639d 100644 --- a/generators/entity-server/templates/src/main/java/package/repository/EntityRepository.java.ejs +++ b/generators/entity-server/templates/src/main/java/package/repository/EntityRepository.java.ejs @@ -1,5 +1,5 @@ <%# - Copyright 2019-2021 the original author or authors from the JHipster project. + Copyright 2019-2023 the original author or authors from the JHipster project. This file is part of the JHipster project, see https://www.jhipster.tech/ for more information. diff --git a/generators/entity-server/templates/src/main/java/package/repository/reactive/EntityReactiveRepository.java.ejs b/generators/entity-server/templates/src/main/java/package/repository/reactive/EntityReactiveRepository.java.ejs index cb42264e..189305c3 100644 --- a/generators/entity-server/templates/src/main/java/package/repository/reactive/EntityReactiveRepository.java.ejs +++ b/generators/entity-server/templates/src/main/java/package/repository/reactive/EntityReactiveRepository.java.ejs @@ -1,5 +1,5 @@ <%# - Copyright 2019-2021 the original author or authors from the JHipster project. + Copyright 2019-2023 the original author or authors from the JHipster project. This file is part of the JHipster project, see https://www.jhipster.tech/ for more information. diff --git a/generators/entity-server/templates/src/main/java/package/repository/search/EntitySearchRepository.java.ejs b/generators/entity-server/templates/src/main/java/package/repository/search/EntitySearchRepository.java.ejs index 411765cb..3bf0a920 100644 --- a/generators/entity-server/templates/src/main/java/package/repository/search/EntitySearchRepository.java.ejs +++ b/generators/entity-server/templates/src/main/java/package/repository/search/EntitySearchRepository.java.ejs @@ -1,5 +1,5 @@ <%# - Copyright 2019-2021 the original author or authors from the JHipster project. + Copyright 2019-2023 the original author or authors from the JHipster project. This file is part of the JHipster project, see https://www.jhipster.tech/ for more information. diff --git a/generators/entity-server/templates/src/main/java/package/service/EntityQueryService.java.ejs b/generators/entity-server/templates/src/main/java/package/service/EntityQueryService.java.ejs index 39ccc2a5..26e35ec8 100644 --- a/generators/entity-server/templates/src/main/java/package/service/EntityQueryService.java.ejs +++ b/generators/entity-server/templates/src/main/java/package/service/EntityQueryService.java.ejs @@ -1,5 +1,5 @@ <%# - Copyright 2019-2021 the original author or authors. + Copyright 2019-2023 the original author or authors. This file is part of the JHipster project, see https://www.jhipster.tech/ for more information. diff --git a/generators/entity-server/templates/src/main/java/package/service/EntityService.java.ejs b/generators/entity-server/templates/src/main/java/package/service/EntityService.java.ejs index 5d0d1ec5..f84da930 100644 --- a/generators/entity-server/templates/src/main/java/package/service/EntityService.java.ejs +++ b/generators/entity-server/templates/src/main/java/package/service/EntityService.java.ejs @@ -1,5 +1,5 @@ <%# - Copyright 2019-2021 the original author or authors from the JHipster project. + Copyright 2019-2023 the original author or authors from the JHipster project. This file is part of the JHipster project, see https://www.jhipster.tech/ for more information. diff --git a/generators/entity-server/templates/src/main/java/package/service/impl/EntityServiceImpl.java.ejs b/generators/entity-server/templates/src/main/java/package/service/impl/EntityServiceImpl.java.ejs index 6cf22654..239ef5de 100644 --- a/generators/entity-server/templates/src/main/java/package/service/impl/EntityServiceImpl.java.ejs +++ b/generators/entity-server/templates/src/main/java/package/service/impl/EntityServiceImpl.java.ejs @@ -1,5 +1,5 @@ <%# - Copyright 2019-2021 the original author or authors from the JHipster project. + Copyright 2019-2023 the original author or authors from the JHipster project. This file is part of the JHipster project, see https://www.jhipster.tech/ for more information. diff --git a/generators/entity-server/templates/src/main/java/package/web/rest/EntityResource.java.ejs b/generators/entity-server/templates/src/main/java/package/web/rest/EntityResource.java.ejs index 17f40dc0..7269f080 100644 --- a/generators/entity-server/templates/src/main/java/package/web/rest/EntityResource.java.ejs +++ b/generators/entity-server/templates/src/main/java/package/web/rest/EntityResource.java.ejs @@ -1,5 +1,5 @@ <%# - Copyright 2019-2021 the original author or authors from the JHipster project. + Copyright 2019-2023 the original author or authors from the JHipster project. This file is part of the JHipster project, see https://www.jhipster.tech/ for more information. diff --git a/generators/entity-server/templates/src/main/resources/config/cql/changelog/added_entity.cql.ejs b/generators/entity-server/templates/src/main/resources/config/cql/changelog/added_entity.cql.ejs index cb869a47..2818a234 100644 --- a/generators/entity-server/templates/src/main/resources/config/cql/changelog/added_entity.cql.ejs +++ b/generators/entity-server/templates/src/main/resources/config/cql/changelog/added_entity.cql.ejs @@ -1,5 +1,5 @@ <%# - Copyright 2019-2021 the original author or authors from the JHipster project. + Copyright 2019-2023 the original author or authors from the JHipster project. This file is part of the JHipster project, see https://www.jhipster.tech/ for more information. diff --git a/generators/entity-server/templates/src/main/resources/config/liquibase/changelog/added_entity.xml.ejs b/generators/entity-server/templates/src/main/resources/config/liquibase/changelog/added_entity.xml.ejs index 44aaa10d..f320169e 100644 --- a/generators/entity-server/templates/src/main/resources/config/liquibase/changelog/added_entity.xml.ejs +++ b/generators/entity-server/templates/src/main/resources/config/liquibase/changelog/added_entity.xml.ejs @@ -1,5 +1,5 @@ <%# - Copyright 2019-2021 the original author or authors from the JHipster project. + Copyright 2019-2023 the original author or authors from the JHipster project. This file is part of the JHipster project, see https://www.jhipster.tech/ for more information. diff --git a/generators/entity-server/templates/src/main/resources/config/liquibase/changelog/added_entity_constraints.xml.ejs b/generators/entity-server/templates/src/main/resources/config/liquibase/changelog/added_entity_constraints.xml.ejs index 8510586c..db14ecc8 100644 --- a/generators/entity-server/templates/src/main/resources/config/liquibase/changelog/added_entity_constraints.xml.ejs +++ b/generators/entity-server/templates/src/main/resources/config/liquibase/changelog/added_entity_constraints.xml.ejs @@ -1,5 +1,5 @@ <%# - Copyright 2019-2021 the original author or authors from the JHipster project. + Copyright 2019-2023 the original author or authors from the JHipster project. This file is part of the JHipster project, see https://www.jhipster.tech/ for more information. diff --git a/generators/entity-server/templates/src/main/resources/config/liquibase/fake-data/table.csv.ejs b/generators/entity-server/templates/src/main/resources/config/liquibase/fake-data/table.csv.ejs index 4d1a3f52..a3de8192 100644 --- a/generators/entity-server/templates/src/main/resources/config/liquibase/fake-data/table.csv.ejs +++ b/generators/entity-server/templates/src/main/resources/config/liquibase/fake-data/table.csv.ejs @@ -1,5 +1,5 @@ <%# - Copyright 2019-2021 the original author or authors from the JHipster project. + Copyright 2019-2023 the original author or authors from the JHipster project. This file is part of the JHipster project, see https://www.jhipster.tech/ for more information. diff --git a/generators/entity-server/templates/src/test/gatling/user-files/simulations/EntityGatlingTest.scala.ejs b/generators/entity-server/templates/src/test/gatling/user-files/simulations/EntityGatlingTest.scala.ejs index 648ada78..6feafb99 100644 --- a/generators/entity-server/templates/src/test/gatling/user-files/simulations/EntityGatlingTest.scala.ejs +++ b/generators/entity-server/templates/src/test/gatling/user-files/simulations/EntityGatlingTest.scala.ejs @@ -1,5 +1,5 @@ <%# - Copyright 2019-2021 the original author or authors from the JHipster project. + Copyright 2019-2023 the original author or authors from the JHipster project. This file is part of the JHipster project, see https://www.jhipster.tech/ for more information. diff --git a/generators/entity-server/templates/src/test/java/package/repository/search/EntitySearchRepositoryMockConfiguration.java.ejs b/generators/entity-server/templates/src/test/java/package/repository/search/EntitySearchRepositoryMockConfiguration.java.ejs index c0186bbc..920baf98 100644 --- a/generators/entity-server/templates/src/test/java/package/repository/search/EntitySearchRepositoryMockConfiguration.java.ejs +++ b/generators/entity-server/templates/src/test/java/package/repository/search/EntitySearchRepositoryMockConfiguration.java.ejs @@ -1,5 +1,5 @@ <%# - Copyright 2019-2021 the original author or authors from the JHipster project. + Copyright 2019-2023 the original author or authors from the JHipster project. This file is part of the JHipster project, see https://www.jhipster.tech/ for more information. diff --git a/generators/entity-server/templates/src/test/java/package/web/rest/EntityResourceIT.java.ejs b/generators/entity-server/templates/src/test/java/package/web/rest/EntityResourceIT.java.ejs index 985a0670..e68e3bd1 100644 --- a/generators/entity-server/templates/src/test/java/package/web/rest/EntityResourceIT.java.ejs +++ b/generators/entity-server/templates/src/test/java/package/web/rest/EntityResourceIT.java.ejs @@ -1,5 +1,5 @@ <%# - Copyright 2019-2021 the original author or authors from the JHipster project. + Copyright 2019-2023 the original author or authors from the JHipster project. This file is part of the JHipster project, see https://www.jhipster.tech/ for more information. diff --git a/generators/entity-server/templates_back/src/main/java/package/domain/Entity.java.ejs b/generators/entity-server/templates_back/src/main/java/package/domain/Entity.java.ejs index cf8b3417..7e0cc214 100644 --- a/generators/entity-server/templates_back/src/main/java/package/domain/Entity.java.ejs +++ b/generators/entity-server/templates_back/src/main/java/package/domain/Entity.java.ejs @@ -1,5 +1,5 @@ <%# - Copyright 2019-2021 the original author or authors from the JHipster project. + Copyright 2019-2023 the original author or authors from the JHipster project. This file is part of the JHipster project, see https://www.jhipster.tech/ for more information. diff --git a/generators/entity-server/templates_back/src/main/java/package/domain/enumeration/Enum.java.ejs b/generators/entity-server/templates_back/src/main/java/package/domain/enumeration/Enum.java.ejs index 42df23f0..9ba809a7 100644 --- a/generators/entity-server/templates_back/src/main/java/package/domain/enumeration/Enum.java.ejs +++ b/generators/entity-server/templates_back/src/main/java/package/domain/enumeration/Enum.java.ejs @@ -1,5 +1,5 @@ <%# - Copyright 2019-2021 the original author or authors from the JHipster project. + Copyright 2019-2023 the original author or authors from the JHipster project. This file is part of the JHipster project, see https://www.jhipster.tech/ for more information. diff --git a/generators/entity-server/templates_back/src/main/java/package/domain/imports.ejs b/generators/entity-server/templates_back/src/main/java/package/domain/imports.ejs index 1a4cf0d8..a533ed88 100644 --- a/generators/entity-server/templates_back/src/main/java/package/domain/imports.ejs +++ b/generators/entity-server/templates_back/src/main/java/package/domain/imports.ejs @@ -1,5 +1,5 @@ <%# - Copyright 2019-2021 the original author or authors from the JHipster project. + Copyright 2019-2023 the original author or authors from the JHipster project. This file is part of the JHipster project, see https://www.jhipster.tech/ for more information. diff --git a/generators/entity-server/templates_back/src/main/java/package/domain/relationship_validators.ejs b/generators/entity-server/templates_back/src/main/java/package/domain/relationship_validators.ejs index be0fd96e..82e50659 100644 --- a/generators/entity-server/templates_back/src/main/java/package/domain/relationship_validators.ejs +++ b/generators/entity-server/templates_back/src/main/java/package/domain/relationship_validators.ejs @@ -1,5 +1,5 @@ <%# - Copyright 2019-2021 the original author or authors from the JHipster project. + Copyright 2019-2023 the original author or authors from the JHipster project. This file is part of the JHipster project, see https://www.jhipster.tech/ for more information. diff --git a/generators/entity-server/templates_back/src/main/java/package/service/dto/EntityDTO.java.ejs b/generators/entity-server/templates_back/src/main/java/package/service/dto/EntityDTO.java.ejs index cd70b78c..ec0e15dd 100644 --- a/generators/entity-server/templates_back/src/main/java/package/service/dto/EntityDTO.java.ejs +++ b/generators/entity-server/templates_back/src/main/java/package/service/dto/EntityDTO.java.ejs @@ -1,5 +1,5 @@ <%# - Copyright 2019-2021 the original author or authors from the JHipster project. + Copyright 2019-2023 the original author or authors from the JHipster project. This file is part of the JHipster project, see https://www.jhipster.tech/ for more information. diff --git a/generators/entity-server/templates_back/src/main/java/package/service/mapper/BaseEntityMapper.java.ejs b/generators/entity-server/templates_back/src/main/java/package/service/mapper/BaseEntityMapper.java.ejs index b9a88c90..49a75184 100644 --- a/generators/entity-server/templates_back/src/main/java/package/service/mapper/BaseEntityMapper.java.ejs +++ b/generators/entity-server/templates_back/src/main/java/package/service/mapper/BaseEntityMapper.java.ejs @@ -1,5 +1,5 @@ <%# - Copyright 2019-2021 the original author or authors from the JHipster project. + Copyright 2019-2023 the original author or authors from the JHipster project. This file is part of the JHipster project, see https://www.jhipster.tech/ for more information. diff --git a/generators/entity-server/templates_back/src/main/java/package/service/mapper/EntityMapper.java.ejs b/generators/entity-server/templates_back/src/main/java/package/service/mapper/EntityMapper.java.ejs index 52ad0644..df3602e9 100644 --- a/generators/entity-server/templates_back/src/main/java/package/service/mapper/EntityMapper.java.ejs +++ b/generators/entity-server/templates_back/src/main/java/package/service/mapper/EntityMapper.java.ejs @@ -1,5 +1,5 @@ <%# - Copyright 2019-2021 the original author or authors from the JHipster project. + Copyright 2019-2023 the original author or authors from the JHipster project. This file is part of the JHipster project, see https://www.jhipster.tech/ for more information. diff --git a/generators/entity-server/templates_back/src/test/java/package/domain/EntityTest.java.ejs b/generators/entity-server/templates_back/src/test/java/package/domain/EntityTest.java.ejs index d2563090..dee6ae89 100644 --- a/generators/entity-server/templates_back/src/test/java/package/domain/EntityTest.java.ejs +++ b/generators/entity-server/templates_back/src/test/java/package/domain/EntityTest.java.ejs @@ -1,5 +1,5 @@ <%# - Copyright 2019-2021 the original author or authors from the JHipster project. + Copyright 2019-2023 the original author or authors from the JHipster project. This file is part of the JHipster project, see https://www.jhipster.tech/ for more information. diff --git a/generators/entity-server/templates_back/src/test/java/package/service/dto/EntityDTOTest.java.ejs b/generators/entity-server/templates_back/src/test/java/package/service/dto/EntityDTOTest.java.ejs index 203fa548..a791c246 100644 --- a/generators/entity-server/templates_back/src/test/java/package/service/dto/EntityDTOTest.java.ejs +++ b/generators/entity-server/templates_back/src/test/java/package/service/dto/EntityDTOTest.java.ejs @@ -1,5 +1,5 @@ <%# - Copyright 2019-2021 the original author or authors from the JHipster project. + Copyright 2019-2023 the original author or authors from the JHipster project. This file is part of the JHipster project, see https://www.jhipster.tech/ for more information. diff --git a/generators/entity-server/templates_back/src/test/java/package/service/mapper/EntityMapperTest.java.ejs b/generators/entity-server/templates_back/src/test/java/package/service/mapper/EntityMapperTest.java.ejs index f13bf984..0bf10db6 100644 --- a/generators/entity-server/templates_back/src/test/java/package/service/mapper/EntityMapperTest.java.ejs +++ b/generators/entity-server/templates_back/src/test/java/package/service/mapper/EntityMapperTest.java.ejs @@ -1,5 +1,5 @@ <%# - Copyright 2019-2021 the original author or authors from the JHipster project. + Copyright 2019-2023 the original author or authors from the JHipster project. This file is part of the JHipster project, see https://www.jhipster.tech/ for more information. diff --git a/generators/heroku/templates/Procfile.ejs b/generators/heroku/templates/Procfile.ejs index b0f49bba..6aca7c89 100644 --- a/generators/heroku/templates/Procfile.ejs +++ b/generators/heroku/templates/Procfile.ejs @@ -1,5 +1,5 @@ <%# - Copyright 2019-2021 the original author or authors from the JHipster project. + Copyright 2019-2023 the original author or authors from the JHipster project. This file is part of the JHipster project, see https://www.jhipster.tech/ for more information. diff --git a/generators/heroku/templates/application-heroku.yml.ejs b/generators/heroku/templates/application-heroku.yml.ejs index 763a4716..b0006fb3 100644 --- a/generators/heroku/templates/application-heroku.yml.ejs +++ b/generators/heroku/templates/application-heroku.yml.ejs @@ -1,5 +1,5 @@ <%# - Copyright 2019-2021 the original author or authors from the JHipster project. + Copyright 2019-2023 the original author or authors from the JHipster project. This file is part of the JHipster project, see https://www.jhipster.tech/ for more information. diff --git a/generators/heroku/templates/heroku.gradle.ejs b/generators/heroku/templates/heroku.gradle.ejs index 688b03f8..4821ce60 100644 --- a/generators/heroku/templates/heroku.gradle.ejs +++ b/generators/heroku/templates/heroku.gradle.ejs @@ -1,5 +1,5 @@ <%# - Copyright 2019-2021 the original author or authors from the JHipster project. + Copyright 2019-2023 the original author or authors from the JHipster project. This file is part of the JHipster project, see https://www.jhipster.tech/ for more information. diff --git a/generators/server/files.cjs b/generators/server/files.cjs index 7cd90dde..6b9550e8 100644 --- a/generators/server/files.cjs +++ b/generators/server/files.cjs @@ -1,5 +1,5 @@ /** - * Copyright 2019-2021 the original author or authors from the JHipster project. + * Copyright 2019-2023 the original author or authors from the JHipster project. * * This file is part of the JHipster project, see https://www.jhipster.tech/ * for more information. diff --git a/generators/server/prompts.cjs b/generators/server/prompts.cjs index 2baf15be..54b95fd1 100644 --- a/generators/server/prompts.cjs +++ b/generators/server/prompts.cjs @@ -1,5 +1,5 @@ /** - * Copyright 2019-2021 the original author or authors from the JHipster project. + * Copyright 2019-2023 the original author or authors from the JHipster project. * * This file is part of the JHipster project, see https://www.jhipster.tech/ * for more information. diff --git a/generators/server/templates/build.gradle.ejs b/generators/server/templates/build.gradle.ejs index 72fdf6b1..c7edea72 100644 --- a/generators/server/templates/build.gradle.ejs +++ b/generators/server/templates/build.gradle.ejs @@ -1,5 +1,5 @@ <%# - Copyright 2019-2021 the original author or authors from the JHipster project. + Copyright 2019-2023 the original author or authors from the JHipster project. This file is part of the JHipster project, see https://www.jhipster.tech/ for more information. diff --git a/generators/server/templates/gradle.properties.ejs b/generators/server/templates/gradle.properties.ejs index 1f15bf55..716247d6 100644 --- a/generators/server/templates/gradle.properties.ejs +++ b/generators/server/templates/gradle.properties.ejs @@ -2,7 +2,7 @@ const { versions } = MN_CONSTANTS; _%> <%# - Copyright 2019-2021 the original author or authors from the JHipster project. + Copyright 2019-2023 the original author or authors from the JHipster project. This file is part of the JHipster project, see https://www.jhipster.tech/ for more information. diff --git a/generators/server/templates/gradle/profile_dev.gradle.ejs b/generators/server/templates/gradle/profile_dev.gradle.ejs index 5b3e8978..bf9a2816 100644 --- a/generators/server/templates/gradle/profile_dev.gradle.ejs +++ b/generators/server/templates/gradle/profile_dev.gradle.ejs @@ -1,5 +1,5 @@ <%# - Copyright 2019-2021 the original author or authors from the JHipster project. + Copyright 2019-2023 the original author or authors from the JHipster project. This file is part of the JHipster project, see https://www.jhipster.tech/ for more information. diff --git a/generators/server/templates/gradle/profile_prod.gradle.ejs b/generators/server/templates/gradle/profile_prod.gradle.ejs index 562c8939..a2863ca0 100644 --- a/generators/server/templates/gradle/profile_prod.gradle.ejs +++ b/generators/server/templates/gradle/profile_prod.gradle.ejs @@ -1,5 +1,5 @@ <%# - Copyright 2019-2021 the original author or authors from the JHipster project. + Copyright 2019-2023 the original author or authors from the JHipster project. This file is part of the JHipster project, see https://www.jhipster.tech/ for more information. diff --git a/generators/server/templates/settings.gradle.ejs b/generators/server/templates/settings.gradle.ejs index e3f3ba0b..e49316b6 100644 --- a/generators/server/templates/settings.gradle.ejs +++ b/generators/server/templates/settings.gradle.ejs @@ -1,5 +1,5 @@ <%# - Copyright 2019-2021 the original author or authors from the JHipster project. + Copyright 2019-2023 the original author or authors from the JHipster project. This file is part of the JHipster project, see https://www.jhipster.tech/ for more information. diff --git a/generators/server/templates/src/main/docker/app.yml.ejs b/generators/server/templates/src/main/docker/app.yml.ejs index 8ca16e3b..e0c04b44 100644 --- a/generators/server/templates/src/main/docker/app.yml.ejs +++ b/generators/server/templates/src/main/docker/app.yml.ejs @@ -1,5 +1,5 @@ <%# - Copyright 2019-2021 the original author or authors from the JHipster project. + Copyright 2019-2023 the original author or authors from the JHipster project. This file is part of the JHipster project, see https://www.jhipster.tech/ for more information. diff --git a/generators/server/templates/src/main/docker/cassandra-cluster.yml.ejs b/generators/server/templates/src/main/docker/cassandra-cluster.yml.ejs index a67e4f8e..fcd41f1e 100644 --- a/generators/server/templates/src/main/docker/cassandra-cluster.yml.ejs +++ b/generators/server/templates/src/main/docker/cassandra-cluster.yml.ejs @@ -1,5 +1,5 @@ <%# - Copyright 2019-2021 the original author or authors from the JHipster project. + Copyright 2019-2023 the original author or authors from the JHipster project. This file is part of the JHipster project, see https://www.jhipster.tech/ for more information. diff --git a/generators/server/templates/src/main/docker/cassandra-migration.yml.ejs b/generators/server/templates/src/main/docker/cassandra-migration.yml.ejs index 8d87f990..04eaba06 100644 --- a/generators/server/templates/src/main/docker/cassandra-migration.yml.ejs +++ b/generators/server/templates/src/main/docker/cassandra-migration.yml.ejs @@ -1,5 +1,5 @@ <%# - Copyright 2019-2021 the original author or authors from the JHipster project. + Copyright 2019-2023 the original author or authors from the JHipster project. This file is part of the JHipster project, see https://www.jhipster.tech/ for more information. diff --git a/generators/server/templates/src/main/docker/cassandra.yml.ejs b/generators/server/templates/src/main/docker/cassandra.yml.ejs index b9d1cb2a..a3db71ea 100644 --- a/generators/server/templates/src/main/docker/cassandra.yml.ejs +++ b/generators/server/templates/src/main/docker/cassandra.yml.ejs @@ -1,5 +1,5 @@ <%# - Copyright 2019-2021 the original author or authors from the JHipster project. + Copyright 2019-2023 the original author or authors from the JHipster project. This file is part of the JHipster project, see https://www.jhipster.tech/ for more information. diff --git a/generators/server/templates/src/main/docker/cassandra/Cassandra-Migration.Dockerfile.ejs b/generators/server/templates/src/main/docker/cassandra/Cassandra-Migration.Dockerfile.ejs index 1e76d405..d534315f 100644 --- a/generators/server/templates/src/main/docker/cassandra/Cassandra-Migration.Dockerfile.ejs +++ b/generators/server/templates/src/main/docker/cassandra/Cassandra-Migration.Dockerfile.ejs @@ -1,5 +1,5 @@ <%# - Copyright 2019-2021 the original author or authors from the JHipster project. + Copyright 2019-2023 the original author or authors from the JHipster project. This file is part of the JHipster project, see https://www.jhipster.tech/ for more information. diff --git a/generators/server/templates/src/main/docker/cassandra/scripts/autoMigrate.sh.ejs b/generators/server/templates/src/main/docker/cassandra/scripts/autoMigrate.sh.ejs index 14c6de12..09297246 100644 --- a/generators/server/templates/src/main/docker/cassandra/scripts/autoMigrate.sh.ejs +++ b/generators/server/templates/src/main/docker/cassandra/scripts/autoMigrate.sh.ejs @@ -1,5 +1,5 @@ <%# - Copyright 2019-2021 the original author or authors from the JHipster project. + Copyright 2019-2023 the original author or authors from the JHipster project. This file is part of the JHipster project, see https://www.jhipster.tech/ for more information. diff --git a/generators/server/templates/src/main/docker/cassandra/scripts/execute-cql.sh.ejs b/generators/server/templates/src/main/docker/cassandra/scripts/execute-cql.sh.ejs index 5de93a35..b752a048 100644 --- a/generators/server/templates/src/main/docker/cassandra/scripts/execute-cql.sh.ejs +++ b/generators/server/templates/src/main/docker/cassandra/scripts/execute-cql.sh.ejs @@ -1,5 +1,5 @@ <%# - Copyright 2019-2021 the original author or authors from the JHipster project. + Copyright 2019-2023 the original author or authors from the JHipster project. This file is part of the JHipster project, see https://www.jhipster.tech/ for more information. diff --git a/generators/server/templates/src/main/docker/config/README.md.ejs b/generators/server/templates/src/main/docker/config/README.md.ejs index 0cc872b8..2cf2dfd8 100644 --- a/generators/server/templates/src/main/docker/config/README.md.ejs +++ b/generators/server/templates/src/main/docker/config/README.md.ejs @@ -1,5 +1,5 @@ <%# - Copyright 2019-2021 the original author or authors from the JHipster project. + Copyright 2019-2023 the original author or authors from the JHipster project. This file is part of the JHipster project, see https://www.jhipster.tech/ for more information. diff --git a/generators/server/templates/src/main/docker/consul.yml.ejs b/generators/server/templates/src/main/docker/consul.yml.ejs index 85829cf0..09f11068 100644 --- a/generators/server/templates/src/main/docker/consul.yml.ejs +++ b/generators/server/templates/src/main/docker/consul.yml.ejs @@ -1,5 +1,5 @@ <%# - Copyright 2019-2021 the original author or authors from the JHipster project. + Copyright 2019-2023 the original author or authors from the JHipster project. This file is part of the JHipster project, see https://www.jhipster.tech/ for more information. diff --git a/generators/server/templates/src/main/docker/elasticsearch.yml.ejs b/generators/server/templates/src/main/docker/elasticsearch.yml.ejs index 39492c5f..d5183cd1 100644 --- a/generators/server/templates/src/main/docker/elasticsearch.yml.ejs +++ b/generators/server/templates/src/main/docker/elasticsearch.yml.ejs @@ -1,5 +1,5 @@ <%# - Copyright 2019-2021 the original author or authors from the JHipster project. + Copyright 2019-2023 the original author or authors from the JHipster project. This file is part of the JHipster project, see https://www.jhipster.tech/ for more information. diff --git a/generators/server/templates/src/main/docker/grafana/provisioning/dashboards/JVM.json.ejs b/generators/server/templates/src/main/docker/grafana/provisioning/dashboards/JVM.json.ejs index 7424577c..80144802 100644 --- a/generators/server/templates/src/main/docker/grafana/provisioning/dashboards/JVM.json.ejs +++ b/generators/server/templates/src/main/docker/grafana/provisioning/dashboards/JVM.json.ejs @@ -1,5 +1,5 @@ <%# - Copyright 2019-2021 the original author or authors from the JHipster project. + Copyright 2019-2023 the original author or authors from the JHipster project. This file is part of the JHipster project, see https://www.jhipster.tech/ for more information. diff --git a/generators/server/templates/src/main/docker/grafana/provisioning/dashboards/dashboard.yml.ejs b/generators/server/templates/src/main/docker/grafana/provisioning/dashboards/dashboard.yml.ejs index e9e554c5..3d3ad47f 100644 --- a/generators/server/templates/src/main/docker/grafana/provisioning/dashboards/dashboard.yml.ejs +++ b/generators/server/templates/src/main/docker/grafana/provisioning/dashboards/dashboard.yml.ejs @@ -1,5 +1,5 @@ <%# - Copyright 2019-2021 the original author or authors from the JHipster project. + Copyright 2019-2023 the original author or authors from the JHipster project. This file is part of the JHipster project, see https://www.jhipster.tech/ for more information. diff --git a/generators/server/templates/src/main/docker/grafana/provisioning/datasources/datasource.yml.ejs b/generators/server/templates/src/main/docker/grafana/provisioning/datasources/datasource.yml.ejs index 21881a95..65a8e9d4 100644 --- a/generators/server/templates/src/main/docker/grafana/provisioning/datasources/datasource.yml.ejs +++ b/generators/server/templates/src/main/docker/grafana/provisioning/datasources/datasource.yml.ejs @@ -1,5 +1,5 @@ <%# - Copyright 2019-2021 the original author or authors from the JHipster project. + Copyright 2019-2023 the original author or authors from the JHipster project. This file is part of the JHipster project, see https://www.jhipster.tech/ for more information. diff --git a/generators/server/templates/src/main/docker/jhipster-registry.yml.ejs b/generators/server/templates/src/main/docker/jhipster-registry.yml.ejs index 130da9b5..545da059 100644 --- a/generators/server/templates/src/main/docker/jhipster-registry.yml.ejs +++ b/generators/server/templates/src/main/docker/jhipster-registry.yml.ejs @@ -1,5 +1,5 @@ <%# - Copyright 2019-2021 the original author or authors from the JHipster project. + Copyright 2019-2023 the original author or authors from the JHipster project. This file is part of the JHipster project, see https://www.jhipster.tech/ for more information. diff --git a/generators/server/templates/src/main/docker/kafka.yml.ejs b/generators/server/templates/src/main/docker/kafka.yml.ejs index 7d92329e..f844a41b 100644 --- a/generators/server/templates/src/main/docker/kafka.yml.ejs +++ b/generators/server/templates/src/main/docker/kafka.yml.ejs @@ -1,5 +1,5 @@ <%# - Copyright 2019-2021 the original author or authors from the JHipster project. + Copyright 2019-2023 the original author or authors from the JHipster project. This file is part of the JHipster project, see https://www.jhipster.tech/ for more information. diff --git a/generators/server/templates/src/main/docker/keycloak.yml.ejs b/generators/server/templates/src/main/docker/keycloak.yml.ejs index 068358b2..5da65a35 100644 --- a/generators/server/templates/src/main/docker/keycloak.yml.ejs +++ b/generators/server/templates/src/main/docker/keycloak.yml.ejs @@ -1,5 +1,5 @@ <%# - Copyright 2019-2021 the original author or authors from the JHipster project. + Copyright 2019-2023 the original author or authors from the JHipster project. This file is part of the JHipster project, see https://www.jhipster.tech/ for more information. diff --git a/generators/server/templates/src/main/docker/mariadb.yml.ejs b/generators/server/templates/src/main/docker/mariadb.yml.ejs index 77f3aeb8..c3769e8e 100644 --- a/generators/server/templates/src/main/docker/mariadb.yml.ejs +++ b/generators/server/templates/src/main/docker/mariadb.yml.ejs @@ -1,5 +1,5 @@ <%# - Copyright 2019-2021 the original author or authors from the JHipster project. + Copyright 2019-2023 the original author or authors from the JHipster project. This file is part of the JHipster project, see https://www.jhipster.tech/ for more information. diff --git a/generators/server/templates/src/main/docker/memcached.yml.ejs b/generators/server/templates/src/main/docker/memcached.yml.ejs index 4f021c52..aaa9e112 100644 --- a/generators/server/templates/src/main/docker/memcached.yml.ejs +++ b/generators/server/templates/src/main/docker/memcached.yml.ejs @@ -1,5 +1,5 @@ <%# - Copyright 2019-2021 the original author or authors from the JHipster project. + Copyright 2019-2023 the original author or authors from the JHipster project. This file is part of the JHipster project, see https://www.jhipster.tech/ for more information. diff --git a/generators/server/templates/src/main/docker/mongodb-cluster.yml.ejs b/generators/server/templates/src/main/docker/mongodb-cluster.yml.ejs index 5863e244..05670112 100644 --- a/generators/server/templates/src/main/docker/mongodb-cluster.yml.ejs +++ b/generators/server/templates/src/main/docker/mongodb-cluster.yml.ejs @@ -1,5 +1,5 @@ <%# - Copyright 2019-2021 the original author or authors from the JHipster project. + Copyright 2019-2023 the original author or authors from the JHipster project. This file is part of the JHipster project, see https://www.jhipster.tech/ for more information. diff --git a/generators/server/templates/src/main/docker/mongodb.yml.ejs b/generators/server/templates/src/main/docker/mongodb.yml.ejs index 6586cdee..67035e21 100644 --- a/generators/server/templates/src/main/docker/mongodb.yml.ejs +++ b/generators/server/templates/src/main/docker/mongodb.yml.ejs @@ -1,5 +1,5 @@ <%# - Copyright 2019-2021 the original author or authors from the JHipster project. + Copyright 2019-2023 the original author or authors from the JHipster project. This file is part of the JHipster project, see https://www.jhipster.tech/ for more information. diff --git a/generators/server/templates/src/main/docker/monitoring.yml.ejs b/generators/server/templates/src/main/docker/monitoring.yml.ejs index c69a0903..02269b33 100644 --- a/generators/server/templates/src/main/docker/monitoring.yml.ejs +++ b/generators/server/templates/src/main/docker/monitoring.yml.ejs @@ -1,5 +1,5 @@ <%# - Copyright 2019-2021 the original author or authors from the JHipster project. + Copyright 2019-2023 the original author or authors from the JHipster project. This file is part of the JHipster project, see https://www.jhipster.tech/ for more information. diff --git a/generators/server/templates/src/main/docker/mssql.yml.ejs b/generators/server/templates/src/main/docker/mssql.yml.ejs index 30b55fe7..b8ca0365 100644 --- a/generators/server/templates/src/main/docker/mssql.yml.ejs +++ b/generators/server/templates/src/main/docker/mssql.yml.ejs @@ -1,5 +1,5 @@ <%# - Copyright 2019-2021 the original author or authors from the JHipster project. + Copyright 2019-2023 the original author or authors from the JHipster project. This file is part of the JHipster project, see https://www.jhipster.tech/ for more information. diff --git a/generators/server/templates/src/main/docker/mysql.yml.ejs b/generators/server/templates/src/main/docker/mysql.yml.ejs index 91e3a066..bd8a3266 100644 --- a/generators/server/templates/src/main/docker/mysql.yml.ejs +++ b/generators/server/templates/src/main/docker/mysql.yml.ejs @@ -1,5 +1,5 @@ <%# - Copyright 2019-2021 the original author or authors from the JHipster project. + Copyright 2019-2023 the original author or authors from the JHipster project. This file is part of the JHipster project, see https://www.jhipster.tech/ for more information. diff --git a/generators/server/templates/src/main/docker/neo4j.yml.ejs b/generators/server/templates/src/main/docker/neo4j.yml.ejs index a47fe404..c9d77d66 100644 --- a/generators/server/templates/src/main/docker/neo4j.yml.ejs +++ b/generators/server/templates/src/main/docker/neo4j.yml.ejs @@ -1,5 +1,5 @@ <%# - Copyright 2019-2021 the original author or authors from the JHipster project. + Copyright 2019-2023 the original author or authors from the JHipster project. This file is part of the JHipster project, see https://www.jhipster.tech/ for more information. diff --git a/generators/server/templates/src/main/docker/postgresql.yml.ejs b/generators/server/templates/src/main/docker/postgresql.yml.ejs index 05d3e2c4..922c0fac 100644 --- a/generators/server/templates/src/main/docker/postgresql.yml.ejs +++ b/generators/server/templates/src/main/docker/postgresql.yml.ejs @@ -1,5 +1,5 @@ <%# - Copyright 2019-2021 the original author or authors from the JHipster project. + Copyright 2019-2023 the original author or authors from the JHipster project. This file is part of the JHipster project, see https://www.jhipster.tech/ for more information. diff --git a/generators/server/templates/src/main/docker/prometheus/prometheus.yml.ejs b/generators/server/templates/src/main/docker/prometheus/prometheus.yml.ejs index 52e99a7b..e94da640 100644 --- a/generators/server/templates/src/main/docker/prometheus/prometheus.yml.ejs +++ b/generators/server/templates/src/main/docker/prometheus/prometheus.yml.ejs @@ -1,5 +1,5 @@ <%# - Copyright 2019-2021 the original author or authors from the JHipster project. + Copyright 2019-2023 the original author or authors from the JHipster project. This file is part of the JHipster project, see https://www.jhipster.tech/ for more information. diff --git a/generators/server/templates/src/main/docker/redis-cluster.yml.ejs b/generators/server/templates/src/main/docker/redis-cluster.yml.ejs index cdacac60..f61e71eb 100644 --- a/generators/server/templates/src/main/docker/redis-cluster.yml.ejs +++ b/generators/server/templates/src/main/docker/redis-cluster.yml.ejs @@ -1,5 +1,5 @@ <%# - Copyright 2019-2021 the original author or authors from the JHipster project. + Copyright 2019-2023 the original author or authors from the JHipster project. This file is part of the JHipster project, see https://www.jhipster.tech/ for more information. Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/generators/server/templates/src/main/docker/redis.yml.ejs b/generators/server/templates/src/main/docker/redis.yml.ejs index ca21d77c..2641ff7a 100644 --- a/generators/server/templates/src/main/docker/redis.yml.ejs +++ b/generators/server/templates/src/main/docker/redis.yml.ejs @@ -1,5 +1,5 @@ <%# - Copyright 2019-2021 the original author or authors from the JHipster project. + Copyright 2019-2023 the original author or authors from the JHipster project. This file is part of the JHipster project, see https://www.jhipster.tech/ for more information. Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/generators/server/templates/src/main/docker/sonar.yml.ejs b/generators/server/templates/src/main/docker/sonar.yml.ejs index d16c95cd..6c536e36 100644 --- a/generators/server/templates/src/main/docker/sonar.yml.ejs +++ b/generators/server/templates/src/main/docker/sonar.yml.ejs @@ -1,5 +1,5 @@ <%# - Copyright 2019-2021 the original author or authors from the JHipster project. + Copyright 2019-2023 the original author or authors from the JHipster project. This file is part of the JHipster project, see https://www.jhipster.tech/ for more information. diff --git a/generators/server/templates/src/main/docker/swagger-editor.yml.ejs b/generators/server/templates/src/main/docker/swagger-editor.yml.ejs index b742688b..2c1b4753 100644 --- a/generators/server/templates/src/main/docker/swagger-editor.yml.ejs +++ b/generators/server/templates/src/main/docker/swagger-editor.yml.ejs @@ -1,5 +1,5 @@ <%# - Copyright 2019-2021 the original author or authors from the JHipster project. + Copyright 2019-2023 the original author or authors from the JHipster project. This file is part of the JHipster project, see https://www.jhipster.tech/ for more information. diff --git a/generators/server/templates/src/main/java/package/web/rest/AccountResource.java.ejs b/generators/server/templates/src/main/java/package/web/rest/AccountResource.java.ejs index 3db73596..2586de06 100644 --- a/generators/server/templates/src/main/java/package/web/rest/AccountResource.java.ejs +++ b/generators/server/templates/src/main/java/package/web/rest/AccountResource.java.ejs @@ -1,5 +1,5 @@ <%# -Copyright 2019-2021 the original author or authors from the JHipster project. +Copyright 2019-2023 the original author or authors from the JHipster project. This file is part of the JHipster project, see https://www.jhipster.tech/ for more information. diff --git a/generators/server/templates/src/main/resources/config/liquibase/changelog/initial_schema.xml.ejs b/generators/server/templates/src/main/resources/config/liquibase/changelog/initial_schema.xml.ejs index 9a0d9c61..0ef442fd 100644 --- a/generators/server/templates/src/main/resources/config/liquibase/changelog/initial_schema.xml.ejs +++ b/generators/server/templates/src/main/resources/config/liquibase/changelog/initial_schema.xml.ejs @@ -1,5 +1,5 @@ <%# - Copyright 2019-2021 the original author or authors from the JHipster project. + Copyright 2019-2023 the original author or authors from the JHipster project. This file is part of the JHipster project, see https://www.jhipster.tech/ for more information.