Skip to content

Commit 8958e31

Browse files
authored
1177 Update license header (#1181)
1 parent 0c4965a commit 8958e31

524 files changed

Lines changed: 834 additions & 512 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

cpp/benchmarks/abm.cpp

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,22 @@
1+
/*
2+
* Copyright (C) 2020-2025 MEmilio
3+
*
4+
* Authors: Daniel Abele
5+
*
6+
* Contact: Martin J. Kuehn <[email protected]>
7+
*
8+
* Licensed under the Apache License, Version 2.0 (the "License");
9+
* you may not use this file except in compliance with the License.
10+
* You may obtain a copy of the License at
11+
*
12+
* http://www.apache.org/licenses/LICENSE-2.0
13+
*
14+
* Unless required by applicable law or agreed to in writing, software
15+
* distributed under the License is distributed on an "AS IS" BASIS,
16+
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
17+
* See the License for the specific language governing permissions and
18+
* limitations under the License.
19+
*/
120
#include "abm/simulation.h"
221

322
#include "benchmark/benchmark.h"

cpp/benchmarks/flow_simulation_ode_secirvvs.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (C) 2020-2024 MEmilio
2+
* Copyright (C) 2020-2025 MEmilio
33
*
44
* Authors: Rene Schmieding, Daniel Abele, Martin J. Kuehn
55
*

cpp/benchmarks/flow_simulation_ode_secirvvs.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (C) 2020-2024 MEmilio
2+
* Copyright (C) 2020-2025 MEmilio
33
*
44
* Authors: Rene Schmieding, Daniel Abele, Martin J. Kuehn
55
*

cpp/benchmarks/flow_simulation_ode_seir.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (C) 2020-2024 MEmilio
2+
* Copyright (C) 2020-2025 MEmilio
33
*
44
* Authors: Rene Schmieding, Daniel Abele, Martin J. Kuehn
55
*

cpp/benchmarks/graph_simulation.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (C) 2020-2024 MEmilio
2+
* Copyright (C) 2020-2025 MEmilio
33
*
44
* Authors: Henrik Zunker
55
*

cpp/benchmarks/graph_simulation.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (C) 2020-2024 MEmilio
2+
* Copyright (C) 2020-2025 MEmilio
33
*
44
* Authors: Henrik Zunker
55
*

cpp/benchmarks/integrator_step.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (C) 2020-2024 MEmilio
2+
* Copyright (C) 2020-2025 MEmilio
33
*
44
* Authors: Rene Schmieding
55
*

cpp/benchmarks/integrator_step.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (C) 2020-2024 MEmilio
2+
* Copyright (C) 2020-2025 MEmilio
33
*
44
* Authors: Rene Schmieding
55
*

cpp/benchmarks/secir_ageres_setups.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (C) 2020-2024 MEmilio
2+
* Copyright (C) 2020-2025 MEmilio
33
*
44
* Authors: Rene Schmieding
55
*

cpp/benchmarks/simulation.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (C) 2020-2024 MEmilio
2+
* Copyright (C) 2020-2025 MEmilio
33
*
44
* Authors: Rene Schmieding
55
*

0 commit comments

Comments
 (0)