[PHP] add apache v2 license to PHP client

See #2963.
This commit is contained in:
Arne Jørgensen
2016-05-25 22:49:24 +02:00
parent ce426ee868
commit d9d3a41deb
12 changed files with 243 additions and 122 deletions
@@ -264,7 +264,8 @@ public class PhpClientCodegen extends DefaultCodegen implements CodegenConfig {
supportingFiles.add(new SupportingFile("README.mustache", getPackagePath(), "README.md"));
supportingFiles.add(new SupportingFile(".travis.yml", getPackagePath(), ".travis.yml"));
supportingFiles.add(new SupportingFile("git_push.sh.mustache", getPackagePath(), "git_push.sh"));
// apache v2 license
supportingFiles.add(new SupportingFile("LICENSE", getPackagePath(), "LICENSE"));
}
@Override