[r][license]: Fixing license and contact information (#4317)

* fix(license): Fixing the license information

* fix(license): Fixing the license information
This commit is contained in:
Sai Giridhar P 2019-10-30 14:41:16 +05:30 committed by William Cheng
parent ec3569e922
commit 2188e0feda
2 changed files with 3 additions and 3 deletions

View File

@ -1,11 +1,11 @@
Package: {{{packageName}}} Package: {{{packageName}}}
Title: R Package Client for {{{appName}}} Title: R Package Client for {{{appName}}}
Version: {{packageVersion}} Version: {{packageVersion}}
Authors@R: person("OpenAPI Generator community", email = "team@openapitools.org", role = c("aut", "cre")) Authors@R: person("{{#infoName}}{{infoName}}{{/infoName}}{{^infoName}}OpenAPI Generator community{{/infoName}}", email = "{{#infoEmail}}{{infoEmail}}{{/infoEmail}}{{^infoEmail}}team@openapitools.org{{/infoEmail}}", role = c("aut", "cre"))
Description: {{{appDescription}}}{{^appDescription}}R Package Client for {{{appName}}}{{/appDescription}} Description: {{{appDescription}}}{{^appDescription}}R Package Client for {{{appName}}}{{/appDescription}}
Depends: R (>= 3.3.3) Depends: R (>= 3.3.3)
Encoding: UTF-8 Encoding: UTF-8
License: Unlicense License: {{#licenseInfo}}{{licenseInfo}}{{/licenseInfo}}{{^licenseInfo}}Unlicense{{/licenseInfo}}
LazyData: true LazyData: true
Suggests: testthat Suggests: testthat
Imports: jsonlite, httr, R6, caTools{{#useRlangExceptionHandling}}, rlang{{/useRlangExceptionHandling}} Imports: jsonlite, httr, R6, caTools{{#useRlangExceptionHandling}}, rlang{{/useRlangExceptionHandling}}

View File

@ -5,7 +5,7 @@ Authors@R: person("OpenAPI Generator community", email = "team@openapitools.org"
Description: This is a sample server Petstore server. For this sample, you can use the api key `special-key` to test the authorization filters. Description: This is a sample server Petstore server. For this sample, you can use the api key `special-key` to test the authorization filters.
Depends: R (>= 3.3.3) Depends: R (>= 3.3.3)
Encoding: UTF-8 Encoding: UTF-8
License: Unlicense License: Apache-2.0
LazyData: true LazyData: true
Suggests: testthat Suggests: testthat
Imports: jsonlite, httr, R6, caTools Imports: jsonlite, httr, R6, caTools