Skip to content

Commit 2188e0f

Browse files
saigiridhar21wing328
authored andcommitted
[r][license]: Fixing license and contact information (#4317)
* fix(license): Fixing the license information * fix(license): Fixing the license information
1 parent ec3569e commit 2188e0f

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

modules/openapi-generator/src/main/resources/r/description.mustache

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
Package: {{{packageName}}}
22
Title: R Package Client for {{{appName}}}
33
Version: {{packageVersion}}
4-
Authors@R: person("OpenAPI Generator community", email = "team@openapitools.org", role = c("aut", "cre"))
4+
Authors@R: person("{{#infoName}}{{infoName}}{{/infoName}}{{^infoName}}OpenAPI Generator community{{/infoName}}", email = "{{#infoEmail}}{{infoEmail}}{{/infoEmail}}{{^infoEmail}}team@openapitools.org{{/infoEmail}}", role = c("aut", "cre"))
55
Description: {{{appDescription}}}{{^appDescription}}R Package Client for {{{appName}}}{{/appDescription}}
66
Depends: R (>= 3.3.3)
77
Encoding: UTF-8
8-
License: Unlicense
8+
License: {{#licenseInfo}}{{licenseInfo}}{{/licenseInfo}}{{^licenseInfo}}Unlicense{{/licenseInfo}}
99
LazyData: true
1010
Suggests: testthat
1111
Imports: jsonlite, httr, R6, caTools{{#useRlangExceptionHandling}}, rlang{{/useRlangExceptionHandling}}

samples/client/petstore/R/DESCRIPTION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Authors@R: person("OpenAPI Generator community", email = "team@openapitools.org"
55
Description: This is a sample server Petstore server. For this sample, you can use the api key `special-key` to test the authorization filters.
66
Depends: R (>= 3.3.3)
77
Encoding: UTF-8
8-
License: Unlicense
8+
License: Apache-2.0
99
LazyData: true
1010
Suggests: testthat
1111
Imports: jsonlite, httr, R6, caTools

0 commit comments

Comments
 (0)