Skip to content

Commit c18241c

Browse files
committed
Update license header
1 parent 23271d7 commit c18241c

32 files changed

+63
-1
lines changed

modules/swagger-codegen/src/main/resources/python/partial_header.mustache

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,11 @@
22
{{#appName}}
33
{{{appName}}}
44
{{/appName}}
5+
56
{{#appDescription}}
67
{{{appDescription}}}
78
{{/appDescription}}
9+
810
{{#version}}OpenAPI spec version: {{{version}}}{{/version}}
911
{{#infoEmail}}Contact: {{{infoEmail}}}{{/infoEmail}}
1012
Generated by: https://github.com/swagger-api/swagger-codegen.git

samples/client/petstore/python/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ This Python package is automatically generated by the [Swagger Codegen](https://
55

66
- API version: 1.0.0
77
- Package version: 1.0.0
8-
- Build date: 2016-05-26T21:41:00.685+01:00
8+
- Build date: 2016-05-26T21:44:18.823+01:00
99
- Build package: class io.swagger.codegen.languages.PythonClientCodegen
1010

1111
## Requirements.

samples/client/petstore/python/setup.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,9 @@
22

33
"""
44
Swagger Petstore
5+
56
This spec is mainly for testing Petstore server and contains fake endpoints, models. Please do not use this for any other purpose. Special characters: \" \\
7+
68
OpenAPI spec version: 1.0.0
79
810
Generated by: https://github.com/swagger-api/swagger-codegen.git

samples/client/petstore/python/swagger_client/__init__.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,9 @@
22

33
"""
44
Swagger Petstore
5+
56
This spec is mainly for testing Petstore server and contains fake endpoints, models. Please do not use this for any other purpose. Special characters: \" \\
7+
68
OpenAPI spec version: 1.0.0
79
810
Generated by: https://github.com/swagger-api/swagger-codegen.git

samples/client/petstore/python/swagger_client/apis/fake_api.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,9 @@
22

33
"""
44
Swagger Petstore
5+
56
This spec is mainly for testing Petstore server and contains fake endpoints, models. Please do not use this for any other purpose. Special characters: \" \\
7+
68
OpenAPI spec version: 1.0.0
79
810
Generated by: https://github.com/swagger-api/swagger-codegen.git

samples/client/petstore/python/swagger_client/apis/pet_api.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,9 @@
22

33
"""
44
Swagger Petstore
5+
56
This spec is mainly for testing Petstore server and contains fake endpoints, models. Please do not use this for any other purpose. Special characters: \" \\
7+
68
OpenAPI spec version: 1.0.0
79
810
Generated by: https://github.com/swagger-api/swagger-codegen.git

samples/client/petstore/python/swagger_client/apis/store_api.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,9 @@
22

33
"""
44
Swagger Petstore
5+
56
This spec is mainly for testing Petstore server and contains fake endpoints, models. Please do not use this for any other purpose. Special characters: \" \\
7+
68
OpenAPI spec version: 1.0.0
79
810
Generated by: https://github.com/swagger-api/swagger-codegen.git

samples/client/petstore/python/swagger_client/apis/user_api.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,9 @@
22

33
"""
44
Swagger Petstore
5+
56
This spec is mainly for testing Petstore server and contains fake endpoints, models. Please do not use this for any other purpose. Special characters: \" \\
7+
68
OpenAPI spec version: 1.0.0
79
810
Generated by: https://github.com/swagger-api/swagger-codegen.git

samples/client/petstore/python/swagger_client/configuration.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,9 @@
22

33
"""
44
Swagger Petstore
5+
56
This spec is mainly for testing Petstore server and contains fake endpoints, models. Please do not use this for any other purpose. Special characters: \" \\
7+
68
OpenAPI spec version: 1.0.0
79
810
Generated by: https://github.com/swagger-api/swagger-codegen.git

samples/client/petstore/python/swagger_client/models/__init__.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,9 @@
22

33
"""
44
Swagger Petstore
5+
56
This spec is mainly for testing Petstore server and contains fake endpoints, models. Please do not use this for any other purpose. Special characters: \" \\
7+
68
OpenAPI spec version: 1.0.0
79
810
Generated by: https://github.com/swagger-api/swagger-codegen.git

0 commit comments

Comments
 (0)