From 028116243db201d36c401b320f2d346fc7d0bf19 Mon Sep 17 00:00:00 2001 From: Patrick Lucas Date: Fri, 31 Oct 2025 10:18:22 +0100 Subject: [PATCH] Use uniform license notices in source files Also, add license notice to the XSL script. --- README.md | 2 +- .../orchestra/fixml/FixmlGenerator.java | 19 ++++++++++--------- .../resources/xsl/FIXMLSchemaGenerator.xsl | 15 +++++++++++++++ .../orchestra/fixml/FixmlGeneratorTest.java | 16 ++++++++++++++++ 4 files changed, 42 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 1df7a12..e12461b 100644 --- a/README.md +++ b/README.md @@ -27,7 +27,7 @@ Any standards-compliant XSLT 2.0 processor. The test wrapper uses Saxon-HE. A Maven/Java wrapper is provided to invoke and test the script. This is not a run-time requirement. ## License -© Copyright 2020-2025 FIX Protocol Limited +Copyright 2019-2025 FIX Protocol Limited Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/src/main/java/io/fixprotocol/orchestra/fixml/FixmlGenerator.java b/src/main/java/io/fixprotocol/orchestra/fixml/FixmlGenerator.java index f6d287c..c5cce8e 100644 --- a/src/main/java/io/fixprotocol/orchestra/fixml/FixmlGenerator.java +++ b/src/main/java/io/fixprotocol/orchestra/fixml/FixmlGenerator.java @@ -1,16 +1,17 @@ /* - * Copyright 2018 FIX Protocol Ltd + * Copyright 2019-2025 FIX Protocol Limited * - * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except - * in compliance with the License. You may obtain a copy of the License at + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software distributed under the License - * is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express - * or implied. See the License for the specific language governing permissions and limitations under - * the License. + * http://www.apache.org/licenses/LICENSE-2.0 * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package io.fixprotocol.orchestra.fixml; diff --git a/src/main/resources/xsl/FIXMLSchemaGenerator.xsl b/src/main/resources/xsl/FIXMLSchemaGenerator.xsl index f97dc49..a47bbd0 100644 --- a/src/main/resources/xsl/FIXMLSchemaGenerator.xsl +++ b/src/main/resources/xsl/FIXMLSchemaGenerator.xsl @@ -1,4 +1,19 @@ +