diff --git a/src/main/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/DispatcherApplication.java b/src/main/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/DispatcherApplication.java index ef059ab8..194bb44c 100644 --- a/src/main/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/DispatcherApplication.java +++ b/src/main/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/DispatcherApplication.java @@ -1,12 +1,13 @@ + /* * SPDX-License-Identifier: AGPL-3.0-or-later - * + * * Copyright (C) 2023 Ministero della Salute - * + * * This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. - * + * * This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for more details. - * + * * You should have received a copy of the GNU Affero General Public License along with this program. If not, see . */ package it.finanze.sanita.fse2.ms.gtw.dispatcher; diff --git a/src/main/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/adapter/CustomResponseBodyAdviceAdapter.java b/src/main/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/adapter/CustomResponseBodyAdviceAdapter.java index 59740635..b2033afc 100644 --- a/src/main/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/adapter/CustomResponseBodyAdviceAdapter.java +++ b/src/main/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/adapter/CustomResponseBodyAdviceAdapter.java @@ -1,12 +1,13 @@ + /* * SPDX-License-Identifier: AGPL-3.0-or-later - * + * * Copyright (C) 2023 Ministero della Salute - * + * * This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. - * + * * This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for more details. - * + * * You should have received a copy of the GNU Affero General Public License along with this program. If not, see . */ package it.finanze.sanita.fse2.ms.gtw.dispatcher.adapter; diff --git a/src/main/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/client/IConfigClient.java b/src/main/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/client/IConfigClient.java index 9e08c946..da0b1cee 100644 --- a/src/main/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/client/IConfigClient.java +++ b/src/main/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/client/IConfigClient.java @@ -1,3 +1,4 @@ + /* * SPDX-License-Identifier: AGPL-3.0-or-later * diff --git a/src/main/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/client/IEdsClient.java b/src/main/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/client/IEdsClient.java index 841fd661..a1ebe854 100644 --- a/src/main/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/client/IEdsClient.java +++ b/src/main/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/client/IEdsClient.java @@ -1,12 +1,13 @@ + /* * SPDX-License-Identifier: AGPL-3.0-or-later - * + * * Copyright (C) 2023 Ministero della Salute - * + * * This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. - * + * * This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for more details. - * + * * You should have received a copy of the GNU Affero General Public License along with this program. If not, see . */ package it.finanze.sanita.fse2.ms.gtw.dispatcher.client; diff --git a/src/main/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/client/IFhirMappingClient.java b/src/main/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/client/IFhirMappingClient.java index 0fbb53a7..fbf07c1a 100644 --- a/src/main/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/client/IFhirMappingClient.java +++ b/src/main/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/client/IFhirMappingClient.java @@ -1,3 +1,4 @@ + /* * SPDX-License-Identifier: AGPL-3.0-or-later * diff --git a/src/main/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/client/IIniClient.java b/src/main/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/client/IIniClient.java index e75aaf9d..3a308543 100644 --- a/src/main/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/client/IIniClient.java +++ b/src/main/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/client/IIniClient.java @@ -1,3 +1,4 @@ + /* * SPDX-License-Identifier: AGPL-3.0-or-later * diff --git a/src/main/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/client/IStatusCheckClient.java b/src/main/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/client/IStatusCheckClient.java index 01c1fc38..6ef48212 100644 --- a/src/main/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/client/IStatusCheckClient.java +++ b/src/main/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/client/IStatusCheckClient.java @@ -1,3 +1,4 @@ + /* * SPDX-License-Identifier: AGPL-3.0-or-later * diff --git a/src/main/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/client/IValidatorClient.java b/src/main/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/client/IValidatorClient.java index 0c91f4da..79abbefa 100644 --- a/src/main/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/client/IValidatorClient.java +++ b/src/main/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/client/IValidatorClient.java @@ -1,12 +1,13 @@ + /* * SPDX-License-Identifier: AGPL-3.0-or-later - * + * * Copyright (C) 2023 Ministero della Salute - * + * * This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. - * + * * This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for more details. - * + * * You should have received a copy of the GNU Affero General Public License along with this program. If not, see . */ package it.finanze.sanita.fse2.ms.gtw.dispatcher.client; diff --git a/src/main/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/client/RestTemplateResponseErrorHandler.java b/src/main/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/client/RestTemplateResponseErrorHandler.java index ff51cf40..c086d67b 100644 --- a/src/main/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/client/RestTemplateResponseErrorHandler.java +++ b/src/main/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/client/RestTemplateResponseErrorHandler.java @@ -1,3 +1,14 @@ +/* + * SPDX-License-Identifier: AGPL-3.0-or-later + * + * Copyright (C) 2023 Ministero della Salute + * + * This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for more details. + * + * You should have received a copy of the GNU Affero General Public License along with this program. If not, see . + */ package it.finanze.sanita.fse2.ms.gtw.dispatcher.client; diff --git a/src/main/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/client/impl/ConfigClient.java b/src/main/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/client/impl/ConfigClient.java index d4250399..915a9b9f 100644 --- a/src/main/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/client/impl/ConfigClient.java +++ b/src/main/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/client/impl/ConfigClient.java @@ -1,3 +1,4 @@ + /* * SPDX-License-Identifier: AGPL-3.0-or-later * diff --git a/src/main/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/client/impl/EdsClient.java b/src/main/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/client/impl/EdsClient.java index 93f0de00..b39d9b6f 100644 --- a/src/main/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/client/impl/EdsClient.java +++ b/src/main/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/client/impl/EdsClient.java @@ -1,3 +1,4 @@ + /* * SPDX-License-Identifier: AGPL-3.0-or-later * diff --git a/src/main/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/client/impl/FhirMappingClient.java b/src/main/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/client/impl/FhirMappingClient.java index 8f76cc21..c56f5c82 100644 --- a/src/main/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/client/impl/FhirMappingClient.java +++ b/src/main/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/client/impl/FhirMappingClient.java @@ -1,12 +1,13 @@ + /* * SPDX-License-Identifier: AGPL-3.0-or-later - * + * * Copyright (C) 2023 Ministero della Salute - * + * * This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. - * + * * This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for more details. - * + * * You should have received a copy of the GNU Affero General Public License along with this program. If not, see . */ package it.finanze.sanita.fse2.ms.gtw.dispatcher.client.impl; diff --git a/src/main/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/client/impl/IniClient.java b/src/main/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/client/impl/IniClient.java index 92877f8a..fdb1a4d4 100644 --- a/src/main/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/client/impl/IniClient.java +++ b/src/main/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/client/impl/IniClient.java @@ -1,12 +1,13 @@ + /* * SPDX-License-Identifier: AGPL-3.0-or-later - * + * * Copyright (C) 2023 Ministero della Salute - * + * * This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. - * + * * This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for more details. - * + * * You should have received a copy of the GNU Affero General Public License along with this program. If not, see . */ package it.finanze.sanita.fse2.ms.gtw.dispatcher.client.impl; diff --git a/src/main/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/client/impl/StatusCheckClient.java b/src/main/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/client/impl/StatusCheckClient.java index a3515e0c..9797be90 100644 --- a/src/main/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/client/impl/StatusCheckClient.java +++ b/src/main/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/client/impl/StatusCheckClient.java @@ -1,3 +1,4 @@ + /* * SPDX-License-Identifier: AGPL-3.0-or-later * diff --git a/src/main/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/client/impl/ValidatorClient.java b/src/main/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/client/impl/ValidatorClient.java index b2eeb025..45f15470 100644 --- a/src/main/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/client/impl/ValidatorClient.java +++ b/src/main/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/client/impl/ValidatorClient.java @@ -1,3 +1,4 @@ + /* * SPDX-License-Identifier: AGPL-3.0-or-later * diff --git a/src/main/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/client/impl/base/AbstractClient.java b/src/main/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/client/impl/base/AbstractClient.java index 7e471254..7d376c02 100644 --- a/src/main/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/client/impl/base/AbstractClient.java +++ b/src/main/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/client/impl/base/AbstractClient.java @@ -1,3 +1,4 @@ + /* * SPDX-License-Identifier: AGPL-3.0-or-later * diff --git a/src/main/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/client/response/ValidatorErrorDTO.java b/src/main/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/client/response/ValidatorErrorDTO.java index 0552d41f..998318eb 100644 --- a/src/main/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/client/response/ValidatorErrorDTO.java +++ b/src/main/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/client/response/ValidatorErrorDTO.java @@ -1,12 +1,13 @@ + /* * SPDX-License-Identifier: AGPL-3.0-or-later - * + * * Copyright (C) 2023 Ministero della Salute - * + * * This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. - * + * * This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for more details. - * + * * You should have received a copy of the GNU Affero General Public License along with this program. If not, see . */ package it.finanze.sanita.fse2.ms.gtw.dispatcher.client.response; diff --git a/src/main/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/client/response/WhoIsResponseDTO.java b/src/main/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/client/response/WhoIsResponseDTO.java index 9b218b0e..e0716d9b 100644 --- a/src/main/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/client/response/WhoIsResponseDTO.java +++ b/src/main/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/client/response/WhoIsResponseDTO.java @@ -1,12 +1,13 @@ + /* * SPDX-License-Identifier: AGPL-3.0-or-later - * + * * Copyright (C) 2023 Ministero della Salute - * + * * This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. - * + * * This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for more details. - * + * * You should have received a copy of the GNU Affero General Public License along with this program. If not, see . */ package it.finanze.sanita.fse2.ms.gtw.dispatcher.client.response; diff --git a/src/main/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/client/routes/ConfigClientRoutes.java b/src/main/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/client/routes/ConfigClientRoutes.java index 3d3b2dba..badde18b 100644 --- a/src/main/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/client/routes/ConfigClientRoutes.java +++ b/src/main/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/client/routes/ConfigClientRoutes.java @@ -1,12 +1,13 @@ + /* * SPDX-License-Identifier: AGPL-3.0-or-later - * + * * Copyright (C) 2023 Ministero della Salute - * + * * This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. - * + * * This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for more details. - * + * * You should have received a copy of the GNU Affero General Public License along with this program. If not, see . */ package it.finanze.sanita.fse2.ms.gtw.dispatcher.client.routes; diff --git a/src/main/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/client/routes/IniClientRoutes.java b/src/main/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/client/routes/IniClientRoutes.java index 879fa038..91299773 100644 --- a/src/main/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/client/routes/IniClientRoutes.java +++ b/src/main/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/client/routes/IniClientRoutes.java @@ -1,3 +1,4 @@ + /* * SPDX-License-Identifier: AGPL-3.0-or-later * diff --git a/src/main/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/client/routes/base/ClientRoutes.java b/src/main/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/client/routes/base/ClientRoutes.java index fc5921ae..d1419956 100644 --- a/src/main/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/client/routes/base/ClientRoutes.java +++ b/src/main/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/client/routes/base/ClientRoutes.java @@ -1,12 +1,13 @@ + /* * SPDX-License-Identifier: AGPL-3.0-or-later - * + * * Copyright (C) 2023 Ministero della Salute - * + * * This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. - * + * * This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for more details. - * + * * You should have received a copy of the GNU Affero General Public License along with this program. If not, see . */ package it.finanze.sanita.fse2.ms.gtw.dispatcher.client.routes.base; diff --git a/src/main/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/config/AccreditationSimulationCFG.java b/src/main/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/config/AccreditationSimulationCFG.java index 04321be0..c1e72640 100644 --- a/src/main/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/config/AccreditationSimulationCFG.java +++ b/src/main/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/config/AccreditationSimulationCFG.java @@ -1,12 +1,13 @@ + /* * SPDX-License-Identifier: AGPL-3.0-or-later - * + * * Copyright (C) 2023 Ministero della Salute - * + * * This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. - * + * * This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for more details. - * + * * You should have received a copy of the GNU Affero General Public License along with this program. If not, see . */ package it.finanze.sanita.fse2.ms.gtw.dispatcher.config; diff --git a/src/main/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/config/BenchmarkCFG.java b/src/main/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/config/BenchmarkCFG.java index 9adccccf..38f947be 100644 --- a/src/main/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/config/BenchmarkCFG.java +++ b/src/main/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/config/BenchmarkCFG.java @@ -1,3 +1,14 @@ +/* + * SPDX-License-Identifier: AGPL-3.0-or-later + * + * Copyright (C) 2023 Ministero della Salute + * + * This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for more details. + * + * You should have received a copy of the GNU Affero General Public License along with this program. If not, see . + */ package it.finanze.sanita.fse2.ms.gtw.dispatcher.config; import org.springframework.beans.factory.annotation.Value; diff --git a/src/main/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/config/CDACFG.java b/src/main/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/config/CDACFG.java index c4a96275..bd54bf20 100644 --- a/src/main/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/config/CDACFG.java +++ b/src/main/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/config/CDACFG.java @@ -1,3 +1,4 @@ + /* * SPDX-License-Identifier: AGPL-3.0-or-later * diff --git a/src/main/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/config/Constants.java b/src/main/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/config/Constants.java index a23d6e01..274a7c96 100644 --- a/src/main/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/config/Constants.java +++ b/src/main/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/config/Constants.java @@ -1,12 +1,13 @@ + /* * SPDX-License-Identifier: AGPL-3.0-or-later - * + * * Copyright (C) 2023 Ministero della Salute - * + * * This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. - * + * * This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for more details. - * + * * You should have received a copy of the GNU Affero General Public License along with this program. If not, see . */ package it.finanze.sanita.fse2.ms.gtw.dispatcher.config; diff --git a/src/main/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/config/CustomSwaggerCFG.java b/src/main/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/config/CustomSwaggerCFG.java index 770106d8..257df67e 100644 --- a/src/main/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/config/CustomSwaggerCFG.java +++ b/src/main/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/config/CustomSwaggerCFG.java @@ -1,12 +1,13 @@ + /* * SPDX-License-Identifier: AGPL-3.0-or-later - * + * * Copyright (C) 2023 Ministero della Salute - * + * * This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. - * + * * This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for more details. - * + * * You should have received a copy of the GNU Affero General Public License along with this program. If not, see . */ package it.finanze.sanita.fse2.ms.gtw.dispatcher.config; diff --git a/src/main/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/config/JwtCFG.java b/src/main/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/config/JwtCFG.java index 7d2acef4..27f76861 100644 --- a/src/main/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/config/JwtCFG.java +++ b/src/main/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/config/JwtCFG.java @@ -1,12 +1,13 @@ + /* * SPDX-License-Identifier: AGPL-3.0-or-later - * + * * Copyright (C) 2023 Ministero della Salute - * + * * This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. - * + * * This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for more details. - * + * * You should have received a copy of the GNU Affero General Public License along with this program. If not, see . */ package it.finanze.sanita.fse2.ms.gtw.dispatcher.config; diff --git a/src/main/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/config/MicroservicesURLCFG.java b/src/main/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/config/MicroservicesURLCFG.java index 0147e2b0..482785cd 100644 --- a/src/main/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/config/MicroservicesURLCFG.java +++ b/src/main/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/config/MicroservicesURLCFG.java @@ -1,3 +1,4 @@ + /* * SPDX-License-Identifier: AGPL-3.0-or-later * diff --git a/src/main/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/config/OpenApiCFG.java b/src/main/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/config/OpenApiCFG.java index 88ebcbce..679f41fe 100644 --- a/src/main/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/config/OpenApiCFG.java +++ b/src/main/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/config/OpenApiCFG.java @@ -1,3 +1,4 @@ + /* * SPDX-License-Identifier: AGPL-3.0-or-later * diff --git a/src/main/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/config/PriorityDocumentCFG.java b/src/main/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/config/PriorityDocumentCFG.java index 59b14ca0..145bb9c3 100644 --- a/src/main/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/config/PriorityDocumentCFG.java +++ b/src/main/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/config/PriorityDocumentCFG.java @@ -1,3 +1,4 @@ + /* * SPDX-License-Identifier: AGPL-3.0-or-later * diff --git a/src/main/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/config/ValidationCFG.java b/src/main/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/config/ValidationCFG.java index 345af884..a14317aa 100644 --- a/src/main/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/config/ValidationCFG.java +++ b/src/main/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/config/ValidationCFG.java @@ -1,3 +1,4 @@ + /* * SPDX-License-Identifier: AGPL-3.0-or-later * diff --git a/src/main/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/config/WebCFG.java b/src/main/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/config/WebCFG.java index 897f7292..5fc97583 100644 --- a/src/main/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/config/WebCFG.java +++ b/src/main/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/config/WebCFG.java @@ -1,12 +1,13 @@ + /* * SPDX-License-Identifier: AGPL-3.0-or-later - * + * * Copyright (C) 2023 Ministero della Salute - * + * * This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. - * + * * This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for more details. - * + * * You should have received a copy of the GNU Affero General Public License along with this program. If not, see . */ package it.finanze.sanita.fse2.ms.gtw.dispatcher.config; diff --git a/src/main/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/config/audit/AuditExclusion.java b/src/main/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/config/audit/AuditExclusion.java index aaf8fbec..9b88b7ab 100644 --- a/src/main/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/config/audit/AuditExclusion.java +++ b/src/main/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/config/audit/AuditExclusion.java @@ -1,12 +1,13 @@ + /* * SPDX-License-Identifier: AGPL-3.0-or-later - * + * * Copyright (C) 2023 Ministero della Salute - * + * * This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. - * + * * This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for more details. - * + * * You should have received a copy of the GNU Affero General Public License along with this program. If not, see . */ package it.finanze.sanita.fse2.ms.gtw.dispatcher.config.audit; diff --git a/src/main/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/config/audit/AuditFilter.java b/src/main/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/config/audit/AuditFilter.java index f0a92eaf..26095651 100644 --- a/src/main/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/config/audit/AuditFilter.java +++ b/src/main/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/config/audit/AuditFilter.java @@ -1,12 +1,13 @@ + /* * SPDX-License-Identifier: AGPL-3.0-or-later - * + * * Copyright (C) 2023 Ministero della Salute - * + * * This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. - * + * * This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for more details. - * + * * You should have received a copy of the GNU Affero General Public License along with this program. If not, see . */ package it.finanze.sanita.fse2.ms.gtw.dispatcher.config.audit; diff --git a/src/main/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/config/audit/AuditManager.java b/src/main/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/config/audit/AuditManager.java index ec891e3f..b0b86439 100644 --- a/src/main/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/config/audit/AuditManager.java +++ b/src/main/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/config/audit/AuditManager.java @@ -1,12 +1,13 @@ + /* * SPDX-License-Identifier: AGPL-3.0-or-later - * + * * Copyright (C) 2023 Ministero della Salute - * + * * This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. - * + * * This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for more details. - * + * * You should have received a copy of the GNU Affero General Public License along with this program. If not, see . */ package it.finanze.sanita.fse2.ms.gtw.dispatcher.config.audit; diff --git a/src/main/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/config/audit/exclusions/ActuatorExclusion.java b/src/main/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/config/audit/exclusions/ActuatorExclusion.java index a8aca3c9..ffb5fac0 100644 --- a/src/main/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/config/audit/exclusions/ActuatorExclusion.java +++ b/src/main/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/config/audit/exclusions/ActuatorExclusion.java @@ -1,12 +1,13 @@ + /* * SPDX-License-Identifier: AGPL-3.0-or-later - * + * * Copyright (C) 2023 Ministero della Salute - * + * * This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. - * + * * This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for more details. - * + * * You should have received a copy of the GNU Affero General Public License along with this program. If not, see . */ package it.finanze.sanita.fse2.ms.gtw.dispatcher.config.audit.exclusions; diff --git a/src/main/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/config/audit/exclusions/SwaggerExclusion.java b/src/main/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/config/audit/exclusions/SwaggerExclusion.java index 911f8a0b..5e6dd070 100644 --- a/src/main/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/config/audit/exclusions/SwaggerExclusion.java +++ b/src/main/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/config/audit/exclusions/SwaggerExclusion.java @@ -1,12 +1,13 @@ + /* * SPDX-License-Identifier: AGPL-3.0-or-later - * + * * Copyright (C) 2023 Ministero della Salute - * + * * This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. - * + * * This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for more details. - * + * * You should have received a copy of the GNU Affero General Public License along with this program. If not, see . */ package it.finanze.sanita.fse2.ms.gtw.dispatcher.config.audit.exclusions; diff --git a/src/main/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/config/audit/filters/DeleteFilter.java b/src/main/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/config/audit/filters/DeleteFilter.java index a4f9c95d..df407f97 100644 --- a/src/main/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/config/audit/filters/DeleteFilter.java +++ b/src/main/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/config/audit/filters/DeleteFilter.java @@ -1,12 +1,13 @@ + /* * SPDX-License-Identifier: AGPL-3.0-or-later - * + * * Copyright (C) 2023 Ministero della Salute - * + * * This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. - * + * * This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for more details. - * + * * You should have received a copy of the GNU Affero General Public License along with this program. If not, see . */ package it.finanze.sanita.fse2.ms.gtw.dispatcher.config.audit.filters; diff --git a/src/main/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/config/audit/filters/RequestBodyFilter.java b/src/main/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/config/audit/filters/RequestBodyFilter.java index ec6661f0..95a16f45 100644 --- a/src/main/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/config/audit/filters/RequestBodyFilter.java +++ b/src/main/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/config/audit/filters/RequestBodyFilter.java @@ -1,12 +1,13 @@ + /* * SPDX-License-Identifier: AGPL-3.0-or-later - * + * * Copyright (C) 2023 Ministero della Salute - * + * * This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. - * + * * This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for more details. - * + * * You should have received a copy of the GNU Affero General Public License along with this program. If not, see . */ package it.finanze.sanita.fse2.ms.gtw.dispatcher.config.audit.filters; diff --git a/src/main/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/config/audit/filters/UpdateReqFilter.java b/src/main/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/config/audit/filters/UpdateReqFilter.java index c0c4c095..0dc78e1f 100644 --- a/src/main/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/config/audit/filters/UpdateReqFilter.java +++ b/src/main/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/config/audit/filters/UpdateReqFilter.java @@ -1,3 +1,4 @@ + /* * SPDX-License-Identifier: AGPL-3.0-or-later * diff --git a/src/main/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/config/health/KafkaHealthIndicator.java b/src/main/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/config/health/KafkaHealthIndicator.java index 2ebf0b91..5e45457d 100644 --- a/src/main/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/config/health/KafkaHealthIndicator.java +++ b/src/main/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/config/health/KafkaHealthIndicator.java @@ -1,12 +1,13 @@ + /* * SPDX-License-Identifier: AGPL-3.0-or-later - * + * * Copyright (C) 2023 Ministero della Salute - * + * * This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. - * + * * This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for more details. - * + * * You should have received a copy of the GNU Affero General Public License along with this program. If not, see . */ package it.finanze.sanita.fse2.ms.gtw.dispatcher.config.health; diff --git a/src/main/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/config/kafka/KafkaProducerCFG.java b/src/main/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/config/kafka/KafkaProducerCFG.java index fd28f8f1..a9d67536 100644 --- a/src/main/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/config/kafka/KafkaProducerCFG.java +++ b/src/main/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/config/kafka/KafkaProducerCFG.java @@ -1,12 +1,13 @@ + /* * SPDX-License-Identifier: AGPL-3.0-or-later - * + * * Copyright (C) 2023 Ministero della Salute - * + * * This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. - * + * * This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for more details. - * + * * You should have received a copy of the GNU Affero General Public License along with this program. If not, see . */ package it.finanze.sanita.fse2.ms.gtw.dispatcher.config.kafka; diff --git a/src/main/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/config/kafka/KafkaProducerPropertiesCFG.java b/src/main/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/config/kafka/KafkaProducerPropertiesCFG.java index 6d781c5d..fd6da124 100644 --- a/src/main/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/config/kafka/KafkaProducerPropertiesCFG.java +++ b/src/main/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/config/kafka/KafkaProducerPropertiesCFG.java @@ -1,3 +1,4 @@ + /* * SPDX-License-Identifier: AGPL-3.0-or-later * diff --git a/src/main/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/config/kafka/KafkaPropertiesCFG.java b/src/main/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/config/kafka/KafkaPropertiesCFG.java index be4f42ab..551cc31b 100644 --- a/src/main/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/config/kafka/KafkaPropertiesCFG.java +++ b/src/main/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/config/kafka/KafkaPropertiesCFG.java @@ -1,12 +1,13 @@ + /* * SPDX-License-Identifier: AGPL-3.0-or-later - * + * * Copyright (C) 2023 Ministero della Salute - * + * * This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. - * + * * This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for more details. - * + * * You should have received a copy of the GNU Affero General Public License along with this program. If not, see . */ package it.finanze.sanita.fse2.ms.gtw.dispatcher.config.kafka; diff --git a/src/main/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/config/kafka/KafkaTopicCFG.java b/src/main/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/config/kafka/KafkaTopicCFG.java index 78f44072..da5aed16 100644 --- a/src/main/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/config/kafka/KafkaTopicCFG.java +++ b/src/main/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/config/kafka/KafkaTopicCFG.java @@ -1,12 +1,13 @@ + /* * SPDX-License-Identifier: AGPL-3.0-or-later - * + * * Copyright (C) 2023 Ministero della Salute - * + * * This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. - * + * * This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for more details. - * + * * You should have received a copy of the GNU Affero General Public License along with this program. If not, see . */ package it.finanze.sanita.fse2.ms.gtw.dispatcher.config.kafka; diff --git a/src/main/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/config/kafka/oauth2/CustomAuthenticateCallbackHandler.java b/src/main/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/config/kafka/oauth2/CustomAuthenticateCallbackHandler.java index 14b629df..ef0bcbb7 100644 --- a/src/main/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/config/kafka/oauth2/CustomAuthenticateCallbackHandler.java +++ b/src/main/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/config/kafka/oauth2/CustomAuthenticateCallbackHandler.java @@ -1,6 +1,17 @@ //Copyright (c) Microsoft Corporation. All rights reserved. //Licensed under the MIT License. +/* + * SPDX-License-Identifier: AGPL-3.0-or-later + * + * Copyright (C) 2023 Ministero della Salute + * + * This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for more details. + * + * You should have received a copy of the GNU Affero General Public License along with this program. If not, see . + */ package it.finanze.sanita.fse2.ms.gtw.dispatcher.config.kafka.oauth2; import java.io.ByteArrayInputStream; diff --git a/src/main/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/config/kafka/oauth2/OAuthBearerTokenImp.java b/src/main/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/config/kafka/oauth2/OAuthBearerTokenImp.java index 04bc6d85..d7d022be 100644 --- a/src/main/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/config/kafka/oauth2/OAuthBearerTokenImp.java +++ b/src/main/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/config/kafka/oauth2/OAuthBearerTokenImp.java @@ -1,3 +1,14 @@ +/* + * SPDX-License-Identifier: AGPL-3.0-or-later + * + * Copyright (C) 2023 Ministero della Salute + * + * This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for more details. + * + * You should have received a copy of the GNU Affero General Public License along with this program. If not, see . + */ package it.finanze.sanita.fse2.ms.gtw.dispatcher.config.kafka.oauth2; import java.util.Date; import java.util.Set; diff --git a/src/main/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/config/mongo/MongoDatabaseCFG.java b/src/main/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/config/mongo/MongoDatabaseCFG.java index c15c7ab6..dabca6c8 100644 --- a/src/main/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/config/mongo/MongoDatabaseCFG.java +++ b/src/main/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/config/mongo/MongoDatabaseCFG.java @@ -1,12 +1,13 @@ + /* * SPDX-License-Identifier: AGPL-3.0-or-later - * + * * Copyright (C) 2023 Ministero della Salute - * + * * This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. - * + * * This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for more details. - * + * * You should have received a copy of the GNU Affero General Public License along with this program. If not, see . */ package it.finanze.sanita.fse2.ms.gtw.dispatcher.config.mongo; diff --git a/src/main/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/config/mongo/MongoPropertiesCFG.java b/src/main/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/config/mongo/MongoPropertiesCFG.java index f4b125f7..028c98b5 100644 --- a/src/main/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/config/mongo/MongoPropertiesCFG.java +++ b/src/main/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/config/mongo/MongoPropertiesCFG.java @@ -1,12 +1,13 @@ + /* * SPDX-License-Identifier: AGPL-3.0-or-later - * + * * Copyright (C) 2023 Ministero della Salute - * + * * This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. - * + * * This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for more details. - * + * * You should have received a copy of the GNU Affero General Public License along with this program. If not, see . */ package it.finanze.sanita.fse2.ms.gtw.dispatcher.config.mongo; diff --git a/src/main/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/controller/IPublicationCTL.java b/src/main/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/controller/IPublicationCTL.java index 4bea8499..ba7a9021 100644 --- a/src/main/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/controller/IPublicationCTL.java +++ b/src/main/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/controller/IPublicationCTL.java @@ -1,3 +1,4 @@ + /* * SPDX-License-Identifier: AGPL-3.0-or-later * diff --git a/src/main/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/controller/ITransactionInspectCTL.java b/src/main/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/controller/ITransactionInspectCTL.java index 644734da..4c5e53d8 100644 --- a/src/main/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/controller/ITransactionInspectCTL.java +++ b/src/main/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/controller/ITransactionInspectCTL.java @@ -1,12 +1,13 @@ + /* * SPDX-License-Identifier: AGPL-3.0-or-later - * + * * Copyright (C) 2023 Ministero della Salute - * + * * This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. - * + * * This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for more details. - * + * * You should have received a copy of the GNU Affero General Public License along with this program. If not, see . */ package it.finanze.sanita.fse2.ms.gtw.dispatcher.controller; diff --git a/src/main/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/controller/IValidationCTL.java b/src/main/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/controller/IValidationCTL.java index 1d4c4483..8d573daf 100644 --- a/src/main/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/controller/IValidationCTL.java +++ b/src/main/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/controller/IValidationCTL.java @@ -1,12 +1,13 @@ + /* * SPDX-License-Identifier: AGPL-3.0-or-later - * + * * Copyright (C) 2023 Ministero della Salute - * + * * This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. - * + * * This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for more details. - * + * * You should have received a copy of the GNU Affero General Public License along with this program. If not, see . */ package it.finanze.sanita.fse2.ms.gtw.dispatcher.controller; diff --git a/src/main/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/controller/handler/ControllerExceptionHandler.java b/src/main/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/controller/handler/ControllerExceptionHandler.java index 28675364..97fc7c43 100644 --- a/src/main/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/controller/handler/ControllerExceptionHandler.java +++ b/src/main/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/controller/handler/ControllerExceptionHandler.java @@ -1,3 +1,4 @@ + /* * SPDX-License-Identifier: AGPL-3.0-or-later * diff --git a/src/main/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/controller/impl/AbstractCTL.java b/src/main/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/controller/impl/AbstractCTL.java index ba452a2a..4ac6826c 100644 --- a/src/main/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/controller/impl/AbstractCTL.java +++ b/src/main/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/controller/impl/AbstractCTL.java @@ -1,12 +1,13 @@ + /* * SPDX-License-Identifier: AGPL-3.0-or-later - * + * * Copyright (C) 2023 Ministero della Salute - * + * * This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. - * + * * This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for more details. - * + * * You should have received a copy of the GNU Affero General Public License along with this program. If not, see . */ package it.finanze.sanita.fse2.ms.gtw.dispatcher.controller.impl; diff --git a/src/main/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/controller/impl/LivenessCheckCTL.java b/src/main/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/controller/impl/LivenessCheckCTL.java index a1c3e97a..e7f7812b 100644 --- a/src/main/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/controller/impl/LivenessCheckCTL.java +++ b/src/main/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/controller/impl/LivenessCheckCTL.java @@ -1,3 +1,4 @@ + /* * SPDX-License-Identifier: AGPL-3.0-or-later * diff --git a/src/main/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/controller/impl/PublicationCTL.java b/src/main/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/controller/impl/PublicationCTL.java index 12963d1a..a490fa83 100644 --- a/src/main/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/controller/impl/PublicationCTL.java +++ b/src/main/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/controller/impl/PublicationCTL.java @@ -1,12 +1,13 @@ + /* * SPDX-License-Identifier: AGPL-3.0-or-later - * + * * Copyright (C) 2023 Ministero della Salute - * + * * This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. - * + * * This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for more details. - * + * * You should have received a copy of the GNU Affero General Public License along with this program. If not, see . */ package it.finanze.sanita.fse2.ms.gtw.dispatcher.controller.impl; diff --git a/src/main/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/controller/impl/TransactionInspectCTL.java b/src/main/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/controller/impl/TransactionInspectCTL.java index 1cc6d0b0..a24fe506 100644 --- a/src/main/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/controller/impl/TransactionInspectCTL.java +++ b/src/main/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/controller/impl/TransactionInspectCTL.java @@ -1,12 +1,13 @@ + /* * SPDX-License-Identifier: AGPL-3.0-or-later - * + * * Copyright (C) 2023 Ministero della Salute - * + * * This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. - * + * * This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for more details. - * + * * You should have received a copy of the GNU Affero General Public License along with this program. If not, see . */ package it.finanze.sanita.fse2.ms.gtw.dispatcher.controller.impl; diff --git a/src/main/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/controller/impl/ValidationCTL.java b/src/main/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/controller/impl/ValidationCTL.java index 5cacfd18..6b00afb5 100644 --- a/src/main/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/controller/impl/ValidationCTL.java +++ b/src/main/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/controller/impl/ValidationCTL.java @@ -1,12 +1,13 @@ + /* * SPDX-License-Identifier: AGPL-3.0-or-later - * + * * Copyright (C) 2023 Ministero della Salute - * + * * This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. - * + * * This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for more details. - * + * * You should have received a copy of the GNU Affero General Public License along with this program. If not, see . */ package it.finanze.sanita.fse2.ms.gtw.dispatcher.controller.impl; diff --git a/src/main/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/dto/AccreditamentoSimulationDTO.java b/src/main/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/dto/AccreditamentoSimulationDTO.java index 80c67239..d4019157 100644 --- a/src/main/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/dto/AccreditamentoSimulationDTO.java +++ b/src/main/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/dto/AccreditamentoSimulationDTO.java @@ -1,12 +1,13 @@ + /* * SPDX-License-Identifier: AGPL-3.0-or-later - * + * * Copyright (C) 2023 Ministero della Salute - * + * * This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. - * + * * This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for more details. - * + * * You should have received a copy of the GNU Affero General Public License along with this program. If not, see . */ package it.finanze.sanita.fse2.ms.gtw.dispatcher.dto; diff --git a/src/main/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/dto/AttachmentDTO.java b/src/main/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/dto/AttachmentDTO.java index 52667e77..d086ff46 100644 --- a/src/main/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/dto/AttachmentDTO.java +++ b/src/main/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/dto/AttachmentDTO.java @@ -1,12 +1,13 @@ + /* * SPDX-License-Identifier: AGPL-3.0-or-later - * + * * Copyright (C) 2023 Ministero della Salute - * + * * This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. - * + * * This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for more details. - * + * * You should have received a copy of the GNU Affero General Public License along with this program. If not, see . */ package it.finanze.sanita.fse2.ms.gtw.dispatcher.dto; diff --git a/src/main/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/dto/AuthorSlotDTO.java b/src/main/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/dto/AuthorSlotDTO.java index edfceec5..5a1792be 100644 --- a/src/main/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/dto/AuthorSlotDTO.java +++ b/src/main/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/dto/AuthorSlotDTO.java @@ -1,3 +1,14 @@ +/* + * SPDX-License-Identifier: AGPL-3.0-or-later + * + * Copyright (C) 2023 Ministero della Salute + * + * This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for more details. + * + * You should have received a copy of the GNU Affero General Public License along with this program. If not, see . + */ package it.finanze.sanita.fse2.ms.gtw.dispatcher.dto; import lombok.Data; diff --git a/src/main/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/dto/ConfigItemDTO.java b/src/main/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/dto/ConfigItemDTO.java index 6457eab9..2cb8768f 100644 --- a/src/main/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/dto/ConfigItemDTO.java +++ b/src/main/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/dto/ConfigItemDTO.java @@ -1,3 +1,14 @@ +/* + * SPDX-License-Identifier: AGPL-3.0-or-later + * + * Copyright (C) 2023 Ministero della Salute + * + * This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for more details. + * + * You should have received a copy of the GNU Affero General Public License along with this program. If not, see . + */ package it.finanze.sanita.fse2.ms.gtw.dispatcher.dto; import lombok.Getter; diff --git a/src/main/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/dto/DocumentEntryDTO.java b/src/main/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/dto/DocumentEntryDTO.java index e1d88284..206b0cd5 100644 --- a/src/main/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/dto/DocumentEntryDTO.java +++ b/src/main/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/dto/DocumentEntryDTO.java @@ -1,12 +1,13 @@ + /* * SPDX-License-Identifier: AGPL-3.0-or-later - * + * * Copyright (C) 2023 Ministero della Salute - * + * * This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. - * + * * This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for more details. - * + * * You should have received a copy of the GNU Affero General Public License along with this program. If not, see . */ package it.finanze.sanita.fse2.ms.gtw.dispatcher.dto; diff --git a/src/main/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/dto/DocumentReferenceDTO.java b/src/main/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/dto/DocumentReferenceDTO.java index 2ed1020e..1dd12932 100644 --- a/src/main/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/dto/DocumentReferenceDTO.java +++ b/src/main/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/dto/DocumentReferenceDTO.java @@ -1,3 +1,4 @@ + /* * SPDX-License-Identifier: AGPL-3.0-or-later * diff --git a/src/main/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/dto/ExtractedInfoDTO.java b/src/main/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/dto/ExtractedInfoDTO.java index 98a094e9..dcd48174 100644 --- a/src/main/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/dto/ExtractedInfoDTO.java +++ b/src/main/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/dto/ExtractedInfoDTO.java @@ -1,12 +1,13 @@ + /* * SPDX-License-Identifier: AGPL-3.0-or-later - * + * * Copyright (C) 2023 Ministero della Salute - * + * * This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. - * + * * This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for more details. - * + * * You should have received a copy of the GNU Affero General Public License along with this program. If not, see . */ package it.finanze.sanita.fse2.ms.gtw.dispatcher.dto; diff --git a/src/main/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/dto/FhirResourceDTO.java b/src/main/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/dto/FhirResourceDTO.java index 0ad8fec7..d9cb3f67 100644 --- a/src/main/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/dto/FhirResourceDTO.java +++ b/src/main/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/dto/FhirResourceDTO.java @@ -1,3 +1,4 @@ + /* * SPDX-License-Identifier: AGPL-3.0-or-later * diff --git a/src/main/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/dto/IndexerValueDTO.java b/src/main/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/dto/IndexerValueDTO.java index b5465b25..2607dae6 100644 --- a/src/main/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/dto/IndexerValueDTO.java +++ b/src/main/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/dto/IndexerValueDTO.java @@ -1,12 +1,13 @@ + /* * SPDX-License-Identifier: AGPL-3.0-or-later - * + * * Copyright (C) 2023 Ministero della Salute - * + * * This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. - * + * * This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for more details. - * + * * You should have received a copy of the GNU Affero General Public License along with this program. If not, see . */ package it.finanze.sanita.fse2.ms.gtw.dispatcher.dto; diff --git a/src/main/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/dto/IniAuditDto.java b/src/main/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/dto/IniAuditDto.java index 9df5b6bb..c7b5971c 100644 --- a/src/main/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/dto/IniAuditDto.java +++ b/src/main/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/dto/IniAuditDto.java @@ -1,3 +1,14 @@ +/* + * SPDX-License-Identifier: AGPL-3.0-or-later + * + * Copyright (C) 2023 Ministero della Salute + * + * This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for more details. + * + * You should have received a copy of the GNU Affero General Public License along with this program. If not, see . + */ package it.finanze.sanita.fse2.ms.gtw.dispatcher.dto; import java.util.Date; diff --git a/src/main/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/dto/IniAuditsDto.java b/src/main/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/dto/IniAuditsDto.java index d79f2aee..4f84d415 100644 --- a/src/main/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/dto/IniAuditsDto.java +++ b/src/main/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/dto/IniAuditsDto.java @@ -1,3 +1,14 @@ +/* + * SPDX-License-Identifier: AGPL-3.0-or-later + * + * Copyright (C) 2023 Ministero della Salute + * + * This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for more details. + * + * You should have received a copy of the GNU Affero General Public License along with this program. If not, see . + */ package it.finanze.sanita.fse2.ms.gtw.dispatcher.dto; import java.util.List; diff --git a/src/main/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/dto/JWTHeaderDTO.java b/src/main/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/dto/JWTHeaderDTO.java index b884d97e..2a031a35 100644 --- a/src/main/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/dto/JWTHeaderDTO.java +++ b/src/main/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/dto/JWTHeaderDTO.java @@ -1,12 +1,13 @@ + /* * SPDX-License-Identifier: AGPL-3.0-or-later - * + * * Copyright (C) 2023 Ministero della Salute - * + * * This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. - * + * * This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for more details. - * + * * You should have received a copy of the GNU Affero General Public License along with this program. If not, see . */ package it.finanze.sanita.fse2.ms.gtw.dispatcher.dto; diff --git a/src/main/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/dto/JWTPayloadDTO.java b/src/main/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/dto/JWTPayloadDTO.java index 8550cc73..e6537381 100644 --- a/src/main/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/dto/JWTPayloadDTO.java +++ b/src/main/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/dto/JWTPayloadDTO.java @@ -1,3 +1,4 @@ + /* * SPDX-License-Identifier: AGPL-3.0-or-later * diff --git a/src/main/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/dto/JWTTokenDTO.java b/src/main/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/dto/JWTTokenDTO.java index 1ab9e81f..4b23abd7 100644 --- a/src/main/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/dto/JWTTokenDTO.java +++ b/src/main/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/dto/JWTTokenDTO.java @@ -1,3 +1,4 @@ + /* * SPDX-License-Identifier: AGPL-3.0-or-later * diff --git a/src/main/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/dto/KafkaStatusManagerDTO.java b/src/main/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/dto/KafkaStatusManagerDTO.java index c30191a6..3c093740 100644 --- a/src/main/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/dto/KafkaStatusManagerDTO.java +++ b/src/main/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/dto/KafkaStatusManagerDTO.java @@ -1,3 +1,4 @@ + /* * SPDX-License-Identifier: AGPL-3.0-or-later * diff --git a/src/main/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/dto/LogDTO.java b/src/main/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/dto/LogDTO.java index 2b3672c7..44cd8195 100644 --- a/src/main/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/dto/LogDTO.java +++ b/src/main/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/dto/LogDTO.java @@ -1,3 +1,4 @@ + /* * SPDX-License-Identifier: AGPL-3.0-or-later * diff --git a/src/main/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/dto/ResourceDTO.java b/src/main/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/dto/ResourceDTO.java index 911b3c6b..8016cc33 100644 --- a/src/main/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/dto/ResourceDTO.java +++ b/src/main/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/dto/ResourceDTO.java @@ -1,12 +1,13 @@ + /* * SPDX-License-Identifier: AGPL-3.0-or-later - * + * * Copyright (C) 2023 Ministero della Salute - * + * * This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. - * + * * This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for more details. - * + * * You should have received a copy of the GNU Affero General Public License along with this program. If not, see . */ package it.finanze.sanita.fse2.ms.gtw.dispatcher.dto; diff --git a/src/main/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/dto/SignatureInfoDTO.java b/src/main/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/dto/SignatureInfoDTO.java index 6bab1598..cb754f43 100644 --- a/src/main/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/dto/SignatureInfoDTO.java +++ b/src/main/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/dto/SignatureInfoDTO.java @@ -1,12 +1,13 @@ + /* * SPDX-License-Identifier: AGPL-3.0-or-later - * + * * Copyright (C) 2023 Ministero della Salute - * + * * This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. - * + * * This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for more details. - * + * * You should have received a copy of the GNU Affero General Public License along with this program. If not, see . */ package it.finanze.sanita.fse2.ms.gtw.dispatcher.dto; diff --git a/src/main/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/dto/SignatureValidationDTO.java b/src/main/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/dto/SignatureValidationDTO.java index dbed81e3..c1306079 100644 --- a/src/main/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/dto/SignatureValidationDTO.java +++ b/src/main/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/dto/SignatureValidationDTO.java @@ -1,12 +1,13 @@ + /* * SPDX-License-Identifier: AGPL-3.0-or-later - * + * * Copyright (C) 2023 Ministero della Salute - * + * * This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. - * + * * This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for more details. - * + * * You should have received a copy of the GNU Affero General Public License along with this program. If not, see . */ package it.finanze.sanita.fse2.ms.gtw.dispatcher.dto; diff --git a/src/main/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/dto/StatusCheckDTO.java b/src/main/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/dto/StatusCheckDTO.java index 46810c2c..4df8aa57 100644 --- a/src/main/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/dto/StatusCheckDTO.java +++ b/src/main/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/dto/StatusCheckDTO.java @@ -1,12 +1,13 @@ + /* * SPDX-License-Identifier: AGPL-3.0-or-later - * + * * Copyright (C) 2023 Ministero della Salute - * + * * This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. - * + * * This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for more details. - * + * * You should have received a copy of the GNU Affero General Public License along with this program. If not, see . */ package it.finanze.sanita.fse2.ms.gtw.dispatcher.dto; diff --git a/src/main/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/dto/SubmissionSetEntryDTO.java b/src/main/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/dto/SubmissionSetEntryDTO.java index 14668c81..a8bf31b2 100644 --- a/src/main/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/dto/SubmissionSetEntryDTO.java +++ b/src/main/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/dto/SubmissionSetEntryDTO.java @@ -1,12 +1,13 @@ + /* * SPDX-License-Identifier: AGPL-3.0-or-later - * + * * Copyright (C) 2023 Ministero della Salute - * + * * This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. - * + * * This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for more details. - * + * * You should have received a copy of the GNU Affero General Public License along with this program. If not, see . */ package it.finanze.sanita.fse2.ms.gtw.dispatcher.dto; diff --git a/src/main/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/dto/ValidationCreationInputDTO.java b/src/main/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/dto/ValidationCreationInputDTO.java index e5b975a4..2ab71fd1 100644 --- a/src/main/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/dto/ValidationCreationInputDTO.java +++ b/src/main/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/dto/ValidationCreationInputDTO.java @@ -1,12 +1,13 @@ + /* * SPDX-License-Identifier: AGPL-3.0-or-later - * + * * Copyright (C) 2023 Ministero della Salute - * + * * This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. - * + * * This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for more details. - * + * * You should have received a copy of the GNU Affero General Public License along with this program. If not, see . */ package it.finanze.sanita.fse2.ms.gtw.dispatcher.dto; diff --git a/src/main/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/dto/ValidationDataDTO.java b/src/main/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/dto/ValidationDataDTO.java index 83a403c1..ce4bcfe3 100644 --- a/src/main/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/dto/ValidationDataDTO.java +++ b/src/main/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/dto/ValidationDataDTO.java @@ -1,3 +1,4 @@ + /* * SPDX-License-Identifier: AGPL-3.0-or-later * diff --git a/src/main/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/dto/ValidationInfoDTO.java b/src/main/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/dto/ValidationInfoDTO.java index 52b9137a..973dfed0 100644 --- a/src/main/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/dto/ValidationInfoDTO.java +++ b/src/main/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/dto/ValidationInfoDTO.java @@ -1,12 +1,13 @@ + /* * SPDX-License-Identifier: AGPL-3.0-or-later - * + * * Copyright (C) 2023 Ministero della Salute - * + * * This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. - * + * * This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for more details. - * + * * You should have received a copy of the GNU Affero General Public License along with this program. If not, see . */ package it.finanze.sanita.fse2.ms.gtw.dispatcher.dto; diff --git a/src/main/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/dto/request/DeleteRequestDTO.java b/src/main/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/dto/request/DeleteRequestDTO.java index 2a219c9e..7fe10961 100644 --- a/src/main/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/dto/request/DeleteRequestDTO.java +++ b/src/main/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/dto/request/DeleteRequestDTO.java @@ -1,12 +1,13 @@ + /* * SPDX-License-Identifier: AGPL-3.0-or-later - * + * * Copyright (C) 2023 Ministero della Salute - * + * * This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. - * + * * This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for more details. - * + * * You should have received a copy of the GNU Affero General Public License along with this program. If not, see . */ package it.finanze.sanita.fse2.ms.gtw.dispatcher.dto.request; diff --git a/src/main/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/dto/request/EdsMetadataUpdateReqDTO.java b/src/main/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/dto/request/EdsMetadataUpdateReqDTO.java index 5320a2ec..bd35ce0a 100644 --- a/src/main/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/dto/request/EdsMetadataUpdateReqDTO.java +++ b/src/main/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/dto/request/EdsMetadataUpdateReqDTO.java @@ -1,3 +1,4 @@ + /* * SPDX-License-Identifier: AGPL-3.0-or-later * diff --git a/src/main/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/dto/request/IniMetadataUpdateReqDTO.java b/src/main/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/dto/request/IniMetadataUpdateReqDTO.java index 4c1d86b2..698d3f11 100644 --- a/src/main/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/dto/request/IniMetadataUpdateReqDTO.java +++ b/src/main/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/dto/request/IniMetadataUpdateReqDTO.java @@ -1,12 +1,13 @@ + /* * SPDX-License-Identifier: AGPL-3.0-or-later - * + * * Copyright (C) 2023 Ministero della Salute - * + * * This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. - * + * * This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for more details. - * + * * You should have received a copy of the GNU Affero General Public License along with this program. If not, see . */ package it.finanze.sanita.fse2.ms.gtw.dispatcher.dto.request; diff --git a/src/main/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/dto/request/IniReferenceRequestDTO.java b/src/main/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/dto/request/IniReferenceRequestDTO.java index e7ede933..42982ad9 100644 --- a/src/main/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/dto/request/IniReferenceRequestDTO.java +++ b/src/main/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/dto/request/IniReferenceRequestDTO.java @@ -1,3 +1,4 @@ + /* * SPDX-License-Identifier: AGPL-3.0-or-later * diff --git a/src/main/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/dto/request/MergedMetadatiRequestDTO.java b/src/main/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/dto/request/MergedMetadatiRequestDTO.java index 64023eb9..386a3708 100644 --- a/src/main/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/dto/request/MergedMetadatiRequestDTO.java +++ b/src/main/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/dto/request/MergedMetadatiRequestDTO.java @@ -1,12 +1,13 @@ + /* * SPDX-License-Identifier: AGPL-3.0-or-later - * + * * Copyright (C) 2023 Ministero della Salute - * + * * This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. - * + * * This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for more details. - * + * * You should have received a copy of the GNU Affero General Public License along with this program. If not, see . */ package it.finanze.sanita.fse2.ms.gtw.dispatcher.dto.request; diff --git a/src/main/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/dto/request/PublicationCreateReplaceMetadataDTO.java b/src/main/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/dto/request/PublicationCreateReplaceMetadataDTO.java index 3e46cc03..6fb93eb2 100644 --- a/src/main/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/dto/request/PublicationCreateReplaceMetadataDTO.java +++ b/src/main/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/dto/request/PublicationCreateReplaceMetadataDTO.java @@ -1,3 +1,14 @@ +/* + * SPDX-License-Identifier: AGPL-3.0-or-later + * + * Copyright (C) 2023 Ministero della Salute + * + * This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for more details. + * + * You should have received a copy of the GNU Affero General Public License along with this program. If not, see . + */ package it.finanze.sanita.fse2.ms.gtw.dispatcher.dto.request; import io.swagger.v3.oas.annotations.media.Schema; diff --git a/src/main/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/dto/request/PublicationCreateReplaceWiiDTO.java b/src/main/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/dto/request/PublicationCreateReplaceWiiDTO.java index 07c689a5..6e6a6390 100644 --- a/src/main/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/dto/request/PublicationCreateReplaceWiiDTO.java +++ b/src/main/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/dto/request/PublicationCreateReplaceWiiDTO.java @@ -1,3 +1,14 @@ +/* + * SPDX-License-Identifier: AGPL-3.0-or-later + * + * Copyright (C) 2023 Ministero della Salute + * + * This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for more details. + * + * You should have received a copy of the GNU Affero General Public License along with this program. If not, see . + */ package it.finanze.sanita.fse2.ms.gtw.dispatcher.dto.request; import io.swagger.v3.oas.annotations.media.Schema; diff --git a/src/main/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/dto/request/PublicationCreationReqDTO.java b/src/main/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/dto/request/PublicationCreationReqDTO.java index afb821d1..f87908fc 100644 --- a/src/main/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/dto/request/PublicationCreationReqDTO.java +++ b/src/main/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/dto/request/PublicationCreationReqDTO.java @@ -1,12 +1,13 @@ + /* * SPDX-License-Identifier: AGPL-3.0-or-later - * + * * Copyright (C) 2023 Ministero della Salute - * + * * This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. - * + * * This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for more details. - * + * * You should have received a copy of the GNU Affero General Public License along with this program. If not, see . */ package it.finanze.sanita.fse2.ms.gtw.dispatcher.dto.request; diff --git a/src/main/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/dto/request/PublicationMetadataReqDTO.java b/src/main/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/dto/request/PublicationMetadataReqDTO.java index 785b4656..7cca770b 100644 --- a/src/main/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/dto/request/PublicationMetadataReqDTO.java +++ b/src/main/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/dto/request/PublicationMetadataReqDTO.java @@ -1,12 +1,13 @@ + /* * SPDX-License-Identifier: AGPL-3.0-or-later - * + * * Copyright (C) 2023 Ministero della Salute - * + * * This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. - * + * * This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for more details. - * + * * You should have received a copy of the GNU Affero General Public License along with this program. If not, see . */ package it.finanze.sanita.fse2.ms.gtw.dispatcher.dto.request; diff --git a/src/main/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/dto/request/PublicationUpdateReqDTO.java b/src/main/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/dto/request/PublicationUpdateReqDTO.java index 5846179d..f14095ef 100644 --- a/src/main/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/dto/request/PublicationUpdateReqDTO.java +++ b/src/main/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/dto/request/PublicationUpdateReqDTO.java @@ -1,3 +1,4 @@ + /* * SPDX-License-Identifier: AGPL-3.0-or-later * diff --git a/src/main/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/dto/request/TSPublicationCreationReqDTO.java b/src/main/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/dto/request/TSPublicationCreationReqDTO.java index 09f27e5f..94430ef5 100644 --- a/src/main/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/dto/request/TSPublicationCreationReqDTO.java +++ b/src/main/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/dto/request/TSPublicationCreationReqDTO.java @@ -1,12 +1,13 @@ + /* * SPDX-License-Identifier: AGPL-3.0-or-later - * + * * Copyright (C) 2023 Ministero della Salute - * + * * This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. - * + * * This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for more details. - * + * * You should have received a copy of the GNU Affero General Public License along with this program. If not, see . */ package it.finanze.sanita.fse2.ms.gtw.dispatcher.dto.request; diff --git a/src/main/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/dto/request/ValidationCDAReqDTO.java b/src/main/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/dto/request/ValidationCDAReqDTO.java index 437e757d..da2adbc5 100644 --- a/src/main/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/dto/request/ValidationCDAReqDTO.java +++ b/src/main/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/dto/request/ValidationCDAReqDTO.java @@ -1,12 +1,13 @@ + /* * SPDX-License-Identifier: AGPL-3.0-or-later - * + * * Copyright (C) 2023 Ministero della Salute - * + * * This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. - * + * * This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for more details. - * + * * You should have received a copy of the GNU Affero General Public License along with this program. If not, see . */ package it.finanze.sanita.fse2.ms.gtw.dispatcher.dto.request; diff --git a/src/main/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/dto/request/client/AnaReqDTO.java b/src/main/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/dto/request/client/AnaReqDTO.java index c9a8becf..98f5a485 100644 --- a/src/main/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/dto/request/client/AnaReqDTO.java +++ b/src/main/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/dto/request/client/AnaReqDTO.java @@ -1,3 +1,4 @@ + /* * SPDX-License-Identifier: AGPL-3.0-or-later * diff --git a/src/main/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/dto/request/client/ValidationRequestDTO.java b/src/main/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/dto/request/client/ValidationRequestDTO.java index 7a2a9010..bf2296dd 100644 --- a/src/main/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/dto/request/client/ValidationRequestDTO.java +++ b/src/main/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/dto/request/client/ValidationRequestDTO.java @@ -1,12 +1,13 @@ + /* * SPDX-License-Identifier: AGPL-3.0-or-later - * + * * Copyright (C) 2023 Ministero della Salute - * + * * This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. - * + * * This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for more details. - * + * * You should have received a copy of the GNU Affero General Public License along with this program. If not, see . */ package it.finanze.sanita.fse2.ms.gtw.dispatcher.dto.request.client; diff --git a/src/main/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/dto/response/DateValidationDTO.java b/src/main/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/dto/response/DateValidationDTO.java index 623d524a..5f10561a 100644 --- a/src/main/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/dto/response/DateValidationDTO.java +++ b/src/main/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/dto/response/DateValidationDTO.java @@ -1,12 +1,13 @@ + /* * SPDX-License-Identifier: AGPL-3.0-or-later - * + * * Copyright (C) 2023 Ministero della Salute - * + * * This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. - * + * * This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for more details. - * + * * You should have received a copy of the GNU Affero General Public License along with this program. If not, see . */ package it.finanze.sanita.fse2.ms.gtw.dispatcher.dto.response; diff --git a/src/main/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/dto/response/EdsResponseDTO.java b/src/main/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/dto/response/EdsResponseDTO.java index 436a4c89..5d73414d 100644 --- a/src/main/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/dto/response/EdsResponseDTO.java +++ b/src/main/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/dto/response/EdsResponseDTO.java @@ -1,12 +1,13 @@ + /* * SPDX-License-Identifier: AGPL-3.0-or-later - * + * * Copyright (C) 2023 Ministero della Salute - * + * * This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. - * + * * This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for more details. - * + * * You should have received a copy of the GNU Affero General Public License along with this program. If not, see . */ package it.finanze.sanita.fse2.ms.gtw.dispatcher.dto.response; diff --git a/src/main/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/dto/response/ErrorResponseDTO.java b/src/main/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/dto/response/ErrorResponseDTO.java index 7f63167e..90096cf3 100644 --- a/src/main/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/dto/response/ErrorResponseDTO.java +++ b/src/main/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/dto/response/ErrorResponseDTO.java @@ -1,3 +1,4 @@ + /* * SPDX-License-Identifier: AGPL-3.0-or-later * diff --git a/src/main/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/dto/response/GetMergedMetadatiDTO.java b/src/main/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/dto/response/GetMergedMetadatiDTO.java index 2f31f439..5e18006d 100644 --- a/src/main/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/dto/response/GetMergedMetadatiDTO.java +++ b/src/main/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/dto/response/GetMergedMetadatiDTO.java @@ -1,12 +1,13 @@ + /* * SPDX-License-Identifier: AGPL-3.0-or-later - * + * * Copyright (C) 2023 Ministero della Salute - * + * * This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. - * + * * This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for more details. - * + * * You should have received a copy of the GNU Affero General Public License along with this program. If not, see . */ package it.finanze.sanita.fse2.ms.gtw.dispatcher.dto.response; diff --git a/src/main/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/dto/response/IniReferenceResponseDTO.java b/src/main/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/dto/response/IniReferenceResponseDTO.java index b404f13c..1e7c8714 100644 --- a/src/main/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/dto/response/IniReferenceResponseDTO.java +++ b/src/main/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/dto/response/IniReferenceResponseDTO.java @@ -1,3 +1,4 @@ + /* * SPDX-License-Identifier: AGPL-3.0-or-later * diff --git a/src/main/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/dto/response/IniTraceResponseDTO.java b/src/main/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/dto/response/IniTraceResponseDTO.java index b4f021da..a1f9706d 100644 --- a/src/main/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/dto/response/IniTraceResponseDTO.java +++ b/src/main/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/dto/response/IniTraceResponseDTO.java @@ -1,12 +1,13 @@ + /* * SPDX-License-Identifier: AGPL-3.0-or-later - * + * * Copyright (C) 2023 Ministero della Salute - * + * * This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. - * + * * This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for more details. - * + * * You should have received a copy of the GNU Affero General Public License along with this program. If not, see . */ package it.finanze.sanita.fse2.ms.gtw.dispatcher.dto.response; diff --git a/src/main/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/dto/response/LogTraceInfoDTO.java b/src/main/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/dto/response/LogTraceInfoDTO.java index ed33fef0..79ca9365 100644 --- a/src/main/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/dto/response/LogTraceInfoDTO.java +++ b/src/main/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/dto/response/LogTraceInfoDTO.java @@ -1,12 +1,13 @@ + /* * SPDX-License-Identifier: AGPL-3.0-or-later - * + * * Copyright (C) 2023 Ministero della Salute - * + * * This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. - * + * * This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for more details. - * + * * You should have received a copy of the GNU Affero General Public License along with this program. If not, see . */ package it.finanze.sanita.fse2.ms.gtw.dispatcher.dto.response; diff --git a/src/main/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/dto/response/PublicationResDTO.java b/src/main/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/dto/response/PublicationResDTO.java index d06e8a14..08987167 100644 --- a/src/main/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/dto/response/PublicationResDTO.java +++ b/src/main/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/dto/response/PublicationResDTO.java @@ -1,12 +1,13 @@ + /* * SPDX-License-Identifier: AGPL-3.0-or-later - * + * * Copyright (C) 2023 Ministero della Salute - * + * * This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. - * + * * This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for more details. - * + * * You should have received a copy of the GNU Affero General Public License along with this program. If not, see . */ package it.finanze.sanita.fse2.ms.gtw.dispatcher.dto.response; diff --git a/src/main/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/dto/response/ResponseDTO.java b/src/main/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/dto/response/ResponseDTO.java index 32388e52..ece938cf 100644 --- a/src/main/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/dto/response/ResponseDTO.java +++ b/src/main/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/dto/response/ResponseDTO.java @@ -1,3 +1,4 @@ + /* * SPDX-License-Identifier: AGPL-3.0-or-later * diff --git a/src/main/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/dto/response/ResponseWifDTO.java b/src/main/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/dto/response/ResponseWifDTO.java index 0c82f7a3..859edec9 100644 --- a/src/main/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/dto/response/ResponseWifDTO.java +++ b/src/main/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/dto/response/ResponseWifDTO.java @@ -1,12 +1,13 @@ + /* * SPDX-License-Identifier: AGPL-3.0-or-later - * + * * Copyright (C) 2023 Ministero della Salute - * + * * This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. - * + * * This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for more details. - * + * * You should have received a copy of the GNU Affero General Public License along with this program. If not, see . */ package it.finanze.sanita.fse2.ms.gtw.dispatcher.dto.response; diff --git a/src/main/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/dto/response/TSPublicationCreationResDTO.java b/src/main/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/dto/response/TSPublicationCreationResDTO.java index c8eb9cc5..f4df5b44 100644 --- a/src/main/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/dto/response/TSPublicationCreationResDTO.java +++ b/src/main/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/dto/response/TSPublicationCreationResDTO.java @@ -1,3 +1,4 @@ + /* * SPDX-License-Identifier: AGPL-3.0-or-later * diff --git a/src/main/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/dto/response/TransactionInspectResDTO.java b/src/main/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/dto/response/TransactionInspectResDTO.java index e13c5351..840b58d4 100644 --- a/src/main/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/dto/response/TransactionInspectResDTO.java +++ b/src/main/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/dto/response/TransactionInspectResDTO.java @@ -1,12 +1,13 @@ + /* * SPDX-License-Identifier: AGPL-3.0-or-later - * + * * Copyright (C) 2023 Ministero della Salute - * + * * This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. - * + * * This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for more details. - * + * * You should have received a copy of the GNU Affero General Public License along with this program. If not, see . */ package it.finanze.sanita.fse2.ms.gtw.dispatcher.dto.response; diff --git a/src/main/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/dto/response/ValidationErrorResponseDTO.java b/src/main/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/dto/response/ValidationErrorResponseDTO.java index ee35af16..8404be9a 100644 --- a/src/main/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/dto/response/ValidationErrorResponseDTO.java +++ b/src/main/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/dto/response/ValidationErrorResponseDTO.java @@ -1,12 +1,13 @@ + /* * SPDX-License-Identifier: AGPL-3.0-or-later - * + * * Copyright (C) 2023 Ministero della Salute - * + * * This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. - * + * * This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for more details. - * + * * You should have received a copy of the GNU Affero General Public License along with this program. If not, see . */ package it.finanze.sanita.fse2.ms.gtw.dispatcher.dto.response; diff --git a/src/main/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/dto/response/ValidationResDTO.java b/src/main/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/dto/response/ValidationResDTO.java index 0feb86af..aea38292 100644 --- a/src/main/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/dto/response/ValidationResDTO.java +++ b/src/main/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/dto/response/ValidationResDTO.java @@ -1,12 +1,13 @@ + /* * SPDX-License-Identifier: AGPL-3.0-or-later - * + * * Copyright (C) 2023 Ministero della Salute - * + * * This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. - * + * * This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for more details. - * + * * You should have received a copy of the GNU Affero General Public License along with this program. If not, see . */ package it.finanze.sanita.fse2.ms.gtw.dispatcher.dto.response; diff --git a/src/main/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/dto/response/client/GetMergedMetadatiResponseDTO.java b/src/main/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/dto/response/client/GetMergedMetadatiResponseDTO.java index 96181e89..301e78c9 100644 --- a/src/main/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/dto/response/client/GetMergedMetadatiResponseDTO.java +++ b/src/main/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/dto/response/client/GetMergedMetadatiResponseDTO.java @@ -1,12 +1,13 @@ + /* * SPDX-License-Identifier: AGPL-3.0-or-later - * + * * Copyright (C) 2023 Ministero della Salute - * + * * This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. - * + * * This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for more details. - * + * * You should have received a copy of the GNU Affero General Public License along with this program. If not, see . */ package it.finanze.sanita.fse2.ms.gtw.dispatcher.dto.response.client; diff --git a/src/main/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/dto/response/client/TransformResDTO.java b/src/main/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/dto/response/client/TransformResDTO.java index 77bba561..560a424a 100644 --- a/src/main/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/dto/response/client/TransformResDTO.java +++ b/src/main/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/dto/response/client/TransformResDTO.java @@ -1,12 +1,13 @@ + /* * SPDX-License-Identifier: AGPL-3.0-or-later - * + * * Copyright (C) 2023 Ministero della Salute - * + * * This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. - * + * * This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for more details. - * + * * You should have received a copy of the GNU Affero General Public License along with this program. If not, see . */ package it.finanze.sanita.fse2.ms.gtw.dispatcher.dto.response.client; diff --git a/src/main/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/dto/response/client/ValidationResDTO.java b/src/main/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/dto/response/client/ValidationResDTO.java index ba54a9a7..1e348715 100644 --- a/src/main/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/dto/response/client/ValidationResDTO.java +++ b/src/main/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/dto/response/client/ValidationResDTO.java @@ -1,12 +1,13 @@ + /* * SPDX-License-Identifier: AGPL-3.0-or-later - * + * * Copyright (C) 2023 Ministero della Salute - * + * * This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. - * + * * This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for more details. - * + * * You should have received a copy of the GNU Affero General Public License along with this program. If not, see . */ package it.finanze.sanita.fse2.ms.gtw.dispatcher.dto.response.client; diff --git a/src/main/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/enums/AccreditamentoPrefixEnum.java b/src/main/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/enums/AccreditamentoPrefixEnum.java index aa32dc7a..7f9612aa 100644 --- a/src/main/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/enums/AccreditamentoPrefixEnum.java +++ b/src/main/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/enums/AccreditamentoPrefixEnum.java @@ -1,12 +1,13 @@ + /* * SPDX-License-Identifier: AGPL-3.0-or-later - * + * * Copyright (C) 2023 Ministero della Salute - * + * * This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. - * + * * This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for more details. - * + * * You should have received a copy of the GNU Affero General Public License along with this program. If not, see . */ package it.finanze.sanita.fse2.ms.gtw.dispatcher.enums; diff --git a/src/main/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/enums/ActionEnum.java b/src/main/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/enums/ActionEnum.java index 1953f128..32ff5239 100644 --- a/src/main/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/enums/ActionEnum.java +++ b/src/main/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/enums/ActionEnum.java @@ -1,12 +1,13 @@ + /* * SPDX-License-Identifier: AGPL-3.0-or-later - * + * * Copyright (C) 2023 Ministero della Salute - * + * * This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. - * + * * This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for more details. - * + * * You should have received a copy of the GNU Affero General Public License along with this program. If not, see . */ package it.finanze.sanita.fse2.ms.gtw.dispatcher.enums; diff --git a/src/main/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/enums/ActivityEnum.java b/src/main/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/enums/ActivityEnum.java index fae94205..28be5c75 100644 --- a/src/main/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/enums/ActivityEnum.java +++ b/src/main/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/enums/ActivityEnum.java @@ -1,12 +1,13 @@ + /* * SPDX-License-Identifier: AGPL-3.0-or-later - * + * * Copyright (C) 2023 Ministero della Salute - * + * * This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. - * + * * This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for more details. - * + * * You should have received a copy of the GNU Affero General Public License along with this program. If not, see . */ package it.finanze.sanita.fse2.ms.gtw.dispatcher.enums; diff --git a/src/main/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/enums/AdministrativeReqEnum.java b/src/main/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/enums/AdministrativeReqEnum.java index bd17031c..e8d6201b 100644 --- a/src/main/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/enums/AdministrativeReqEnum.java +++ b/src/main/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/enums/AdministrativeReqEnum.java @@ -1,12 +1,13 @@ + /* * SPDX-License-Identifier: AGPL-3.0-or-later - * + * * Copyright (C) 2023 Ministero della Salute - * + * * This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. - * + * * This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for more details. - * + * * You should have received a copy of the GNU Affero General Public License along with this program. If not, see . */ package it.finanze.sanita.fse2.ms.gtw.dispatcher.enums; diff --git a/src/main/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/enums/AttivitaClinicaEnum.java b/src/main/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/enums/AttivitaClinicaEnum.java index 4aeeae03..f95a8304 100644 --- a/src/main/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/enums/AttivitaClinicaEnum.java +++ b/src/main/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/enums/AttivitaClinicaEnum.java @@ -1,3 +1,4 @@ + /* * SPDX-License-Identifier: AGPL-3.0-or-later * diff --git a/src/main/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/enums/ConfidentialityCodeEnum.java b/src/main/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/enums/ConfidentialityCodeEnum.java index 050ac10f..d66be9f9 100644 --- a/src/main/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/enums/ConfidentialityCodeEnum.java +++ b/src/main/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/enums/ConfidentialityCodeEnum.java @@ -1,3 +1,14 @@ +/* + * SPDX-License-Identifier: AGPL-3.0-or-later + * + * Copyright (C) 2023 Ministero della Salute + * + * This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for more details. + * + * You should have received a copy of the GNU Affero General Public License along with this program. If not, see . + */ package it.finanze.sanita.fse2.ms.gtw.dispatcher.enums; diff --git a/src/main/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/enums/ConfigItemTypeEnum.java b/src/main/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/enums/ConfigItemTypeEnum.java index 4d693faa..e42aa045 100644 --- a/src/main/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/enums/ConfigItemTypeEnum.java +++ b/src/main/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/enums/ConfigItemTypeEnum.java @@ -1,3 +1,14 @@ +/* + * SPDX-License-Identifier: AGPL-3.0-or-later + * + * Copyright (C) 2023 Ministero della Salute + * + * This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for more details. + * + * You should have received a copy of the GNU Affero General Public License along with this program. If not, see . + */ package it.finanze.sanita.fse2.ms.gtw.dispatcher.enums; import java.util.Arrays; diff --git a/src/main/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/enums/DescriptionEnum.java b/src/main/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/enums/DescriptionEnum.java index 01a027ba..19708e54 100644 --- a/src/main/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/enums/DescriptionEnum.java +++ b/src/main/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/enums/DescriptionEnum.java @@ -1,12 +1,13 @@ + /* * SPDX-License-Identifier: AGPL-3.0-or-later - * + * * Copyright (C) 2023 Ministero della Salute - * + * * This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. - * + * * This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for more details. - * + * * You should have received a copy of the GNU Affero General Public License along with this program. If not, see . */ package it.finanze.sanita.fse2.ms.gtw.dispatcher.enums; diff --git a/src/main/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/enums/DestinationTypeEnum.java b/src/main/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/enums/DestinationTypeEnum.java index eeb4c990..af8464dd 100644 --- a/src/main/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/enums/DestinationTypeEnum.java +++ b/src/main/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/enums/DestinationTypeEnum.java @@ -1,12 +1,13 @@ + /* * SPDX-License-Identifier: AGPL-3.0-or-later - * + * * Copyright (C) 2023 Ministero della Salute - * + * * This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. - * + * * This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for more details. - * + * * You should have received a copy of the GNU Affero General Public License along with this program. If not, see . */ package it.finanze.sanita.fse2.ms.gtw.dispatcher.enums; diff --git a/src/main/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/enums/DocumentTypeEnum.java b/src/main/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/enums/DocumentTypeEnum.java index b78983cf..c0943098 100644 --- a/src/main/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/enums/DocumentTypeEnum.java +++ b/src/main/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/enums/DocumentTypeEnum.java @@ -1,3 +1,4 @@ + /* * SPDX-License-Identifier: AGPL-3.0-or-later * diff --git a/src/main/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/enums/EdsStrategyEnum.java b/src/main/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/enums/EdsStrategyEnum.java index c568dad3..2a67c241 100644 --- a/src/main/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/enums/EdsStrategyEnum.java +++ b/src/main/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/enums/EdsStrategyEnum.java @@ -1,3 +1,14 @@ +/* + * SPDX-License-Identifier: AGPL-3.0-or-later + * + * Copyright (C) 2023 Ministero della Salute + * + * This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for more details. + * + * You should have received a copy of the GNU Affero General Public License along with this program. If not, see . + */ package it.finanze.sanita.fse2.ms.gtw.dispatcher.enums; public enum EdsStrategyEnum { diff --git a/src/main/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/enums/ErrorInstanceEnum.java b/src/main/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/enums/ErrorInstanceEnum.java index 9a4b3866..b9287067 100644 --- a/src/main/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/enums/ErrorInstanceEnum.java +++ b/src/main/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/enums/ErrorInstanceEnum.java @@ -1,12 +1,13 @@ + /* * SPDX-License-Identifier: AGPL-3.0-or-later - * + * * Copyright (C) 2023 Ministero della Salute - * + * * This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. - * + * * This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for more details. - * + * * You should have received a copy of the GNU Affero General Public License along with this program. If not, see . */ package it.finanze.sanita.fse2.ms.gtw.dispatcher.enums; diff --git a/src/main/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/enums/ErrorLogEnum.java b/src/main/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/enums/ErrorLogEnum.java index ff4f9a4b..2cb5c34b 100644 --- a/src/main/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/enums/ErrorLogEnum.java +++ b/src/main/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/enums/ErrorLogEnum.java @@ -1,12 +1,13 @@ + /* * SPDX-License-Identifier: AGPL-3.0-or-later - * + * * Copyright (C) 2023 Ministero della Salute - * + * * This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. - * + * * This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for more details. - * + * * You should have received a copy of the GNU Affero General Public License along with this program. If not, see . */ package it.finanze.sanita.fse2.ms.gtw.dispatcher.enums; diff --git a/src/main/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/enums/EventCodeEnum.java b/src/main/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/enums/EventCodeEnum.java index 6aabca45..fd3b9c52 100644 --- a/src/main/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/enums/EventCodeEnum.java +++ b/src/main/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/enums/EventCodeEnum.java @@ -1,12 +1,13 @@ + /* * SPDX-License-Identifier: AGPL-3.0-or-later - * + * * Copyright (C) 2023 Ministero della Salute - * + * * This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. - * + * * This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for more details. - * + * * You should have received a copy of the GNU Affero General Public License along with this program. If not, see . */ package it.finanze.sanita.fse2.ms.gtw.dispatcher.enums; diff --git a/src/main/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/enums/EventStatusEnum.java b/src/main/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/enums/EventStatusEnum.java index a49199b8..dba21e5b 100644 --- a/src/main/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/enums/EventStatusEnum.java +++ b/src/main/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/enums/EventStatusEnum.java @@ -1,12 +1,13 @@ + /* * SPDX-License-Identifier: AGPL-3.0-or-later - * + * * Copyright (C) 2023 Ministero della Salute - * + * * This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. - * + * * This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for more details. - * + * * You should have received a copy of the GNU Affero General Public License along with this program. If not, see . */ package it.finanze.sanita.fse2.ms.gtw.dispatcher.enums; diff --git a/src/main/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/enums/EventTypeEnum.java b/src/main/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/enums/EventTypeEnum.java index 58a23bcd..73f4c814 100644 --- a/src/main/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/enums/EventTypeEnum.java +++ b/src/main/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/enums/EventTypeEnum.java @@ -1,12 +1,13 @@ + /* * SPDX-License-Identifier: AGPL-3.0-or-later - * + * * Copyright (C) 2023 Ministero della Salute - * + * * This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. - * + * * This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for more details. - * + * * You should have received a copy of the GNU Affero General Public License along with this program. If not, see . */ package it.finanze.sanita.fse2.ms.gtw.dispatcher.enums; diff --git a/src/main/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/enums/HealthDataFormatEnum.java b/src/main/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/enums/HealthDataFormatEnum.java index 242d22c6..cc71503e 100644 --- a/src/main/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/enums/HealthDataFormatEnum.java +++ b/src/main/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/enums/HealthDataFormatEnum.java @@ -1,12 +1,13 @@ + /* * SPDX-License-Identifier: AGPL-3.0-or-later - * + * * Copyright (C) 2023 Ministero della Salute - * + * * This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. - * + * * This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for more details. - * + * * You should have received a copy of the GNU Affero General Public License along with this program. If not, see . */ package it.finanze.sanita.fse2.ms.gtw.dispatcher.enums; diff --git a/src/main/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/enums/HealthcareFacilityEnum.java b/src/main/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/enums/HealthcareFacilityEnum.java index 823fb802..62df2afe 100644 --- a/src/main/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/enums/HealthcareFacilityEnum.java +++ b/src/main/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/enums/HealthcareFacilityEnum.java @@ -1,12 +1,13 @@ + /* * SPDX-License-Identifier: AGPL-3.0-or-later - * + * * Copyright (C) 2023 Ministero della Salute - * + * * This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. - * + * * This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for more details. - * + * * You should have received a copy of the GNU Affero General Public License along with this program. If not, see . */ package it.finanze.sanita.fse2.ms.gtw.dispatcher.enums; diff --git a/src/main/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/enums/ILogEnum.java b/src/main/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/enums/ILogEnum.java index 799b5b4b..12d07bc1 100644 --- a/src/main/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/enums/ILogEnum.java +++ b/src/main/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/enums/ILogEnum.java @@ -1,12 +1,13 @@ + /* * SPDX-License-Identifier: AGPL-3.0-or-later - * + * * Copyright (C) 2023 Ministero della Salute - * + * * This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. - * + * * This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for more details. - * + * * You should have received a copy of the GNU Affero General Public License along with this program. If not, see . */ package it.finanze.sanita.fse2.ms.gtw.dispatcher.enums; diff --git a/src/main/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/enums/IniActivityEnum.java b/src/main/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/enums/IniActivityEnum.java index 7356ed92..cd71b868 100644 --- a/src/main/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/enums/IniActivityEnum.java +++ b/src/main/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/enums/IniActivityEnum.java @@ -1,3 +1,4 @@ + /* * SPDX-License-Identifier: AGPL-3.0-or-later * diff --git a/src/main/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/enums/InjectionModeEnum.java b/src/main/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/enums/InjectionModeEnum.java index 358ed9fc..7608bb1b 100644 --- a/src/main/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/enums/InjectionModeEnum.java +++ b/src/main/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/enums/InjectionModeEnum.java @@ -1,3 +1,4 @@ + /* * SPDX-License-Identifier: AGPL-3.0-or-later * diff --git a/src/main/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/enums/LowLevelDocEnum.java b/src/main/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/enums/LowLevelDocEnum.java index f8dd05cd..50e583e7 100644 --- a/src/main/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/enums/LowLevelDocEnum.java +++ b/src/main/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/enums/LowLevelDocEnum.java @@ -1,3 +1,4 @@ + /* * SPDX-License-Identifier: AGPL-3.0-or-later * diff --git a/src/main/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/enums/OperationLogEnum.java b/src/main/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/enums/OperationLogEnum.java index a25936e3..66ceb9de 100644 --- a/src/main/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/enums/OperationLogEnum.java +++ b/src/main/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/enums/OperationLogEnum.java @@ -1,3 +1,4 @@ + /* * SPDX-License-Identifier: AGPL-3.0-or-later * diff --git a/src/main/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/enums/PracticeSettingCodeEnum.java b/src/main/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/enums/PracticeSettingCodeEnum.java index 0d5ffd4f..c38c4ad7 100644 --- a/src/main/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/enums/PracticeSettingCodeEnum.java +++ b/src/main/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/enums/PracticeSettingCodeEnum.java @@ -1,12 +1,13 @@ + /* * SPDX-License-Identifier: AGPL-3.0-or-later - * + * * Copyright (C) 2023 Ministero della Salute - * + * * This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. - * + * * This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for more details. - * + * * You should have received a copy of the GNU Affero General Public License along with this program. If not, see . */ package it.finanze.sanita.fse2.ms.gtw.dispatcher.enums; diff --git a/src/main/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/enums/PriorityTypeEnum.java b/src/main/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/enums/PriorityTypeEnum.java index 11356ed5..6ff628d7 100644 --- a/src/main/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/enums/PriorityTypeEnum.java +++ b/src/main/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/enums/PriorityTypeEnum.java @@ -1,12 +1,13 @@ + /* * SPDX-License-Identifier: AGPL-3.0-or-later - * + * * Copyright (C) 2023 Ministero della Salute - * + * * This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. - * + * * This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for more details. - * + * * You should have received a copy of the GNU Affero General Public License along with this program. If not, see . */ package it.finanze.sanita.fse2.ms.gtw.dispatcher.enums; diff --git a/src/main/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/enums/ProcessorOperationEnum.java b/src/main/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/enums/ProcessorOperationEnum.java index 08dae698..814e15fa 100644 --- a/src/main/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/enums/ProcessorOperationEnum.java +++ b/src/main/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/enums/ProcessorOperationEnum.java @@ -1,3 +1,4 @@ + /* * SPDX-License-Identifier: AGPL-3.0-or-later * diff --git a/src/main/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/enums/PurposeOfUseEnum.java b/src/main/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/enums/PurposeOfUseEnum.java index c74c5f60..cd2d2d69 100644 --- a/src/main/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/enums/PurposeOfUseEnum.java +++ b/src/main/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/enums/PurposeOfUseEnum.java @@ -1,3 +1,4 @@ + /* * SPDX-License-Identifier: AGPL-3.0-or-later * diff --git a/src/main/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/enums/RawValidationEnum.java b/src/main/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/enums/RawValidationEnum.java index 17f79ace..17dd957d 100644 --- a/src/main/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/enums/RawValidationEnum.java +++ b/src/main/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/enums/RawValidationEnum.java @@ -1,3 +1,4 @@ + /* * SPDX-License-Identifier: AGPL-3.0-or-later * diff --git a/src/main/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/enums/RestExecutionResultEnum.java b/src/main/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/enums/RestExecutionResultEnum.java index 708a4493..7ec6de8e 100644 --- a/src/main/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/enums/RestExecutionResultEnum.java +++ b/src/main/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/enums/RestExecutionResultEnum.java @@ -1,3 +1,4 @@ + /* * SPDX-License-Identifier: AGPL-3.0-or-later * diff --git a/src/main/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/enums/ResultLogEnum.java b/src/main/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/enums/ResultLogEnum.java index a123ae45..c1b5f356 100644 --- a/src/main/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/enums/ResultLogEnum.java +++ b/src/main/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/enums/ResultLogEnum.java @@ -1,12 +1,13 @@ + /* * SPDX-License-Identifier: AGPL-3.0-or-later - * + * * Copyright (C) 2023 Ministero della Salute - * + * * This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. - * + * * This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for more details. - * + * * You should have received a copy of the GNU Affero General Public License along with this program. If not, see . */ package it.finanze.sanita.fse2.ms.gtw.dispatcher.enums; diff --git a/src/main/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/enums/RoleEnum.java b/src/main/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/enums/RoleEnum.java index 9d49ed14..60b60388 100644 --- a/src/main/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/enums/RoleEnum.java +++ b/src/main/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/enums/RoleEnum.java @@ -1,3 +1,4 @@ + /* * SPDX-License-Identifier: AGPL-3.0-or-later * diff --git a/src/main/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/enums/SignVerificationModeEnum.java b/src/main/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/enums/SignVerificationModeEnum.java index 093601eb..61acc0ba 100644 --- a/src/main/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/enums/SignVerificationModeEnum.java +++ b/src/main/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/enums/SignVerificationModeEnum.java @@ -1,3 +1,4 @@ + /* * SPDX-License-Identifier: AGPL-3.0-or-later * diff --git a/src/main/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/enums/SubjectOrganizationEnum.java b/src/main/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/enums/SubjectOrganizationEnum.java index 8d7b9964..a3d4c33a 100644 --- a/src/main/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/enums/SubjectOrganizationEnum.java +++ b/src/main/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/enums/SubjectOrganizationEnum.java @@ -1,12 +1,13 @@ + /* * SPDX-License-Identifier: AGPL-3.0-or-later - * + * * Copyright (C) 2023 Ministero della Salute - * + * * This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. - * + * * This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for more details. - * + * * You should have received a copy of the GNU Affero General Public License along with this program. If not, see . */ package it.finanze.sanita.fse2.ms.gtw.dispatcher.enums; diff --git a/src/main/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/enums/SystemTypeEnum.java b/src/main/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/enums/SystemTypeEnum.java index 1547a54d..7609fda8 100644 --- a/src/main/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/enums/SystemTypeEnum.java +++ b/src/main/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/enums/SystemTypeEnum.java @@ -1,12 +1,13 @@ + /* * SPDX-License-Identifier: AGPL-3.0-or-later - * + * * Copyright (C) 2023 Ministero della Salute - * + * * This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. - * + * * This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for more details. - * + * * You should have received a copy of the GNU Affero General Public License along with this program. If not, see . */ package it.finanze.sanita.fse2.ms.gtw.dispatcher.enums; diff --git a/src/main/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/enums/TipoDocAltoLivEnum.java b/src/main/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/enums/TipoDocAltoLivEnum.java index 20d646e0..d3d15ea3 100644 --- a/src/main/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/enums/TipoDocAltoLivEnum.java +++ b/src/main/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/enums/TipoDocAltoLivEnum.java @@ -1,3 +1,4 @@ + /* * SPDX-License-Identifier: AGPL-3.0-or-later * diff --git a/src/main/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/exceptions/BusinessException.java b/src/main/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/exceptions/BusinessException.java index 331184c0..a8a7cdea 100644 --- a/src/main/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/exceptions/BusinessException.java +++ b/src/main/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/exceptions/BusinessException.java @@ -1,3 +1,4 @@ + /* * SPDX-License-Identifier: AGPL-3.0-or-later * diff --git a/src/main/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/exceptions/ConnectionRefusedException.java b/src/main/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/exceptions/ConnectionRefusedException.java index 5e428935..275525f5 100644 --- a/src/main/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/exceptions/ConnectionRefusedException.java +++ b/src/main/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/exceptions/ConnectionRefusedException.java @@ -1,12 +1,13 @@ + /* * SPDX-License-Identifier: AGPL-3.0-or-later - * + * * Copyright (C) 2023 Ministero della Salute - * + * * This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. - * + * * This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for more details. - * + * * You should have received a copy of the GNU Affero General Public License along with this program. If not, see . */ package it.finanze.sanita.fse2.ms.gtw.dispatcher.exceptions; diff --git a/src/main/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/exceptions/EdsException.java b/src/main/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/exceptions/EdsException.java index 5a688e93..8367567f 100644 --- a/src/main/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/exceptions/EdsException.java +++ b/src/main/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/exceptions/EdsException.java @@ -1,12 +1,13 @@ + /* * SPDX-License-Identifier: AGPL-3.0-or-later - * + * * Copyright (C) 2023 Ministero della Salute - * + * * This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. - * + * * This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for more details. - * + * * You should have received a copy of the GNU Affero General Public License along with this program. If not, see . */ package it.finanze.sanita.fse2.ms.gtw.dispatcher.exceptions; diff --git a/src/main/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/exceptions/IniException.java b/src/main/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/exceptions/IniException.java index de92ab52..daeed5f5 100644 --- a/src/main/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/exceptions/IniException.java +++ b/src/main/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/exceptions/IniException.java @@ -1,3 +1,4 @@ + /* * SPDX-License-Identifier: AGPL-3.0-or-later * diff --git a/src/main/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/exceptions/MockEnabledException.java b/src/main/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/exceptions/MockEnabledException.java index 7122aa95..38182c95 100644 --- a/src/main/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/exceptions/MockEnabledException.java +++ b/src/main/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/exceptions/MockEnabledException.java @@ -1,3 +1,4 @@ + /* * SPDX-License-Identifier: AGPL-3.0-or-later * diff --git a/src/main/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/exceptions/NoRecordFoundException.java b/src/main/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/exceptions/NoRecordFoundException.java index 74968cd2..924b0902 100644 --- a/src/main/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/exceptions/NoRecordFoundException.java +++ b/src/main/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/exceptions/NoRecordFoundException.java @@ -1,12 +1,13 @@ + /* * SPDX-License-Identifier: AGPL-3.0-or-later - * + * * Copyright (C) 2023 Ministero della Salute - * + * * This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. - * + * * This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for more details. - * + * * You should have received a copy of the GNU Affero General Public License along with this program. If not, see . */ package it.finanze.sanita.fse2.ms.gtw.dispatcher.exceptions; diff --git a/src/main/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/exceptions/ServerResponseException.java b/src/main/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/exceptions/ServerResponseException.java index 2e776446..5128fb1b 100644 --- a/src/main/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/exceptions/ServerResponseException.java +++ b/src/main/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/exceptions/ServerResponseException.java @@ -1,3 +1,4 @@ + /* * SPDX-License-Identifier: AGPL-3.0-or-later * diff --git a/src/main/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/exceptions/ValidationErrorException.java b/src/main/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/exceptions/ValidationErrorException.java index e45ebb5f..2f6f92cc 100644 --- a/src/main/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/exceptions/ValidationErrorException.java +++ b/src/main/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/exceptions/ValidationErrorException.java @@ -1,12 +1,13 @@ + /* * SPDX-License-Identifier: AGPL-3.0-or-later - * + * * Copyright (C) 2023 Ministero della Salute - * + * * This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. - * + * * This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for more details. - * + * * You should have received a copy of the GNU Affero General Public License along with this program. If not, see . */ package it.finanze.sanita.fse2.ms.gtw.dispatcher.exceptions; diff --git a/src/main/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/exceptions/ValidationException.java b/src/main/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/exceptions/ValidationException.java index e06d37fe..d914c567 100644 --- a/src/main/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/exceptions/ValidationException.java +++ b/src/main/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/exceptions/ValidationException.java @@ -1,12 +1,13 @@ + /* * SPDX-License-Identifier: AGPL-3.0-or-later - * + * * Copyright (C) 2023 Ministero della Salute - * + * * This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. - * + * * This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for more details. - * + * * You should have received a copy of the GNU Affero General Public License along with this program. If not, see . */ package it.finanze.sanita.fse2.ms.gtw.dispatcher.exceptions; diff --git a/src/main/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/exceptions/ValidationPublicationErrorException.java b/src/main/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/exceptions/ValidationPublicationErrorException.java index 24db7c22..70452f37 100644 --- a/src/main/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/exceptions/ValidationPublicationErrorException.java +++ b/src/main/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/exceptions/ValidationPublicationErrorException.java @@ -1,12 +1,13 @@ + /* * SPDX-License-Identifier: AGPL-3.0-or-later - * + * * Copyright (C) 2023 Ministero della Salute - * + * * This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. - * + * * This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for more details. - * + * * You should have received a copy of the GNU Affero General Public License along with this program. If not, see . */ package it.finanze.sanita.fse2.ms.gtw.dispatcher.exceptions; diff --git a/src/main/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/interceptor/LogInterceptor.java b/src/main/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/interceptor/LogInterceptor.java index 07b8a71f..09c87271 100644 --- a/src/main/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/interceptor/LogInterceptor.java +++ b/src/main/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/interceptor/LogInterceptor.java @@ -1,3 +1,4 @@ + /* * SPDX-License-Identifier: AGPL-3.0-or-later * diff --git a/src/main/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/logging/AsynchronousDeliveryStrategy.java b/src/main/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/logging/AsynchronousDeliveryStrategy.java index b24147e3..07ab4b87 100644 --- a/src/main/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/logging/AsynchronousDeliveryStrategy.java +++ b/src/main/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/logging/AsynchronousDeliveryStrategy.java @@ -1,3 +1,4 @@ + /* * SPDX-License-Identifier: AGPL-3.0-or-later * diff --git a/src/main/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/logging/BlockingDeliveryStrategy.java b/src/main/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/logging/BlockingDeliveryStrategy.java index 8fff2dae..228333ba 100644 --- a/src/main/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/logging/BlockingDeliveryStrategy.java +++ b/src/main/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/logging/BlockingDeliveryStrategy.java @@ -1,3 +1,4 @@ + /* * SPDX-License-Identifier: AGPL-3.0-or-later * diff --git a/src/main/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/logging/DeliveryStrategy.java b/src/main/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/logging/DeliveryStrategy.java index 75afce2f..85ea3fec 100644 --- a/src/main/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/logging/DeliveryStrategy.java +++ b/src/main/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/logging/DeliveryStrategy.java @@ -1,12 +1,13 @@ + /* * SPDX-License-Identifier: AGPL-3.0-or-later - * + * * Copyright (C) 2023 Ministero della Salute - * + * * This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. - * + * * This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for more details. - * + * * You should have received a copy of the GNU Affero General Public License along with this program. If not, see . */ package it.finanze.sanita.fse2.ms.gtw.dispatcher.logging; diff --git a/src/main/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/logging/FailedDeliveryCallback.java b/src/main/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/logging/FailedDeliveryCallback.java index d06684f2..761f5d0a 100644 --- a/src/main/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/logging/FailedDeliveryCallback.java +++ b/src/main/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/logging/FailedDeliveryCallback.java @@ -1,12 +1,13 @@ + /* * SPDX-License-Identifier: AGPL-3.0-or-later - * + * * Copyright (C) 2023 Ministero della Salute - * + * * This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. - * + * * This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for more details. - * + * * You should have received a copy of the GNU Affero General Public License along with this program. If not, see . */ package it.finanze.sanita.fse2.ms.gtw.dispatcher.logging; diff --git a/src/main/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/logging/HostNameKeyingStrategy.java b/src/main/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/logging/HostNameKeyingStrategy.java index 4d1c7ad1..31bd3dba 100644 --- a/src/main/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/logging/HostNameKeyingStrategy.java +++ b/src/main/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/logging/HostNameKeyingStrategy.java @@ -1,3 +1,4 @@ + /* * SPDX-License-Identifier: AGPL-3.0-or-later * diff --git a/src/main/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/logging/KafkaAppender.java b/src/main/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/logging/KafkaAppender.java index e2cd9d38..8602c4fd 100644 --- a/src/main/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/logging/KafkaAppender.java +++ b/src/main/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/logging/KafkaAppender.java @@ -1,3 +1,4 @@ + /* * SPDX-License-Identifier: AGPL-3.0-or-later * diff --git a/src/main/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/logging/KafkaAppenderConfig.java b/src/main/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/logging/KafkaAppenderConfig.java index 5cf77507..99cc58e5 100644 --- a/src/main/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/logging/KafkaAppenderConfig.java +++ b/src/main/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/logging/KafkaAppenderConfig.java @@ -1,12 +1,13 @@ + /* * SPDX-License-Identifier: AGPL-3.0-or-later - * + * * Copyright (C) 2023 Ministero della Salute - * + * * This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. - * + * * This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for more details. - * + * * You should have received a copy of the GNU Affero General Public License along with this program. If not, see . */ package it.finanze.sanita.fse2.ms.gtw.dispatcher.logging; diff --git a/src/main/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/logging/KeyingStrategy.java b/src/main/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/logging/KeyingStrategy.java index 25d60ab0..e6a19e89 100644 --- a/src/main/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/logging/KeyingStrategy.java +++ b/src/main/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/logging/KeyingStrategy.java @@ -1,12 +1,13 @@ + /* * SPDX-License-Identifier: AGPL-3.0-or-later - * + * * Copyright (C) 2023 Ministero della Salute - * + * * This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. - * + * * This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for more details. - * + * * You should have received a copy of the GNU Affero General Public License along with this program. If not, see . */ package it.finanze.sanita.fse2.ms.gtw.dispatcher.logging; diff --git a/src/main/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/logging/LoggerHelper.java b/src/main/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/logging/LoggerHelper.java index c0cf7207..9ff5df37 100644 --- a/src/main/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/logging/LoggerHelper.java +++ b/src/main/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/logging/LoggerHelper.java @@ -1,12 +1,13 @@ + /* * SPDX-License-Identifier: AGPL-3.0-or-later - * + * * Copyright (C) 2023 Ministero della Salute - * + * * This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. - * + * * This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for more details. - * + * * You should have received a copy of the GNU Affero General Public License along with this program. If not, see . */ package it.finanze.sanita.fse2.ms.gtw.dispatcher.logging; diff --git a/src/main/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/logging/NoKeyKeyingStrategy.java b/src/main/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/logging/NoKeyKeyingStrategy.java index 8e2e3cd8..22aeb450 100644 --- a/src/main/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/logging/NoKeyKeyingStrategy.java +++ b/src/main/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/logging/NoKeyKeyingStrategy.java @@ -1,3 +1,4 @@ + /* * SPDX-License-Identifier: AGPL-3.0-or-later * diff --git a/src/main/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/repository/CollectionNaming.java b/src/main/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/repository/CollectionNaming.java index c0d311bc..e38053b7 100644 --- a/src/main/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/repository/CollectionNaming.java +++ b/src/main/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/repository/CollectionNaming.java @@ -1,12 +1,13 @@ + /* * SPDX-License-Identifier: AGPL-3.0-or-later - * + * * Copyright (C) 2023 Ministero della Salute - * + * * This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. - * + * * This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for more details. - * + * * You should have received a copy of the GNU Affero General Public License along with this program. If not, see . */ package it.finanze.sanita.fse2.ms.gtw.dispatcher.repository; diff --git a/src/main/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/repository/entity/AuditETY.java b/src/main/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/repository/entity/AuditETY.java index a5c60057..8d38ce90 100644 --- a/src/main/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/repository/entity/AuditETY.java +++ b/src/main/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/repository/entity/AuditETY.java @@ -1,3 +1,4 @@ + /* * SPDX-License-Identifier: AGPL-3.0-or-later * diff --git a/src/main/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/repository/entity/IniEdsInvocationETY.java b/src/main/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/repository/entity/IniEdsInvocationETY.java index 24b8d0da..01df0ac0 100644 --- a/src/main/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/repository/entity/IniEdsInvocationETY.java +++ b/src/main/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/repository/entity/IniEdsInvocationETY.java @@ -1,3 +1,4 @@ + /* * SPDX-License-Identifier: AGPL-3.0-or-later * diff --git a/src/main/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/repository/entity/ValidatedDocumentsETY.java b/src/main/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/repository/entity/ValidatedDocumentsETY.java index 23c49c39..5d02256b 100644 --- a/src/main/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/repository/entity/ValidatedDocumentsETY.java +++ b/src/main/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/repository/entity/ValidatedDocumentsETY.java @@ -1,3 +1,4 @@ + /* * SPDX-License-Identifier: AGPL-3.0-or-later * diff --git a/src/main/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/repository/entity/engine/EngineETY.java b/src/main/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/repository/entity/engine/EngineETY.java index 1dc037aa..897c1c26 100644 --- a/src/main/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/repository/entity/engine/EngineETY.java +++ b/src/main/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/repository/entity/engine/EngineETY.java @@ -1,3 +1,4 @@ + /* * SPDX-License-Identifier: AGPL-3.0-or-later * diff --git a/src/main/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/repository/entity/engine/sub/EngineMap.java b/src/main/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/repository/entity/engine/sub/EngineMap.java index fa3a6a83..2a591dd2 100644 --- a/src/main/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/repository/entity/engine/sub/EngineMap.java +++ b/src/main/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/repository/entity/engine/sub/EngineMap.java @@ -1,3 +1,4 @@ + /* * SPDX-License-Identifier: AGPL-3.0-or-later * diff --git a/src/main/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/repository/mongo/IAuditRepo.java b/src/main/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/repository/mongo/IAuditRepo.java index a419e75d..4620dbee 100644 --- a/src/main/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/repository/mongo/IAuditRepo.java +++ b/src/main/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/repository/mongo/IAuditRepo.java @@ -1,12 +1,13 @@ + /* * SPDX-License-Identifier: AGPL-3.0-or-later - * + * * Copyright (C) 2023 Ministero della Salute - * + * * This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. - * + * * This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for more details. - * + * * You should have received a copy of the GNU Affero General Public License along with this program. If not, see . */ package it.finanze.sanita.fse2.ms.gtw.dispatcher.repository.mongo; diff --git a/src/main/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/repository/mongo/IEngineRepo.java b/src/main/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/repository/mongo/IEngineRepo.java index 0c57a15e..7459dbfd 100644 --- a/src/main/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/repository/mongo/IEngineRepo.java +++ b/src/main/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/repository/mongo/IEngineRepo.java @@ -1,12 +1,13 @@ + /* * SPDX-License-Identifier: AGPL-3.0-or-later - * + * * Copyright (C) 2023 Ministero della Salute - * + * * This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. - * + * * This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for more details. - * + * * You should have received a copy of the GNU Affero General Public License along with this program. If not, see . */ package it.finanze.sanita.fse2.ms.gtw.dispatcher.repository.mongo; diff --git a/src/main/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/repository/mongo/IIniEdsInvocationRepo.java b/src/main/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/repository/mongo/IIniEdsInvocationRepo.java index b63ad689..32d6ed2f 100644 --- a/src/main/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/repository/mongo/IIniEdsInvocationRepo.java +++ b/src/main/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/repository/mongo/IIniEdsInvocationRepo.java @@ -1,3 +1,4 @@ + /* * SPDX-License-Identifier: AGPL-3.0-or-later * diff --git a/src/main/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/repository/mongo/IValidatedDocumentsRepo.java b/src/main/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/repository/mongo/IValidatedDocumentsRepo.java index 0e53ffbe..6c6a66f6 100644 --- a/src/main/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/repository/mongo/IValidatedDocumentsRepo.java +++ b/src/main/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/repository/mongo/IValidatedDocumentsRepo.java @@ -1,3 +1,4 @@ + /* * SPDX-License-Identifier: AGPL-3.0-or-later * diff --git a/src/main/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/repository/mongo/impl/AuditRepo.java b/src/main/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/repository/mongo/impl/AuditRepo.java index 703dd47c..a49198a5 100644 --- a/src/main/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/repository/mongo/impl/AuditRepo.java +++ b/src/main/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/repository/mongo/impl/AuditRepo.java @@ -1,3 +1,4 @@ + /* * SPDX-License-Identifier: AGPL-3.0-or-later * diff --git a/src/main/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/repository/mongo/impl/EngineRepo.java b/src/main/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/repository/mongo/impl/EngineRepo.java index 90fc3427..0f59567b 100644 --- a/src/main/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/repository/mongo/impl/EngineRepo.java +++ b/src/main/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/repository/mongo/impl/EngineRepo.java @@ -1,3 +1,4 @@ + /* * SPDX-License-Identifier: AGPL-3.0-or-later * diff --git a/src/main/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/repository/mongo/impl/IniEdsInvocationRepo.java b/src/main/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/repository/mongo/impl/IniEdsInvocationRepo.java index 1bb95d17..a236b9d9 100644 --- a/src/main/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/repository/mongo/impl/IniEdsInvocationRepo.java +++ b/src/main/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/repository/mongo/impl/IniEdsInvocationRepo.java @@ -1,3 +1,4 @@ + /* * SPDX-License-Identifier: AGPL-3.0-or-later * diff --git a/src/main/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/repository/mongo/impl/ValidatedDocumentsRepo.java b/src/main/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/repository/mongo/impl/ValidatedDocumentsRepo.java index 2904c802..4594e920 100644 --- a/src/main/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/repository/mongo/impl/ValidatedDocumentsRepo.java +++ b/src/main/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/repository/mongo/impl/ValidatedDocumentsRepo.java @@ -1,3 +1,4 @@ + /* * SPDX-License-Identifier: AGPL-3.0-or-later * diff --git a/src/main/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/service/IAccreditamentoSimulationSRV.java b/src/main/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/service/IAccreditamentoSimulationSRV.java index 544c749a..13349e74 100644 --- a/src/main/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/service/IAccreditamentoSimulationSRV.java +++ b/src/main/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/service/IAccreditamentoSimulationSRV.java @@ -1,12 +1,13 @@ + /* * SPDX-License-Identifier: AGPL-3.0-or-later - * + * * Copyright (C) 2023 Ministero della Salute - * + * * This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. - * + * * This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for more details. - * + * * You should have received a copy of the GNU Affero General Public License along with this program. If not, see . */ package it.finanze.sanita.fse2.ms.gtw.dispatcher.service; diff --git a/src/main/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/service/ICdaSRV.java b/src/main/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/service/ICdaSRV.java index 4d962827..066fefcd 100644 --- a/src/main/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/service/ICdaSRV.java +++ b/src/main/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/service/ICdaSRV.java @@ -1,3 +1,4 @@ + /* * SPDX-License-Identifier: AGPL-3.0-or-later * diff --git a/src/main/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/service/IConfigSRV.java b/src/main/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/service/IConfigSRV.java index 10af2f22..24bfe77a 100644 --- a/src/main/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/service/IConfigSRV.java +++ b/src/main/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/service/IConfigSRV.java @@ -1,3 +1,14 @@ +/* + * SPDX-License-Identifier: AGPL-3.0-or-later + * + * Copyright (C) 2023 Ministero della Salute + * + * This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for more details. + * + * You should have received a copy of the GNU Affero General Public License along with this program. If not, see . + */ package it.finanze.sanita.fse2.ms.gtw.dispatcher.service; public interface IConfigSRV { diff --git a/src/main/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/service/IEngineSRV.java b/src/main/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/service/IEngineSRV.java index 953795a8..1a380c2d 100644 --- a/src/main/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/service/IEngineSRV.java +++ b/src/main/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/service/IEngineSRV.java @@ -1,3 +1,4 @@ + /* * SPDX-License-Identifier: AGPL-3.0-or-later * diff --git a/src/main/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/service/IErrorHandlerSRV.java b/src/main/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/service/IErrorHandlerSRV.java index 4922aaeb..3f6c6d76 100644 --- a/src/main/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/service/IErrorHandlerSRV.java +++ b/src/main/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/service/IErrorHandlerSRV.java @@ -1,3 +1,4 @@ + /* * SPDX-License-Identifier: AGPL-3.0-or-later * diff --git a/src/main/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/service/IFhirSRV.java b/src/main/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/service/IFhirSRV.java index 9f9589b5..eac560b3 100644 --- a/src/main/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/service/IFhirSRV.java +++ b/src/main/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/service/IFhirSRV.java @@ -1,3 +1,4 @@ + /* * SPDX-License-Identifier: AGPL-3.0-or-later * diff --git a/src/main/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/service/IIniEdsInvocationSRV.java b/src/main/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/service/IIniEdsInvocationSRV.java index 333bae2a..9059c7ab 100644 --- a/src/main/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/service/IIniEdsInvocationSRV.java +++ b/src/main/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/service/IIniEdsInvocationSRV.java @@ -1,3 +1,4 @@ + /* * SPDX-License-Identifier: AGPL-3.0-or-later * diff --git a/src/main/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/service/IJwtSRV.java b/src/main/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/service/IJwtSRV.java index ba716c51..5f976162 100644 --- a/src/main/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/service/IJwtSRV.java +++ b/src/main/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/service/IJwtSRV.java @@ -1,12 +1,13 @@ + /* * SPDX-License-Identifier: AGPL-3.0-or-later - * + * * Copyright (C) 2023 Ministero della Salute - * + * * This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. - * + * * This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for more details. - * + * * You should have received a copy of the GNU Affero General Public License along with this program. If not, see . */ package it.finanze.sanita.fse2.ms.gtw.dispatcher.service; diff --git a/src/main/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/service/IKafkaSRV.java b/src/main/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/service/IKafkaSRV.java index 53c44f82..178753c7 100644 --- a/src/main/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/service/IKafkaSRV.java +++ b/src/main/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/service/IKafkaSRV.java @@ -1,12 +1,13 @@ + /* * SPDX-License-Identifier: AGPL-3.0-or-later - * + * * Copyright (C) 2023 Ministero della Salute - * + * * This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. - * + * * This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for more details. - * + * * You should have received a copy of the GNU Affero General Public License along with this program. If not, see . */ package it.finanze.sanita.fse2.ms.gtw.dispatcher.service; diff --git a/src/main/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/service/ILogSRV.java b/src/main/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/service/ILogSRV.java index e1d39c4a..0a475250 100644 --- a/src/main/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/service/ILogSRV.java +++ b/src/main/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/service/ILogSRV.java @@ -1,12 +1,13 @@ + /* * SPDX-License-Identifier: AGPL-3.0-or-later - * + * * Copyright (C) 2023 Ministero della Salute - * + * * This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. - * + * * This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for more details. - * + * * You should have received a copy of the GNU Affero General Public License along with this program. If not, see . */ package it.finanze.sanita.fse2.ms.gtw.dispatcher.service; diff --git a/src/main/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/service/ISignSRV.java b/src/main/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/service/ISignSRV.java index 4c256b1a..1e91ae3b 100644 --- a/src/main/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/service/ISignSRV.java +++ b/src/main/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/service/ISignSRV.java @@ -1,12 +1,13 @@ + /* * SPDX-License-Identifier: AGPL-3.0-or-later - * + * * Copyright (C) 2023 Ministero della Salute - * + * * This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. - * + * * This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for more details. - * + * * You should have received a copy of the GNU Affero General Public License along with this program. If not, see . */ package it.finanze.sanita.fse2.ms.gtw.dispatcher.service; diff --git a/src/main/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/service/ITransactionInspectSRV.java b/src/main/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/service/ITransactionInspectSRV.java index 378402e5..2a1aee3d 100644 --- a/src/main/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/service/ITransactionInspectSRV.java +++ b/src/main/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/service/ITransactionInspectSRV.java @@ -1,3 +1,4 @@ + /* * SPDX-License-Identifier: AGPL-3.0-or-later * diff --git a/src/main/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/service/facade/ICdaFacadeSRV.java b/src/main/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/service/facade/ICdaFacadeSRV.java index 278463b3..a6215996 100644 --- a/src/main/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/service/facade/ICdaFacadeSRV.java +++ b/src/main/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/service/facade/ICdaFacadeSRV.java @@ -1,3 +1,4 @@ + /* * SPDX-License-Identifier: AGPL-3.0-or-later * diff --git a/src/main/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/service/impl/AbstractService.java b/src/main/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/service/impl/AbstractService.java index b996af2a..63a199ae 100644 --- a/src/main/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/service/impl/AbstractService.java +++ b/src/main/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/service/impl/AbstractService.java @@ -1,3 +1,4 @@ + /* * SPDX-License-Identifier: AGPL-3.0-or-later * diff --git a/src/main/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/service/impl/AccreditamentoSimulationSRV.java b/src/main/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/service/impl/AccreditamentoSimulationSRV.java index dfe0508b..eee3eb01 100644 --- a/src/main/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/service/impl/AccreditamentoSimulationSRV.java +++ b/src/main/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/service/impl/AccreditamentoSimulationSRV.java @@ -1,3 +1,4 @@ + /* * SPDX-License-Identifier: AGPL-3.0-or-later * diff --git a/src/main/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/service/impl/CdaSRV.java b/src/main/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/service/impl/CdaSRV.java index 50a4314c..eda48e69 100644 --- a/src/main/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/service/impl/CdaSRV.java +++ b/src/main/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/service/impl/CdaSRV.java @@ -1,3 +1,4 @@ + /* * SPDX-License-Identifier: AGPL-3.0-or-later * diff --git a/src/main/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/service/impl/ConfigSRV.java b/src/main/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/service/impl/ConfigSRV.java index e1d8c3b8..10f0e055 100644 --- a/src/main/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/service/impl/ConfigSRV.java +++ b/src/main/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/service/impl/ConfigSRV.java @@ -1,3 +1,14 @@ +/* + * SPDX-License-Identifier: AGPL-3.0-or-later + * + * Copyright (C) 2023 Ministero della Salute + * + * This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for more details. + * + * You should have received a copy of the GNU Affero General Public License along with this program. If not, see . + */ package it.finanze.sanita.fse2.ms.gtw.dispatcher.service.impl; import it.finanze.sanita.fse2.ms.gtw.dispatcher.client.IConfigClient; diff --git a/src/main/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/service/impl/EngineSRV.java b/src/main/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/service/impl/EngineSRV.java index b6968121..2f744d1e 100644 --- a/src/main/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/service/impl/EngineSRV.java +++ b/src/main/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/service/impl/EngineSRV.java @@ -1,12 +1,13 @@ + /* * SPDX-License-Identifier: AGPL-3.0-or-later - * + * * Copyright (C) 2023 Ministero della Salute - * + * * This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. - * + * * This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for more details. - * + * * You should have received a copy of the GNU Affero General Public License along with this program. If not, see . */ package it.finanze.sanita.fse2.ms.gtw.dispatcher.service.impl; diff --git a/src/main/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/service/impl/ErrorHandlerSRV.java b/src/main/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/service/impl/ErrorHandlerSRV.java index 0d7902f0..fc29aeed 100644 --- a/src/main/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/service/impl/ErrorHandlerSRV.java +++ b/src/main/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/service/impl/ErrorHandlerSRV.java @@ -1,12 +1,13 @@ + /* * SPDX-License-Identifier: AGPL-3.0-or-later - * + * * Copyright (C) 2023 Ministero della Salute - * + * * This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. - * + * * This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for more details. - * + * * You should have received a copy of the GNU Affero General Public License along with this program. If not, see . */ package it.finanze.sanita.fse2.ms.gtw.dispatcher.service.impl; diff --git a/src/main/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/service/impl/FhirSRV.java b/src/main/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/service/impl/FhirSRV.java index 452ce182..54429631 100644 --- a/src/main/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/service/impl/FhirSRV.java +++ b/src/main/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/service/impl/FhirSRV.java @@ -1,12 +1,13 @@ + /* * SPDX-License-Identifier: AGPL-3.0-or-later - * + * * Copyright (C) 2023 Ministero della Salute - * + * * This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. - * + * * This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for more details. - * + * * You should have received a copy of the GNU Affero General Public License along with this program. If not, see . */ package it.finanze.sanita.fse2.ms.gtw.dispatcher.service.impl; diff --git a/src/main/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/service/impl/IniEdsInvocationSRV.java b/src/main/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/service/impl/IniEdsInvocationSRV.java index 84c41cef..e1730d50 100644 --- a/src/main/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/service/impl/IniEdsInvocationSRV.java +++ b/src/main/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/service/impl/IniEdsInvocationSRV.java @@ -1,12 +1,13 @@ + /* * SPDX-License-Identifier: AGPL-3.0-or-later - * + * * Copyright (C) 2023 Ministero della Salute - * + * * This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. - * + * * This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for more details. - * + * * You should have received a copy of the GNU Affero General Public License along with this program. If not, see . */ package it.finanze.sanita.fse2.ms.gtw.dispatcher.service.impl; diff --git a/src/main/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/service/impl/JwtSRV.java b/src/main/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/service/impl/JwtSRV.java index 68959566..ea028e96 100644 --- a/src/main/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/service/impl/JwtSRV.java +++ b/src/main/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/service/impl/JwtSRV.java @@ -1,12 +1,13 @@ + /* * SPDX-License-Identifier: AGPL-3.0-or-later - * + * * Copyright (C) 2023 Ministero della Salute - * + * * This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. - * + * * This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for more details. - * + * * You should have received a copy of the GNU Affero General Public License along with this program. If not, see . */ package it.finanze.sanita.fse2.ms.gtw.dispatcher.service.impl; diff --git a/src/main/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/service/impl/KafkaSRV.java b/src/main/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/service/impl/KafkaSRV.java index 7fc09f0b..4ad549de 100644 --- a/src/main/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/service/impl/KafkaSRV.java +++ b/src/main/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/service/impl/KafkaSRV.java @@ -1,3 +1,4 @@ + /* * SPDX-License-Identifier: AGPL-3.0-or-later * diff --git a/src/main/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/service/impl/SignSRV.java b/src/main/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/service/impl/SignSRV.java index 46919829..d94812d9 100644 --- a/src/main/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/service/impl/SignSRV.java +++ b/src/main/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/service/impl/SignSRV.java @@ -1,12 +1,13 @@ + /* * SPDX-License-Identifier: AGPL-3.0-or-later - * + * * Copyright (C) 2023 Ministero della Salute - * + * * This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. - * + * * This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for more details. - * + * * You should have received a copy of the GNU Affero General Public License along with this program. If not, see . */ package it.finanze.sanita.fse2.ms.gtw.dispatcher.service.impl; diff --git a/src/main/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/service/impl/TransactionInspectSRV.java b/src/main/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/service/impl/TransactionInspectSRV.java index f405abb8..f14bc991 100644 --- a/src/main/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/service/impl/TransactionInspectSRV.java +++ b/src/main/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/service/impl/TransactionInspectSRV.java @@ -1,12 +1,13 @@ + /* * SPDX-License-Identifier: AGPL-3.0-or-later - * + * * Copyright (C) 2023 Ministero della Salute - * + * * This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. - * + * * This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for more details. - * + * * You should have received a copy of the GNU Affero General Public License along with this program. If not, see . */ package it.finanze.sanita.fse2.ms.gtw.dispatcher.service.impl; diff --git a/src/main/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/service/impl/UtilitySRV.java b/src/main/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/service/impl/UtilitySRV.java index 1e40bec8..ef0ccb4b 100644 --- a/src/main/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/service/impl/UtilitySRV.java +++ b/src/main/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/service/impl/UtilitySRV.java @@ -1,12 +1,13 @@ + /* * SPDX-License-Identifier: AGPL-3.0-or-later - * + * * Copyright (C) 2023 Ministero della Salute - * + * * This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. - * + * * This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for more details. - * + * * You should have received a copy of the GNU Affero General Public License along with this program. If not, see . */ package it.finanze.sanita.fse2.ms.gtw.dispatcher.service.impl; diff --git a/src/main/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/utility/CdaUtility.java b/src/main/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/utility/CdaUtility.java index c5710326..7f346d0c 100644 --- a/src/main/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/utility/CdaUtility.java +++ b/src/main/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/utility/CdaUtility.java @@ -1,12 +1,13 @@ + /* * SPDX-License-Identifier: AGPL-3.0-or-later - * + * * Copyright (C) 2023 Ministero della Salute - * + * * This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. - * + * * This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for more details. - * + * * You should have received a copy of the GNU Affero General Public License along with this program. If not, see . */ package it.finanze.sanita.fse2.ms.gtw.dispatcher.utility; diff --git a/src/main/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/utility/CfUtility.java b/src/main/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/utility/CfUtility.java index 1ee03f5e..7f96568b 100644 --- a/src/main/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/utility/CfUtility.java +++ b/src/main/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/utility/CfUtility.java @@ -1,12 +1,13 @@ + /* * SPDX-License-Identifier: AGPL-3.0-or-later - * + * * Copyright (C) 2023 Ministero della Salute - * + * * This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. - * + * * This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for more details. - * + * * You should have received a copy of the GNU Affero General Public License along with this program. If not, see . */ package it.finanze.sanita.fse2.ms.gtw.dispatcher.utility; diff --git a/src/main/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/utility/DateUtility.java b/src/main/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/utility/DateUtility.java index b8c09000..66a5c553 100644 --- a/src/main/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/utility/DateUtility.java +++ b/src/main/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/utility/DateUtility.java @@ -1,12 +1,13 @@ + /* * SPDX-License-Identifier: AGPL-3.0-or-later - * + * * Copyright (C) 2023 Ministero della Salute - * + * * This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. - * + * * This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for more details. - * + * * You should have received a copy of the GNU Affero General Public License along with this program. If not, see . */ package it.finanze.sanita.fse2.ms.gtw.dispatcher.utility; diff --git a/src/main/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/utility/FileUtility.java b/src/main/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/utility/FileUtility.java index 16a29c96..67310ec4 100644 --- a/src/main/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/utility/FileUtility.java +++ b/src/main/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/utility/FileUtility.java @@ -1,12 +1,13 @@ + /* * SPDX-License-Identifier: AGPL-3.0-or-later - * + * * Copyright (C) 2023 Ministero della Salute - * + * * This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. - * + * * This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for more details. - * + * * You should have received a copy of the GNU Affero General Public License along with this program. If not, see . */ package it.finanze.sanita.fse2.ms.gtw.dispatcher.utility; diff --git a/src/main/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/utility/JsonUtility.java b/src/main/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/utility/JsonUtility.java index f461ec61..ee66e4cf 100644 --- a/src/main/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/utility/JsonUtility.java +++ b/src/main/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/utility/JsonUtility.java @@ -1,3 +1,4 @@ + /* * SPDX-License-Identifier: AGPL-3.0-or-later * diff --git a/src/main/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/utility/PDFUtility.java b/src/main/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/utility/PDFUtility.java index 73e1693d..3e185ea8 100644 --- a/src/main/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/utility/PDFUtility.java +++ b/src/main/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/utility/PDFUtility.java @@ -1,12 +1,13 @@ + /* * SPDX-License-Identifier: AGPL-3.0-or-later - * + * * Copyright (C) 2023 Ministero della Salute - * + * * This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. - * + * * This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for more details. - * + * * You should have received a copy of the GNU Affero General Public License along with this program. If not, see . */ package it.finanze.sanita.fse2.ms.gtw.dispatcher.utility; diff --git a/src/main/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/utility/PriorityUtility.java b/src/main/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/utility/PriorityUtility.java index 128bca10..4b4e98ff 100644 --- a/src/main/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/utility/PriorityUtility.java +++ b/src/main/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/utility/PriorityUtility.java @@ -1,3 +1,4 @@ + /* * SPDX-License-Identifier: AGPL-3.0-or-later * diff --git a/src/main/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/utility/ProfileUtility.java b/src/main/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/utility/ProfileUtility.java index 8b4685c9..931a97f4 100644 --- a/src/main/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/utility/ProfileUtility.java +++ b/src/main/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/utility/ProfileUtility.java @@ -1,12 +1,13 @@ + /* * SPDX-License-Identifier: AGPL-3.0-or-later - * + * * Copyright (C) 2023 Ministero della Salute - * + * * This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. - * + * * This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for more details. - * + * * You should have received a copy of the GNU Affero General Public License along with this program. If not, see . */ package it.finanze.sanita.fse2.ms.gtw.dispatcher.utility; diff --git a/src/main/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/utility/SignerUtility.java b/src/main/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/utility/SignerUtility.java index 1bc97ed5..ed6f08fc 100644 --- a/src/main/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/utility/SignerUtility.java +++ b/src/main/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/utility/SignerUtility.java @@ -1,3 +1,4 @@ + /* * SPDX-License-Identifier: AGPL-3.0-or-later * diff --git a/src/main/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/utility/StringUtility.java b/src/main/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/utility/StringUtility.java index e2ccb406..4c9839d8 100644 --- a/src/main/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/utility/StringUtility.java +++ b/src/main/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/utility/StringUtility.java @@ -1,12 +1,13 @@ + /* * SPDX-License-Identifier: AGPL-3.0-or-later - * + * * Copyright (C) 2023 Ministero della Salute - * + * * This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. - * + * * This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for more details. - * + * * You should have received a copy of the GNU Affero General Public License along with this program. If not, see . */ package it.finanze.sanita.fse2.ms.gtw.dispatcher.utility; diff --git a/src/main/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/utility/ValidationUtility.java b/src/main/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/utility/ValidationUtility.java index 1cb92024..d6fcc4f7 100644 --- a/src/main/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/utility/ValidationUtility.java +++ b/src/main/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/utility/ValidationUtility.java @@ -1,3 +1,4 @@ + /* * SPDX-License-Identifier: AGPL-3.0-or-later * diff --git a/src/test/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/AbstractConfig.java b/src/test/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/AbstractConfig.java index 546831f5..71624890 100644 --- a/src/test/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/AbstractConfig.java +++ b/src/test/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/AbstractConfig.java @@ -1,3 +1,14 @@ +/* + * SPDX-License-Identifier: AGPL-3.0-or-later + * + * Copyright (C) 2023 Ministero della Salute + * + * This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for more details. + * + * You should have received a copy of the GNU Affero General Public License along with this program. If not, see . + */ package it.finanze.sanita.fse2.ms.gtw.dispatcher; import it.finanze.sanita.fse2.ms.gtw.dispatcher.client.IConfigClient; diff --git a/src/test/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/AbstractTest.java b/src/test/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/AbstractTest.java index cea25eff..1faeb4ca 100644 --- a/src/test/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/AbstractTest.java +++ b/src/test/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/AbstractTest.java @@ -1,3 +1,5 @@ + + /* * SPDX-License-Identifier: AGPL-3.0-or-later * @@ -9,7 +11,6 @@ * * You should have received a copy of the GNU Affero General Public License along with this program. If not, see . */ - package it.finanze.sanita.fse2.ms.gtw.dispatcher; import static it.finanze.sanita.fse2.ms.gtw.dispatcher.enums.EventTypeEnum.*; diff --git a/src/test/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/AccreditamentoSimulationTest.java b/src/test/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/AccreditamentoSimulationTest.java index 5797caa7..98f8a217 100644 --- a/src/test/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/AccreditamentoSimulationTest.java +++ b/src/test/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/AccreditamentoSimulationTest.java @@ -1,3 +1,14 @@ +/* + * SPDX-License-Identifier: AGPL-3.0-or-later + * + * Copyright (C) 2023 Ministero della Salute + * + * This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for more details. + * + * You should have received a copy of the GNU Affero General Public License along with this program. If not, see . + */ package it.finanze.sanita.fse2.ms.gtw.dispatcher; import static it.finanze.sanita.fse2.ms.gtw.dispatcher.config.Constants.Profile.TEST; diff --git a/src/test/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/CFUtilityTest.java b/src/test/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/CFUtilityTest.java index 3f1903fe..a675a2f1 100644 --- a/src/test/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/CFUtilityTest.java +++ b/src/test/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/CFUtilityTest.java @@ -1,3 +1,14 @@ +/* + * SPDX-License-Identifier: AGPL-3.0-or-later + * + * Copyright (C) 2023 Ministero della Salute + * + * This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for more details. + * + * You should have received a copy of the GNU Affero General Public License along with this program. If not, see . + */ package it.finanze.sanita.fse2.ms.gtw.dispatcher; import static org.junit.jupiter.api.Assertions.*; diff --git a/src/test/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/CdaSRVTest.java b/src/test/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/CdaSRVTest.java index 8f234f3e..8a46c892 100644 --- a/src/test/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/CdaSRVTest.java +++ b/src/test/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/CdaSRVTest.java @@ -1,3 +1,14 @@ +/* + * SPDX-License-Identifier: AGPL-3.0-or-later + * + * Copyright (C) 2023 Ministero della Salute + * + * This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for more details. + * + * You should have received a copy of the GNU Affero General Public License along with this program. If not, see . + */ package it.finanze.sanita.fse2.ms.gtw.dispatcher; import static org.junit.jupiter.api.Assertions.*; diff --git a/src/test/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/CdaUtilityTest.java b/src/test/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/CdaUtilityTest.java index c4817701..61c65619 100644 --- a/src/test/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/CdaUtilityTest.java +++ b/src/test/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/CdaUtilityTest.java @@ -1,12 +1,13 @@ + /* * SPDX-License-Identifier: AGPL-3.0-or-later - * + * * Copyright (C) 2023 Ministero della Salute - * + * * This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. - * + * * This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for more details. - * + * * You should have received a copy of the GNU Affero General Public License along with this program. If not, see . */ package it.finanze.sanita.fse2.ms.gtw.dispatcher; diff --git a/src/test/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/ConfigClientTest.java b/src/test/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/ConfigClientTest.java index 2de2cb64..4e2f7e6a 100644 --- a/src/test/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/ConfigClientTest.java +++ b/src/test/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/ConfigClientTest.java @@ -1,3 +1,14 @@ +/* + * SPDX-License-Identifier: AGPL-3.0-or-later + * + * Copyright (C) 2023 Ministero della Salute + * + * This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for more details. + * + * You should have received a copy of the GNU Affero General Public License along with this program. If not, see . + */ package it.finanze.sanita.fse2.ms.gtw.dispatcher; import it.finanze.sanita.fse2.ms.gtw.dispatcher.client.IConfigClient; diff --git a/src/test/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/ConfigTest.java b/src/test/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/ConfigTest.java index b48b2abc..aceed4d4 100644 --- a/src/test/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/ConfigTest.java +++ b/src/test/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/ConfigTest.java @@ -1,3 +1,14 @@ +/* + * SPDX-License-Identifier: AGPL-3.0-or-later + * + * Copyright (C) 2023 Ministero della Salute + * + * This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for more details. + * + * You should have received a copy of the GNU Affero General Public License along with this program. If not, see . + */ package it.finanze.sanita.fse2.ms.gtw.dispatcher; import it.finanze.sanita.fse2.ms.gtw.dispatcher.adapter.CustomResponseBodyAdviceAdapter; diff --git a/src/test/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/CustomAuthenticateCallbackHandlerTest.java b/src/test/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/CustomAuthenticateCallbackHandlerTest.java new file mode 100644 index 00000000..ab406c02 --- /dev/null +++ b/src/test/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/CustomAuthenticateCallbackHandlerTest.java @@ -0,0 +1,104 @@ +/* + * SPDX-License-Identifier: AGPL-3.0-or-later + * + * Copyright (C) 2023 Ministero della Salute + * + * This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for more details. + * + * You should have received a copy of the GNU Affero General Public License along with this program. If not, see . + */ +package it.finanze.sanita.fse2.ms.gtw.dispatcher; + +import com.microsoft.aad.msal4j.ClientCredentialParameters; +import com.microsoft.aad.msal4j.ConfidentialClientApplication; +import com.microsoft.aad.msal4j.IAuthenticationResult; +import it.finanze.sanita.fse2.ms.gtw.dispatcher.config.kafka.oauth2.CustomAuthenticateCallbackHandler; +import it.finanze.sanita.fse2.ms.gtw.dispatcher.exceptions.BusinessException; +import lombok.extern.slf4j.Slf4j; +import org.apache.kafka.common.security.oauthbearer.OAuthBearerTokenCallback; +import org.junit.jupiter.api.BeforeEach; +import org.junit.jupiter.api.Test; +import org.junit.jupiter.api.TestInstance; +import org.mockito.InjectMocks; +import org.mockito.Mock; +import org.mockito.Mockito; +import org.springframework.boot.test.context.SpringBootTest; +import org.springframework.test.context.ActiveProfiles; + +import javax.security.auth.callback.Callback; +import javax.security.auth.callback.UnsupportedCallbackException; +import java.util.Collections; +import java.util.Date; +import java.util.HashMap; +import java.util.Map; +import java.util.concurrent.CompletableFuture; + +import static it.finanze.sanita.fse2.ms.gtw.dispatcher.config.Constants.Profile.TEST; +import static org.junit.jupiter.api.Assertions.assertThrows; +import static org.junit.jupiter.api.TestInstance.Lifecycle.PER_CLASS; +import static org.mockito.Mockito.*; +import static org.springframework.boot.test.context.SpringBootTest.WebEnvironment.RANDOM_PORT; + +@Slf4j +@SpringBootTest(webEnvironment = RANDOM_PORT) +@ActiveProfiles(TEST) +@TestInstance(PER_CLASS) +class CustomAuthenticateCallbackHandlerTest { + + @Mock + private ConfidentialClientApplication mockClientApp; + + @Mock + private IAuthenticationResult mockAuthResult; + + @InjectMocks + private CustomAuthenticateCallbackHandler handler; + + @BeforeEach + void setup() { + Map configs = new HashMap<>(); + configs.put("bootstrap.servers", "localhost:8080"); + configs.put("kafka.oauth.tenantId", "my-tenant"); + configs.put("kafka.oauth.appId", "my-app-id"); + configs.put("kafka.oauth.pfxPathName", "/dummy/path/to/cert.pfx"); + configs.put("kafka.oauth.pwd", "changeit"); + + handler.configure(configs, "OAUTHBEARER", Collections.emptyList()); + } + + @Test + void testHandleSuccess() throws Exception { + CompletableFuture future = new CompletableFuture<>(); + future.complete(mockAuthResult); + when(mockAuthResult.accessToken()).thenReturn("fake-token"); + when(mockAuthResult.expiresOnDate()).thenReturn(new Date(System.currentTimeMillis() + 3600_000)); + when(mockClientApp.acquireToken(Mockito.any(ClientCredentialParameters.class))).thenReturn(future); + + OAuthBearerTokenCallback callback = mock(OAuthBearerTokenCallback.class); + + handler.handle(new Callback[]{callback}); + + Mockito.verify(callback, times(1)).token(any()); + } + + @Test + void testHandleUnsupportedCallback() { + Callback unsupported = mock(Callback.class); + + assertThrows(UnsupportedCallbackException.class, () -> handler.handle(new Callback[]{unsupported})); + } + + @Test + void testHandleInterruptedException() throws Exception { + CompletableFuture future = mock(CompletableFuture.class); + when(future.get()).thenThrow(new InterruptedException()); + when(mockClientApp.acquireToken(any(ClientCredentialParameters.class))).thenReturn(future); + + OAuthBearerTokenCallback callback = mock(OAuthBearerTokenCallback.class); + assertThrows(BusinessException.class, () -> handler.handle(new Callback[]{callback})); + } + +} + diff --git a/src/test/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/DeleteTest.java b/src/test/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/DeleteTest.java index bafac84b..b7cffe6e 100644 --- a/src/test/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/DeleteTest.java +++ b/src/test/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/DeleteTest.java @@ -1,12 +1,13 @@ + /* * SPDX-License-Identifier: AGPL-3.0-or-later - * + * * Copyright (C) 2023 Ministero della Salute - * + * * This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. - * + * * This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for more details. - * + * * You should have received a copy of the GNU Affero General Public License along with this program. If not, see . */ package it.finanze.sanita.fse2.ms.gtw.dispatcher; diff --git a/src/test/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/DocumentReferenceTest.java b/src/test/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/DocumentReferenceTest.java index 3ec4c583..e9d09263 100644 --- a/src/test/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/DocumentReferenceTest.java +++ b/src/test/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/DocumentReferenceTest.java @@ -1,12 +1,13 @@ + /* * SPDX-License-Identifier: AGPL-3.0-or-later - * + * * Copyright (C) 2023 Ministero della Salute - * + * * This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. - * + * * This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for more details. - * + * * You should have received a copy of the GNU Affero General Public License along with this program. If not, see . */ package it.finanze.sanita.fse2.ms.gtw.dispatcher; diff --git a/src/test/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/EdsClientTest.java b/src/test/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/EdsClientTest.java index 3d1ed3eb..6d7f8341 100644 --- a/src/test/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/EdsClientTest.java +++ b/src/test/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/EdsClientTest.java @@ -1,12 +1,13 @@ + /* * SPDX-License-Identifier: AGPL-3.0-or-later - * + * * Copyright (C) 2023 Ministero della Salute - * + * * This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. - * + * * This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for more details. - * + * * You should have received a copy of the GNU Affero General Public License along with this program. If not, see . */ package it.finanze.sanita.fse2.ms.gtw.dispatcher; diff --git a/src/test/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/EngineRepoTest.java b/src/test/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/EngineRepoTest.java index 2deb74a0..70b59aca 100644 --- a/src/test/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/EngineRepoTest.java +++ b/src/test/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/EngineRepoTest.java @@ -1,3 +1,14 @@ +/* + * SPDX-License-Identifier: AGPL-3.0-or-later + * + * Copyright (C) 2023 Ministero della Salute + * + * This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for more details. + * + * You should have received a copy of the GNU Affero General Public License along with this program. If not, see . + */ package it.finanze.sanita.fse2.ms.gtw.dispatcher; import static org.junit.jupiter.api.Assertions.assertEquals; diff --git a/src/test/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/EngineSRVTest.java b/src/test/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/EngineSRVTest.java index a28bed84..9db51d00 100644 --- a/src/test/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/EngineSRVTest.java +++ b/src/test/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/EngineSRVTest.java @@ -1,3 +1,14 @@ +/* + * SPDX-License-Identifier: AGPL-3.0-or-later + * + * Copyright (C) 2023 Ministero della Salute + * + * This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for more details. + * + * You should have received a copy of the GNU Affero General Public License along with this program. If not, see . + */ package it.finanze.sanita.fse2.ms.gtw.dispatcher; import it.finanze.sanita.fse2.ms.gtw.dispatcher.config.Constants; diff --git a/src/test/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/EnumsTest.java b/src/test/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/EnumsTest.java index 7f67fee2..eba1fd85 100644 --- a/src/test/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/EnumsTest.java +++ b/src/test/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/EnumsTest.java @@ -1,12 +1,13 @@ + /* * SPDX-License-Identifier: AGPL-3.0-or-later - * + * * Copyright (C) 2023 Ministero della Salute - * + * * This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. - * + * * This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for more details. - * + * * You should have received a copy of the GNU Affero General Public License along with this program. If not, see . */ package it.finanze.sanita.fse2.ms.gtw.dispatcher; diff --git a/src/test/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/ExceptionTest.java b/src/test/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/ExceptionTest.java index 9798fbba..97946ed3 100644 --- a/src/test/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/ExceptionTest.java +++ b/src/test/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/ExceptionTest.java @@ -1,12 +1,13 @@ + /* * SPDX-License-Identifier: AGPL-3.0-or-later - * + * * Copyright (C) 2023 Ministero della Salute - * + * * This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. - * + * * This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for more details. - * + * * You should have received a copy of the GNU Affero General Public License along with this program. If not, see . */ package it.finanze.sanita.fse2.ms.gtw.dispatcher; diff --git a/src/test/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/IniClientTest.java b/src/test/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/IniClientTest.java index cc8ce49f..9503f110 100644 --- a/src/test/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/IniClientTest.java +++ b/src/test/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/IniClientTest.java @@ -1,12 +1,13 @@ + /* * SPDX-License-Identifier: AGPL-3.0-or-later - * + * * Copyright (C) 2023 Ministero della Salute - * + * * This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. - * + * * This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for more details. - * + * * You should have received a copy of the GNU Affero General Public License along with this program. If not, see . */ package it.finanze.sanita.fse2.ms.gtw.dispatcher; diff --git a/src/test/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/JsonUtilityTest.java b/src/test/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/JsonUtilityTest.java index 9b16fc24..23395835 100644 --- a/src/test/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/JsonUtilityTest.java +++ b/src/test/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/JsonUtilityTest.java @@ -1,3 +1,4 @@ + /* * SPDX-License-Identifier: AGPL-3.0-or-later * diff --git a/src/test/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/JwtSRVTest.java b/src/test/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/JwtSRVTest.java index a6e600c2..f75a531f 100644 --- a/src/test/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/JwtSRVTest.java +++ b/src/test/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/JwtSRVTest.java @@ -1,3 +1,14 @@ +/* + * SPDX-License-Identifier: AGPL-3.0-or-later + * + * Copyright (C) 2023 Ministero della Salute + * + * This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for more details. + * + * You should have received a copy of the GNU Affero General Public License along with this program. If not, see . + */ package it.finanze.sanita.fse2.ms.gtw.dispatcher; import it.finanze.sanita.fse2.ms.gtw.dispatcher.config.Constants; diff --git a/src/test/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/PublicationTest.java b/src/test/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/PublicationTest.java index 393f3bef..e9252c21 100644 --- a/src/test/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/PublicationTest.java +++ b/src/test/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/PublicationTest.java @@ -1,3 +1,4 @@ + /* * SPDX-License-Identifier: AGPL-3.0-or-later * diff --git a/src/test/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/ReplaceTest.java b/src/test/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/ReplaceTest.java index 186c7c25..e9b91050 100644 --- a/src/test/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/ReplaceTest.java +++ b/src/test/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/ReplaceTest.java @@ -1,12 +1,13 @@ + /* * SPDX-License-Identifier: AGPL-3.0-or-later - * + * * Copyright (C) 2023 Ministero della Salute - * + * * This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. - * + * * This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for more details. - * + * * You should have received a copy of the GNU Affero General Public License along with this program. If not, see . */ package it.finanze.sanita.fse2.ms.gtw.dispatcher; diff --git a/src/test/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/SignTest.java b/src/test/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/SignTest.java index 894fe8f0..348e898a 100644 --- a/src/test/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/SignTest.java +++ b/src/test/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/SignTest.java @@ -1,12 +1,13 @@ + /* * SPDX-License-Identifier: AGPL-3.0-or-later - * + * * Copyright (C) 2023 Ministero della Salute - * + * * This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. - * + * * This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for more details. - * + * * You should have received a copy of the GNU Affero General Public License along with this program. If not, see . */ package it.finanze.sanita.fse2.ms.gtw.dispatcher; diff --git a/src/test/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/StatusCheckClientTest.java b/src/test/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/StatusCheckClientTest.java index 6c3b5af3..27fea6f0 100644 --- a/src/test/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/StatusCheckClientTest.java +++ b/src/test/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/StatusCheckClientTest.java @@ -1,3 +1,14 @@ +/* + * SPDX-License-Identifier: AGPL-3.0-or-later + * + * Copyright (C) 2023 Ministero della Salute + * + * This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for more details. + * + * You should have received a copy of the GNU Affero General Public License along with this program. If not, see . + */ package it.finanze.sanita.fse2.ms.gtw.dispatcher; import static org.junit.jupiter.api.Assertions.assertEquals; diff --git a/src/test/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/StringUtilityTest.java b/src/test/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/StringUtilityTest.java index c88507eb..b72c3955 100644 --- a/src/test/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/StringUtilityTest.java +++ b/src/test/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/StringUtilityTest.java @@ -1,12 +1,13 @@ + /* * SPDX-License-Identifier: AGPL-3.0-or-later - * + * * Copyright (C) 2023 Ministero della Salute - * + * * This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. - * + * * This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for more details. - * + * * You should have received a copy of the GNU Affero General Public License along with this program. If not, see . */ package it.finanze.sanita.fse2.ms.gtw.dispatcher; diff --git a/src/test/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/TestConstants.java b/src/test/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/TestConstants.java index 13308fcb..88384601 100644 --- a/src/test/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/TestConstants.java +++ b/src/test/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/TestConstants.java @@ -1,3 +1,4 @@ + /* * SPDX-License-Identifier: AGPL-3.0-or-later * diff --git a/src/test/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/TransactionInspectTest.java b/src/test/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/TransactionInspectTest.java index 1cbd6f6e..1081f7bb 100644 --- a/src/test/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/TransactionInspectTest.java +++ b/src/test/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/TransactionInspectTest.java @@ -1,12 +1,13 @@ + /* * SPDX-License-Identifier: AGPL-3.0-or-later - * + * * Copyright (C) 2023 Ministero della Salute - * + * * This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. - * + * * This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for more details. - * + * * You should have received a copy of the GNU Affero General Public License along with this program. If not, see . */ package it.finanze.sanita.fse2.ms.gtw.dispatcher; diff --git a/src/test/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/UpdateTest.java b/src/test/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/UpdateTest.java index 243fa72a..62dade1f 100644 --- a/src/test/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/UpdateTest.java +++ b/src/test/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/UpdateTest.java @@ -1,3 +1,4 @@ + /* * SPDX-License-Identifier: AGPL-3.0-or-later * diff --git a/src/test/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/UtilityTest.java b/src/test/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/UtilityTest.java index 5a38cd47..30397be5 100644 --- a/src/test/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/UtilityTest.java +++ b/src/test/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/UtilityTest.java @@ -1,3 +1,4 @@ + /* * SPDX-License-Identifier: AGPL-3.0-or-later * diff --git a/src/test/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/ValidatedDocumentsRepoTest.java b/src/test/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/ValidatedDocumentsRepoTest.java index 0347cf58..bf920a58 100644 --- a/src/test/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/ValidatedDocumentsRepoTest.java +++ b/src/test/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/ValidatedDocumentsRepoTest.java @@ -1,3 +1,14 @@ +/* + * SPDX-License-Identifier: AGPL-3.0-or-later + * + * Copyright (C) 2023 Ministero della Salute + * + * This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for more details. + * + * You should have received a copy of the GNU Affero General Public License along with this program. If not, see . + */ package it.finanze.sanita.fse2.ms.gtw.dispatcher; import com.mongodb.MongoException; diff --git a/src/test/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/ValidationTest.java b/src/test/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/ValidationTest.java index 3f0448fc..5a9272be 100644 --- a/src/test/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/ValidationTest.java +++ b/src/test/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/ValidationTest.java @@ -1,12 +1,13 @@ + /* * SPDX-License-Identifier: AGPL-3.0-or-later - * + * * Copyright (C) 2023 Ministero della Salute - * + * * This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. - * + * * This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for more details. - * + * * You should have received a copy of the GNU Affero General Public License along with this program. If not, see . */ package it.finanze.sanita.fse2.ms.gtw.dispatcher; diff --git a/src/test/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/ValidatorClientTest.java b/src/test/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/ValidatorClientTest.java index 7561577e..76391e4a 100644 --- a/src/test/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/ValidatorClientTest.java +++ b/src/test/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/ValidatorClientTest.java @@ -1,3 +1,14 @@ +/* + * SPDX-License-Identifier: AGPL-3.0-or-later + * + * Copyright (C) 2023 Ministero della Salute + * + * This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for more details. + * + * You should have received a copy of the GNU Affero General Public License along with this program. If not, see . + */ package it.finanze.sanita.fse2.ms.gtw.dispatcher; import static org.junit.jupiter.api.Assertions.assertEquals; diff --git a/src/test/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/audit/exclusions/ActuatorExclusionTest.java b/src/test/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/audit/exclusions/ActuatorExclusionTest.java index 22205e7f..7a14bd87 100644 --- a/src/test/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/audit/exclusions/ActuatorExclusionTest.java +++ b/src/test/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/audit/exclusions/ActuatorExclusionTest.java @@ -1,12 +1,13 @@ + /* * SPDX-License-Identifier: AGPL-3.0-or-later - * + * * Copyright (C) 2023 Ministero della Salute - * + * * This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. - * + * * This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for more details. - * + * * You should have received a copy of the GNU Affero General Public License along with this program. If not, see . */ package it.finanze.sanita.fse2.ms.gtw.dispatcher.audit.exclusions; diff --git a/src/test/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/audit/exclusions/SwaggerExclusionTest.java b/src/test/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/audit/exclusions/SwaggerExclusionTest.java index 11fd770e..af12d0f0 100644 --- a/src/test/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/audit/exclusions/SwaggerExclusionTest.java +++ b/src/test/java/it/finanze/sanita/fse2/ms/gtw/dispatcher/audit/exclusions/SwaggerExclusionTest.java @@ -1,3 +1,4 @@ + /* * SPDX-License-Identifier: AGPL-3.0-or-later *