added apache LICENSE

This commit is contained in:
Guo Huang
2016-05-25 10:11:52 -07:00
parent ce426ee868
commit 7b57a26a97
23 changed files with 721 additions and 1 deletions

View File

@@ -148,6 +148,7 @@ public class GoClientCodegen extends DefaultCodegen implements CodegenConfig {
supportingFiles.add(new SupportingFile("api_response.mustache", "", "api_response.go"));
supportingFiles.add(new SupportingFile(".travis.yml", "", ".travis.yml"));
supportingFiles.add(new SupportingFile("pom.mustache", "", "pom.xml"));
supportingFiles.add(new SupportingFile("LICENSE", "", "LICENSE"));
}
@Override