From 580fa295510a3ffa032527895e717be7517bdd7c Mon Sep 17 00:00:00 2001 From: Noel Chalmers Date: Thu, 10 Mar 2022 12:16:54 -0600 Subject: [PATCH] Happy new year --- LICENSE | 2 +- README.md | 2 +- include/comm.hpp | 2 +- include/core.hpp | 2 +- include/memory.hpp | 2 +- include/mesh.hpp | 2 +- include/ogs.hpp | 2 +- include/ogs/ogsBase.hpp | 2 +- include/ogs/ogsExchange.hpp | 2 +- include/ogs/ogsOperator.hpp | 2 +- include/ogs/ogsUtils.hpp | 2 +- include/parAdogs.hpp | 2 +- include/parAdogs/parAdogsGraph.hpp | 2 +- include/parAdogs/parAdogsMatrix.hpp | 2 +- include/parAdogs/parAdogsMultigrid.hpp | 2 +- include/parAdogs/parAdogsPartition.hpp | 2 +- include/platform.hpp | 2 +- include/settings.hpp | 2 +- include/timer.hpp | 2 +- include/types.h | 2 +- include/utils.hpp | 2 +- libs/core/comm.cpp | 2 +- libs/core/exception.cpp | 2 +- libs/core/matrixEig.cpp | 2 +- libs/core/matrixInverse.cpp | 2 +- libs/core/memory.cpp | 2 +- libs/core/platformBuildKernel.cpp | 2 +- libs/core/platformDeviceConfig.cpp | 2 +- libs/core/platformProperties.cpp | 2 +- libs/core/platformSettings.cpp | 2 +- libs/core/rankDecomp.cpp | 2 +- libs/core/settings.cpp | 2 +- libs/core/timer.cpp | 2 +- libs/makefile | 2 +- libs/mesh/meshParallelReaderHex3D.cpp | 2 +- libs/mesh/meshParallelReaderQuad2D.cpp | 2 +- libs/mesh/meshParallelReaderTet3D.cpp | 2 +- libs/mesh/meshParallelReaderTri2D.cpp | 2 +- libs/mesh/meshPartition.cpp | 2 +- libs/mesh/meshPlot.cpp | 2 +- libs/mesh/meshSetElementType.cpp | 2 +- libs/mesh/meshSettings.cpp | 2 +- libs/mesh/meshSetup.cpp | 2 +- libs/mesh/meshSetupBoxHex3D.cpp | 2 +- libs/mesh/meshSetupBoxQuad2D.cpp | 2 +- libs/mesh/meshSetupBoxTet3D.cpp | 2 +- libs/mesh/meshSetupBoxTri2D.cpp | 2 +- libs/ogs/ogs.cpp | 2 +- libs/ogs/ogsAllToAll.cpp | 2 +- libs/ogs/ogsAuto.cpp | 2 +- libs/ogs/ogsCrystalRouter.cpp | 2 +- libs/ogs/ogsHalo.cpp | 2 +- libs/ogs/ogsOperator.cpp | 2 +- libs/ogs/ogsPairwise.cpp | 2 +- libs/ogs/ogsSetup.cpp | 2 +- libs/ogs/ogsUtils.cpp | 2 +- libs/ogs/okl/ogsKernels.okl | 2 +- libs/parAdogs/parAdogsConnect.cpp | 2 +- libs/parAdogs/parAdogsCuthillMckee.cpp | 2 +- libs/parAdogs/parAdogsFiedlerVector.cpp | 2 +- libs/parAdogs/parAdogsGraph.cpp | 2 +- libs/parAdogs/parAdogsInertialBipartition.cpp | 2 +- libs/parAdogs/parAdogsInertialPartition.cpp | 2 +- libs/parAdogs/parAdogsMatrix.cpp | 2 +- libs/parAdogs/parAdogsMeshPartition.cpp | 2 +- libs/parAdogs/parAdogsMultigrid.cpp | 2 +- libs/parAdogs/parAdogsMultigridAggregate.cpp | 2 +- libs/parAdogs/parAdogsMultigridCoarseSolver.cpp | 2 +- libs/parAdogs/parAdogsMultigridLaplacian.cpp | 2 +- libs/parAdogs/parAdogsMultigridSetup.cpp | 2 +- libs/parAdogs/parAdogsMultigridSmooth.cpp | 2 +- libs/parAdogs/parAdogsMultigridSmoothPrologator.cpp | 2 +- libs/parAdogs/parAdogsMultigridSpMM.cpp | 2 +- libs/parAdogs/parAdogsMultigridTentativeProlongator.cpp | 2 +- libs/parAdogs/parAdogsMultigridTranspose.cpp | 2 +- libs/parAdogs/parAdogsParallelPivot.cpp | 2 +- libs/parAdogs/parAdogsRefine.cpp | 2 +- libs/parAdogs/parAdogsSettings.cpp | 2 +- libs/parAdogs/parAdogsSolve.cpp | 2 +- libs/parAdogs/parAdogsSpectralBipartition.cpp | 2 +- libs/parAdogs/parAdogsSpectralPartition.cpp | 2 +- make.top | 2 +- makefile | 2 +- paradogsMain.cpp | 2 +- paradogsMain.hpp | 2 +- paradogsSettings.cpp | 2 +- 86 files changed, 86 insertions(+), 86 deletions(-) diff --git a/LICENSE b/LICENSE index 87572be..135c3fa 100755 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ The MIT License (MIT) -Copyright (c) 2017-2020 Tim Warburton, Noel Chalmers, Jesse Chan, Ali Karakus +Copyright (c) 2017-2022 Tim Warburton, Noel Chalmers, Jesse Chan, Ali Karakus 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/README.md b/README.md index ec34da9..da1819f 100755 --- a/README.md +++ b/README.md @@ -78,7 +78,7 @@ runParAdogs.sh tests/FenceTet3D.rc The MIT License (MIT) -Copyright (c) 2017-2021 Tim Warburton, Noel Chalmers, Jesse Chan, Ali Karakus +Copyright (c) 2017-2022 Tim Warburton, Noel Chalmers, Jesse Chan, Ali Karakus 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/include/comm.hpp b/include/comm.hpp index 7781da0..6b4d1f0 100644 --- a/include/comm.hpp +++ b/include/comm.hpp @@ -2,7 +2,7 @@ The MIT License (MIT) -Copyright (c) 2020 Tim Warburton, Noel Chalmers, Jesse Chan, Ali Karakus +Copyright (c) 2017-2022 Tim Warburton, Noel Chalmers, Jesse Chan, Ali Karakus 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/include/core.hpp b/include/core.hpp index cb220cf..246a479 100755 --- a/include/core.hpp +++ b/include/core.hpp @@ -2,7 +2,7 @@ The MIT License (MIT) -Copyright (c) 2017 Tim Warburton, Noel Chalmers, Jesse Chan, Ali Karakus +Copyright (c) 2017-2022 Tim Warburton, Noel Chalmers, Jesse Chan, Ali Karakus 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/include/memory.hpp b/include/memory.hpp index 5c038f8..f3e698c 100644 --- a/include/memory.hpp +++ b/include/memory.hpp @@ -2,7 +2,7 @@ The MIT License (MIT) -Copyright (c) 2020 Tim Warburton, Noel Chalmers, Jesse Chan, Ali Karakus +Copyright (c) 2017-2022 Tim Warburton, Noel Chalmers, Jesse Chan, Ali Karakus 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/include/mesh.hpp b/include/mesh.hpp index 5781fc8..7346604 100755 --- a/include/mesh.hpp +++ b/include/mesh.hpp @@ -2,7 +2,7 @@ The MIT License (MIT) -Copyright (c) 2017 Tim Warburton, Noel Chalmers, Jesse Chan, Ali Karakus +Copyright (c) 2017-2022 Tim Warburton, Noel Chalmers, Jesse Chan, Ali Karakus 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/include/ogs.hpp b/include/ogs.hpp index cddd8e6..e53c740 100755 --- a/include/ogs.hpp +++ b/include/ogs.hpp @@ -2,7 +2,7 @@ The MIT License (MIT) -Copyright (c) 2017-2021 Tim Warburton, Noel Chalmers, Jesse Chan, Ali Karakus +Copyright (c) 2017-2022 Tim Warburton, Noel Chalmers, Jesse Chan, Ali Karakus 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/include/ogs/ogsBase.hpp b/include/ogs/ogsBase.hpp index 4962578..a0e0355 100644 --- a/include/ogs/ogsBase.hpp +++ b/include/ogs/ogsBase.hpp @@ -2,7 +2,7 @@ The MIT License (MIT) -Copyright (c) 2017-2021 Tim Warburton, Noel Chalmers, Jesse Chan, Ali Karakus +Copyright (c) 2017-2022 Tim Warburton, Noel Chalmers, Jesse Chan, Ali Karakus 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/include/ogs/ogsExchange.hpp b/include/ogs/ogsExchange.hpp index d5e2d6a..1df7601 100644 --- a/include/ogs/ogsExchange.hpp +++ b/include/ogs/ogsExchange.hpp @@ -2,7 +2,7 @@ The MIT License (MIT) -Copyright (c) 2017-2021 Tim Warburton, Noel Chalmers, Jesse Chan, Ali Karakus +Copyright (c) 2017-2022 Tim Warburton, Noel Chalmers, Jesse Chan, Ali Karakus 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/include/ogs/ogsOperator.hpp b/include/ogs/ogsOperator.hpp index bd33c6f..dadded9 100644 --- a/include/ogs/ogsOperator.hpp +++ b/include/ogs/ogsOperator.hpp @@ -2,7 +2,7 @@ The MIT License (MIT) -Copyright (c) 2017-2021 Tim Warburton, Noel Chalmers, Jesse Chan, Ali Karakus +Copyright (c) 2017-2022 Tim Warburton, Noel Chalmers, Jesse Chan, Ali Karakus 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/include/ogs/ogsUtils.hpp b/include/ogs/ogsUtils.hpp index b25d649..1e11023 100644 --- a/include/ogs/ogsUtils.hpp +++ b/include/ogs/ogsUtils.hpp @@ -2,7 +2,7 @@ The MIT License (MIT) -Copyright (c) 2017-2021 Tim Warburton, Noel Chalmers, Jesse Chan, Ali Karakus +Copyright (c) 2017-2022 Tim Warburton, Noel Chalmers, Jesse Chan, Ali Karakus 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/include/parAdogs.hpp b/include/parAdogs.hpp index 461b48b..b4868ed 100644 --- a/include/parAdogs.hpp +++ b/include/parAdogs.hpp @@ -2,7 +2,7 @@ The MIT License (MIT) -Copyright (c) 2017 Tim Warburton, Noel Chalmers, Jesse Chan, Ali Karakus +Copyright (c) 2017-2022 Tim Warburton, Noel Chalmers, Jesse Chan, Ali Karakus 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/include/parAdogs/parAdogsGraph.hpp b/include/parAdogs/parAdogsGraph.hpp index e4577aa..45d73cd 100644 --- a/include/parAdogs/parAdogsGraph.hpp +++ b/include/parAdogs/parAdogsGraph.hpp @@ -2,7 +2,7 @@ The MIT License (MIT) -Copyright (c) 2017 Tim Warburton, Noel Chalmers, Jesse Chan, Ali Karakus +Copyright (c) 2017-2022 Tim Warburton, Noel Chalmers, Jesse Chan, Ali Karakus 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/include/parAdogs/parAdogsMatrix.hpp b/include/parAdogs/parAdogsMatrix.hpp index ffd4534..cc9062f 100644 --- a/include/parAdogs/parAdogsMatrix.hpp +++ b/include/parAdogs/parAdogsMatrix.hpp @@ -2,7 +2,7 @@ The MIT License (MIT) -Copyright (c) 2017 Tim Warburton, Noel Chalmers, Jesse Chan, Ali Karakus +Copyright (c) 2017-2022 Tim Warburton, Noel Chalmers, Jesse Chan, Ali Karakus 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/include/parAdogs/parAdogsMultigrid.hpp b/include/parAdogs/parAdogsMultigrid.hpp index 0e14f4c..086498f 100644 --- a/include/parAdogs/parAdogsMultigrid.hpp +++ b/include/parAdogs/parAdogsMultigrid.hpp @@ -2,7 +2,7 @@ The MIT License (MIT) -Copyright (c) 2017 Tim Warburton, Noel Chalmers, Jesse Chan, Ali Karakus +Copyright (c) 2017-2022 Tim Warburton, Noel Chalmers, Jesse Chan, Ali Karakus 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/include/parAdogs/parAdogsPartition.hpp b/include/parAdogs/parAdogsPartition.hpp index 5130edf..af102c8 100644 --- a/include/parAdogs/parAdogsPartition.hpp +++ b/include/parAdogs/parAdogsPartition.hpp @@ -2,7 +2,7 @@ The MIT License (MIT) -Copyright (c) 2017 Tim Warburton, Noel Chalmers, Jesse Chan, Ali Karakus +Copyright (c) 2017-2022 Tim Warburton, Noel Chalmers, Jesse Chan, Ali Karakus 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/include/platform.hpp b/include/platform.hpp index 4f0a064..3006a60 100755 --- a/include/platform.hpp +++ b/include/platform.hpp @@ -2,7 +2,7 @@ The MIT License (MIT) -Copyright (c) 2017 Tim Warburton, Noel Chalmers, Jesse Chan, Ali Karakus +Copyright (c) 2017-2022 Tim Warburton, Noel Chalmers, Jesse Chan, Ali Karakus 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/include/settings.hpp b/include/settings.hpp index 57da257..843e5c5 100755 --- a/include/settings.hpp +++ b/include/settings.hpp @@ -2,7 +2,7 @@ The MIT License (MIT) -Copyright (c) 2017 Tim Warburton, Noel Chalmers, Jesse Chan, Ali Karakus +Copyright (c) 2017-2022 Tim Warburton, Noel Chalmers, Jesse Chan, Ali Karakus 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/include/timer.hpp b/include/timer.hpp index 15a7067..2b43a24 100644 --- a/include/timer.hpp +++ b/include/timer.hpp @@ -2,7 +2,7 @@ The MIT License (MIT) -Copyright (c) 2020 Tim Warburton, Noel Chalmers, Jesse Chan, Ali Karakus +Copyright (c) 2017-2022 Tim Warburton, Noel Chalmers, Jesse Chan, Ali Karakus 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/include/types.h b/include/types.h index f1c2f65..0379bc3 100755 --- a/include/types.h +++ b/include/types.h @@ -2,7 +2,7 @@ The MIT License (MIT) -Copyright (c) 2017 Tim Warburton, Noel Chalmers, Jesse Chan, Ali Karakus +Copyright (c) 2017-2022 Tim Warburton, Noel Chalmers, Jesse Chan, Ali Karakus 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/include/utils.hpp b/include/utils.hpp index 4fdc85b..8d0ec56 100755 --- a/include/utils.hpp +++ b/include/utils.hpp @@ -2,7 +2,7 @@ The MIT License (MIT) -Copyright (c) 2017 Tim Warburton, Noel Chalmers, Jesse Chan, Ali Karakus +Copyright (c) 2017-2022 Tim Warburton, Noel Chalmers, Jesse Chan, Ali Karakus 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/libs/core/comm.cpp b/libs/core/comm.cpp index 02b33dc..853a70c 100644 --- a/libs/core/comm.cpp +++ b/libs/core/comm.cpp @@ -2,7 +2,7 @@ The MIT License (MIT) -Copyright (c) 2020 Tim Warburton, Noel Chalmers, Jesse Chan, Ali Karakus +Copyright (c) 2017-2022 Tim Warburton, Noel Chalmers, Jesse Chan, Ali Karakus 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/libs/core/exception.cpp b/libs/core/exception.cpp index 5fd60d8..2be2c7f 100644 --- a/libs/core/exception.cpp +++ b/libs/core/exception.cpp @@ -2,7 +2,7 @@ The MIT License (MIT) -Copyright (c) 2017-2021 Tim Warburton, Noel Chalmers, Jesse Chan, Ali Karakus +Copyright (c) 2017-2022 Tim Warburton, Noel Chalmers, Jesse Chan, Ali Karakus 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/libs/core/matrixEig.cpp b/libs/core/matrixEig.cpp index ac90a95..a6d1bf6 100644 --- a/libs/core/matrixEig.cpp +++ b/libs/core/matrixEig.cpp @@ -2,7 +2,7 @@ The MIT License (MIT) -Copyright (c) 2020 Tim Warburton, Noel Chalmers, Jesse Chan, Ali Karakus +Copyright (c) 2017-2022 Tim Warburton, Noel Chalmers, Jesse Chan, Ali Karakus 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/libs/core/matrixInverse.cpp b/libs/core/matrixInverse.cpp index 9e90930..0c5c34b 100644 --- a/libs/core/matrixInverse.cpp +++ b/libs/core/matrixInverse.cpp @@ -2,7 +2,7 @@ The MIT License (MIT) -Copyright (c) 2020 Tim Warburton, Noel Chalmers, Jesse Chan, Ali Karakus +Copyright (c) 2017-2022 Tim Warburton, Noel Chalmers, Jesse Chan, Ali Karakus 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/libs/core/memory.cpp b/libs/core/memory.cpp index 4672e06..c3983cc 100644 --- a/libs/core/memory.cpp +++ b/libs/core/memory.cpp @@ -2,7 +2,7 @@ The MIT License (MIT) -Copyright (c) 2020 Tim Warburton, Noel Chalmers, Jesse Chan, Ali Karakus +Copyright (c) 2017-2022 Tim Warburton, Noel Chalmers, Jesse Chan, Ali Karakus 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/libs/core/platformBuildKernel.cpp b/libs/core/platformBuildKernel.cpp index e992758..fdc5d3d 100755 --- a/libs/core/platformBuildKernel.cpp +++ b/libs/core/platformBuildKernel.cpp @@ -2,7 +2,7 @@ The MIT License (MIT) -Copyright (c) 2020 Tim Warburton, Noel Chalmers, Jesse Chan, Ali Karakus +Copyright (c) 2017-2022 Tim Warburton, Noel Chalmers, Jesse Chan, Ali Karakus 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/libs/core/platformDeviceConfig.cpp b/libs/core/platformDeviceConfig.cpp index 75247a6..35d071f 100755 --- a/libs/core/platformDeviceConfig.cpp +++ b/libs/core/platformDeviceConfig.cpp @@ -2,7 +2,7 @@ The MIT License (MIT) -Copyright (c) 2020 Tim Warburton, Noel Chalmers, Jesse Chan, Ali Karakus +Copyright (c) 2017-2022 Tim Warburton, Noel Chalmers, Jesse Chan, Ali Karakus 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/libs/core/platformProperties.cpp b/libs/core/platformProperties.cpp index 65c4b54..0b2068c 100755 --- a/libs/core/platformProperties.cpp +++ b/libs/core/platformProperties.cpp @@ -2,7 +2,7 @@ The MIT License (MIT) -Copyright (c) 2020 Tim Warburton, Noel Chalmers, Jesse Chan, Ali Karakus +Copyright (c) 2017-2022 Tim Warburton, Noel Chalmers, Jesse Chan, Ali Karakus 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/libs/core/platformSettings.cpp b/libs/core/platformSettings.cpp index a75cd44..ba506ed 100755 --- a/libs/core/platformSettings.cpp +++ b/libs/core/platformSettings.cpp @@ -2,7 +2,7 @@ The MIT License (MIT) -Copyright (c) 2017 Tim Warburton, Noel Chalmers, Jesse Chan, Ali Karakus +Copyright (c) 2017-2022 Tim Warburton, Noel Chalmers, Jesse Chan, Ali Karakus 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/libs/core/rankDecomp.cpp b/libs/core/rankDecomp.cpp index 94da9d9..6353abd 100644 --- a/libs/core/rankDecomp.cpp +++ b/libs/core/rankDecomp.cpp @@ -2,7 +2,7 @@ The MIT License (MIT) -Copyright (c) 2020 Tim Warburton, Noel Chalmers, Jesse Chan, Ali Karakus +Copyright (c) 2017-2022 Tim Warburton, Noel Chalmers, Jesse Chan, Ali Karakus 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/libs/core/settings.cpp b/libs/core/settings.cpp index d185f29..202de28 100755 --- a/libs/core/settings.cpp +++ b/libs/core/settings.cpp @@ -2,7 +2,7 @@ The MIT License (MIT) -Copyright (c) 2017 Tim Warburton, Noel Chalmers, Jesse Chan, Ali Karakus +Copyright (c) 2017-2022 Tim Warburton, Noel Chalmers, Jesse Chan, Ali Karakus 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/libs/core/timer.cpp b/libs/core/timer.cpp index cb9cfaf..a23cd75 100644 --- a/libs/core/timer.cpp +++ b/libs/core/timer.cpp @@ -2,7 +2,7 @@ The MIT License (MIT) -Copyright (c) 2020 Tim Warburton, Noel Chalmers, Jesse Chan, Ali Karakus +Copyright (c) 2017-2022 Tim Warburton, Noel Chalmers, Jesse Chan, Ali Karakus 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/libs/makefile b/libs/makefile index 9357556..6fd415f 100755 --- a/libs/makefile +++ b/libs/makefile @@ -2,7 +2,7 @@ # #The MIT License (MIT) # -#Copyright (c) 2017 Tim Warburton, Noel Chalmers, Jesse Chan, Ali Karakus +#Copyright (c) 2017-2022 Tim Warburton, Noel Chalmers, Jesse Chan, Ali Karakus # #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/libs/mesh/meshParallelReaderHex3D.cpp b/libs/mesh/meshParallelReaderHex3D.cpp index 4987152..15f8009 100755 --- a/libs/mesh/meshParallelReaderHex3D.cpp +++ b/libs/mesh/meshParallelReaderHex3D.cpp @@ -2,7 +2,7 @@ The MIT License (MIT) -Copyright (c) 2017 Tim Warburton, Noel Chalmers, Jesse Chan, Ali Karakus +Copyright (c) 2017-2022 Tim Warburton, Noel Chalmers, Jesse Chan, Ali Karakus 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/libs/mesh/meshParallelReaderQuad2D.cpp b/libs/mesh/meshParallelReaderQuad2D.cpp index 27e0dab..bb03bd5 100755 --- a/libs/mesh/meshParallelReaderQuad2D.cpp +++ b/libs/mesh/meshParallelReaderQuad2D.cpp @@ -2,7 +2,7 @@ The MIT License (MIT) -Copyright (c) 2017 Tim Warburton, Noel Chalmers, Jesse Chan, Ali Karakus +Copyright (c) 2017-2022 Tim Warburton, Noel Chalmers, Jesse Chan, Ali Karakus 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/libs/mesh/meshParallelReaderTet3D.cpp b/libs/mesh/meshParallelReaderTet3D.cpp index 23ddb39..0f3d557 100755 --- a/libs/mesh/meshParallelReaderTet3D.cpp +++ b/libs/mesh/meshParallelReaderTet3D.cpp @@ -2,7 +2,7 @@ The MIT License (MIT) -Copyright (c) 2017 Tim Warburton, Noel Chalmers, Jesse Chan, Ali Karakus +Copyright (c) 2017-2022 Tim Warburton, Noel Chalmers, Jesse Chan, Ali Karakus 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/libs/mesh/meshParallelReaderTri2D.cpp b/libs/mesh/meshParallelReaderTri2D.cpp index 79ea635..fa82005 100755 --- a/libs/mesh/meshParallelReaderTri2D.cpp +++ b/libs/mesh/meshParallelReaderTri2D.cpp @@ -2,7 +2,7 @@ The MIT License (MIT) -Copyright (c) 2017 Tim Warburton, Noel Chalmers, Jesse Chan, Ali Karakus +Copyright (c) 2017-2022 Tim Warburton, Noel Chalmers, Jesse Chan, Ali Karakus 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/libs/mesh/meshPartition.cpp b/libs/mesh/meshPartition.cpp index ad8d813..2c8d3f9 100755 --- a/libs/mesh/meshPartition.cpp +++ b/libs/mesh/meshPartition.cpp @@ -2,7 +2,7 @@ The MIT License (MIT) -Copyright (c) 2017 Tim Warburton, Noel Chalmers, Jesse Chan, Ali Karakus +Copyright (c) 2017-2022 Tim Warburton, Noel Chalmers, Jesse Chan, Ali Karakus 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/libs/mesh/meshPlot.cpp b/libs/mesh/meshPlot.cpp index 4eb7461..72ea146 100644 --- a/libs/mesh/meshPlot.cpp +++ b/libs/mesh/meshPlot.cpp @@ -2,7 +2,7 @@ The MIT License (MIT) -Copyright (c) 2017 Tim Warburton, Noel Chalmers, Jesse Chan, Ali Karakus +Copyright (c) 2017-2022 Tim Warburton, Noel Chalmers, Jesse Chan, Ali Karakus 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/libs/mesh/meshSetElementType.cpp b/libs/mesh/meshSetElementType.cpp index 87b4bf4..0dff0e7 100644 --- a/libs/mesh/meshSetElementType.cpp +++ b/libs/mesh/meshSetElementType.cpp @@ -2,7 +2,7 @@ The MIT License (MIT) -Copyright (c) 2020 Tim Warburton, Noel Chalmers, Jesse Chan, Ali Karakus +Copyright (c) 2017-2022 Tim Warburton, Noel Chalmers, Jesse Chan, Ali Karakus 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/libs/mesh/meshSettings.cpp b/libs/mesh/meshSettings.cpp index c8d9c63..d113b79 100755 --- a/libs/mesh/meshSettings.cpp +++ b/libs/mesh/meshSettings.cpp @@ -2,7 +2,7 @@ The MIT License (MIT) -Copyright (c) 2017 Tim Warburton, Noel Chalmers, Jesse Chan, Ali Karakus +Copyright (c) 2017-2022 Tim Warburton, Noel Chalmers, Jesse Chan, Ali Karakus 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/libs/mesh/meshSetup.cpp b/libs/mesh/meshSetup.cpp index cf9a74a..d7e595a 100755 --- a/libs/mesh/meshSetup.cpp +++ b/libs/mesh/meshSetup.cpp @@ -2,7 +2,7 @@ The MIT License (MIT) -Copyright (c) 2017 Tim Warburton, Noel Chalmers, Jesse Chan, Ali Karakus +Copyright (c) 2017-2022 Tim Warburton, Noel Chalmers, Jesse Chan, Ali Karakus 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/libs/mesh/meshSetupBoxHex3D.cpp b/libs/mesh/meshSetupBoxHex3D.cpp index 3fca1a4..46d059f 100755 --- a/libs/mesh/meshSetupBoxHex3D.cpp +++ b/libs/mesh/meshSetupBoxHex3D.cpp @@ -2,7 +2,7 @@ The MIT License (MIT) -Copyright (c) 2017 Tim Warburton, Noel Chalmers, Jesse Chan, Ali Karakus +Copyright (c) 2017-2022 Tim Warburton, Noel Chalmers, Jesse Chan, Ali Karakus 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/libs/mesh/meshSetupBoxQuad2D.cpp b/libs/mesh/meshSetupBoxQuad2D.cpp index d1d07f1..efbbc59 100755 --- a/libs/mesh/meshSetupBoxQuad2D.cpp +++ b/libs/mesh/meshSetupBoxQuad2D.cpp @@ -2,7 +2,7 @@ The MIT License (MIT) -Copyright (c) 2017 Tim Warburton, Noel Chalmers, Jesse Chan, Ali Karakus +Copyright (c) 2017-2022 Tim Warburton, Noel Chalmers, Jesse Chan, Ali Karakus 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/libs/mesh/meshSetupBoxTet3D.cpp b/libs/mesh/meshSetupBoxTet3D.cpp index 4fde266..425e287 100755 --- a/libs/mesh/meshSetupBoxTet3D.cpp +++ b/libs/mesh/meshSetupBoxTet3D.cpp @@ -2,7 +2,7 @@ The MIT License (MIT) -Copyright (c) 2017 Tim Warburton, Noel Chalmers, Jesse Chan, Ali Karakus +Copyright (c) 2017-2022 Tim Warburton, Noel Chalmers, Jesse Chan, Ali Karakus 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/libs/mesh/meshSetupBoxTri2D.cpp b/libs/mesh/meshSetupBoxTri2D.cpp index 73e5596..f824c00 100755 --- a/libs/mesh/meshSetupBoxTri2D.cpp +++ b/libs/mesh/meshSetupBoxTri2D.cpp @@ -2,7 +2,7 @@ The MIT License (MIT) -Copyright (c) 2017 Tim Warburton, Noel Chalmers, Jesse Chan, Ali Karakus +Copyright (c) 2017-2022 Tim Warburton, Noel Chalmers, Jesse Chan, Ali Karakus 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/libs/ogs/ogs.cpp b/libs/ogs/ogs.cpp index 6895748..d5dcfad 100644 --- a/libs/ogs/ogs.cpp +++ b/libs/ogs/ogs.cpp @@ -2,7 +2,7 @@ The MIT License (MIT) -Copyright (c) 2017-2021 Tim Warburton, Noel Chalmers, Jesse Chan, Ali Karakus +Copyright (c) 2017-2022 Tim Warburton, Noel Chalmers, Jesse Chan, Ali Karakus 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/libs/ogs/ogsAllToAll.cpp b/libs/ogs/ogsAllToAll.cpp index 6ca2713..051ffa1 100644 --- a/libs/ogs/ogsAllToAll.cpp +++ b/libs/ogs/ogsAllToAll.cpp @@ -2,7 +2,7 @@ The MIT License (MIT) -Copyright (c) 2017-2021 Tim Warburton, Noel Chalmers, Jesse Chan, Ali Karakus +Copyright (c) 2017-2022 Tim Warburton, Noel Chalmers, Jesse Chan, Ali Karakus 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/libs/ogs/ogsAuto.cpp b/libs/ogs/ogsAuto.cpp index 3c86c6d..3038b68 100644 --- a/libs/ogs/ogsAuto.cpp +++ b/libs/ogs/ogsAuto.cpp @@ -2,7 +2,7 @@ The MIT License (MIT) -Copyright (c) 2017-2021 Tim Warburton, Noel Chalmers, Jesse Chan, Ali Karakus +Copyright (c) 2017-2022 Tim Warburton, Noel Chalmers, Jesse Chan, Ali Karakus 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/libs/ogs/ogsCrystalRouter.cpp b/libs/ogs/ogsCrystalRouter.cpp index fa54b1b..f62c836 100644 --- a/libs/ogs/ogsCrystalRouter.cpp +++ b/libs/ogs/ogsCrystalRouter.cpp @@ -2,7 +2,7 @@ The MIT License (MIT) -Copyright (c) 2017-2021 Tim Warburton, Noel Chalmers, Jesse Chan, Ali Karakus +Copyright (c) 2017-2022 Tim Warburton, Noel Chalmers, Jesse Chan, Ali Karakus 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/libs/ogs/ogsHalo.cpp b/libs/ogs/ogsHalo.cpp index c47f9bd..b897ebc 100644 --- a/libs/ogs/ogsHalo.cpp +++ b/libs/ogs/ogsHalo.cpp @@ -2,7 +2,7 @@ The MIT License (MIT) -Copyright (c) 2017-2021 Tim Warburton, Noel Chalmers, Jesse Chan, Ali Karakus +Copyright (c) 2017-2022 Tim Warburton, Noel Chalmers, Jesse Chan, Ali Karakus 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/libs/ogs/ogsOperator.cpp b/libs/ogs/ogsOperator.cpp index 2ee7833..b383ecc 100644 --- a/libs/ogs/ogsOperator.cpp +++ b/libs/ogs/ogsOperator.cpp @@ -2,7 +2,7 @@ The MIT License (MIT) -Copyright (c) 2017-2021 Tim Warburton, Noel Chalmers, Jesse Chan, Ali Karakus +Copyright (c) 2017-2022 Tim Warburton, Noel Chalmers, Jesse Chan, Ali Karakus 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/libs/ogs/ogsPairwise.cpp b/libs/ogs/ogsPairwise.cpp index b84dbef..1dce024 100644 --- a/libs/ogs/ogsPairwise.cpp +++ b/libs/ogs/ogsPairwise.cpp @@ -2,7 +2,7 @@ The MIT License (MIT) -Copyright (c) 2017-2021 Tim Warburton, Noel Chalmers, Jesse Chan, Ali Karakus +Copyright (c) 2017-2022 Tim Warburton, Noel Chalmers, Jesse Chan, Ali Karakus 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/libs/ogs/ogsSetup.cpp b/libs/ogs/ogsSetup.cpp index edc5f9e..5ff8464 100644 --- a/libs/ogs/ogsSetup.cpp +++ b/libs/ogs/ogsSetup.cpp @@ -2,7 +2,7 @@ The MIT License (MIT) -Copyright (c) 2017-2021 Tim Warburton, Noel Chalmers, Jesse Chan, Ali Karakus +Copyright (c) 2017-2022 Tim Warburton, Noel Chalmers, Jesse Chan, Ali Karakus 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/libs/ogs/ogsUtils.cpp b/libs/ogs/ogsUtils.cpp index 4bdfc35..69c469a 100644 --- a/libs/ogs/ogsUtils.cpp +++ b/libs/ogs/ogsUtils.cpp @@ -2,7 +2,7 @@ The MIT License (MIT) -Copyright (c) 2017-2021 Tim Warburton, Noel Chalmers, Jesse Chan, Ali Karakus +Copyright (c) 2017-2022 Tim Warburton, Noel Chalmers, Jesse Chan, Ali Karakus 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/libs/ogs/okl/ogsKernels.okl b/libs/ogs/okl/ogsKernels.okl index b829133..26b972a 100644 --- a/libs/ogs/okl/ogsKernels.okl +++ b/libs/ogs/okl/ogsKernels.okl @@ -2,7 +2,7 @@ The MIT License (MIT) -Copyright (c) 2017-2021 Tim Warburton, Noel Chalmers, Jesse Chan, Ali Karakus +Copyright (c) 2017-2022 Tim Warburton, Noel Chalmers, Jesse Chan, Ali Karakus 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/libs/parAdogs/parAdogsConnect.cpp b/libs/parAdogs/parAdogsConnect.cpp index d6aef56..719aaf2 100644 --- a/libs/parAdogs/parAdogsConnect.cpp +++ b/libs/parAdogs/parAdogsConnect.cpp @@ -2,7 +2,7 @@ The MIT License (MIT) -Copyright (c) 2017 Tim Warburton, Noel Chalmers, Jesse Chan, Ali Karakus +Copyright (c) 2017-2022 Tim Warburton, Noel Chalmers, Jesse Chan, Ali Karakus 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/libs/parAdogs/parAdogsCuthillMckee.cpp b/libs/parAdogs/parAdogsCuthillMckee.cpp index 93e4b37..22e3cab 100644 --- a/libs/parAdogs/parAdogsCuthillMckee.cpp +++ b/libs/parAdogs/parAdogsCuthillMckee.cpp @@ -2,7 +2,7 @@ The MIT License (MIT) -Copyright (c) 2017 Tim Warburton, Noel Chalmers, Jesse Chan, Ali Karakus +Copyright (c) 2017-2022 Tim Warburton, Noel Chalmers, Jesse Chan, Ali Karakus 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/libs/parAdogs/parAdogsFiedlerVector.cpp b/libs/parAdogs/parAdogsFiedlerVector.cpp index 778cc26..99de2a0 100644 --- a/libs/parAdogs/parAdogsFiedlerVector.cpp +++ b/libs/parAdogs/parAdogsFiedlerVector.cpp @@ -2,7 +2,7 @@ The MIT License (MIT) -Copyright (c) 2017 Tim Warburton, Noel Chalmers, Jesse Chan, Ali Karakus +Copyright (c) 2017-2022 Tim Warburton, Noel Chalmers, Jesse Chan, Ali Karakus 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/libs/parAdogs/parAdogsGraph.cpp b/libs/parAdogs/parAdogsGraph.cpp index 5518f55..51196bd 100644 --- a/libs/parAdogs/parAdogsGraph.cpp +++ b/libs/parAdogs/parAdogsGraph.cpp @@ -2,7 +2,7 @@ The MIT License (MIT) -Copyright (c) 2017 Tim Warburton, Noel Chalmers, Jesse Chan, Ali Karakus +Copyright (c) 2017-2022 Tim Warburton, Noel Chalmers, Jesse Chan, Ali Karakus 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/libs/parAdogs/parAdogsInertialBipartition.cpp b/libs/parAdogs/parAdogsInertialBipartition.cpp index 51052b9..5a945ba 100644 --- a/libs/parAdogs/parAdogsInertialBipartition.cpp +++ b/libs/parAdogs/parAdogsInertialBipartition.cpp @@ -2,7 +2,7 @@ The MIT License (MIT) -Copyright (c) 2017 Tim Warburton, Noel Chalmers, Jesse Chan, Ali Karakus +Copyright (c) 2017-2022 Tim Warburton, Noel Chalmers, Jesse Chan, Ali Karakus 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/libs/parAdogs/parAdogsInertialPartition.cpp b/libs/parAdogs/parAdogsInertialPartition.cpp index c8f42f3..226586d 100644 --- a/libs/parAdogs/parAdogsInertialPartition.cpp +++ b/libs/parAdogs/parAdogsInertialPartition.cpp @@ -2,7 +2,7 @@ The MIT License (MIT) -Copyright (c) 2017 Tim Warburton, Noel Chalmers, Jesse Chan, Ali Karakus +Copyright (c) 2017-2022 Tim Warburton, Noel Chalmers, Jesse Chan, Ali Karakus 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/libs/parAdogs/parAdogsMatrix.cpp b/libs/parAdogs/parAdogsMatrix.cpp index c88523f..9106dd6 100644 --- a/libs/parAdogs/parAdogsMatrix.cpp +++ b/libs/parAdogs/parAdogsMatrix.cpp @@ -2,7 +2,7 @@ The MIT License (MIT) -Copyright (c) 2017 Tim Warburton, Noel Chalmers, Jesse Chan, Ali Karakus, Rajesh Gandham +Copyright (c) 2017-2022 Tim Warburton, Noel Chalmers, Jesse Chan, Ali Karakus, Rajesh Gandham 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/libs/parAdogs/parAdogsMeshPartition.cpp b/libs/parAdogs/parAdogsMeshPartition.cpp index 1c306ac..e2c11c1 100644 --- a/libs/parAdogs/parAdogsMeshPartition.cpp +++ b/libs/parAdogs/parAdogsMeshPartition.cpp @@ -2,7 +2,7 @@ The MIT License (MIT) -Copyright (c) 2017 Tim Warburton, Noel Chalmers, Jesse Chan, Ali Karakus +Copyright (c) 2017-2022 Tim Warburton, Noel Chalmers, Jesse Chan, Ali Karakus 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/libs/parAdogs/parAdogsMultigrid.cpp b/libs/parAdogs/parAdogsMultigrid.cpp index 93e775c..b2d98cd 100644 --- a/libs/parAdogs/parAdogsMultigrid.cpp +++ b/libs/parAdogs/parAdogsMultigrid.cpp @@ -2,7 +2,7 @@ The MIT License (MIT) -Copyright (c) 2017 Tim Warburton, Noel Chalmers, Jesse Chan, Ali Karakus +Copyright (c) 2017-2022 Tim Warburton, Noel Chalmers, Jesse Chan, Ali Karakus 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/libs/parAdogs/parAdogsMultigridAggregate.cpp b/libs/parAdogs/parAdogsMultigridAggregate.cpp index 761223c..892c35f 100644 --- a/libs/parAdogs/parAdogsMultigridAggregate.cpp +++ b/libs/parAdogs/parAdogsMultigridAggregate.cpp @@ -2,7 +2,7 @@ The MIT License (MIT) -Copyright (c) 2017 Tim Warburton, Noel Chalmers, Jesse Chan, Ali Karakus +Copyright (c) 2017-2022 Tim Warburton, Noel Chalmers, Jesse Chan, Ali Karakus 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/libs/parAdogs/parAdogsMultigridCoarseSolver.cpp b/libs/parAdogs/parAdogsMultigridCoarseSolver.cpp index f1a2950..cb7ab0c 100644 --- a/libs/parAdogs/parAdogsMultigridCoarseSolver.cpp +++ b/libs/parAdogs/parAdogsMultigridCoarseSolver.cpp @@ -2,7 +2,7 @@ The MIT License (MIT) -Copyright (c) 2017 Tim Warburton, Noel Chalmers, Jesse Chan, Ali Karakus +Copyright (c) 2017-2022 Tim Warburton, Noel Chalmers, Jesse Chan, Ali Karakus 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/libs/parAdogs/parAdogsMultigridLaplacian.cpp b/libs/parAdogs/parAdogsMultigridLaplacian.cpp index 2614d16..8e86f3c 100644 --- a/libs/parAdogs/parAdogsMultigridLaplacian.cpp +++ b/libs/parAdogs/parAdogsMultigridLaplacian.cpp @@ -2,7 +2,7 @@ The MIT License (MIT) -Copyright (c) 2017 Tim Warburton, Noel Chalmers, Jesse Chan, Ali Karakus +Copyright (c) 2017-2022 Tim Warburton, Noel Chalmers, Jesse Chan, Ali Karakus 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/libs/parAdogs/parAdogsMultigridSetup.cpp b/libs/parAdogs/parAdogsMultigridSetup.cpp index bf5e851..3a111ab 100644 --- a/libs/parAdogs/parAdogsMultigridSetup.cpp +++ b/libs/parAdogs/parAdogsMultigridSetup.cpp @@ -2,7 +2,7 @@ The MIT License (MIT) -Copyright (c) 2017 Tim Warburton, Noel Chalmers, Jesse Chan, Ali Karakus +Copyright (c) 2017-2022 Tim Warburton, Noel Chalmers, Jesse Chan, Ali Karakus 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/libs/parAdogs/parAdogsMultigridSmooth.cpp b/libs/parAdogs/parAdogsMultigridSmooth.cpp index a371863..95752d1 100644 --- a/libs/parAdogs/parAdogsMultigridSmooth.cpp +++ b/libs/parAdogs/parAdogsMultigridSmooth.cpp @@ -2,7 +2,7 @@ The MIT License (MIT) -Copyright (c) 2017 Tim Warburton, Noel Chalmers, Jesse Chan, Ali Karakus +Copyright (c) 2017-2022 Tim Warburton, Noel Chalmers, Jesse Chan, Ali Karakus 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/libs/parAdogs/parAdogsMultigridSmoothPrologator.cpp b/libs/parAdogs/parAdogsMultigridSmoothPrologator.cpp index 7d863f1..b422dde 100644 --- a/libs/parAdogs/parAdogsMultigridSmoothPrologator.cpp +++ b/libs/parAdogs/parAdogsMultigridSmoothPrologator.cpp @@ -2,7 +2,7 @@ The MIT License (MIT) -Copyright (c) 2017 Tim Warburton, Noel Chalmers, Jesse Chan, Ali Karakus +Copyright (c) 2017-2022 Tim Warburton, Noel Chalmers, Jesse Chan, Ali Karakus 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/libs/parAdogs/parAdogsMultigridSpMM.cpp b/libs/parAdogs/parAdogsMultigridSpMM.cpp index 74daaf1..e0cf506 100644 --- a/libs/parAdogs/parAdogsMultigridSpMM.cpp +++ b/libs/parAdogs/parAdogsMultigridSpMM.cpp @@ -2,7 +2,7 @@ The MIT License (MIT) -Copyright (c) 2017 Tim Warburton, Noel Chalmers, Jesse Chan, Ali Karakus +Copyright (c) 2017-2022 Tim Warburton, Noel Chalmers, Jesse Chan, Ali Karakus 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/libs/parAdogs/parAdogsMultigridTentativeProlongator.cpp b/libs/parAdogs/parAdogsMultigridTentativeProlongator.cpp index e1c8361..fc195b5 100644 --- a/libs/parAdogs/parAdogsMultigridTentativeProlongator.cpp +++ b/libs/parAdogs/parAdogsMultigridTentativeProlongator.cpp @@ -2,7 +2,7 @@ The MIT License (MIT) -Copyright (c) 2017 Tim Warburton, Noel Chalmers, Jesse Chan, Ali Karakus +Copyright (c) 2017-2022 Tim Warburton, Noel Chalmers, Jesse Chan, Ali Karakus 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/libs/parAdogs/parAdogsMultigridTranspose.cpp b/libs/parAdogs/parAdogsMultigridTranspose.cpp index c0af4aa..614f26c 100644 --- a/libs/parAdogs/parAdogsMultigridTranspose.cpp +++ b/libs/parAdogs/parAdogsMultigridTranspose.cpp @@ -2,7 +2,7 @@ The MIT License (MIT) -Copyright (c) 2017 Tim Warburton, Noel Chalmers, Jesse Chan, Ali Karakus +Copyright (c) 2017-2022 Tim Warburton, Noel Chalmers, Jesse Chan, Ali Karakus 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/libs/parAdogs/parAdogsParallelPivot.cpp b/libs/parAdogs/parAdogsParallelPivot.cpp index 89d0663..12ac4de 100644 --- a/libs/parAdogs/parAdogsParallelPivot.cpp +++ b/libs/parAdogs/parAdogsParallelPivot.cpp @@ -2,7 +2,7 @@ The MIT License (MIT) -Copyright (c) 2017 Tim Warburton, Noel Chalmers, Jesse Chan, Ali Karakus +Copyright (c) 2017-2022 Tim Warburton, Noel Chalmers, Jesse Chan, Ali Karakus 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/libs/parAdogs/parAdogsRefine.cpp b/libs/parAdogs/parAdogsRefine.cpp index 9ed0c3b..2783351 100644 --- a/libs/parAdogs/parAdogsRefine.cpp +++ b/libs/parAdogs/parAdogsRefine.cpp @@ -2,7 +2,7 @@ The MIT License (MIT) -Copyright (c) 2017 Tim Warburton, Noel Chalmers, Jesse Chan, Ali Karakus +Copyright (c) 2017-2022 Tim Warburton, Noel Chalmers, Jesse Chan, Ali Karakus 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/libs/parAdogs/parAdogsSettings.cpp b/libs/parAdogs/parAdogsSettings.cpp index 136c8b9..ffd2ea2 100644 --- a/libs/parAdogs/parAdogsSettings.cpp +++ b/libs/parAdogs/parAdogsSettings.cpp @@ -2,7 +2,7 @@ The MIT License (MIT) -Copyright (c) 2017 Tim Warburton, Noel Chalmers, Jesse Chan, Ali Karakus +Copyright (c) 2017-2022 Tim Warburton, Noel Chalmers, Jesse Chan, Ali Karakus 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/libs/parAdogs/parAdogsSolve.cpp b/libs/parAdogs/parAdogsSolve.cpp index 3aea629..ff848c0 100644 --- a/libs/parAdogs/parAdogsSolve.cpp +++ b/libs/parAdogs/parAdogsSolve.cpp @@ -2,7 +2,7 @@ The MIT License (MIT) -Copyright (c) 2017 Tim Warburton, Noel Chalmers, Jesse Chan, Ali Karakus +Copyright (c) 2017-2022 Tim Warburton, Noel Chalmers, Jesse Chan, Ali Karakus 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/libs/parAdogs/parAdogsSpectralBipartition.cpp b/libs/parAdogs/parAdogsSpectralBipartition.cpp index 1eab080..6abaaaf 100644 --- a/libs/parAdogs/parAdogsSpectralBipartition.cpp +++ b/libs/parAdogs/parAdogsSpectralBipartition.cpp @@ -2,7 +2,7 @@ The MIT License (MIT) -Copyright (c) 2017 Tim Warburton, Noel Chalmers, Jesse Chan, Ali Karakus +Copyright (c) 2017-2022 Tim Warburton, Noel Chalmers, Jesse Chan, Ali Karakus 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/libs/parAdogs/parAdogsSpectralPartition.cpp b/libs/parAdogs/parAdogsSpectralPartition.cpp index bbbf6ab..065c1e2 100644 --- a/libs/parAdogs/parAdogsSpectralPartition.cpp +++ b/libs/parAdogs/parAdogsSpectralPartition.cpp @@ -2,7 +2,7 @@ The MIT License (MIT) -Copyright (c) 2017 Tim Warburton, Noel Chalmers, Jesse Chan, Ali Karakus +Copyright (c) 2017-2022 Tim Warburton, Noel Chalmers, Jesse Chan, Ali Karakus 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/make.top b/make.top index 6e84131..0922bda 100755 --- a/make.top +++ b/make.top @@ -2,7 +2,7 @@ # #The MIT License (MIT) # -#Copyright (c) 2017 Tim Warburton, Noel Chalmers, Jesse Chan, Ali Karakus +#Copyright (c) 2017-2022 Tim Warburton, Noel Chalmers, Jesse Chan, Ali Karakus # #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/makefile b/makefile index da364cc..12a13b5 100755 --- a/makefile +++ b/makefile @@ -2,7 +2,7 @@ # #The MIT License (MIT) # -#Copyright (c) 2017 Tim Warburton, Noel Chalmers, Jesse Chan, Ali Karakus +#Copyright (c) 2017-2022 Tim Warburton, Noel Chalmers, Jesse Chan, Ali Karakus # #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/paradogsMain.cpp b/paradogsMain.cpp index a678748..446c608 100644 --- a/paradogsMain.cpp +++ b/paradogsMain.cpp @@ -2,7 +2,7 @@ The MIT License (MIT) -Copyright (c) 2017 Tim Warburton, Noel Chalmers, Jesse Chan, Ali Karakus +Copyright (c) 2017-2022 Tim Warburton, Noel Chalmers, Jesse Chan, Ali Karakus 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/paradogsMain.hpp b/paradogsMain.hpp index 6497db0..a8f0118 100755 --- a/paradogsMain.hpp +++ b/paradogsMain.hpp @@ -2,7 +2,7 @@ The MIT License (MIT) -Copyright (c) 2017 Tim Warburton, Noel Chalmers, Jesse Chan, Ali Karakus +Copyright (c) 2017-2022 Tim Warburton, Noel Chalmers, Jesse Chan, Ali Karakus 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/paradogsSettings.cpp b/paradogsSettings.cpp index 8e78aaa..7259c19 100755 --- a/paradogsSettings.cpp +++ b/paradogsSettings.cpp @@ -2,7 +2,7 @@ The MIT License (MIT) -Copyright (c) 2017 Tim Warburton, Noel Chalmers, Jesse Chan, Ali Karakus +Copyright (c) 2017-2022 Tim Warburton, Noel Chalmers, Jesse Chan, Ali Karakus Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal