From af43dc54e2ef6bdd0f06faf2bb88f95af0ca9adf Mon Sep 17 00:00:00 2001 From: Daniel Lopez Date: Thu, 7 Dec 2023 10:11:20 -0500 Subject: [PATCH 1/2] Update ecospat version in description file and delete unused file --- DESCRIPTION | 2 +- wallace | 0 2 files changed, 1 insertion(+), 1 deletion(-) delete mode 100644 wallace diff --git a/DESCRIPTION b/DESCRIPTION index 71785f98..6b016255 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -37,7 +37,7 @@ Depends: Imports: dplyr (>= 1.0.2), DT (>= 0.5), - ecospat, + ecospat (>= 4.0.0), ENMeval (>= 2.0.3), knitcitations, leafem, diff --git a/wallace b/wallace deleted file mode 100644 index e69de29b..00000000 From 2bf3421cb89160f80a21fa21fd55e7aac17f2388 Mon Sep 17 00:00:00 2001 From: Daniel Lopez Date: Thu, 7 Dec 2023 10:38:47 -0500 Subject: [PATCH 2/2] Fix license text --- R/custom_modules.R | 2 +- R/envs_ecoClimate.R | 2 +- R/envs_userEnvs.R | 2 +- R/envs_worldclim.R | 2 +- R/espace_nicheOv.R | 2 +- R/espace_occDens.R | 2 +- R/espace_pca.R | 2 +- R/helper_functions.R | 2 +- R/model_bioclim.R | 2 +- R/model_maxent.R | 2 +- R/occs_paleoDb.R | 2 +- R/occs_queryDb.R | 2 +- R/occs_userOccs.R | 2 +- R/part_partitionOccs.R | 2 +- R/penvs_bgExtent.R | 2 +- R/penvs_bgMask.R | 2 +- R/penvs_bgSample.R | 2 +- R/penvs_drawBgExtent.R | 2 +- R/penvs_userBgExtent.R | 2 +- R/poccs_removeByID.R | 2 +- R/poccs_selectOccs.R | 2 +- R/poccs_thinOccs.R | 2 +- R/run_wallace.R | 2 +- R/vis_bioclimPlot.R | 2 +- R/wallace-package.R | 2 +- R/xfer_area.R | 2 +- R/xfer_draw.R | 2 +- R/xfer_mess.R | 2 +- R/xfer_time.R | 2 +- R/xfer_userEnvs.R | 2 +- R/xfer_userExtent.R | 2 +- inst/shiny/global.R | 2 +- inst/shiny/helpers.R | 2 +- inst/shiny/modules/envs_ecoclimate.R | 2 +- inst/shiny/modules/envs_userEnvs.R | 2 +- inst/shiny/modules/envs_worldclim.R | 2 +- inst/shiny/modules/espace_nicheOv.R | 2 +- inst/shiny/modules/espace_occDens.R | 2 +- inst/shiny/modules/espace_pca.R | 2 +- inst/shiny/modules/model_bioclim.R | 2 +- inst/shiny/modules/model_maxent.R | 2 +- inst/shiny/modules/occs_paleoDb.R | 2 +- inst/shiny/modules/occs_queryDb.R | 2 +- inst/shiny/modules/occs_userOccs.R | 2 +- inst/shiny/modules/part_nonSpat.R | 2 +- inst/shiny/modules/part_spat.R | 2 +- inst/shiny/modules/penvs_bgExtent.R | 2 +- inst/shiny/modules/penvs_drawBgExtent.R | 2 +- inst/shiny/modules/penvs_userBgExtent.R | 2 +- inst/shiny/modules/poccs_removeByID.R | 2 +- inst/shiny/modules/poccs_selectOccs.R | 2 +- inst/shiny/modules/poccs_thinOccs.R | 2 +- inst/shiny/modules/rep_markdown.R | 2 +- inst/shiny/modules/rep_refPackages.R | 2 +- inst/shiny/modules/rep_rmms.R | 2 +- inst/shiny/modules/vis_bioclimPlot.R | 2 +- inst/shiny/modules/vis_mapPreds.R | 2 +- inst/shiny/modules/vis_maxentEvalPlot.R | 2 +- inst/shiny/modules/vis_responsePlot.R | 2 +- inst/shiny/modules/xfer_area.R | 2 +- inst/shiny/modules/xfer_mess.R | 2 +- inst/shiny/modules/xfer_time.R | 2 +- inst/shiny/modules/xfer_user.R | 2 +- inst/shiny/server.R | 2 +- inst/shiny/ui.R | 2 +- 65 files changed, 65 insertions(+), 65 deletions(-) diff --git a/R/custom_modules.R b/R/custom_modules.R index efb6c4a2..0268ddf6 100644 --- a/R/custom_modules.R +++ b/R/custom_modules.R @@ -9,7 +9,7 @@ # # Wallace is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by -# the Free Software Foundation, either version 2 of the License, +# the Free Software Foundation, either version 3 of the License, # or (at your option) any later version. # # Wallace is distributed in the hope that it will be useful, diff --git a/R/envs_ecoClimate.R b/R/envs_ecoClimate.R index 298c91c9..4e7172a0 100644 --- a/R/envs_ecoClimate.R +++ b/R/envs_ecoClimate.R @@ -9,7 +9,7 @@ # # Wallace is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by -# the Free Software Foundation, either version 2 of the License, +# the Free Software Foundation, either version 3 of the License, # or (at your option) any later version. # # Wallace is distributed in the hope that it will be useful, diff --git a/R/envs_userEnvs.R b/R/envs_userEnvs.R index b2c52ea2..18a15319 100644 --- a/R/envs_userEnvs.R +++ b/R/envs_userEnvs.R @@ -9,7 +9,7 @@ # # Wallace is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by -# the Free Software Foundation, either version 2 of the License, +# the Free Software Foundation, either version 3 of the License, # or (at your option) any later version. # # Wallace is distributed in the hope that it will be useful, diff --git a/R/envs_worldclim.R b/R/envs_worldclim.R index 8d5f7c26..98ed0c04 100644 --- a/R/envs_worldclim.R +++ b/R/envs_worldclim.R @@ -9,7 +9,7 @@ # # Wallace is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by -# the Free Software Foundation, either version 2 of the License, +# the Free Software Foundation, either version 3 of the License, # or (at your option) any later version. # # Wallace is distributed in the hope that it will be useful, diff --git a/R/espace_nicheOv.R b/R/espace_nicheOv.R index 8d03a448..b30f6773 100644 --- a/R/espace_nicheOv.R +++ b/R/espace_nicheOv.R @@ -9,7 +9,7 @@ # # Wallace is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by -# the Free Software Foundation, either version 2 of the License, +# the Free Software Foundation, either version 3 of the License, # or (at your option) any later version. # # Wallace is distributed in the hope that it will be useful, diff --git a/R/espace_occDens.R b/R/espace_occDens.R index ae7845b5..a83546fa 100644 --- a/R/espace_occDens.R +++ b/R/espace_occDens.R @@ -9,7 +9,7 @@ # # Wallace is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by -# the Free Software Foundation, either version 2 of the License, +# the Free Software Foundation, either version 3 of the License, # or (at your option) any later version. # # Wallace is distributed in the hope that it will be useful, diff --git a/R/espace_pca.R b/R/espace_pca.R index 662206ce..2911a2df 100644 --- a/R/espace_pca.R +++ b/R/espace_pca.R @@ -9,7 +9,7 @@ # # Wallace is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by -# the Free Software Foundation, either version 2 of the License, +# the Free Software Foundation, either version 3 of the License, # or (at your option) any later version. # # Wallace is distributed in the hope that it will be useful, diff --git a/R/helper_functions.R b/R/helper_functions.R index f40f706e..9d5546a2 100644 --- a/R/helper_functions.R +++ b/R/helper_functions.R @@ -9,7 +9,7 @@ # # Wallace is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by -# the Free Software Foundation, either version 2 of the License, +# the Free Software Foundation, either version 3 of the License, # or (at your option) any later version. # # Wallace is distributed in the hope that it will be useful, diff --git a/R/model_bioclim.R b/R/model_bioclim.R index 7aa91812..699afcd6 100644 --- a/R/model_bioclim.R +++ b/R/model_bioclim.R @@ -9,7 +9,7 @@ # # Wallace is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by -# the Free Software Foundation, either version 2 of the License, +# the Free Software Foundation, either version 3 of the License, # or (at your option) any later version. # # Wallace is distributed in the hope that it will be useful, diff --git a/R/model_maxent.R b/R/model_maxent.R index 82c00e28..6e2db682 100644 --- a/R/model_maxent.R +++ b/R/model_maxent.R @@ -9,7 +9,7 @@ # # Wallace is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by -# the Free Software Foundation, either version 2 of the License, +# the Free Software Foundation, either version 3 of the License, # or (at your option) any later version. # # Wallace is distributed in the hope that it will be useful, diff --git a/R/occs_paleoDb.R b/R/occs_paleoDb.R index e340122e..2eb27f60 100644 --- a/R/occs_paleoDb.R +++ b/R/occs_paleoDb.R @@ -9,7 +9,7 @@ # # Wallace is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by -# the Free Software Foundation, either version 2 of the License, +# the Free Software Foundation, either version 3 of the License, # or (at your option) any later version. # # Wallace is distributed in the hope that it will be useful, diff --git a/R/occs_queryDb.R b/R/occs_queryDb.R index 7f873e96..0e5cea1f 100644 --- a/R/occs_queryDb.R +++ b/R/occs_queryDb.R @@ -9,7 +9,7 @@ # # Wallace is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by -# the Free Software Foundation, either version 2 of the License, +# the Free Software Foundation, either version 3 of the License, # or (at your option) any later version. # # Wallace is distributed in the hope that it will be useful, diff --git a/R/occs_userOccs.R b/R/occs_userOccs.R index 0032b099..cb423a21 100644 --- a/R/occs_userOccs.R +++ b/R/occs_userOccs.R @@ -9,7 +9,7 @@ # # Wallace is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by -# the Free Software Foundation, either version 2 of the License, +# the Free Software Foundation, either version 3 of the License, # or (at your option) any later version. # # Wallace is distributed in the hope that it will be useful, diff --git a/R/part_partitionOccs.R b/R/part_partitionOccs.R index 287f809c..4fe048bd 100644 --- a/R/part_partitionOccs.R +++ b/R/part_partitionOccs.R @@ -9,7 +9,7 @@ # # Wallace is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by -# the Free Software Foundation, either version 2 of the License, +# the Free Software Foundation, either version 3 of the License, # or (at your option) any later version. # # Wallace is distributed in the hope that it will be useful, diff --git a/R/penvs_bgExtent.R b/R/penvs_bgExtent.R index 4349cbb9..182ce02f 100644 --- a/R/penvs_bgExtent.R +++ b/R/penvs_bgExtent.R @@ -9,7 +9,7 @@ # # Wallace is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by -# the Free Software Foundation, either version 2 of the License, +# the Free Software Foundation, either version 3 of the License, # or (at your option) any later version. # # Wallace is distributed in the hope that it will be useful, diff --git a/R/penvs_bgMask.R b/R/penvs_bgMask.R index 5e491719..7aca1b86 100644 --- a/R/penvs_bgMask.R +++ b/R/penvs_bgMask.R @@ -9,7 +9,7 @@ # # Wallace is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by -# the Free Software Foundation, either version 2 of the License, +# the Free Software Foundation, either version 3 of the License, # or (at your option) any later version. # # Wallace is distributed in the hope that it will be useful, diff --git a/R/penvs_bgSample.R b/R/penvs_bgSample.R index 514537a3..e23a426b 100644 --- a/R/penvs_bgSample.R +++ b/R/penvs_bgSample.R @@ -9,7 +9,7 @@ # # Wallace is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by -# the Free Software Foundation, either version 2 of the License, +# the Free Software Foundation, either version 3 of the License, # or (at your option) any later version. # # Wallace is distributed in the hope that it will be useful, diff --git a/R/penvs_drawBgExtent.R b/R/penvs_drawBgExtent.R index 9475d399..769b05ae 100644 --- a/R/penvs_drawBgExtent.R +++ b/R/penvs_drawBgExtent.R @@ -9,7 +9,7 @@ # # Wallace is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by -# the Free Software Foundation, either version 2 of the License, +# the Free Software Foundation, either version 3 of the License, # or (at your option) any later version. # # Wallace is distributed in the hope that it will be useful, diff --git a/R/penvs_userBgExtent.R b/R/penvs_userBgExtent.R index ed5b37a2..384e7e81 100644 --- a/R/penvs_userBgExtent.R +++ b/R/penvs_userBgExtent.R @@ -9,7 +9,7 @@ # # Wallace is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by -# the Free Software Foundation, either version 2 of the License, +# the Free Software Foundation, either version 3 of the License, # or (at your option) any later version. # # Wallace is distributed in the hope that it will be useful, diff --git a/R/poccs_removeByID.R b/R/poccs_removeByID.R index d650188a..c29af4dd 100644 --- a/R/poccs_removeByID.R +++ b/R/poccs_removeByID.R @@ -9,7 +9,7 @@ # # Wallace is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by -# the Free Software Foundation, either version 2 of the License, +# the Free Software Foundation, either version 3 of the License, # or (at your option) any later version. # # Wallace is distributed in the hope that it will be useful, diff --git a/R/poccs_selectOccs.R b/R/poccs_selectOccs.R index e7b85513..1d15ea25 100644 --- a/R/poccs_selectOccs.R +++ b/R/poccs_selectOccs.R @@ -9,7 +9,7 @@ # # Wallace is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by -# the Free Software Foundation, either version 2 of the License, +# the Free Software Foundation, either version 3 of the License, # or (at your option) any later version. # # Wallace is distributed in the hope that it will be useful, diff --git a/R/poccs_thinOccs.R b/R/poccs_thinOccs.R index 96312fb6..dfebbf9f 100644 --- a/R/poccs_thinOccs.R +++ b/R/poccs_thinOccs.R @@ -9,7 +9,7 @@ # # Wallace is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by -# the Free Software Foundation, either version 2 of the License, +# the Free Software Foundation, either version 3 of the License, # or (at your option) any later version. # # Wallace is distributed in the hope that it will be useful, diff --git a/R/run_wallace.R b/R/run_wallace.R index f8818109..d86cd7bf 100644 --- a/R/run_wallace.R +++ b/R/run_wallace.R @@ -9,7 +9,7 @@ # # Wallace is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by -# the Free Software Foundation, either version 2 of the License, +# the Free Software Foundation, either version 3 of the License, # or (at your option) any later version. # # Wallace is distributed in the hope that it will be useful, diff --git a/R/vis_bioclimPlot.R b/R/vis_bioclimPlot.R index 019a1992..2b3c4b38 100644 --- a/R/vis_bioclimPlot.R +++ b/R/vis_bioclimPlot.R @@ -9,7 +9,7 @@ # # Wallace is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by -# the Free Software Foundation, either version 2 of the License, +# the Free Software Foundation, either version 3 of the License, # or (at your option) any later version. # # Wallace is distributed in the hope that it will be useful, diff --git a/R/wallace-package.R b/R/wallace-package.R index 674cf534..234b483b 100644 --- a/R/wallace-package.R +++ b/R/wallace-package.R @@ -9,7 +9,7 @@ # # Wallace is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by -# the Free Software Foundation, either version 2 of the License, +# the Free Software Foundation, either version 3 of the License, # or (at your option) any later version. # # Wallace is distributed in the hope that it will be useful, diff --git a/R/xfer_area.R b/R/xfer_area.R index 6e09f81c..f89aedde 100644 --- a/R/xfer_area.R +++ b/R/xfer_area.R @@ -9,7 +9,7 @@ # # Wallace is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by -# the Free Software Foundation, either version 2 of the License, +# the Free Software Foundation, either version 3 of the License, # or (at your option) any later version. # # Wallace is distributed in the hope that it will be useful, diff --git a/R/xfer_draw.R b/R/xfer_draw.R index bb3e3d4a..4eac042c 100644 --- a/R/xfer_draw.R +++ b/R/xfer_draw.R @@ -9,7 +9,7 @@ # # Wallace is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by -# the Free Software Foundation, either version 2 of the License, +# the Free Software Foundation, either version 3 of the License, # or (at your option) any later version. # # Wallace is distributed in the hope that it will be useful, diff --git a/R/xfer_mess.R b/R/xfer_mess.R index 95b09841..ed61838e 100644 --- a/R/xfer_mess.R +++ b/R/xfer_mess.R @@ -9,7 +9,7 @@ # # Wallace is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by -# the Free Software Foundation, either version 2 of the License, +# the Free Software Foundation, either version 3 of the License, # or (at your option) any later version. # # Wallace is distributed in the hope that it will be useful, diff --git a/R/xfer_time.R b/R/xfer_time.R index 25b09951..4e28f11d 100644 --- a/R/xfer_time.R +++ b/R/xfer_time.R @@ -9,7 +9,7 @@ # # Wallace is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by -# the Free Software Foundation, either version 2 of the License, +# the Free Software Foundation, either version 3 of the License, # or (at your option) any later version. # # Wallace is distributed in the hope that it will be useful, diff --git a/R/xfer_userEnvs.R b/R/xfer_userEnvs.R index 4d32dcb8..6a2c0fce 100644 --- a/R/xfer_userEnvs.R +++ b/R/xfer_userEnvs.R @@ -9,7 +9,7 @@ # # Wallace is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by -# the Free Software Foundation, either version 2 of the License, +# the Free Software Foundation, either version 3 of the License, # or (at your option) any later version. # # Wallace is distributed in the hope that it will be useful, diff --git a/R/xfer_userExtent.R b/R/xfer_userExtent.R index 45c20745..237e4cce 100644 --- a/R/xfer_userExtent.R +++ b/R/xfer_userExtent.R @@ -9,7 +9,7 @@ # # Wallace is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by -# the Free Software Foundation, either version 2 of the License, +# the Free Software Foundation, either version 3 of the License, # or (at your option) any later version. # # Wallace is distributed in the hope that it will be useful, diff --git a/inst/shiny/global.R b/inst/shiny/global.R index e5561253..bbbdc688 100644 --- a/inst/shiny/global.R +++ b/inst/shiny/global.R @@ -9,7 +9,7 @@ # # Wallace is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by -# the Free Software Foundation, either version 2 of the License, +# the Free Software Foundation, either version 3 of the License, # or (at your option) any later version. # # Wallace is distributed in the hope that it will be useful, diff --git a/inst/shiny/helpers.R b/inst/shiny/helpers.R index e67ec76d..37b542a6 100644 --- a/inst/shiny/helpers.R +++ b/inst/shiny/helpers.R @@ -9,7 +9,7 @@ # # Wallace is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by -# the Free Software Foundation, either version 2 of the License, +# the Free Software Foundation, either version 3 of the License, # or (at your option) any later version. # # Wallace is distributed in the hope that it will be useful, diff --git a/inst/shiny/modules/envs_ecoclimate.R b/inst/shiny/modules/envs_ecoclimate.R index e03f1b7e..8bb8dd31 100644 --- a/inst/shiny/modules/envs_ecoclimate.R +++ b/inst/shiny/modules/envs_ecoclimate.R @@ -9,7 +9,7 @@ # # Wallace is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by -# the Free Software Foundation, either version 2 of the License, +# the Free Software Foundation, either version 3 of the License, # or (at your option) any later version. # # Wallace is distributed in the hope that it will be useful, diff --git a/inst/shiny/modules/envs_userEnvs.R b/inst/shiny/modules/envs_userEnvs.R index c8e6a18f..3e0ec60c 100644 --- a/inst/shiny/modules/envs_userEnvs.R +++ b/inst/shiny/modules/envs_userEnvs.R @@ -9,7 +9,7 @@ # # Wallace is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by -# the Free Software Foundation, either version 2 of the License, +# the Free Software Foundation, either version 3 of the License, # or (at your option) any later version. # # Wallace is distributed in the hope that it will be useful, diff --git a/inst/shiny/modules/envs_worldclim.R b/inst/shiny/modules/envs_worldclim.R index 7e615962..cf92e0c0 100644 --- a/inst/shiny/modules/envs_worldclim.R +++ b/inst/shiny/modules/envs_worldclim.R @@ -9,7 +9,7 @@ # # Wallace is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by -# the Free Software Foundation, either version 2 of the License, +# the Free Software Foundation, either version 3 of the License, # or (at your option) any later version. # # Wallace is distributed in the hope that it will be useful, diff --git a/inst/shiny/modules/espace_nicheOv.R b/inst/shiny/modules/espace_nicheOv.R index 93beaf24..bcf26639 100644 --- a/inst/shiny/modules/espace_nicheOv.R +++ b/inst/shiny/modules/espace_nicheOv.R @@ -9,7 +9,7 @@ # # Wallace is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by -# the Free Software Foundation, either version 2 of the License, +# the Free Software Foundation, either version 3 of the License, # or (at your option) any later version. # # Wallace is distributed in the hope that it will be useful, diff --git a/inst/shiny/modules/espace_occDens.R b/inst/shiny/modules/espace_occDens.R index 2fe2e72b..8c774ba1 100644 --- a/inst/shiny/modules/espace_occDens.R +++ b/inst/shiny/modules/espace_occDens.R @@ -9,7 +9,7 @@ # # Wallace is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by -# the Free Software Foundation, either version 2 of the License, +# the Free Software Foundation, either version 3 of the License, # or (at your option) any later version. # # Wallace is distributed in the hope that it will be useful, diff --git a/inst/shiny/modules/espace_pca.R b/inst/shiny/modules/espace_pca.R index e9429688..8feba17d 100644 --- a/inst/shiny/modules/espace_pca.R +++ b/inst/shiny/modules/espace_pca.R @@ -9,7 +9,7 @@ # # Wallace is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by -# the Free Software Foundation, either version 2 of the License, +# the Free Software Foundation, either version 3 of the License, # or (at your option) any later version. # # Wallace is distributed in the hope that it will be useful, diff --git a/inst/shiny/modules/model_bioclim.R b/inst/shiny/modules/model_bioclim.R index c401a62d..b6cddfc3 100644 --- a/inst/shiny/modules/model_bioclim.R +++ b/inst/shiny/modules/model_bioclim.R @@ -9,7 +9,7 @@ # # Wallace is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by -# the Free Software Foundation, either version 2 of the License, +# the Free Software Foundation, either version 3 of the License, # or (at your option) any later version. # # Wallace is distributed in the hope that it will be useful, diff --git a/inst/shiny/modules/model_maxent.R b/inst/shiny/modules/model_maxent.R index 023112a3..059e8db4 100644 --- a/inst/shiny/modules/model_maxent.R +++ b/inst/shiny/modules/model_maxent.R @@ -9,7 +9,7 @@ # # Wallace is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by -# the Free Software Foundation, either version 2 of the License, +# the Free Software Foundation, either version 3 of the License, # or (at your option) any later version. # # Wallace is distributed in the hope that it will be useful, diff --git a/inst/shiny/modules/occs_paleoDb.R b/inst/shiny/modules/occs_paleoDb.R index 1016ee06..8e09835a 100644 --- a/inst/shiny/modules/occs_paleoDb.R +++ b/inst/shiny/modules/occs_paleoDb.R @@ -9,7 +9,7 @@ # # Wallace is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by -# the Free Software Foundation, either version 2 of the License, +# the Free Software Foundation, either version 3 of the License, # or (at your option) any later version. # # Wallace is distributed in the hope that it will be useful, diff --git a/inst/shiny/modules/occs_queryDb.R b/inst/shiny/modules/occs_queryDb.R index c9ab86a8..2df21ccd 100644 --- a/inst/shiny/modules/occs_queryDb.R +++ b/inst/shiny/modules/occs_queryDb.R @@ -9,7 +9,7 @@ # # Wallace is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by -# the Free Software Foundation, either version 2 of the License, +# the Free Software Foundation, either version 3 of the License, # or (at your option) any later version. # # Wallace is distributed in the hope that it will be useful, diff --git a/inst/shiny/modules/occs_userOccs.R b/inst/shiny/modules/occs_userOccs.R index 4ed478f7..bf8bd82e 100644 --- a/inst/shiny/modules/occs_userOccs.R +++ b/inst/shiny/modules/occs_userOccs.R @@ -9,7 +9,7 @@ # # Wallace is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by -# the Free Software Foundation, either version 2 of the License, +# the Free Software Foundation, either version 3 of the License, # or (at your option) any later version. # # Wallace is distributed in the hope that it will be useful, diff --git a/inst/shiny/modules/part_nonSpat.R b/inst/shiny/modules/part_nonSpat.R index 5b6ac090..945a6007 100644 --- a/inst/shiny/modules/part_nonSpat.R +++ b/inst/shiny/modules/part_nonSpat.R @@ -9,7 +9,7 @@ # # Wallace is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by -# the Free Software Foundation, either version 2 of the License, +# the Free Software Foundation, either version 3 of the License, # or (at your option) any later version. # # Wallace is distributed in the hope that it will be useful, diff --git a/inst/shiny/modules/part_spat.R b/inst/shiny/modules/part_spat.R index ff4ab7ad..b7bd5704 100644 --- a/inst/shiny/modules/part_spat.R +++ b/inst/shiny/modules/part_spat.R @@ -9,7 +9,7 @@ # # Wallace is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by -# the Free Software Foundation, either version 2 of the License, +# the Free Software Foundation, either version 3 of the License, # or (at your option) any later version. # # Wallace is distributed in the hope that it will be useful, diff --git a/inst/shiny/modules/penvs_bgExtent.R b/inst/shiny/modules/penvs_bgExtent.R index b3f755ca..e27d0139 100644 --- a/inst/shiny/modules/penvs_bgExtent.R +++ b/inst/shiny/modules/penvs_bgExtent.R @@ -9,7 +9,7 @@ # # Wallace is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by -# the Free Software Foundation, either version 2 of the License, +# the Free Software Foundation, either version 3 of the License, # or (at your option) any later version. # # Wallace is distributed in the hope that it will be useful, diff --git a/inst/shiny/modules/penvs_drawBgExtent.R b/inst/shiny/modules/penvs_drawBgExtent.R index 7c3d7145..364bffe8 100644 --- a/inst/shiny/modules/penvs_drawBgExtent.R +++ b/inst/shiny/modules/penvs_drawBgExtent.R @@ -9,7 +9,7 @@ # # Wallace is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by -# the Free Software Foundation, either version 2 of the License, +# the Free Software Foundation, either version 3 of the License, # or (at your option) any later version. # # Wallace is distributed in the hope that it will be useful, diff --git a/inst/shiny/modules/penvs_userBgExtent.R b/inst/shiny/modules/penvs_userBgExtent.R index dfd066dc..bb9e4f8a 100644 --- a/inst/shiny/modules/penvs_userBgExtent.R +++ b/inst/shiny/modules/penvs_userBgExtent.R @@ -9,7 +9,7 @@ # # Wallace is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by -# the Free Software Foundation, either version 2 of the License, +# the Free Software Foundation, either version 3 of the License, # or (at your option) any later version. # # Wallace is distributed in the hope that it will be useful, diff --git a/inst/shiny/modules/poccs_removeByID.R b/inst/shiny/modules/poccs_removeByID.R index e6158cfa..1fbf814d 100644 --- a/inst/shiny/modules/poccs_removeByID.R +++ b/inst/shiny/modules/poccs_removeByID.R @@ -9,7 +9,7 @@ # # Wallace is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by -# the Free Software Foundation, either version 2 of the License, +# the Free Software Foundation, either version 3 of the License, # or (at your option) any later version. # # Wallace is distributed in the hope that it will be useful, diff --git a/inst/shiny/modules/poccs_selectOccs.R b/inst/shiny/modules/poccs_selectOccs.R index 87838f3c..21655cd4 100644 --- a/inst/shiny/modules/poccs_selectOccs.R +++ b/inst/shiny/modules/poccs_selectOccs.R @@ -9,7 +9,7 @@ # # Wallace is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by -# the Free Software Foundation, either version 2 of the License, +# the Free Software Foundation, either version 3 of the License, # or (at your option) any later version. # # Wallace is distributed in the hope that it will be useful, diff --git a/inst/shiny/modules/poccs_thinOccs.R b/inst/shiny/modules/poccs_thinOccs.R index c0540c3a..118c5d13 100644 --- a/inst/shiny/modules/poccs_thinOccs.R +++ b/inst/shiny/modules/poccs_thinOccs.R @@ -9,7 +9,7 @@ # # Wallace is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by -# the Free Software Foundation, either version 2 of the License, +# the Free Software Foundation, either version 3 of the License, # or (at your option) any later version. # # Wallace is distributed in the hope that it will be useful, diff --git a/inst/shiny/modules/rep_markdown.R b/inst/shiny/modules/rep_markdown.R index 186d8757..f19c72f1 100644 --- a/inst/shiny/modules/rep_markdown.R +++ b/inst/shiny/modules/rep_markdown.R @@ -9,7 +9,7 @@ # # Wallace is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by -# the Free Software Foundation, either version 2 of the License, +# the Free Software Foundation, either version 3 of the License, # or (at your option) any later version. # # Wallace is distributed in the hope that it will be useful, diff --git a/inst/shiny/modules/rep_refPackages.R b/inst/shiny/modules/rep_refPackages.R index e1ce1c45..fff9c4c5 100644 --- a/inst/shiny/modules/rep_refPackages.R +++ b/inst/shiny/modules/rep_refPackages.R @@ -9,7 +9,7 @@ # # Wallace is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by -# the Free Software Foundation, either version 2 of the License, +# the Free Software Foundation, either version 3 of the License, # or (at your option) any later version. # # Wallace is distributed in the hope that it will be useful, diff --git a/inst/shiny/modules/rep_rmms.R b/inst/shiny/modules/rep_rmms.R index 8ddfd9fc..4f4c354b 100644 --- a/inst/shiny/modules/rep_rmms.R +++ b/inst/shiny/modules/rep_rmms.R @@ -9,7 +9,7 @@ # # Wallace is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by -# the Free Software Foundation, either version 2 of the License, +# the Free Software Foundation, either version 3 of the License, # or (at your option) any later version. # # Wallace is distributed in the hope that it will be useful, diff --git a/inst/shiny/modules/vis_bioclimPlot.R b/inst/shiny/modules/vis_bioclimPlot.R index d72fefbe..8bf68cf7 100644 --- a/inst/shiny/modules/vis_bioclimPlot.R +++ b/inst/shiny/modules/vis_bioclimPlot.R @@ -9,7 +9,7 @@ # # Wallace is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by -# the Free Software Foundation, either version 2 of the License, +# the Free Software Foundation, either version 3 of the License, # or (at your option) any later version. # # Wallace is distributed in the hope that it will be useful, diff --git a/inst/shiny/modules/vis_mapPreds.R b/inst/shiny/modules/vis_mapPreds.R index be8a1f4f..9b73cb69 100644 --- a/inst/shiny/modules/vis_mapPreds.R +++ b/inst/shiny/modules/vis_mapPreds.R @@ -9,7 +9,7 @@ # # Wallace is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by -# the Free Software Foundation, either version 2 of the License, +# the Free Software Foundation, either version 3 of the License, # or (at your option) any later version. # # Wallace is distributed in the hope that it will be useful, diff --git a/inst/shiny/modules/vis_maxentEvalPlot.R b/inst/shiny/modules/vis_maxentEvalPlot.R index 49c113d0..4be1dcc7 100644 --- a/inst/shiny/modules/vis_maxentEvalPlot.R +++ b/inst/shiny/modules/vis_maxentEvalPlot.R @@ -9,7 +9,7 @@ # # Wallace is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by -# the Free Software Foundation, either version 2 of the License, +# the Free Software Foundation, either version 3 of the License, # or (at your option) any later version. # # Wallace is distributed in the hope that it will be useful, diff --git a/inst/shiny/modules/vis_responsePlot.R b/inst/shiny/modules/vis_responsePlot.R index 32859448..02a4c0b6 100644 --- a/inst/shiny/modules/vis_responsePlot.R +++ b/inst/shiny/modules/vis_responsePlot.R @@ -9,7 +9,7 @@ # # Wallace is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by -# the Free Software Foundation, either version 2 of the License, +# the Free Software Foundation, either version 3 of the License, # or (at your option) any later version. # # Wallace is distributed in the hope that it will be useful, diff --git a/inst/shiny/modules/xfer_area.R b/inst/shiny/modules/xfer_area.R index 3660bc5e..0c71ae8d 100644 --- a/inst/shiny/modules/xfer_area.R +++ b/inst/shiny/modules/xfer_area.R @@ -9,7 +9,7 @@ # # Wallace is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by -# the Free Software Foundation, either version 2 of the License, +# the Free Software Foundation, either version 3 of the License, # or (at your option) any later version. # # Wallace is distributed in the hope that it will be useful, diff --git a/inst/shiny/modules/xfer_mess.R b/inst/shiny/modules/xfer_mess.R index 079e738c..4119c057 100644 --- a/inst/shiny/modules/xfer_mess.R +++ b/inst/shiny/modules/xfer_mess.R @@ -9,7 +9,7 @@ # # Wallace is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by -# the Free Software Foundation, either version 2 of the License, +# the Free Software Foundation, either version 3 of the License, # or (at your option) any later version. # # Wallace is distributed in the hope that it will be useful, diff --git a/inst/shiny/modules/xfer_time.R b/inst/shiny/modules/xfer_time.R index 7aa9fe83..b14bd966 100644 --- a/inst/shiny/modules/xfer_time.R +++ b/inst/shiny/modules/xfer_time.R @@ -9,7 +9,7 @@ # # Wallace is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by -# the Free Software Foundation, either version 2 of the License, +# the Free Software Foundation, either version 3 of the License, # or (at your option) any later version. # # Wallace is distributed in the hope that it will be useful, diff --git a/inst/shiny/modules/xfer_user.R b/inst/shiny/modules/xfer_user.R index 5aca141c..321643ea 100644 --- a/inst/shiny/modules/xfer_user.R +++ b/inst/shiny/modules/xfer_user.R @@ -9,7 +9,7 @@ # # Wallace is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by -# the Free Software Foundation, either version 2 of the License, +# the Free Software Foundation, either version 3 of the License, # or (at your option) any later version. # # Wallace is distributed in the hope that it will be useful, diff --git a/inst/shiny/server.R b/inst/shiny/server.R index d41bfbe5..c70d1096 100644 --- a/inst/shiny/server.R +++ b/inst/shiny/server.R @@ -9,7 +9,7 @@ # # Wallace is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by -# the Free Software Foundation, either version 2 of the License, +# the Free Software Foundation, either version 3 of the License, # or (at your option) any later version. # # Wallace is distributed in the hope that it will be useful, diff --git a/inst/shiny/ui.R b/inst/shiny/ui.R index 5fb4301e..bbffa924 100644 --- a/inst/shiny/ui.R +++ b/inst/shiny/ui.R @@ -9,7 +9,7 @@ # # Wallace is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by -# the Free Software Foundation, either version 2 of the License, +# the Free Software Foundation, either version 3 of the License, # or (at your option) any later version. # # Wallace is distributed in the hope that it will be useful,