update nodejs/ts package license to use Apache-2.0

This commit is contained in:
wing328
2016-05-29 18:08:32 +08:00
parent e6825eaff4
commit a27cda68ce
26 changed files with 338 additions and 295 deletions

View File

@@ -40,8 +40,8 @@
* @type {Array.<String>}
*/
this.authentications = {
'petstore_auth': {type: 'oauth2'},
'api_key': {type: 'apiKey', 'in': 'header', name: 'api_key'}
'api_key': {type: 'apiKey', 'in': 'header', name: 'api_key'},
'petstore_auth': {type: 'oauth2'}
};
/**
* The default HTTP headers to be included for all API calls.