Merge branch 'master' into velocity
This commit is contained in:
commit
31ae0097cc
3 changed files with 5 additions and 2 deletions
|
@ -160,7 +160,7 @@ This generator creates a basic Typescript module along with a test file.
|
||||||
**Note: This is not legal advice and provides a suggestion which may be compliant. You should talk with your legal counsel if you have
|
**Note: This is not legal advice and provides a suggestion which may be compliant. You should talk with your legal counsel if you have
|
||||||
questions or concerns with how to comply with the various licenses of Houdini**
|
questions or concerns with how to comply with the various licenses of Houdini**
|
||||||
|
|
||||||
Providing the complete, corresponding source code (CCS) of your project is a requirement of some of the licensed used by Houdini. There are two methods for doing so right now:
|
Providing the complete, corresponding source code (CCS) of your project is a requirement of some of the licenses used by Houdini. There are two methods for doing so right now:
|
||||||
|
|
||||||
1. Providing a tarball of the current running code
|
1. Providing a tarball of the current running code
|
||||||
2. Providing a link to Github where the code is pulled from
|
2. Providing a link to Github where the code is pulled from
|
||||||
|
|
|
@ -2,5 +2,5 @@
|
||||||
|
|
||||||
if [ ! -e .bin/swagger-codegen-cli.jar ]
|
if [ ! -e .bin/swagger-codegen-cli.jar ]
|
||||||
then
|
then
|
||||||
curl https://repo1.maven.org:443/content/repositories/releases/io/swagger/swagger-codegen-cli/2.3.1/swagger-codegen-cli-2.3.1.jar -o .bin/swagger-codegen-cli.jar --create-dirs
|
curl -L https://repo1.maven.org/content/repositories/releases/io/swagger/swagger-codegen-cli/2.3.1/swagger-codegen-cli-2.3.1.jar -o .bin/swagger-codegen-cli.jar --create-dirs
|
||||||
fi
|
fi
|
||||||
|
|
3
tslint.json
Normal file
3
tslint.json
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
{
|
||||||
|
"indent": [true, "spaces"]
|
||||||
|
}
|
Loading…
Reference in a new issue