Skip to content

Commit bcefda9

Browse files
committed
Update README.md
1 parent 79ca981 commit bcefda9

File tree

1 file changed

+16
-4
lines changed

1 file changed

+16
-4
lines changed

README.md

Lines changed: 16 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,9 @@ Generates FIXML schemas from an Orchestra file.
99

1010
### Input
1111

12-
An Orchestra file that conforms to the XML schema of Orchestra version 1.0.
13-
See GitHub project fix-orchestra module repository (https://github.com/FIXTradingCommunity/fix-orchestra/blob/master/repository/src/main/resources/xsd/repository.xsd) for the schema.
12+
An Orchestra file that conforms to the XML schema of Orchestra version 1.0.
13+
See http://fixprotocol.io/2020/orchestra/repository for the schema.
14+
1415
#### Parameter
1516
`targetDir` give a path to write output files
1617

@@ -25,6 +26,17 @@ Any standards-compliant XSLT 2.0 processor. The test wrapper uses Saxon-HE.
2526

2627
A Maven/Java wrapper is provided to invoke and test the script. This is not a run-time requirement.
2728

28-
## Deployment
29+
## License
30+
© Copyright 2020-2025 FIX Protocol Limited
31+
32+
Licensed under the Apache License, Version 2.0 (the "License");
33+
you may not use this file except in compliance with the License.
34+
You may obtain a copy of the License at
35+
36+
http://www.apache.org/licenses/LICENSE-2.0
2937

30-
The ultimate build and deployment process has not yet been decided.
38+
Unless required by applicable law or agreed to in writing, software
39+
distributed under the License is distributed on an "AS IS" BASIS,
40+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
41+
See the License for the specific language governing permissions and
42+
limitations under the License.

0 commit comments

Comments
 (0)