From 1bbb6fe671105c1d8a58c0118d1d1772388fce73 Mon Sep 17 00:00:00 2001 From: Julian Lenz Date: Tue, 12 Nov 2024 16:02:05 +0100 Subject: [PATCH] Update license headers --- examples/mallocMC_example01.cpp | 3 ++- examples/mallocMC_example03.cpp | 3 ++- src/include/mallocMC/allocator.hpp | 3 ++- src/include/mallocMC/creationPolicies/OldMalloc.hpp | 3 ++- src/include/mallocMC/creationPolicies/Scatter.hpp | 3 ++- src/include/mallocMC/distributionPolicies/Noop.hpp | 3 ++- src/include/mallocMC/distributionPolicies/XMallocSIMD.hpp | 3 ++- src/include/mallocMC/mallocMC.hpp | 3 ++- src/include/mallocMC/mallocMC_constraints.hpp | 3 ++- src/include/mallocMC/mallocMC_traits.hpp | 3 ++- src/include/mallocMC/reservePoolPolicies/AlpakaBuf.hpp | 3 ++- src/include/mallocMC/reservePoolPolicies/CudaSetLimits.hpp | 3 ++- src/include/mallocMC/version.hpp | 3 ++- 13 files changed, 26 insertions(+), 13 deletions(-) diff --git a/examples/mallocMC_example01.cpp b/examples/mallocMC_example01.cpp index f49c1696..002af965 100644 --- a/examples/mallocMC_example01.cpp +++ b/examples/mallocMC_example01.cpp @@ -2,10 +2,11 @@ mallocMC: Memory Allocator for Many Core Architectures. https://www.hzdr.de/crp - Copyright 2014 Institute of Radiation Physics, + Copyright 2014 - 2024 Institute of Radiation Physics, Helmholtz-Zentrum Dresden - Rossendorf Author(s): Carlchristian Eckert - c.eckert ( at ) hzdr.de + Julian Lenz - j.lenz ( at ) hzdr.de Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/examples/mallocMC_example03.cpp b/examples/mallocMC_example03.cpp index e9ce2d4b..8e183fde 100644 --- a/examples/mallocMC_example03.cpp +++ b/examples/mallocMC_example03.cpp @@ -2,10 +2,11 @@ mallocMC: Memory Allocator for Many Core Architectures. https://www.hzdr.de/crp - Copyright 2014 Institute of Radiation Physics, + Copyright 2014 - 2024 Institute of Radiation Physics, Helmholtz-Zentrum Dresden - Rossendorf Author(s): Carlchristian Eckert - c.eckert ( at ) hzdr.de + Julian Lenz - j.lenz ( at ) hzdr.de Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/src/include/mallocMC/allocator.hpp b/src/include/mallocMC/allocator.hpp index 74e0f5c6..a0ebabf4 100644 --- a/src/include/mallocMC/allocator.hpp +++ b/src/include/mallocMC/allocator.hpp @@ -2,10 +2,11 @@ mallocMC: Memory Allocator for Many Core Architectures. https://www.hzdr.de/crp - Copyright 2014 - 2015 Institute of Radiation Physics, + Copyright 2014 - 2024 Institute of Radiation Physics, Helmholtz-Zentrum Dresden - Rossendorf Author(s): Carlchristian Eckert - c.eckert ( at ) hzdr.de + Julian Lenz - j.lenz ( at ) hzdr.de Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/src/include/mallocMC/creationPolicies/OldMalloc.hpp b/src/include/mallocMC/creationPolicies/OldMalloc.hpp index 13ee173d..2b78526e 100644 --- a/src/include/mallocMC/creationPolicies/OldMalloc.hpp +++ b/src/include/mallocMC/creationPolicies/OldMalloc.hpp @@ -1,10 +1,11 @@ /* mallocMC: Memory Allocator for Many Core Architectures. - Copyright 2014 Institute of Radiation Physics, + Copyright 2014-2024 Institute of Radiation Physics, Helmholtz-Zentrum Dresden - Rossendorf Author(s): Carlchristian Eckert - c.eckert ( at ) hzdr.de + Julian Lenz - j.lenz ( at ) hzdr.de Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/src/include/mallocMC/creationPolicies/Scatter.hpp b/src/include/mallocMC/creationPolicies/Scatter.hpp index 38117491..d7f2f8e8 100644 --- a/src/include/mallocMC/creationPolicies/Scatter.hpp +++ b/src/include/mallocMC/creationPolicies/Scatter.hpp @@ -4,13 +4,14 @@ Copyright (C) 2012 Institute for Computer Graphics and Vision, Graz University of Technology - Copyright (C) 2014-2016 Institute of Radiation Physics, + Copyright (C) 2014-2024 Institute of Radiation Physics, Helmholtz-Zentrum Dresden - Rossendorf Author(s): Markus Steinberger - steinberger ( at ) icg.tugraz.at Rene Widera - r.widera ( at ) hzdr.de Axel Huebl - a.huebl ( at ) hzdr.de Carlchristian Eckert - c.eckert ( at ) hzdr.de + Julian Lenz - j.lenz ( at ) hzdr.de Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/src/include/mallocMC/distributionPolicies/Noop.hpp b/src/include/mallocMC/distributionPolicies/Noop.hpp index 2f43640f..98b2968e 100644 --- a/src/include/mallocMC/distributionPolicies/Noop.hpp +++ b/src/include/mallocMC/distributionPolicies/Noop.hpp @@ -1,10 +1,11 @@ /* mallocMC: Memory Allocator for Many Core Architectures. - Copyright 2014 Institute of Radiation Physics, + Copyright 2014-2024 Institute of Radiation Physics, Helmholtz-Zentrum Dresden - Rossendorf Author(s): Carlchristian Eckert - c.eckert ( at ) hzdr.de + Julian Lenz - j.lenz ( at ) hzdr.de Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/src/include/mallocMC/distributionPolicies/XMallocSIMD.hpp b/src/include/mallocMC/distributionPolicies/XMallocSIMD.hpp index fbfdd2d3..cdcc822c 100644 --- a/src/include/mallocMC/distributionPolicies/XMallocSIMD.hpp +++ b/src/include/mallocMC/distributionPolicies/XMallocSIMD.hpp @@ -4,13 +4,14 @@ Copyright (C) 2012 Institute for Computer Graphics and Vision, Graz University of Technology - Copyright (C) 2014 Institute of Radiation Physics, + Copyright (C) 2014-2024 Institute of Radiation Physics, Helmholtz-Zentrum Dresden - Rossendorf Author(s): Markus Steinberger - steinberger ( at ) icg.tugraz.at Rene Widera - r.widera ( at ) hzdr.de Axel Huebl - a.huebl ( at ) hzdr.de Carlchristian Eckert - c.eckert ( at ) hzdr.de + Julian Lenz - j.lenz ( at ) hzdr.de Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/src/include/mallocMC/mallocMC.hpp b/src/include/mallocMC/mallocMC.hpp index 92469394..de96b7e0 100644 --- a/src/include/mallocMC/mallocMC.hpp +++ b/src/include/mallocMC/mallocMC.hpp @@ -5,7 +5,7 @@ Copyright (C) 2012 Institute for Computer Graphics and Vision, Graz University of Technology - Copyright (C) 2014 Institute of Radiation Physics, + Copyright (C) 2014-2024 Institute of Radiation Physics, Helmholtz-Zentrum Dresden - Rossendorf Author(s): Markus Steinberger - steinberger ( at ) icg.tugraz.at @@ -14,6 +14,7 @@ Rene Widera - r.widera ( at ) hzdr.de Axel Huebl - a.huebl ( at ) hzdr.de Carlchristian Eckert - c.eckert ( at ) hzdr.de + Julian Lenz - j.lenz ( at ) hzdr.de Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/src/include/mallocMC/mallocMC_constraints.hpp b/src/include/mallocMC/mallocMC_constraints.hpp index 36c70349..0fb2099d 100644 --- a/src/include/mallocMC/mallocMC_constraints.hpp +++ b/src/include/mallocMC/mallocMC_constraints.hpp @@ -2,10 +2,11 @@ mallocMC: Memory Allocator for Many Core Architectures. https://www.hzdr.de/crp - Copyright 2014 Institute of Radiation Physics, + Copyright 2014-2024 Institute of Radiation Physics, Helmholtz-Zentrum Dresden - Rossendorf Author(s): Carlchristian Eckert - c.eckert ( at ) hzdr.de + Julian Lenz - j.lenz ( at ) hzdr.de Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/src/include/mallocMC/mallocMC_traits.hpp b/src/include/mallocMC/mallocMC_traits.hpp index 45e4cafe..091687e1 100644 --- a/src/include/mallocMC/mallocMC_traits.hpp +++ b/src/include/mallocMC/mallocMC_traits.hpp @@ -2,10 +2,11 @@ mallocMC: Memory Allocator for Many Core Architectures. https://www.hzdr.de/crp - Copyright 2014 - 2015 Institute of Radiation Physics, + Copyright 2014 - 2024 Institute of Radiation Physics, Helmholtz-Zentrum Dresden - Rossendorf Author(s): Carlchristian Eckert - c.eckert ( at ) hzdr.de + Julian Lenz - j.lenz ( at ) hzdr.de Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/src/include/mallocMC/reservePoolPolicies/AlpakaBuf.hpp b/src/include/mallocMC/reservePoolPolicies/AlpakaBuf.hpp index 5ffa1980..4426b3c1 100644 --- a/src/include/mallocMC/reservePoolPolicies/AlpakaBuf.hpp +++ b/src/include/mallocMC/reservePoolPolicies/AlpakaBuf.hpp @@ -1,10 +1,11 @@ /* mallocMC: Memory Allocator for Many Core Architectures. - Copyright 2020 Helmholtz-Zentrum Dresden - Rossendorf, + Copyright 2020-2024 Helmholtz-Zentrum Dresden - Rossendorf, CERN Author(s): Bernhard Manfred Gruber + Julian J. Lenz - j.lenz ( at ) hzdr.de Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/src/include/mallocMC/reservePoolPolicies/CudaSetLimits.hpp b/src/include/mallocMC/reservePoolPolicies/CudaSetLimits.hpp index b77132f9..99bf4b86 100644 --- a/src/include/mallocMC/reservePoolPolicies/CudaSetLimits.hpp +++ b/src/include/mallocMC/reservePoolPolicies/CudaSetLimits.hpp @@ -1,10 +1,11 @@ /* mallocMC: Memory Allocator for Many Core Architectures. - Copyright 2014 Institute of Radiation Physics, + Copyright 2014-2024 Institute of Radiation Physics, Helmholtz-Zentrum Dresden - Rossendorf Author(s): Carlchristian Eckert - c.eckert ( at ) hzdr.de + Julian Lenz - j.lenz ( at ) hzdr.de Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/src/include/mallocMC/version.hpp b/src/include/mallocMC/version.hpp index 60e012e4..89b94240 100644 --- a/src/include/mallocMC/version.hpp +++ b/src/include/mallocMC/version.hpp @@ -5,7 +5,7 @@ Copyright (C) 2012 Institute for Computer Graphics and Vision, Graz University of Technology - Copyright (C) 2014-2015 Institute of Radiation Physics, + Copyright (C) 2014-2024 Institute of Radiation Physics, Helmholtz-Zentrum Dresden - Rossendorf Author(s): Markus Steinberger - steinberger ( at ) icg.tugraz.at @@ -14,6 +14,7 @@ Rene Widera - r.widera ( at ) hzdr.de Axel Huebl - a.huebl ( at ) hzdr.de Carlchristian Eckert - c.eckert ( at ) hzdr.de + Julian Lenz - j.lenz ( at ) hzdr.de Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal