Skip to content

Commit c2a55ec

Browse files
author
automation
committed
[no-ci] updated by mvgplugin
1 parent eeaa10b commit c2a55ec

9 files changed

+171
-162
lines changed

.github/dependabot.yml

Lines changed: 19 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,22 @@
1-
##~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
2-
## (C) Copyright 2018-2024 Modeling Value Group B.V. (http://modelingvalue.org) ~
3-
## ~
4-
## Licensed under the GNU Lesser General Public License v3.0 (the 'License'). You may not use this file except in ~
5-
## compliance with the License. You may obtain a copy of the License at: https://choosealicense.com/licenses/lgpl-3.0 ~
6-
## Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on ~
7-
## an 'AS IS' BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the ~
8-
## specific language governing permissions and limitations under the License. ~
9-
## ~
10-
## Maintainers: ~
11-
## Wim Bast, Tom Brus ~
12-
## ~
13-
## Contributors: ~
14-
## Ronald Krijgsheld ✝, Arjan Kok, Carel Bast ~
15-
## In Memory of Ronald Krijgsheld, 1972 - 2023 ~
16-
## Ronald was suddenly and unexpectedly taken from us. He was not only our long-term colleague and team member ~
17-
## but also our friend. "He will live on in many of the lines of code you see below." ~
18-
##~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1+
##~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
2+
## (C) Copyright 2018-2024 Modeling Value Group B.V. (http://modelingvalue.org) ~
3+
## ~
4+
## Licensed under the GNU Lesser General Public License v3.0 (the 'License'). You may not use this file except in ~
5+
## compliance with the License. You may obtain a copy of the License at: https://choosealicense.com/licenses/lgpl-3.0 ~
6+
## Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on ~
7+
## an 'AS IS' BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the ~
8+
## specific language governing permissions and limitations under the License. ~
9+
## ~
10+
## Maintainers: ~
11+
## Wim Bast, Tom Brus ~
12+
## ~
13+
## Contributors: ~
14+
## Ronald Krijgsheld ✝, Arjan Kok, Carel Bast ~
15+
## --------------------------------------------------------------------------------------------------------------------- ~
16+
## In Memory of Ronald Krijgsheld, 1972 - 2023 ~
17+
## Ronald was suddenly and unexpectedly taken from us. He was not only our long-term colleague and team member ~
18+
## but also our friend. "He will live on in many of the lines of code you see below." ~
19+
##~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1920

2021
version: 2
2122
updates:

README.md.corrector.sh

Lines changed: 19 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,23 @@
11
#!/bin/bash
2-
##~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
3-
## (C) Copyright 2018-2024 Modeling Value Group B.V. (http://modelingvalue.org) ~
4-
## ~
5-
## Licensed under the GNU Lesser General Public License v3.0 (the 'License'). You may not use this file except in ~
6-
## compliance with the License. You may obtain a copy of the License at: https://choosealicense.com/licenses/lgpl-3.0 ~
7-
## Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on ~
8-
## an 'AS IS' BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the ~
9-
## specific language governing permissions and limitations under the License. ~
10-
## ~
11-
## Maintainers: ~
12-
## Wim Bast, Tom Brus ~
13-
## ~
14-
## Contributors: ~
15-
## Ronald Krijgsheld ✝, Arjan Kok, Carel Bast ~
16-
## In Memory of Ronald Krijgsheld, 1972 - 2023 ~
17-
## Ronald was suddenly and unexpectedly taken from us. He was not only our long-term colleague and team member ~
18-
## but also our friend. "He will live on in many of the lines of code you see below." ~
19-
##~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
2+
##~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
3+
## (C) Copyright 2018-2024 Modeling Value Group B.V. (http://modelingvalue.org) ~
4+
## ~
5+
## Licensed under the GNU Lesser General Public License v3.0 (the 'License'). You may not use this file except in ~
6+
## compliance with the License. You may obtain a copy of the License at: https://choosealicense.com/licenses/lgpl-3.0 ~
7+
## Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on ~
8+
## an 'AS IS' BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the ~
9+
## specific language governing permissions and limitations under the License. ~
10+
## ~
11+
## Maintainers: ~
12+
## Wim Bast, Tom Brus ~
13+
## ~
14+
## Contributors: ~
15+
## Ronald Krijgsheld ✝, Arjan Kok, Carel Bast ~
16+
## --------------------------------------------------------------------------------------------------------------------- ~
17+
## In Memory of Ronald Krijgsheld, 1972 - 2023 ~
18+
## Ronald was suddenly and unexpectedly taken from us. He was not only our long-term colleague and team member ~
19+
## but also our friend. "He will live on in many of the lines of code you see below." ~
20+
##~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
2021

