Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
MIRACUM
misc
DIZtools
Commits
0dec35ea
Commit
0dec35ea
authored
3 years ago
by
Lorenz Kapsner
Browse files
Options
Download
Email Patches
Plain Diff
chore: updated licence statements
parent
0819da6c
Changes
10
Hide whitespace changes
Inline
Side-by-side
Showing
10 changed files
LICENSE.md
+3
-3
LICENSE.md
R/get_config.R
+1
-1
R/get_config.R
R/log.R
+1
-1
R/log.R
R/notin.R
+1
-1
R/notin.R
R/rep2.R
+1
-1
R/rep2.R
R/setdiff_all.R
+1
-1
R/setdiff_all.R
R/setenv_file.R
+1
-1
R/setenv_file.R
R/string_replacements.R
+1
-1
R/string_replacements.R
tests/testthat/test-lints.R
+16
-0
tests/testthat/test-lints.R
tests/testthat/test-log.R
+1
-1
tests/testthat/test-log.R
with
27 additions
and
11 deletions
+27
-11
LICENSE.md
+
3
-
3
View file @
0dec35ea
...
...
@@ -552,8 +552,8 @@ to the start of each source file to most effectively state the exclusion of warr
and each file should have at least the “copyright” line and a pointer to
where the full notice is found.
<one line to give the program's name and a brief idea of what it does.>
Copyright (C) 2020-202
1
Universitätsklinikum Erlangen
DIZtools
Copyright (C) 2020-202
2
Universitätsklinikum Erlangen
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
...
...
@@ -573,7 +573,7 @@ Also add information on how to contact you by electronic and paper mail.
If the program does terminal interaction, make it output a short notice like this
when it starts in an interactive mode:
DIZtools Copyright (C) 2020-202
1
Universitätsklinikum Erlangen
DIZtools Copyright (C) 2020-202
2
Universitätsklinikum Erlangen
This program comes with ABSOLUTELY NO WARRANTY; for details type 'show w'.
This is free software, and you are welcome to redistribute it
under certain conditions; type 'show c' for details.
...
...
This diff is collapsed.
Click to expand it.
R/get_config.R
+
1
-
1
View file @
0dec35ea
# DIZ
uti
ls - Utilities for 'DIZ' R Package Development
# DIZ
too
ls - Utilities for 'DIZ' R Package Development
# Copyright (C) 2020-2022 Universitätsklinikum Erlangen, Germany
#
# This program is free software: you can redistribute it and/or modify
...
...
This diff is collapsed.
Click to expand it.
R/log.R
+
1
-
1
View file @
0dec35ea
# DIZ
uti
ls - Utilities for 'DIZ' R Package Development
# DIZ
too
ls - Utilities for 'DIZ' R Package Development
# Copyright (C) 2020-2022 Universitätsklinikum Erlangen, Germany
#
# This program is free software: you can redistribute it and/or modify
...
...
This diff is collapsed.
Click to expand it.
R/notin.R
+
1
-
1
View file @
0dec35ea
# DIZ
uti
ls - Utilities for 'DIZ' R Package Development
# DIZ
too
ls - Utilities for 'DIZ' R Package Development
# Copyright (C) 2020-2022 Universitätsklinikum Erlangen, Germany
#
# This program is free software: you can redistribute it and/or modify
...
...
This diff is collapsed.
Click to expand it.
R/rep2.R
+
1
-
1
View file @
0dec35ea
# DIZ
uti
ls - Utilities for 'DIZ' R Package Development
# DIZ
too
ls - Utilities for 'DIZ' R Package Development
# Copyright (C) 2020-2022 Universitätsklinikum Erlangen, Germany
#
# This program is free software: you can redistribute it and/or modify
...
...
This diff is collapsed.
Click to expand it.
R/setdiff_all.R
+
1
-
1
View file @
0dec35ea
# DIZ
uti
ls - Utilities for 'DIZ' R Package Development
# DIZ
too
ls - Utilities for 'DIZ' R Package Development
# Copyright (C) 2020-2022 Universitätsklinikum Erlangen, Germany
#
# This program is free software: you can redistribute it and/or modify
...
...
This diff is collapsed.
Click to expand it.
R/setenv_file.R
+
1
-
1
View file @
0dec35ea
# DIZ
uti
ls - Utilities for 'DIZ' R Package Development
# DIZ
too
ls - Utilities for 'DIZ' R Package Development
# Copyright (C) 2020-2022 Universitätsklinikum Erlangen, Germany
#
# This program is free software: you can redistribute it and/or modify
...
...
This diff is collapsed.
Click to expand it.
R/string_replacements.R
+
1
-
1
View file @
0dec35ea
# DIZ
uti
ls - Utilities for 'DIZ' R Package Development
# DIZ
too
ls - Utilities for 'DIZ' R Package Development
# Copyright (C) 2020-2022 Universitätsklinikum Erlangen, Germany
#
# This program is free software: you can redistribute it and/or modify
...
...
This diff is collapsed.
Click to expand it.
tests/testthat/test-lints.R
+
16
-
0
View file @
0dec35ea
# DIZtools - Utilities for 'DIZ' R Package Development
# Copyright (C) 2020-2022 Universitätsklinikum Erlangen, Germany
#
# 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 3 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.
#
# You should have received a copy of the GNU General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>.
#
context
(
"lints"
)
if
(
dir.exists
(
"../../00_pkg_src"
))
{
...
...
This diff is collapsed.
Click to expand it.
tests/testthat/test-log.R
+
1
-
1
View file @
0dec35ea
# DIZ
uti
ls - Utilities for 'DIZ' R Package Development
# DIZ
too
ls - Utilities for 'DIZ' R Package Development
# Copyright (C) 2020-2022 Universitätsklinikum Erlangen, Germany
#
# This program is free software: you can redistribute it and/or modify
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment
Menu
Projects
Groups
Snippets
Help