Skip to content

Commit dbd5b18

Browse files
committed
add copyright file and "person" in description
1 parent c400cd5 commit dbd5b18

File tree

2 files changed

+29
-1
lines changed

2 files changed

+29
-1
lines changed

DESCRIPTION

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,15 @@ Authors@R: c(
1616
person("Dmitry", "Shemetov", role = "ctb"),
1717
person("Ryan", "Tibshirani", , "[email protected]", role = c("aut", "cre")),
1818
person("Lionel", "Henry", role = "ctb", comment = "Author of included rlang fragments"),
19-
person("Hadley", "Wickham", role = "ctb", comment = "Author of included rlang fragments")
19+
person("Hadley", "Wickham", role = "ctb", comment = "Author of included rlang fragments"),
20+
person("Posit", role = "cph", comment = "Copyright holder of included rlang fragments")
2021
)
2122
Description: This package introduces a common data structure for epidemiological
2223
data reported by location and time, provides another data structure to
2324
work with revisions to these data sets over time, and offers associated
2425
utilities to perform basic signal processing tasks.
2526
License: MIT + file LICENSE
27+
Copyright: file COPYRIGHTS
2628
Imports:
2729
cli,
2830
data.table,

inst/COPYRIGHTS

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
Copyright for most of the included code is held by the Delphi group.
2+
3+
Posit is the copyright holder for `rlang` fragments included in the
4+
`as_slide_computation` function in `utils.R` under the following license.
5+
6+
# MIT License
7+
8+
Copyright (c) 2020 rlang authors
9+
10+
Permission is hereby granted, free of charge, to any person obtaining a copy
11+
of this software and associated documentation files (the "Software"), to deal
12+
in the Software without restriction, including without limitation the rights
13+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
14+
copies of the Software, and to permit persons to whom the Software is
15+
furnished to do so, subject to the following conditions:
16+
17+
The above copyright notice and this permission notice shall be included in all
18+
copies or substantial portions of the Software.
19+
20+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
21+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
22+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
23+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
24+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
25+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
26+
SOFTWARE.

0 commit comments

Comments
 (0)