2122
set -euo pipefail
2223

all-projects.sh

Lines changed: 19 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,23 @@
11
#!/usr/bin/env bash
2-
##~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
3-
## (C) Copyright 2018-2024 Modeling Value Group B.V. (http://modelingvalue.org) ~
4-
## ~
5-
## Licensed under the GNU Lesser General Public License v3.0 (the 'License'). You may not use this file except in ~
6-
## compliance with the License. You may obtain a copy of the License at: https://choosealicense.com/licenses/lgpl-3.0 ~
7-
## Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on ~
8-
## an 'AS IS' BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the ~
9-
## specific language governing permissions and limitations under the License. ~
10-
## ~
11-
## Maintainers: ~
12-
## Wim Bast, Tom Brus ~
13-
## ~
14-
## Contributors: ~
15-
## Ronald Krijgsheld ✝, Arjan Kok, Carel Bast ~
16-
## In Memory of Ronald Krijgsheld, 1972 - 2023 ~
17-
## Ronald was suddenly and unexpectedly taken from us. He was not only our long-term colleague and team member ~
18-
## but also our friend. "He will live on in many of the lines of code you see below." ~
19-
##~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
2+
##~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
3+
## (C) Copyright 2018-2024 Modeling Value Group B.V. (http://modelingvalue.org) ~
4+
## ~
5+
## Licensed under the GNU Lesser General Public License v3.0 (the 'License'). You may not use this file except in ~
6+
## compliance with the License. You may obtain a copy of the License at: https://choosealicense.com/licenses/lgpl-3.0 ~
7+
## Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on ~
8+
## an 'AS IS' BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the ~
9+
## specific language governing permissions and limitations under the License. ~
10+
## ~
11+
## Maintainers: ~
12+
## Wim Bast, Tom Brus ~
13+
## ~
14+
## Contributors: ~
15+
## Ronald Krijgsheld ✝, Arjan Kok, Carel Bast ~
16+
## --------------------------------------------------------------------------------------------------------------------- ~
17+
## In Memory of Ronald Krijgsheld, 1972 - 2023 ~
18+
## Ronald was suddenly and unexpectedly taken from us. He was not only our long-term colleague and team member ~
19+
## but also our friend. "He will live on in many of the lines of code you see below." ~
20+
##~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
2021

2122
#set -x
2223
set -euo pipefail

build.gradle.kts

Lines changed: 19 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,22 @@
1-
//~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
2-
// (C) Copyright 2018-2024 Modeling Value Group B.V. (http://modelingvalue.org) ~
3-
// ~
4-
// Licensed under the GNU Lesser General Public License v3.0 (the 'License'). You may not use this file except in ~
5-
// compliance with the License. You may obtain a copy of the License at: https://choosealicense.com/licenses/lgpl-3.0 ~
6-
// Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on ~
7-
// an 'AS IS' BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the ~
8-
// specific language governing permissions and limitations under the License. ~
9-
// ~
10-
// Maintainers: ~
11-
// Wim Bast, Tom Brus ~
12-
// ~
13-
// Contributors: ~
14-
// Ronald Krijgsheld ✝, Arjan Kok, Carel Bast ~
15-
// In Memory of Ronald Krijgsheld, 1972 - 2023 ~
16-
// Ronald was suddenly and unexpectedly taken from us. He was not only our long-term colleague and team member ~
17-
// but also our friend. "He will live on in many of the lines of code you see below." ~
18-
//~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1+
//~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
2+
// (C) Copyright 2018-2024 Modeling Value Group B.V. (http://modelingvalue.org) ~
3+
// ~
4+
// Licensed under the GNU Lesser General Public License v3.0 (the 'License'). You may not use this file except in ~
5+
// compliance with the License. You may obtain a copy of the License at: https://choosealicense.com/licenses/lgpl-3.0 ~
6+
// Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on ~
7+
// an 'AS IS' BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the ~
8+
// specific language governing permissions and limitations under the License. ~
9+
// ~
10+
// Maintainers: ~
11+
// Wim Bast, Tom Brus ~
12+
// ~
13+
// Contributors: ~
14+
// Ronald Krijgsheld ✝, Arjan Kok, Carel Bast ~
15+
// --------------------------------------------------------------------------------------------------------------------- ~
16+
// In Memory of Ronald Krijgsheld, 1972 - 2023 ~
17+
// Ronald was suddenly and unexpectedly taken from us. He was not only our long-term colleague and team member ~
18+
// but also our friend. "He will live on in many of the lines of code you see below." ~
19+
//~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1920

2021
defaultTasks("mvgcorrect");
2122

0 commit comments

Comments
 (0)