Skip to content

Commit 2ab5282

Browse files
committed
[README.md] license documentation update
1 parent d0594c4 commit 2ab5282

File tree

1 file changed

+2
-12
lines changed

1 file changed

+2
-12
lines changed

README.md

Lines changed: 2 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -210,11 +210,9 @@ Unit test coverage is executed with the `coverage` tool. See the Makefile `test
210210

211211
## Acknowledgments
212212

213-
`fdiff` is built with the fantastic [fontTools free software library](https://github.com/fonttools/fonttools) and performs text diffs of binary font files using dumps of the TTX OpenType table data serialization format as defined in the fontTools library. The implementation of unified text file diffs is based on a (slightly) modified version of the Python `difflib` standard library source. The modifications address diff performance issues with the lengthy text output from TTX dumps of font OpenType data.
213+
`fdiff` is built with the fantastic [fontTools free software library](https://github.com/fonttools/fonttools) and performs text diffs of binary font files using dumps of the TTX OpenType table data serialization format as defined in the fontTools library.
214214

215-
## Licenses
216-
217-
### fdiff
215+
## License
218216

219217
Copyright 2019 Source Foundry Authors and Contributors
220218

@@ -223,11 +221,3 @@ Licensed under the Apache License, Version 2.0 (the "License"); you may not use
223221
[http://www.apache.org/licenses/LICENSE-2.0](http://www.apache.org/licenses/LICENSE-2.0)
224222

225223
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.
226-
227-
### Third-Party Licenses
228-
229-
#### CPython `difflib` library
230-
231-
This project distributes a modified version of third party source code from the [Python programming language standard library](https://github.com/python/cpython). The `difflib.py` v3.7.4 module is Copyright © 2001-2019 Python Software Foundation; All Rights Reserved. This source is modified and distributed in this project under the [PSF LICENSE AGREEMENT FOR PYTHON 3.7.4](https://github.com/source-foundry/fdiff/blob/master/lib/fdiff/thirdparty/PYTHON_LICENSE). The module is renamed to `fdifflib.py` to distinguish it from the upstream source, and modifications made here are documented in comments at the head of the module.
232-
233-

0 commit comments

Comments
 (0)