Skip to content

Commit dfc5e83

Browse files
committed
Initial version
1 parent fbb1fc2 commit dfc5e83

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

THIRD-PARTY-LICENSES

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
The "Unlock Mainframe COBOL data files" project includes the following third-party software/licensing:
1+
The "Unlock Mainframe Data files on AWS Cloud" project includes the following third-party software/licensing:
22

33

44
** The Stingray Schema-Based File Reader by Steven F. Lott - https://github.com/slott56/Stingray-Reader
@@ -31,7 +31,7 @@ SOFTWARE.
3131
// Original Copyright (c) 2020 Steven F. Lott. Licensed under the MIT License.
3232
// Modifications Copyright 2016 Amazon.com, Inc. or its affiliates. All Rights Reserved.
3333

34-
The following python functions from "Stingray Schema-Based File Reader" file [cobol_parser.py](https://github.com/slott56/Stingray-Reader/blob/main/stingray/cobol_parser.py) is included as is or with modifications in cpy_parser.py file in "Unlock Mainframe COBOL data files" project.
34+
The following python functions from "Stingray Schema-Based File Reader" file cobol_parser.py is included as is or with modifications in cpy_parser.py file in this project.
3535

3636
def expand_repeat():
3737
...
@@ -40,3 +40,4 @@ def normalize_picture():
4040
...
4141

4242
and some regular expressions.
43+

0 commit comments

Comments
 (0)