From a624729d70365ba735c3388268f3d2705f51203a Mon Sep 17 00:00:00 2001 From: Tony Tam Date: Fri, 4 Nov 2016 15:16:04 -0700 Subject: [PATCH] added clarification for #4138 --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index 7253eea064a..69609805896 100644 --- a/README.md +++ b/README.md @@ -913,6 +913,15 @@ Here are the requirements to become a core team member: To become a Template Creator, simply submit a PR for new API client (e.g. Rust, Elixir) or server stub (e.g. Ruby Grape) generator. +## License information on Generated Code + +The Swagger Codegen project is intended as a benefit for users of the Swagger / Open API Specification. The project itself has the [License](#license) as specified. In addition, please understand the following points: + +* The templates included with this project are subject to the [License](#license). +* Generated code is intentionally _not_ subject to the parent project license + +When code is generated from this project, it shall be considered **AS IS** and owned by the user of the software. There are no warranties--expressed or implied--for generated code. You can do what you wish with it, and once generated, the code is your responsibility and subject to the licensing terms that you deem appropriate. + License -------