Skip to content

Commit 021d4b4

Browse files
committed
docs move license to the bottom
1 parent 0e8f640 commit 021d4b4

File tree

2 files changed

+11
-12
lines changed

2 files changed

+11
-12
lines changed

README.rst

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -95,12 +95,6 @@ For more details read about `Unmarshalling <https://openapi-core.readthedocs.io/
9595
If you just want to validate your request/response data without unmarshalling, read about `Validation <https://openapi-core.readthedocs.io/en/latest/validation.html>`__ instead.
9696

9797

98-
License
99-
#######
100-
101-
The project is under the terms of BSD 3-Clause License.
102-
103-
10498
Related projects
10599
################
106100
* `openapi-spec-validator <https://github.com/p1c2u/openapi-spec-validator>`__
@@ -113,3 +107,9 @@ Related projects
113107
Pyramid addon for OpenAPI3 validation of requests and responses.
114108
* `tornado-openapi3 <https://github.com/correl/tornado-openapi3>`__
115109
Tornado OpenAPI 3 request and response validation library.
110+
111+
112+
License
113+
#######
114+
115+
The project is under the terms of BSD 3-Clause License.

docs/index.rst

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -82,16 +82,15 @@ For more details read about :doc:`unmarshalling` process.
8282

8383
If you just want to validate your request/response data without unmarshalling, read about :doc:`validation` instead.
8484

85-
License
86-
-------
87-
88-
The project is under the terms of BSD 3-Clause License.
89-
90-
9185
Related projects
9286
----------------
9387

9488
* `openapi-spec-validator <https://github.com/p1c2u/openapi-spec-validator>`__
9589
Python library that validates OpenAPI Specs against the OpenAPI 2.0 (aka Swagger), OpenAPI 3.0 and OpenAPI 3.1 specification. The validator aims to check for full compliance with the Specification.
9690
* `openapi-schema-validator <https://github.com/p1c2u/openapi-schema-validator>`__
9791
Python library that validates schema against the OpenAPI Schema Specification v3.0 and OpenAPI Schema Specification v3.1.
92+
93+
License
94+
-------
95+
96+
The project is under the terms of BSD 3-Clause License.

0 commit comments

Comments
 (0)