Skip to content

Commit 861aeff

Browse files
committed
Add COPYRIGHTS file
1 parent 0362a37 commit 861aeff

3 files changed

Lines changed: 7 additions & 4 deletions

File tree

DESCRIPTION

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Authors@R: c(
66
comment = c(ORCID = "0000-0001-7098-9676")),
77
person("Winston", "Chang", role = "aut"),
88
person("Posit Software, PBC", role = c("cph", "fnd")),
9-
person("Mango Solutions", role = c("cph", "fnd"))
9+
person("Ascent Digital Services", role = c("cph", "fnd"))
1010
)
1111
Description: Tools to run system processes in the background. It can
1212
check if a background process is running; wait on a background process
@@ -18,7 +18,7 @@ Description: Tools to run system processes in the background. It can
1818
License: MIT + file LICENSE
1919
URL: https://processx.r-lib.org, https://github.com/r-lib/processx
2020
BugReports: https://github.com/r-lib/processx/issues
21-
Depends:
21+
Depends:
2222
R (>= 3.4.0)
2323
Imports:
2424
ps (>= 1.2.0),

LICENSE

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
YEAR: 2023
2-
COPYRIGHT HOLDER: processx authors
1+
YEAR: 2016-2024
2+
COPYRIGHT HOLDER: processx core team, see COPYRIGHTS file

inst/COPYRIGHTS

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
(c) 2016 Ascent Digital Services (formerly Mango Solutions)
2+
(c) 2017 Gábor Csárdi
3+
(c) 2017-2024 Posit Software, PBC (formerly RStudio)

0 commit comments

Comments
 (0)