From 78aba6428e21d6ba1786a6d5f963617efa686da9 Mon Sep 17 00:00:00 2001 From: jpekkila Date: Tue, 16 Jul 2019 14:28:32 +0300 Subject: [PATCH] Updated the copyright years throughout the project --- LICENCE.txt | 2 +- acc/samples/common_header.h | 2 +- acc/src/code_generator.c | 2 +- include/astaroth.h | 2 +- scripts/gen_rk3_threadblockconf.c | 2 +- src/core/astaroth.cu | 2 +- src/core/device.cu | 2 +- src/core/device.cuh | 2 +- src/core/errchk.h | 2 +- src/core/kernels/boundconds_PLACEHOLDER.cuh | 2 +- src/core/kernels/kernels.cuh | 2 +- src/core/kernels/reduce_PLACEHOLDER.cuh | 2 +- src/core/kernels/rk3_PLACEHOLDER.cuh | 2 +- src/core/math_utils.h | 2 +- src/standalone/benchmark.cc | 2 +- src/standalone/config_loader.cc | 2 +- src/standalone/config_loader.h | 2 +- src/standalone/main.cc | 2 +- src/standalone/model/host_memory.cc | 2 +- src/standalone/model/host_memory.h | 2 +- src/standalone/model/host_timestep.cc | 2 +- src/standalone/model/host_timestep.h | 2 +- src/standalone/model/model_boundconds.cc | 2 +- src/standalone/model/model_boundconds.h | 2 +- src/standalone/model/model_diff.h | 2 +- src/standalone/model/model_reduce.cc | 2 +- src/standalone/model/model_reduce.h | 2 +- src/standalone/model/model_rk3.h | 2 +- src/standalone/model/modelmesh.h | 2 +- src/standalone/renderer.cc | 2 +- src/standalone/run.h | 2 +- src/standalone/simulation.cc | 2 +- src/standalone/timer_hires.h | 2 +- 33 files changed, 33 insertions(+), 33 deletions(-) diff --git a/LICENCE.txt b/LICENCE.txt index a36573e..71eb26e 100644 --- a/LICENCE.txt +++ b/LICENCE.txt @@ -1,5 +1,5 @@ /* - Copyright (C) 2014-2018, Johannes Pekkilae, Miikka Vaeisalae. + Copyright (C) 2014-2019, Johannes Pekkilae, Miikka Vaeisalae. This file is part of Astaroth. diff --git a/acc/samples/common_header.h b/acc/samples/common_header.h index 7168873..5e4e4e6 100644 --- a/acc/samples/common_header.h +++ b/acc/samples/common_header.h @@ -1,5 +1,5 @@ /* - Copyright (C) 2014-2018, Johannes Pekkilae, Miikka Vaeisalae. + Copyright (C) 2014-2019, Johannes Pekkilae, Miikka Vaeisalae. This file is part of Astaroth. diff --git a/acc/src/code_generator.c b/acc/src/code_generator.c index b401168..2810f5b 100644 --- a/acc/src/code_generator.c +++ b/acc/src/code_generator.c @@ -1,5 +1,5 @@ /* - Copyright (C) 2014-2018, Johannes Pekkilae, Miikka Vaeisalae. + Copyright (C) 2014-2019, Johannes Pekkilae, Miikka Vaeisalae. This file is part of Astaroth. diff --git a/include/astaroth.h b/include/astaroth.h index 848740b..5c53238 100644 --- a/include/astaroth.h +++ b/include/astaroth.h @@ -1,5 +1,5 @@ /* - Copyright (C) 2014-2018, Johannes Pekkilae, Miikka Vaeisalae. + Copyright (C) 2014-2019, Johannes Pekkilae, Miikka Vaeisalae. This file is part of Astaroth. diff --git a/scripts/gen_rk3_threadblockconf.c b/scripts/gen_rk3_threadblockconf.c index b2f4c55..a4448d6 100644 --- a/scripts/gen_rk3_threadblockconf.c +++ b/scripts/gen_rk3_threadblockconf.c @@ -1,5 +1,5 @@ /* - Copyright (C) 2014-2018, Johannes Pekkilae, Miikka Vaeisalae. + Copyright (C) 2014-2019, Johannes Pekkilae, Miikka Vaeisalae. This file is part of Astaroth. diff --git a/src/core/astaroth.cu b/src/core/astaroth.cu index 8cfcd2c..110a416 100644 --- a/src/core/astaroth.cu +++ b/src/core/astaroth.cu @@ -1,5 +1,5 @@ /* - Copyright (C) 2014-2018, Johannes Pekkilae, Miikka Vaeisalae. + Copyright (C) 2014-2019, Johannes Pekkilae, Miikka Vaeisalae. This file is part of Astaroth. diff --git a/src/core/device.cu b/src/core/device.cu index b5fc87a..e52ff09 100644 --- a/src/core/device.cu +++ b/src/core/device.cu @@ -1,5 +1,5 @@ /* - Copyright (C) 2014-2018, Johannes Pekkilae, Miikka Vaeisalae. + Copyright (C) 2014-2019, Johannes Pekkilae, Miikka Vaeisalae. This file is part of Astaroth. diff --git a/src/core/device.cuh b/src/core/device.cuh index 103e8ad..9d20620 100644 --- a/src/core/device.cuh +++ b/src/core/device.cuh @@ -1,5 +1,5 @@ /* - Copyright (C) 2014-2018, Johannes Pekkilae, Miikka Vaeisalae. + Copyright (C) 2014-2019, Johannes Pekkilae, Miikka Vaeisalae. This file is part of Astaroth. diff --git a/src/core/errchk.h b/src/core/errchk.h index bd89693..d53be24 100644 --- a/src/core/errchk.h +++ b/src/core/errchk.h @@ -1,5 +1,5 @@ /* - Copyright (C) 2014-2018, Johannes Pekkilae, Miikka Vaeisalae. + Copyright (C) 2014-2019, Johannes Pekkilae, Miikka Vaeisalae. This file is part of Astaroth. diff --git a/src/core/kernels/boundconds_PLACEHOLDER.cuh b/src/core/kernels/boundconds_PLACEHOLDER.cuh index b411a06..6a0b1bd 100644 --- a/src/core/kernels/boundconds_PLACEHOLDER.cuh +++ b/src/core/kernels/boundconds_PLACEHOLDER.cuh @@ -1,5 +1,5 @@ /* - Copyright (C) 2014-2018, Johannes Pekkilae, Miikka Vaeisalae. + Copyright (C) 2014-2019, Johannes Pekkilae, Miikka Vaeisalae. This file is part of Astaroth. diff --git a/src/core/kernels/kernels.cuh b/src/core/kernels/kernels.cuh index f63d198..8977d07 100644 --- a/src/core/kernels/kernels.cuh +++ b/src/core/kernels/kernels.cuh @@ -1,5 +1,5 @@ /* - Copyright (C) 2014-2018, Johannes Pekkilae, Miikka Vaeisalae. + Copyright (C) 2014-2019, Johannes Pekkilae, Miikka Vaeisalae. This file is part of Astaroth. diff --git a/src/core/kernels/reduce_PLACEHOLDER.cuh b/src/core/kernels/reduce_PLACEHOLDER.cuh index e2415f4..ba7dd3a 100644 --- a/src/core/kernels/reduce_PLACEHOLDER.cuh +++ b/src/core/kernels/reduce_PLACEHOLDER.cuh @@ -1,5 +1,5 @@ /* - Copyright (C) 2014-2018, Johannes Pekkilae, Miikka Vaeisalae. + Copyright (C) 2014-2019, Johannes Pekkilae, Miikka Vaeisalae. This file is part of Astaroth. diff --git a/src/core/kernels/rk3_PLACEHOLDER.cuh b/src/core/kernels/rk3_PLACEHOLDER.cuh index b8e352a..d7a9be2 100644 --- a/src/core/kernels/rk3_PLACEHOLDER.cuh +++ b/src/core/kernels/rk3_PLACEHOLDER.cuh @@ -1,5 +1,5 @@ /* - Copyright (C) 2014-2018, Johannes Pekkilae, Miikka Vaeisalae. + Copyright (C) 2014-2019, Johannes Pekkilae, Miikka Vaeisalae. This file is part of Astaroth. diff --git a/src/core/math_utils.h b/src/core/math_utils.h index ffa261f..1f1bc56 100644 --- a/src/core/math_utils.h +++ b/src/core/math_utils.h @@ -1,5 +1,5 @@ /* - Copyright (C) 2014-2018, Johannes Pekkilae, Miikka Vaeisalae. + Copyright (C) 2014-2019, Johannes Pekkilae, Miikka Vaeisalae. This file is part of Astaroth. diff --git a/src/standalone/benchmark.cc b/src/standalone/benchmark.cc index 907df4d..c322bfd 100644 --- a/src/standalone/benchmark.cc +++ b/src/standalone/benchmark.cc @@ -1,5 +1,5 @@ /* - Copyright (C) 2014-2018, Johannes Pekkilae, Miikka Vaeisalae. + Copyright (C) 2014-2019, Johannes Pekkilae, Miikka Vaeisalae. This file is part of Astaroth. diff --git a/src/standalone/config_loader.cc b/src/standalone/config_loader.cc index b89adb5..3eb33a8 100644 --- a/src/standalone/config_loader.cc +++ b/src/standalone/config_loader.cc @@ -1,5 +1,5 @@ /* - Copyright (C) 2014-2018, Johannes Pekkilae, Miikka Vaeisalae. + Copyright (C) 2014-2019, Johannes Pekkilae, Miikka Vaeisalae. This file is part of Astaroth. diff --git a/src/standalone/config_loader.h b/src/standalone/config_loader.h index ff1a798..c1db21a 100644 --- a/src/standalone/config_loader.h +++ b/src/standalone/config_loader.h @@ -1,5 +1,5 @@ /* - Copyright (C) 2014-2018, Johannes Pekkilae, Miikka Vaeisalae. + Copyright (C) 2014-2019, Johannes Pekkilae, Miikka Vaeisalae. This file is part of Astaroth. diff --git a/src/standalone/main.cc b/src/standalone/main.cc index e2fc6b5..c393ace 100644 --- a/src/standalone/main.cc +++ b/src/standalone/main.cc @@ -1,5 +1,5 @@ /* - Copyright (C) 2014-2018, Johannes Pekkilae, Miikka Vaeisalae. + Copyright (C) 2014-2019, Johannes Pekkilae, Miikka Vaeisalae. This file is part of Astaroth. diff --git a/src/standalone/model/host_memory.cc b/src/standalone/model/host_memory.cc index 795a1dc..0762b30 100644 --- a/src/standalone/model/host_memory.cc +++ b/src/standalone/model/host_memory.cc @@ -1,5 +1,5 @@ /* - Copyright (C) 2014-2018, Johannes Pekkilae, Miikka Vaeisalae. + Copyright (C) 2014-2019, Johannes Pekkilae, Miikka Vaeisalae. This file is part of Astaroth. diff --git a/src/standalone/model/host_memory.h b/src/standalone/model/host_memory.h index 55e03c4..105396c 100644 --- a/src/standalone/model/host_memory.h +++ b/src/standalone/model/host_memory.h @@ -1,5 +1,5 @@ /* - Copyright (C) 2014-2018, Johannes Pekkilae, Miikka Vaeisalae. + Copyright (C) 2014-2019, Johannes Pekkilae, Miikka Vaeisalae. This file is part of Astaroth. diff --git a/src/standalone/model/host_timestep.cc b/src/standalone/model/host_timestep.cc index 54f47cc..48f4134 100644 --- a/src/standalone/model/host_timestep.cc +++ b/src/standalone/model/host_timestep.cc @@ -1,5 +1,5 @@ /* - Copyright (C) 2014-2018, Johannes Pekkilae, Miikka Vaeisalae. + Copyright (C) 2014-2019, Johannes Pekkilae, Miikka Vaeisalae. This file is part of Astaroth. diff --git a/src/standalone/model/host_timestep.h b/src/standalone/model/host_timestep.h index 2bc2b02..2e52688 100644 --- a/src/standalone/model/host_timestep.h +++ b/src/standalone/model/host_timestep.h @@ -1,5 +1,5 @@ /* - Copyright (C) 2014-2018, Johannes Pekkilae, Miikka Vaeisalae. + Copyright (C) 2014-2019, Johannes Pekkilae, Miikka Vaeisalae. This file is part of Astaroth. diff --git a/src/standalone/model/model_boundconds.cc b/src/standalone/model/model_boundconds.cc index 11be905..5d107ae 100644 --- a/src/standalone/model/model_boundconds.cc +++ b/src/standalone/model/model_boundconds.cc @@ -1,5 +1,5 @@ /* - Copyright (C) 2014-2018, Johannes Pekkilae, Miikka Vaeisalae. + Copyright (C) 2014-2019, Johannes Pekkilae, Miikka Vaeisalae. This file is part of Astaroth. diff --git a/src/standalone/model/model_boundconds.h b/src/standalone/model/model_boundconds.h index 75974b2..2860b74 100644 --- a/src/standalone/model/model_boundconds.h +++ b/src/standalone/model/model_boundconds.h @@ -1,5 +1,5 @@ /* - Copyright (C) 2014-2018, Johannes Pekkilae, Miikka Vaeisalae. + Copyright (C) 2014-2019, Johannes Pekkilae, Miikka Vaeisalae. This file is part of Astaroth. diff --git a/src/standalone/model/model_diff.h b/src/standalone/model/model_diff.h index a3ae484..186c984 100644 --- a/src/standalone/model/model_diff.h +++ b/src/standalone/model/model_diff.h @@ -1,5 +1,5 @@ /* - Copyright (C) 2014-2018, Johannes Pekkilae, Miikka Vaeisalae. + Copyright (C) 2014-2019, Johannes Pekkilae, Miikka Vaeisalae. This file is part of Astaroth. diff --git a/src/standalone/model/model_reduce.cc b/src/standalone/model/model_reduce.cc index d96defd..dde5403 100644 --- a/src/standalone/model/model_reduce.cc +++ b/src/standalone/model/model_reduce.cc @@ -1,5 +1,5 @@ /* - Copyright (C) 2014-2018, Johannes Pekkilae, Miikka Vaeisalae. + Copyright (C) 2014-2019, Johannes Pekkilae, Miikka Vaeisalae. This file is part of Astaroth. diff --git a/src/standalone/model/model_reduce.h b/src/standalone/model/model_reduce.h index 91bce2b..ac07d0e 100644 --- a/src/standalone/model/model_reduce.h +++ b/src/standalone/model/model_reduce.h @@ -1,5 +1,5 @@ /* - Copyright (C) 2014-2018, Johannes Pekkilae, Miikka Vaeisalae. + Copyright (C) 2014-2019, Johannes Pekkilae, Miikka Vaeisalae. This file is part of Astaroth. diff --git a/src/standalone/model/model_rk3.h b/src/standalone/model/model_rk3.h index b60d9df..c8036fd 100644 --- a/src/standalone/model/model_rk3.h +++ b/src/standalone/model/model_rk3.h @@ -1,5 +1,5 @@ /* - Copyright (C) 2014-2018, Johannes Pekkilae, Miikka Vaeisalae. + Copyright (C) 2014-2019, Johannes Pekkilae, Miikka Vaeisalae. This file is part of Astaroth. diff --git a/src/standalone/model/modelmesh.h b/src/standalone/model/modelmesh.h index f7bb6ee..85680a6 100644 --- a/src/standalone/model/modelmesh.h +++ b/src/standalone/model/modelmesh.h @@ -1,5 +1,5 @@ /* - Copyright (C) 2014-2018, Johannes Pekkilae, Miikka Vaeisalae. + Copyright (C) 2014-2019, Johannes Pekkilae, Miikka Vaeisalae. This file is part of Astaroth. diff --git a/src/standalone/renderer.cc b/src/standalone/renderer.cc index 8587226..52aed16 100644 --- a/src/standalone/renderer.cc +++ b/src/standalone/renderer.cc @@ -1,5 +1,5 @@ /* - Copyright (C) 2014-2018, Johannes Pekkilae, Miikka Vaeisalae. + Copyright (C) 2014-2019, Johannes Pekkilae, Miikka Vaeisalae. This file is part of Astaroth. diff --git a/src/standalone/run.h b/src/standalone/run.h index 5ddde7d..805ee2c 100644 --- a/src/standalone/run.h +++ b/src/standalone/run.h @@ -1,5 +1,5 @@ /* - Copyright (C) 2014-2018, Johannes Pekkilae, Miikka Vaeisalae. + Copyright (C) 2014-2019, Johannes Pekkilae, Miikka Vaeisalae. This file is part of Astaroth. diff --git a/src/standalone/simulation.cc b/src/standalone/simulation.cc index 133f691..af35390 100644 --- a/src/standalone/simulation.cc +++ b/src/standalone/simulation.cc @@ -1,5 +1,5 @@ /* - Copyright (C) 2014-2018, Johannes Pekkilae, Miikka Vaeisalae. + Copyright (C) 2014-2019, Johannes Pekkilae, Miikka Vaeisalae. This file is part of Astaroth. diff --git a/src/standalone/timer_hires.h b/src/standalone/timer_hires.h index 3a79419..52b5633 100644 --- a/src/standalone/timer_hires.h +++ b/src/standalone/timer_hires.h @@ -1,5 +1,5 @@ /* - Copyright (C) 2014-2018, Johannes Pekkilae, Miikka Vaeisalae. + Copyright (C) 2014-2019, Johannes Pekkilae, Miikka Vaeisalae. This file is part of Astaroth.