File tree 2 files changed +8
-3
lines changed 2 files changed +8
-3
lines changed Original file line number Diff line number Diff line change @@ -2,9 +2,14 @@ Package: epidict
2
2
Title: Epidemiology data dictionaries and random data generators
3
3
Version: 0.0.0.9001
4
4
Authors@R: c(
5
+ person(given = "Alexander",
6
+ family = "Spina",
7
+ email = "aspina@appliedepi.org",
8
+ comment = c(ORCID = "0000-0001-8425-1867"),
9
+ role = c("aut", "cre")),
5
10
person(given = "Zhian N.",
6
11
family = "Kamvar",
7
- role = c("aut", "cre" ),
12
+ role = c("aut"),
8
13
email = "zkamvar@gmail.com",
9
14
comment = c(ORCID = "0000-0003-1458-7108")),
10
15
person(given = "Alexander",
Original file line number Diff line number Diff line change @@ -553,7 +553,7 @@ and each file should have at least the “copyright” line and a pointer to
553
553
where the full notice is found.
554
554
555
555
<one line to give the program's name and a brief idea of what it does.>
556
- Copyright (C) 2019 Zhian N. Kamvar
556
+ Copyright (C) 2019 Applied Epi Incorporated
557
557
558
558
This program is free software: you can redistribute it and/or modify
559
559
it under the terms of the GNU General Public License as published by
@@ -573,7 +573,7 @@ Also add information on how to contact you by electronic and paper mail.
573
573
If the program does terminal interaction, make it output a short notice like this
574
574
when it starts in an interactive mode:
575
575
576
- epidict Copyright (C) 2019 Zhian N. Kamvar
576
+ epidict Copyright (C) 2019 Applied Epi Incorporated
577
577
This program comes with ABSOLUTELY NO WARRANTY; for details type 'show w'.
578
578
This is free software, and you are welcome to redistribute it
579
579
under certain conditions; type 'show c' for details.
You can’t perform that action at this time.
0 commit comments