Skip to content

Commit 1fbcdf6

Browse files
committed
add copyright to code module
1 parent 3afafbc commit 1fbcdf6

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

swagger_python_codegen/generate.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@
33
"""
44
Generates Python SDK code from a Swagger (a.k.a. OpenAPI) API specification using 'swagger-codegen' open-source
55
code templates.
6+
7+
Copyright (c) 2022 CINCH Enterprises, Ltd. and Rod Pullmann. All rights reserved.
68
"""
79
import sys
810
import os

0 commit comments

Comments
 (0)