From 700a0d21d37239f875d70d347c5b74bb5bbe31b8 Mon Sep 17 00:00:00 2001 From: Chrimle <28791817+Chrimle@users.noreply.github.com> Date: Sun, 8 Mar 2026 00:26:39 +0100 Subject: [PATCH] [Java] Apply Same License-Header in All Java Generator Signed-off-by: Chrimle <28791817+Chrimle@users.noreply.github.com> --- .../Java/libraries/microprofile/licenseInfo.mustache | 11 ----------- .../resources/JavaJaxRS/cxf-ext/licenseInfo.mustache | 11 ----------- .../main/resources/JavaJaxRS/cxf/licenseInfo.mustache | 11 ----------- .../src/main/resources/JavaJaxRS/licenseInfo.mustache | 11 ----------- .../src/main/resources/apex/licenseInfo.mustache | 11 ----------- .../client/libraries/mp/licenseInfo.mustache | 11 ----------- .../client/libraries/se/licenseInfo.mustache | 11 ----------- .../java-helidon/common/licenseInfo.mustache | 11 ----------- .../java-helidon/server/licenseInfo.mustache | 11 ----------- .../java-micronaut/common/licenseInfo.mustache | 11 ----------- .../main/resources/java-pkmst/licenseInfo.mustache | 11 ----------- .../java-undertow-server/licenseInfo.mustache | 10 ---------- 12 files changed, 131 deletions(-) delete mode 100644 modules/openapi-generator/src/main/resources/Java/libraries/microprofile/licenseInfo.mustache delete mode 100644 modules/openapi-generator/src/main/resources/JavaJaxRS/cxf-ext/licenseInfo.mustache delete mode 100644 modules/openapi-generator/src/main/resources/JavaJaxRS/cxf/licenseInfo.mustache delete mode 100644 modules/openapi-generator/src/main/resources/JavaJaxRS/licenseInfo.mustache delete mode 100644 modules/openapi-generator/src/main/resources/apex/licenseInfo.mustache delete mode 100644 modules/openapi-generator/src/main/resources/java-helidon/client/libraries/mp/licenseInfo.mustache delete mode 100644 modules/openapi-generator/src/main/resources/java-helidon/client/libraries/se/licenseInfo.mustache delete mode 100644 modules/openapi-generator/src/main/resources/java-helidon/common/licenseInfo.mustache delete mode 100644 modules/openapi-generator/src/main/resources/java-helidon/server/licenseInfo.mustache delete mode 100644 modules/openapi-generator/src/main/resources/java-micronaut/common/licenseInfo.mustache delete mode 100644 modules/openapi-generator/src/main/resources/java-pkmst/licenseInfo.mustache delete mode 100644 modules/openapi-generator/src/main/resources/java-undertow-server/licenseInfo.mustache diff --git a/modules/openapi-generator/src/main/resources/Java/libraries/microprofile/licenseInfo.mustache b/modules/openapi-generator/src/main/resources/Java/libraries/microprofile/licenseInfo.mustache deleted file mode 100644 index c66209f27947..000000000000 --- a/modules/openapi-generator/src/main/resources/Java/libraries/microprofile/licenseInfo.mustache +++ /dev/null @@ -1,11 +0,0 @@ -/* - * {{{appName}}} - * {{{appDescription}}} - * - * {{#version}}The version of the OpenAPI document: {{{.}}}{{/version}} - * {{#infoEmail}}Contact: {{{.}}}{{/infoEmail}} - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ diff --git a/modules/openapi-generator/src/main/resources/JavaJaxRS/cxf-ext/licenseInfo.mustache b/modules/openapi-generator/src/main/resources/JavaJaxRS/cxf-ext/licenseInfo.mustache deleted file mode 100644 index c66209f27947..000000000000 --- a/modules/openapi-generator/src/main/resources/JavaJaxRS/cxf-ext/licenseInfo.mustache +++ /dev/null @@ -1,11 +0,0 @@ -/* - * {{{appName}}} - * {{{appDescription}}} - * - * {{#version}}The version of the OpenAPI document: {{{.}}}{{/version}} - * {{#infoEmail}}Contact: {{{.}}}{{/infoEmail}} - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ diff --git a/modules/openapi-generator/src/main/resources/JavaJaxRS/cxf/licenseInfo.mustache b/modules/openapi-generator/src/main/resources/JavaJaxRS/cxf/licenseInfo.mustache deleted file mode 100644 index c66209f27947..000000000000 --- a/modules/openapi-generator/src/main/resources/JavaJaxRS/cxf/licenseInfo.mustache +++ /dev/null @@ -1,11 +0,0 @@ -/* - * {{{appName}}} - * {{{appDescription}}} - * - * {{#version}}The version of the OpenAPI document: {{{.}}}{{/version}} - * {{#infoEmail}}Contact: {{{.}}}{{/infoEmail}} - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ diff --git a/modules/openapi-generator/src/main/resources/JavaJaxRS/licenseInfo.mustache b/modules/openapi-generator/src/main/resources/JavaJaxRS/licenseInfo.mustache deleted file mode 100644 index c66209f27947..000000000000 --- a/modules/openapi-generator/src/main/resources/JavaJaxRS/licenseInfo.mustache +++ /dev/null @@ -1,11 +0,0 @@ -/* - * {{{appName}}} - * {{{appDescription}}} - * - * {{#version}}The version of the OpenAPI document: {{{.}}}{{/version}} - * {{#infoEmail}}Contact: {{{.}}}{{/infoEmail}} - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ diff --git a/modules/openapi-generator/src/main/resources/apex/licenseInfo.mustache b/modules/openapi-generator/src/main/resources/apex/licenseInfo.mustache deleted file mode 100644 index 0ef467e83212..000000000000 --- a/modules/openapi-generator/src/main/resources/apex/licenseInfo.mustache +++ /dev/null @@ -1,11 +0,0 @@ -/* - * {{{appName}}} - * {{{appDescription}}} - * - * {{#version}}The version of the OpenAPI document: {{{.}}}{{/version}} - * {{#infoEmail}}Contact: {{{.}}}{{/infoEmail}} - * - * NOTE: This class is auto generated by the OAS code generator program. - * https://github.com/OpenAPITools/openapi-generator - * Do not edit the class manually. - */ diff --git a/modules/openapi-generator/src/main/resources/java-helidon/client/libraries/mp/licenseInfo.mustache b/modules/openapi-generator/src/main/resources/java-helidon/client/libraries/mp/licenseInfo.mustache deleted file mode 100644 index c66209f27947..000000000000 --- a/modules/openapi-generator/src/main/resources/java-helidon/client/libraries/mp/licenseInfo.mustache +++ /dev/null @@ -1,11 +0,0 @@ -/* - * {{{appName}}} - * {{{appDescription}}} - * - * {{#version}}The version of the OpenAPI document: {{{.}}}{{/version}} - * {{#infoEmail}}Contact: {{{.}}}{{/infoEmail}} - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ diff --git a/modules/openapi-generator/src/main/resources/java-helidon/client/libraries/se/licenseInfo.mustache b/modules/openapi-generator/src/main/resources/java-helidon/client/libraries/se/licenseInfo.mustache deleted file mode 100644 index c66209f27947..000000000000 --- a/modules/openapi-generator/src/main/resources/java-helidon/client/libraries/se/licenseInfo.mustache +++ /dev/null @@ -1,11 +0,0 @@ -/* - * {{{appName}}} - * {{{appDescription}}} - * - * {{#version}}The version of the OpenAPI document: {{{.}}}{{/version}} - * {{#infoEmail}}Contact: {{{.}}}{{/infoEmail}} - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ diff --git a/modules/openapi-generator/src/main/resources/java-helidon/common/licenseInfo.mustache b/modules/openapi-generator/src/main/resources/java-helidon/common/licenseInfo.mustache deleted file mode 100644 index c66209f27947..000000000000 --- a/modules/openapi-generator/src/main/resources/java-helidon/common/licenseInfo.mustache +++ /dev/null @@ -1,11 +0,0 @@ -/* - * {{{appName}}} - * {{{appDescription}}} - * - * {{#version}}The version of the OpenAPI document: {{{.}}}{{/version}} - * {{#infoEmail}}Contact: {{{.}}}{{/infoEmail}} - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ diff --git a/modules/openapi-generator/src/main/resources/java-helidon/server/licenseInfo.mustache b/modules/openapi-generator/src/main/resources/java-helidon/server/licenseInfo.mustache deleted file mode 100644 index c66209f27947..000000000000 --- a/modules/openapi-generator/src/main/resources/java-helidon/server/licenseInfo.mustache +++ /dev/null @@ -1,11 +0,0 @@ -/* - * {{{appName}}} - * {{{appDescription}}} - * - * {{#version}}The version of the OpenAPI document: {{{.}}}{{/version}} - * {{#infoEmail}}Contact: {{{.}}}{{/infoEmail}} - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ diff --git a/modules/openapi-generator/src/main/resources/java-micronaut/common/licenseInfo.mustache b/modules/openapi-generator/src/main/resources/java-micronaut/common/licenseInfo.mustache deleted file mode 100644 index abc2f4578eb3..000000000000 --- a/modules/openapi-generator/src/main/resources/java-micronaut/common/licenseInfo.mustache +++ /dev/null @@ -1,11 +0,0 @@ -/* - * {{{appName}}} - * {{{appDescription}}} - * - * {{#version}}The version of the OpenAPI document: {{{version}}}{{/version}} - * {{#infoEmail}}Contact: {{{infoEmail}}}{{/infoEmail}} - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ diff --git a/modules/openapi-generator/src/main/resources/java-pkmst/licenseInfo.mustache b/modules/openapi-generator/src/main/resources/java-pkmst/licenseInfo.mustache deleted file mode 100644 index c66209f27947..000000000000 --- a/modules/openapi-generator/src/main/resources/java-pkmst/licenseInfo.mustache +++ /dev/null @@ -1,11 +0,0 @@ -/* - * {{{appName}}} - * {{{appDescription}}} - * - * {{#version}}The version of the OpenAPI document: {{{.}}}{{/version}} - * {{#infoEmail}}Contact: {{{.}}}{{/infoEmail}} - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ diff --git a/modules/openapi-generator/src/main/resources/java-undertow-server/licenseInfo.mustache b/modules/openapi-generator/src/main/resources/java-undertow-server/licenseInfo.mustache deleted file mode 100644 index 0fc59d56b2be..000000000000 --- a/modules/openapi-generator/src/main/resources/java-undertow-server/licenseInfo.mustache +++ /dev/null @@ -1,10 +0,0 @@ -/* - * {{{appName}}} - * - * {{{appDescription}}} - * - * {{#version}}OpenAPI document version: {{{.}}}{{/version}} - * {{#infoEmail}}Maintained by: {{{.}}}{{/infoEmail}} - * - * AUTO-GENERATED FILE, DO NOT MODIFY! - */ \ No newline at end of file