From 31f5580b743bf3fbde63bc1f1a9df88643ede564 Mon Sep 17 00:00:00 2001 From: brodieG Date: Sat, 7 Oct 2023 21:11:22 -0400 Subject: [PATCH] update copyright notices... Switch to only keep the year in the COPYING file --- COPYING | 15 +++++++++++++++ R/asciiml.R | 12 ++++++------ R/browse.R | 4 ++-- R/browse.struct.R | 12 ++++++------ R/capture.R | 12 ++++++------ R/change.R | 12 ++++++------ R/class_unions.R | 12 ++++++------ R/conditions.R | 12 ++++++------ R/demo.R | 12 ++++++------ R/deparse.R | 12 ++++++------ R/diff.R | 12 ++++++------ R/exec.R | 4 ++-- R/faux_prompt.R | 12 ++++++------ R/get.R | 12 ++++++------ R/global.R | 4 ++-- R/heal.R | 12 ++++++------ R/is.R | 12 ++++++------ R/item.R | 12 ++++++------ R/item.sub.R | 12 ++++++------ R/list.R | 12 ++++++------ R/load.R | 4 ++-- R/ls.R | 12 ++++++------ R/misc.R | 12 ++++++------ R/onload.R | 12 ++++++------ R/options.R | 4 ++-- R/parse.R | 4 ++-- R/prompt.R | 12 ++++++------ R/rename.R | 12 ++++++------ R/repairenvs.R | 12 ++++++------ R/result.R | 12 ++++++------ R/search.R | 12 ++++++------ R/section.R | 12 ++++++------ R/shims.R | 12 ++++++------ R/size.R | 12 ++++++------ R/state.R | 12 ++++++------ R/state.compare.R | 12 ++++++------ R/test.R | 12 ++++++------ R/text.R | 12 ++++++------ R/traceback.R | 12 ++++++------ R/translate.R | 4 ++-- R/unitize.R | 12 ++++++------ R/unitize.core.R | 4 ++-- R/unitizer-package.R | 12 ++++++------ R/unitizer.R | 12 ++++++------ R/unitizer.add.R | 12 ++++++------ R/upgrade.R | 12 ++++++------ 46 files changed, 253 insertions(+), 238 deletions(-) create mode 100644 COPYING diff --git a/COPYING b/COPYING new file mode 100644 index 00000000..ac9cb9cf --- /dev/null +++ b/COPYING @@ -0,0 +1,15 @@ +Copyright (C) 2014-2023 Brodie Gaslam + +This file is part of "unitizer - Interactive R Unit Tests" + +This program 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, or +(at your option) any later version. + +This program is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +GNU General Public License for more details. + +Go to for a copy of the license. diff --git a/R/asciiml.R b/R/asciiml.R index 0d9f9dac..1e601626 100644 --- a/R/asciiml.R +++ b/R/asciiml.R @@ -1,17 +1,17 @@ -# Copyright (C) 2022 Brodie Gaslam -# -# This file is part of "unitizer" -# +# Copyright (C) Brodie Gaslam +# +# This file is part of "unitizer - Interactive R Unit Tests" +# # This program 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, or # (at your option) any later version. -# +# # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. -# +# # Go to for a copy of the license. # Text Representations of HTML Objects diff --git a/R/browse.R b/R/browse.R index 59a394e8..135e1464 100644 --- a/R/browse.R +++ b/R/browse.R @@ -1,6 +1,6 @@ -# Copyright (C) 2022 Brodie Gaslam +# Copyright (C) Brodie Gaslam # -# This file is part of "unitizer" +# This file is part of "unitizer - Interactive R Unit Tests" # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/R/browse.struct.R b/R/browse.struct.R index 7f444758..248025db 100644 --- a/R/browse.struct.R +++ b/R/browse.struct.R @@ -1,17 +1,17 @@ -# Copyright (C) 2022 Brodie Gaslam -# -# This file is part of "unitizer" -# +# Copyright (C) Brodie Gaslam +# +# This file is part of "unitizer - Interactive R Unit Tests" +# # This program 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, or # (at your option) any later version. -# +# # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. -# +# # Go to for a copy of the license. #' @include item.R diff --git a/R/capture.R b/R/capture.R index 61e35aa9..6f71837a 100644 --- a/R/capture.R +++ b/R/capture.R @@ -1,17 +1,17 @@ -# Copyright (C) 2022 Brodie Gaslam -# -# This file is part of "unitizer" -# +# Copyright (C) Brodie Gaslam +# +# This file is part of "unitizer - Interactive R Unit Tests" +# # This program 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, or # (at your option) any later version. -# +# # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. -# +# # Go to for a copy of the license. ## Helper Functions to Capture and Process stdout/err Output diff --git a/R/change.R b/R/change.R index 8c472255..ab893a70 100644 --- a/R/change.R +++ b/R/change.R @@ -1,17 +1,17 @@ -# Copyright (C) 2022 Brodie Gaslam -# -# This file is part of "unitizer" -# +# Copyright (C) Brodie Gaslam +# +# This file is part of "unitizer - Interactive R Unit Tests" +# # This program 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, or # (at your option) any later version. -# +# # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. -# +# # Go to for a copy of the license. #' Summary of Changes diff --git a/R/class_unions.R b/R/class_unions.R index b74d33bb..c0fc32b8 100644 --- a/R/class_unions.R +++ b/R/class_unions.R @@ -1,17 +1,17 @@ -# Copyright (C) 2022 Brodie Gaslam -# -# This file is part of "unitizer" -# +# Copyright (C) Brodie Gaslam +# +# This file is part of "unitizer - Interactive R Unit Tests" +# # This program 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, or # (at your option) any later version. -# +# # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. -# +# # Go to for a copy of the license. setClassUnion("listOrExpression", c("list", "expression")) diff --git a/R/conditions.R b/R/conditions.R index 724f97e8..aac9c4ec 100644 --- a/R/conditions.R +++ b/R/conditions.R @@ -1,17 +1,17 @@ -# Copyright (C) 2022 Brodie Gaslam -# -# This file is part of "unitizer" -# +# Copyright (C) Brodie Gaslam +# +# This file is part of "unitizer - Interactive R Unit Tests" +# # This program 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, or # (at your option) any later version. -# +# # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. -# +# # Go to for a copy of the license. #' Generates a Dummy Item For Use in Examples diff --git a/R/demo.R b/R/demo.R index d03ff694..c3b84be9 100644 --- a/R/demo.R +++ b/R/demo.R @@ -1,17 +1,17 @@ -# Copyright (C) 2022 Brodie Gaslam -# -# This file is part of "unitizer" -# +# Copyright (C) Brodie Gaslam +# +# This file is part of "unitizer - Interactive R Unit Tests" +# # This program 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, or # (at your option) any later version. -# +# # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. -# +# # Go to for a copy of the license. #' Demo Details and Helper Functions diff --git a/R/deparse.R b/R/deparse.R index c94a0e7b..1ed91cb7 100644 --- a/R/deparse.R +++ b/R/deparse.R @@ -1,17 +1,17 @@ -# Copyright (C) 2022 Brodie Gaslam -# -# This file is part of "unitizer" -# +# Copyright (C) Brodie Gaslam +# +# This file is part of "unitizer - Interactive R Unit Tests" +# # This program 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, or # (at your option) any later version. -# +# # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. -# +# # Go to for a copy of the license. # Returns a Character Function Name From A Language Object diff --git a/R/diff.R b/R/diff.R index 5c5a102b..4fcaf9cd 100644 --- a/R/diff.R +++ b/R/diff.R @@ -1,17 +1,17 @@ -# Copyright (C) 2022 Brodie Gaslam -# -# This file is part of "unitizer" -# +# Copyright (C) Brodie Gaslam +# +# This file is part of "unitizer - Interactive R Unit Tests" +# # This program 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, or # (at your option) any later version. -# +# # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. -# +# # Go to for a copy of the license. setMethod( diff --git a/R/exec.R b/R/exec.R index a26e8709..410b22ae 100644 --- a/R/exec.R +++ b/R/exec.R @@ -1,6 +1,6 @@ -# Copyright (C) 2022 Brodie Gaslam +# Copyright (C) Brodie Gaslam # -# This file is part of "unitizer" +# This file is part of "unitizer - Interactive R Unit Tests" # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/R/faux_prompt.R b/R/faux_prompt.R index f78f8a91..9f17f680 100644 --- a/R/faux_prompt.R +++ b/R/faux_prompt.R @@ -1,17 +1,17 @@ -# Copyright (C) 2022 Brodie Gaslam -# -# This file is part of "unitizer" -# +# Copyright (C) Brodie Gaslam +# +# This file is part of "unitizer - Interactive R Unit Tests" +# # This program 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, or # (at your option) any later version. -# +# # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. -# +# # Go to for a copy of the license. # Emulate the R Console Prompt diff --git a/R/get.R b/R/get.R index 1383964e..14ef60e0 100644 --- a/R/get.R +++ b/R/get.R @@ -1,17 +1,17 @@ -# Copyright (C) 2022 Brodie Gaslam -# -# This file is part of "unitizer" -# +# Copyright (C) Brodie Gaslam +# +# This file is part of "unitizer - Interactive R Unit Tests" +# # This program 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, or # (at your option) any later version. -# +# # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. -# +# # Go to for a copy of the license. #' Set and Retrieve Store Contents diff --git a/R/global.R b/R/global.R index 36b31a46..9544fa2f 100644 --- a/R/global.R +++ b/R/global.R @@ -1,6 +1,6 @@ -# Copyright (C) 2022 Brodie Gaslam +# Copyright (C) Brodie Gaslam # -# This file is part of "unitizer" +# This file is part of "unitizer - Interactive R Unit Tests" # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/R/heal.R b/R/heal.R index 9bef3444..0d2aa62f 100644 --- a/R/heal.R +++ b/R/heal.R @@ -1,17 +1,17 @@ -# Copyright (C) 2022 Brodie Gaslam -# -# This file is part of "unitizer" -# +# Copyright (C) Brodie Gaslam +# +# This file is part of "unitizer - Interactive R Unit Tests" +# # This program 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, or # (at your option) any later version. -# +# # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. -# +# # Go to for a copy of the license. #' @include item.R diff --git a/R/is.R b/R/is.R index 52cbb01d..cfc06109 100644 --- a/R/is.R +++ b/R/is.R @@ -1,17 +1,17 @@ -# Copyright (C) 2022 Brodie Gaslam -# -# This file is part of "unitizer" -# +# Copyright (C) Brodie Gaslam +# +# This file is part of "unitizer - Interactive R Unit Tests" +# # This program 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, or # (at your option) any later version. -# +# # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. -# +# # Go to for a copy of the license. # Confirm Object is In \code{package_version} form diff --git a/R/item.R b/R/item.R index 462c5bbb..026741b4 100644 --- a/R/item.R +++ b/R/item.R @@ -1,17 +1,17 @@ -# Copyright (C) 2022 Brodie Gaslam -# -# This file is part of "unitizer" -# +# Copyright (C) Brodie Gaslam +# +# This file is part of "unitizer - Interactive R Unit Tests" +# # This program 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, or # (at your option) any later version. -# +# # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. -# +# # Go to for a copy of the license. # - Required Code ------------------------------------------------------------- diff --git a/R/item.sub.R b/R/item.sub.R index 73b3cf25..8c164089 100644 --- a/R/item.sub.R +++ b/R/item.sub.R @@ -1,17 +1,17 @@ -# Copyright (C) 2022 Brodie Gaslam -# -# This file is part of "unitizer" -# +# Copyright (C) Brodie Gaslam +# +# This file is part of "unitizer - Interactive R Unit Tests" +# # This program 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, or # (at your option) any later version. -# +# # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. -# +# # Go to for a copy of the license. # - Required Code ------------------------------------------------------------- diff --git a/R/list.R b/R/list.R index 9b83cf15..c303dbb6 100644 --- a/R/list.R +++ b/R/list.R @@ -1,17 +1,17 @@ -# Copyright (C) 2022 Brodie Gaslam -# -# This file is part of "unitizer" -# +# Copyright (C) Brodie Gaslam +# +# This file is part of "unitizer - Interactive R Unit Tests" +# # This program 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, or # (at your option) any later version. -# +# # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. -# +# # Go to for a copy of the license. #' @include class_unions.R diff --git a/R/load.R b/R/load.R index d898958c..80aa9e59 100644 --- a/R/load.R +++ b/R/load.R @@ -1,6 +1,6 @@ -# Copyright (C) 2022 Brodie Gaslam +# Copyright (C) Brodie Gaslam # -# This file is part of "unitizer" +# This file is part of "unitizer - Interactive R Unit Tests" # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/R/ls.R b/R/ls.R index f4ba5a94..47530dad 100644 --- a/R/ls.R +++ b/R/ls.R @@ -1,17 +1,17 @@ -# Copyright (C) 2022 Brodie Gaslam -# -# This file is part of "unitizer" -# +# Copyright (C) Brodie Gaslam +# +# This file is part of "unitizer - Interactive R Unit Tests" +# # This program 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, or # (at your option) any later version. -# +# # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. -# +# # Go to for a copy of the license. #' @include item.R diff --git a/R/misc.R b/R/misc.R index c5e812e7..3f843bc8 100644 --- a/R/misc.R +++ b/R/misc.R @@ -1,17 +1,17 @@ -# Copyright (C) 2022 Brodie Gaslam -# -# This file is part of "unitizer" -# +# Copyright (C) Brodie Gaslam +# +# This file is part of "unitizer - Interactive R Unit Tests" +# # This program 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, or # (at your option) any later version. -# +# # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. -# +# # Go to for a copy of the license. # Retrieves Environment Ancestry diff --git a/R/onload.R b/R/onload.R index ab415880..c8635b61 100644 --- a/R/onload.R +++ b/R/onload.R @@ -1,17 +1,17 @@ -# Copyright (C) 2022 Brodie Gaslam -# -# This file is part of "unitizer" -# +# Copyright (C) Brodie Gaslam +# +# This file is part of "unitizer - Interactive R Unit Tests" +# # This program 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, or # (at your option) any later version. -# +# # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. -# +# # Go to for a copy of the license. #' @include options.R diff --git a/R/options.R b/R/options.R index b571d631..edb2e210 100644 --- a/R/options.R +++ b/R/options.R @@ -1,6 +1,6 @@ -# Copyright (C) 2022 Brodie Gaslam +# Copyright (C) Brodie Gaslam # -# This file is part of "unitizer" +# This file is part of "unitizer - Interactive R Unit Tests" # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/R/parse.R b/R/parse.R index dd3d484c..27a4190b 100644 --- a/R/parse.R +++ b/R/parse.R @@ -1,6 +1,6 @@ -# Copyright (C) 2022 Brodie Gaslam +# Copyright (C) Brodie Gaslam # -# This file is part of "unitizer" +# This file is part of "unitizer - Interactive R Unit Tests" # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/R/prompt.R b/R/prompt.R index e882e4e6..efc40ff9 100644 --- a/R/prompt.R +++ b/R/prompt.R @@ -1,17 +1,17 @@ -# Copyright (C) 2022 Brodie Gaslam -# -# This file is part of "unitizer" -# +# Copyright (C) Brodie Gaslam +# +# This file is part of "unitizer - Interactive R Unit Tests" +# # This program 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, or # (at your option) any later version. -# +# # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. -# +# # Go to for a copy of the license. #' @include exec.R diff --git a/R/rename.R b/R/rename.R index 64ad499e..1cdef4e6 100644 --- a/R/rename.R +++ b/R/rename.R @@ -1,17 +1,17 @@ -# Copyright (C) 2022 Brodie Gaslam -# -# This file is part of "unitizer" -# +# Copyright (C) Brodie Gaslam +# +# This file is part of "unitizer - Interactive R Unit Tests" +# # This program 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, or # (at your option) any later version. -# +# # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. -# +# # Go to for a copy of the license. #' Edit Calls In Unitizer diff --git a/R/repairenvs.R b/R/repairenvs.R index fa22a454..9003c89d 100644 --- a/R/repairenvs.R +++ b/R/repairenvs.R @@ -1,17 +1,17 @@ -# Copyright (C) 2022 Brodie Gaslam -# -# This file is part of "unitizer" -# +# Copyright (C) Brodie Gaslam +# +# This file is part of "unitizer - Interactive R Unit Tests" +# # This program 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, or # (at your option) any later version. -# +# # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. -# +# # Go to for a copy of the license. #' @include unitizer.R diff --git a/R/result.R b/R/result.R index 578e5eaa..90c3076c 100644 --- a/R/result.R +++ b/R/result.R @@ -1,17 +1,17 @@ -# Copyright (C) 2022 Brodie Gaslam -# -# This file is part of "unitizer" -# +# Copyright (C) Brodie Gaslam +# +# This file is part of "unitizer - Interactive R Unit Tests" +# # This program 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, or # (at your option) any later version. -# +# # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. -# +# # Go to for a copy of the license. #' @include unitizer.R diff --git a/R/search.R b/R/search.R index 135c4d79..db97ab34 100644 --- a/R/search.R +++ b/R/search.R @@ -1,17 +1,17 @@ -# Copyright (C) 2022 Brodie Gaslam -# -# This file is part of "unitizer" -# +# Copyright (C) Brodie Gaslam +# +# This file is part of "unitizer - Interactive R Unit Tests" +# # This program 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, or # (at your option) any later version. -# +# # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. -# +# # Go to for a copy of the license. #' @include class_unions.R diff --git a/R/section.R b/R/section.R index 5bfcbcbd..24bff124 100644 --- a/R/section.R +++ b/R/section.R @@ -1,17 +1,17 @@ -# Copyright (C) 2022 Brodie Gaslam -# -# This file is part of "unitizer" -# +# Copyright (C) Brodie Gaslam +# +# This file is part of "unitizer - Interactive R Unit Tests" +# # This program 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, or # (at your option) any later version. -# +# # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. -# +# # Go to for a copy of the license. #' @include item.R diff --git a/R/shims.R b/R/shims.R index ba300542..c607d802 100644 --- a/R/shims.R +++ b/R/shims.R @@ -1,17 +1,17 @@ -# Copyright (C) 2022 Brodie Gaslam -# -# This file is part of "unitizer" -# +# Copyright (C) Brodie Gaslam +# +# This file is part of "unitizer - Interactive R Unit Tests" +# # This program 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, or # (at your option) any later version. -# +# # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. -# +# # Go to for a copy of the license. #' @include class_unions.R diff --git a/R/size.R b/R/size.R index fdbb2a8d..552e9de4 100644 --- a/R/size.R +++ b/R/size.R @@ -1,17 +1,17 @@ -# Copyright (C) 2022 Brodie Gaslam -# -# This file is part of "unitizer" -# +# Copyright (C) Brodie Gaslam +# +# This file is part of "unitizer - Interactive R Unit Tests" +# # This program 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, or # (at your option) any later version. -# +# # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. -# +# # Go to for a copy of the license. #' @include item.R diff --git a/R/state.R b/R/state.R index ea1d03f4..1a3b90ab 100644 --- a/R/state.R +++ b/R/state.R @@ -1,17 +1,17 @@ -# Copyright (C) 2022 Brodie Gaslam -# -# This file is part of "unitizer" -# +# Copyright (C) Brodie Gaslam +# +# This file is part of "unitizer - Interactive R Unit Tests" +# # This program 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, or # (at your option) any later version. -# +# # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. -# +# # Go to for a copy of the license. #' @include global.R diff --git a/R/state.compare.R b/R/state.compare.R index 3fefcb38..21a2e1cb 100644 --- a/R/state.compare.R +++ b/R/state.compare.R @@ -1,17 +1,17 @@ -# Copyright (C) 2022 Brodie Gaslam -# -# This file is part of "unitizer" -# +# Copyright (C) Brodie Gaslam +# +# This file is part of "unitizer - Interactive R Unit Tests" +# # This program 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, or # (at your option) any later version. -# +# # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. -# +# # Go to for a copy of the license. # This used to have all the state comparison methods, but those just became diff --git a/R/test.R b/R/test.R index b0c33232..2a53ce73 100644 --- a/R/test.R +++ b/R/test.R @@ -1,17 +1,17 @@ -# Copyright (C) 2022 Brodie Gaslam -# -# This file is part of "unitizer" -# +# Copyright (C) Brodie Gaslam +# +# This file is part of "unitizer - Interactive R Unit Tests" +# # This program 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, or # (at your option) any later version. -# +# # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. -# +# # Go to for a copy of the license. #' @include list.R diff --git a/R/text.R b/R/text.R index 5281c6f3..1e4f2d48 100644 --- a/R/text.R +++ b/R/text.R @@ -1,17 +1,17 @@ -# Copyright (C) 2022 Brodie Gaslam -# -# This file is part of "unitizer" -# +# Copyright (C) Brodie Gaslam +# +# This file is part of "unitizer - Interactive R Unit Tests" +# # This program 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, or # (at your option) any later version. -# +# # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. -# +# # Go to for a copy of the license. ## Display helper function diff --git a/R/traceback.R b/R/traceback.R index 04d34095..62256e57 100644 --- a/R/traceback.R +++ b/R/traceback.R @@ -1,17 +1,17 @@ -# Copyright (C) 2022 Brodie Gaslam -# -# This file is part of "unitizer" -# +# Copyright (C) Brodie Gaslam +# +# This file is part of "unitizer - Interactive R Unit Tests" +# # This program 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, or # (at your option) any later version. -# +# # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. -# +# # Go to for a copy of the license. # Code in this file is adapted from the R functions `traceback` and diff --git a/R/translate.R b/R/translate.R index e203c2e3..d7c407ae 100644 --- a/R/translate.R +++ b/R/translate.R @@ -1,6 +1,6 @@ -# Copyright (C) 2022 Brodie Gaslam +# Copyright (C) Brodie Gaslam # -# This file is part of "unitizer" +# This file is part of "unitizer - Interactive R Unit Tests" # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/R/unitize.R b/R/unitize.R index 8c4e0676..49db961a 100644 --- a/R/unitize.R +++ b/R/unitize.R @@ -1,17 +1,17 @@ -# Copyright (C) 2022 Brodie Gaslam -# -# This file is part of "unitizer" -# +# Copyright (C) Brodie Gaslam +# +# This file is part of "unitizer - Interactive R Unit Tests" +# # This program 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, or # (at your option) any later version. -# +# # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. -# +# # Go to for a copy of the license. #' Unitize an R Test Script diff --git a/R/unitize.core.R b/R/unitize.core.R index 2706a875..3011e619 100644 --- a/R/unitize.core.R +++ b/R/unitize.core.R @@ -1,6 +1,6 @@ -# Copyright (C) 2022 Brodie Gaslam +# Copyright (C) Brodie Gaslam # -# This file is part of "unitizer" +# This file is part of "unitizer - Interactive R Unit Tests" # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/R/unitizer-package.R b/R/unitizer-package.R index a924c815..9d4d6f2f 100644 --- a/R/unitizer-package.R +++ b/R/unitizer-package.R @@ -1,17 +1,17 @@ -# Copyright (C) 2022 Brodie Gaslam -# -# This file is part of "unitizer" -# +# Copyright (C) Brodie Gaslam +# +# This file is part of "unitizer - Interactive R Unit Tests" +# # This program 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, or # (at your option) any later version. -# +# # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. -# +# # Go to for a copy of the license. #' unitizer diff --git a/R/unitizer.R b/R/unitizer.R index c099df20..f65b3618 100644 --- a/R/unitizer.R +++ b/R/unitizer.R @@ -1,17 +1,17 @@ -# Copyright (C) 2022 Brodie Gaslam -# -# This file is part of "unitizer" -# +# Copyright (C) Brodie Gaslam +# +# This file is part of "unitizer - Interactive R Unit Tests" +# # This program 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, or # (at your option) any later version. -# +# # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. -# +# # Go to for a copy of the license. #' @include item.R diff --git a/R/unitizer.add.R b/R/unitizer.add.R index f8700c92..2ee64c79 100644 --- a/R/unitizer.add.R +++ b/R/unitizer.add.R @@ -1,17 +1,17 @@ -# Copyright (C) 2022 Brodie Gaslam -# -# This file is part of "unitizer" -# +# Copyright (C) Brodie Gaslam +# +# This file is part of "unitizer - Interactive R Unit Tests" +# # This program 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, or # (at your option) any later version. -# +# # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. -# +# # Go to for a copy of the license. #' @include item.R diff --git a/R/upgrade.R b/R/upgrade.R index 7b9f3126..ee45aac8 100644 --- a/R/upgrade.R +++ b/R/upgrade.R @@ -1,17 +1,17 @@ -# Copyright (C) 2022 Brodie Gaslam -# -# This file is part of "unitizer" -# +# Copyright (C) Brodie Gaslam +# +# This file is part of "unitizer - Interactive R Unit Tests" +# # This program 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, or # (at your option) any later version. -# +# # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. -# +# # Go to for a copy of the license. # Alter Older unitizer Versions So They Pass Validation in Latest Version