From 196024eeaa46eff2fd6ec517f24c28e8d62c9133 Mon Sep 17 00:00:00 2001 From: Florian Wagner Date: Wed, 2 Jan 2019 14:51:44 +0100 Subject: [PATCH] Happy new year! --- doc/conf.py | 2 +- src/baseentity.h | 2 +- src/bert/bert.cpp | 2 +- src/bert/bert.h | 2 +- src/bert/bertDataContainer.cpp | 2 +- src/bert/bertDataContainer.h | 2 +- src/bert/bertJacobian.cpp | 2 +- src/bert/bertJacobian.h | 2 +- src/bert/bertMisc.cpp | 2 +- src/bert/bertMisc.h | 2 +- src/bert/datamap.cpp | 2 +- src/bert/datamap.h | 2 +- src/bert/dcfemmodelling.cpp | 2 +- src/bert/dcfemmodelling.h | 2 +- src/bert/electrode.cpp | 2 +- src/bert/electrode.h | 2 +- src/blockmatrix.h | 2 +- src/calculateMultiThread.h | 2 +- src/cholmodWrapper.cpp | 2 +- src/cholmodWrapper.h | 2 +- src/curvefitting.cpp | 2 +- src/curvefitting.h | 2 +- src/datacontainer.cpp | 2 +- src/datacontainer.h | 2 +- src/dc1dmodelling.cpp | 2 +- src/dc1dmodelling.h | 2 +- src/elementmatrix.cpp | 2 +- src/elementmatrix.h | 2 +- src/em1dmodelling.cpp | 2 +- src/em1dmodelling.h | 2 +- src/exitcodes.h | 2 +- src/expressions.h | 2 +- src/gimli.cpp | 2 +- src/gimli.h | 2 +- src/gravimetry.cpp | 2 +- src/gravimetry.h | 2 +- src/integration.cpp | 2 +- src/integration.h | 2 +- src/interpolate.cpp | 2 +- src/interpolate.h | 2 +- src/inversion.cpp | 2 +- src/inversion.h | 2 +- src/inversionBase.h | 2 +- src/ipcClient.cpp | 2 +- src/ipcClient.h | 2 +- src/kdtreeWrapper.cpp | 2 +- src/kdtreeWrapper.h | 2 +- src/ldlWrapper.cpp | 2 +- src/linSolver.cpp | 2 +- src/linSolver.h | 2 +- src/line.cpp | 2 +- src/line.h | 2 +- src/matrix.h | 2 +- src/memwatch.cpp | 2 +- src/memwatch.h | 2 +- src/mesh.cpp | 2 +- src/mesh.h | 2 +- src/mesh_io.cpp | 2 +- src/meshentities.cpp | 2 +- src/meshentities.h | 2 +- src/meshgenerators.cpp | 2 +- src/meshgenerators.h | 2 +- src/modellingbase.cpp | 2 +- src/modellingbase.h | 2 +- src/node.cpp | 2 +- src/node.h | 2 +- src/numericbase.cpp | 2 +- src/numericbase.h | 2 +- src/optionmap.cpp | 2 +- src/optionmap.h | 2 +- src/plane.cpp | 2 +- src/plane.h | 2 +- src/platform.cpp | 2 +- src/platform.h | 2 +- src/polynomial.h | 2 +- src/pos.cpp | 2 +- src/pos.h | 2 +- src/quaternion.cpp | 2 +- src/quaternion.h | 2 +- src/refCountPtr.h | 2 +- src/regionManager.cpp | 2 +- src/regionManager.h | 2 +- src/shape.cpp | 2 +- src/shape.h | 2 +- src/solver.h | 2 +- src/solverWrapper.cpp | 2 +- src/solverWrapper.h | 2 +- src/sparsematrix.h | 2 +- src/spline.cpp | 2 +- src/spline.h | 2 +- src/stopwatch.cpp | 2 +- src/stopwatch.h | 2 +- src/trans.h | 2 +- src/triangleWrapper.cpp | 2 +- src/triangleWrapper.h | 2 +- src/ttdijkstramodelling.cpp | 2 +- src/ttdijkstramodelling.h | 2 +- src/vector.cpp | 2 +- src/vector.h | 2 +- src/vectortemplates.h | 2 +- 100 files changed, 100 insertions(+), 100 deletions(-) diff --git a/doc/conf.py b/doc/conf.py index 405eabced..7017c54b7 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -179,7 +179,7 @@ def setup(app): # General information about the project. project = 'pyGIMLi' -copyright = '2018 - GIMLi Development Team' +copyright = '2019 - GIMLi Development Team' # The version info for the project you're documenting, acts as replacement for # |version| and |release|, also used in various other places throughout the diff --git a/src/baseentity.h b/src/baseentity.h index 3dd071313..50638e539 100644 --- a/src/baseentity.h +++ b/src/baseentity.h @@ -1,5 +1,5 @@ /****************************************************************************** - * Copyright (C) 2005-2018 by the GIMLi development team * + * Copyright (C) 2005-2019 by the GIMLi development team * * Carsten Rücker carsten@resistivity.net * * * * Licensed under the Apache License, Version 2.0 (the "License"); * diff --git a/src/bert/bert.cpp b/src/bert/bert.cpp index 273344a71..fd0eb9b66 100644 --- a/src/bert/bert.cpp +++ b/src/bert/bert.cpp @@ -1,5 +1,5 @@ /****************************************************************************** - * Copyright (C) 2006-2018 by the resistivity.net development team * + * Copyright (C) 2006-2019 by the resistivity.net development team * * Carsten Rücker carsten@resistivity.net * * * * Licensed under the Apache License, Version 2.0 (the "License"); * diff --git a/src/bert/bert.h b/src/bert/bert.h index 56a20330a..51a47e13b 100644 --- a/src/bert/bert.h +++ b/src/bert/bert.h @@ -1,5 +1,5 @@ /****************************************************************************** - * Copyright (C) 2006-2018 by the resistivity.net development team * + * Copyright (C) 2006-2019 by the resistivity.net development team * * Carsten R�cker carsten@resistivity.net * * * * Licensed under the Apache License, Version 2.0 (the "License"); * diff --git a/src/bert/bertDataContainer.cpp b/src/bert/bertDataContainer.cpp index 54e429b60..a48c484ed 100644 --- a/src/bert/bertDataContainer.cpp +++ b/src/bert/bertDataContainer.cpp @@ -1,5 +1,5 @@ /****************************************************************************** - * Copyright (C) 2011-2018 by the resistivity.net development team * + * Copyright (C) 2011-2019 by the resistivity.net development team * * Carsten Rücker carsten@resistivity.net * * * * Licensed under the Apache License, Version 2.0 (the "License"); * diff --git a/src/bert/bertDataContainer.h b/src/bert/bertDataContainer.h index 6892c3bdd..ff6fb831a 100644 --- a/src/bert/bertDataContainer.h +++ b/src/bert/bertDataContainer.h @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2011-2018 by the resistivity.net development team * + * Copyright (C) 2011-2019 by the resistivity.net development team * * Carsten Rücker carsten@resistivity.net * * * * This program is free software; you can redistribute it and/or modify * diff --git a/src/bert/bertJacobian.cpp b/src/bert/bertJacobian.cpp index afb77fa8d..da456e0c3 100644 --- a/src/bert/bertJacobian.cpp +++ b/src/bert/bertJacobian.cpp @@ -1,5 +1,5 @@ /****************************************************************************** - * Copyright (C) 2006-2018 by the resistivity.net development team * + * Copyright (C) 2006-2019 by the resistivity.net development team * * Carsten Rücker carsten@resistivity.net * * * * Licensed under the Apache License, Version 2.0 (the "License"); * diff --git a/src/bert/bertJacobian.h b/src/bert/bertJacobian.h index da0637560..aeab7f54f 100644 --- a/src/bert/bertJacobian.h +++ b/src/bert/bertJacobian.h @@ -1,5 +1,5 @@ /****************************************************************************** - * Copyright (C) 2006-2018 by the resistivity.net development team * + * Copyright (C) 2006-2019 by the resistivity.net development team * * Carsten Rücker carsten@resistivity.net * * * * Licensed under the Apache License, Version 2.0 (the "License"); * diff --git a/src/bert/bertMisc.cpp b/src/bert/bertMisc.cpp index b182e6b86..1d02a5bf2 100644 --- a/src/bert/bertMisc.cpp +++ b/src/bert/bertMisc.cpp @@ -1,5 +1,5 @@ /****************************************************************************** - * Copyright (C) 2006-2018 by the resistivity.net development team * + * Copyright (C) 2006-2019 by the resistivity.net development team * * Carsten Rücker carsten@resistivity.net * * * * Licensed under the Apache License, Version 2.0 (the "License"); * diff --git a/src/bert/bertMisc.h b/src/bert/bertMisc.h index 424e30f04..2d91726ba 100644 --- a/src/bert/bertMisc.h +++ b/src/bert/bertMisc.h @@ -1,5 +1,5 @@ /****************************************************************************** - * Copyright (C) 2006-2018 by the resistivity.net development team * + * Copyright (C) 2006-2019 by the resistivity.net development team * * Carsten Rücker carsten@resistivity.net * * * * Licensed under the Apache License, Version 2.0 (the "License"); * diff --git a/src/bert/datamap.cpp b/src/bert/datamap.cpp index e4a7b604e..e8430134e 100644 --- a/src/bert/datamap.cpp +++ b/src/bert/datamap.cpp @@ -1,5 +1,5 @@ /****************************************************************************** - * Copyright (C) 2005-2018 by the resistivity.net development team * + * Copyright (C) 2005-2019 by the resistivity.net development team * * Carsten Rücker carsten@resistivity.net * * * * Licensed under the Apache License, Version 2.0 (the "License"); * diff --git a/src/bert/datamap.h b/src/bert/datamap.h index 7eb43c741..a6b4c923a 100644 --- a/src/bert/datamap.h +++ b/src/bert/datamap.h @@ -1,5 +1,5 @@ /****************************************************************************** - * Copyright (C) 2005-2018 by the resistivity.net development team * + * Copyright (C) 2005-2019 by the resistivity.net development team * * Carsten Rücker carsten@resistivity.net * * * * Licensed under the Apache License, Version 2.0 (the "License"); * diff --git a/src/bert/dcfemmodelling.cpp b/src/bert/dcfemmodelling.cpp index a2af4e080..93ce25b11 100644 --- a/src/bert/dcfemmodelling.cpp +++ b/src/bert/dcfemmodelling.cpp @@ -1,5 +1,5 @@ /****************************************************************************** - * Copyright (C) 2006-2018 by the resistivity.net development team * + * Copyright (C) 2006-2019 by the resistivity.net development team * * Carsten Rücker carsten@resistivity.net * * * * Licensed under the Apache License, Version 2.0 (the "License"); * diff --git a/src/bert/dcfemmodelling.h b/src/bert/dcfemmodelling.h index 510669d90..8b566f09b 100644 --- a/src/bert/dcfemmodelling.h +++ b/src/bert/dcfemmodelling.h @@ -1,5 +1,5 @@ /****************************************************************************** - * Copyright (C) 2006-2018 by the resistivity.net development team * + * Copyright (C) 2006-2019 by the resistivity.net development team * * Carsten Rücker carsten@resistivity.net * * * * Licensed under the Apache License, Version 2.0 (the "License"); * diff --git a/src/bert/electrode.cpp b/src/bert/electrode.cpp index 630bcd9cf..325b8ef7e 100644 --- a/src/bert/electrode.cpp +++ b/src/bert/electrode.cpp @@ -1,5 +1,5 @@ /****************************************************************************** - * Copyright (C) 2005-2018 by the resistivity.net development team * + * Copyright (C) 2005-2019 by the resistivity.net development team * * Carsten Rücker carsten@resistivity.net * * * * Licensed under the Apache License, Version 2.0 (the "License"); * diff --git a/src/bert/electrode.h b/src/bert/electrode.h index dca6a6a50..052d6424e 100644 --- a/src/bert/electrode.h +++ b/src/bert/electrode.h @@ -1,5 +1,5 @@ /****************************************************************************** - * Copyright (C) 2006-2018 by the resistivity.net development team * + * Copyright (C) 2006-2019 by the resistivity.net development team * * Carsten R�cker carsten@resistivity.net * * * * Licensed under the Apache License, Version 2.0 (the "License"); * diff --git a/src/blockmatrix.h b/src/blockmatrix.h index d1dafbd11..978c91fe6 100644 --- a/src/blockmatrix.h +++ b/src/blockmatrix.h @@ -1,5 +1,5 @@ /****************************************************************************** - * Copyright (C) 2005-2018 by the GIMLi development team * + * Copyright (C) 2005-2019 by the GIMLi development team * * Carsten Rücker carsten@resistivity.net * * * * Licensed under the Apache License, Version 2.0 (the "License"); * diff --git a/src/calculateMultiThread.h b/src/calculateMultiThread.h index 032e58a2b..9d3674167 100644 --- a/src/calculateMultiThread.h +++ b/src/calculateMultiThread.h @@ -1,5 +1,5 @@ /****************************************************************************** - * Copyright (C) 2005-2018 by the GIMLi development team * + * Copyright (C) 2005-2019 by the GIMLi development team * * Carsten Rücker carsten@resistivity.net * * * * Licensed under the Apache License, Version 2.0 (the "License"); * diff --git a/src/cholmodWrapper.cpp b/src/cholmodWrapper.cpp index 9ae5bf24b..6525d2d1e 100644 --- a/src/cholmodWrapper.cpp +++ b/src/cholmodWrapper.cpp @@ -1,5 +1,5 @@ /****************************************************************************** - * Copyright (C) 2005-2018 by the GIMLi development team * + * Copyright (C) 2005-2019 by the GIMLi development team * * Carsten Rücker carsten@resistivity.net * * * * Licensed under the Apache License, Version 2.0 (the "License"); * diff --git a/src/cholmodWrapper.h b/src/cholmodWrapper.h index cc83fe1d0..ab23ecb58 100644 --- a/src/cholmodWrapper.h +++ b/src/cholmodWrapper.h @@ -1,5 +1,5 @@ /****************************************************************************** - * Copyright (C) 2005-2018 by the GIMLi development team * + * Copyright (C) 2005-2019 by the GIMLi development team * * Carsten Rücker carsten@resistivity.net * * * * Licensed under the Apache License, Version 2.0 (the "License"); * diff --git a/src/curvefitting.cpp b/src/curvefitting.cpp index 68cf479dd..48150935e 100644 --- a/src/curvefitting.cpp +++ b/src/curvefitting.cpp @@ -1,5 +1,5 @@ /****************************************************************************** - * Copyright (C) 2009-2018 by the GIMLi development team * + * Copyright (C) 2009-2019 by the GIMLi development team * * Carsten Rücker carsten@resistivity.net * * * * Licensed under the Apache License, Version 2.0 (the "License"); * diff --git a/src/curvefitting.h b/src/curvefitting.h index 4e526b5a2..fd546e0b2 100644 --- a/src/curvefitting.h +++ b/src/curvefitting.h @@ -1,5 +1,5 @@ /****************************************************************************** - * Copyright (C) 2009-2018 by the GIMLi development team * + * Copyright (C) 2009-2019 by the GIMLi development team * * Carsten Rücker carsten@resistivity.net * * * * Licensed under the Apache License, Version 2.0 (the "License"); * diff --git a/src/datacontainer.cpp b/src/datacontainer.cpp index 5fc2de0a9..ec81a1252 100644 --- a/src/datacontainer.cpp +++ b/src/datacontainer.cpp @@ -1,5 +1,5 @@ /****************************************************************************** - * Copyright (C) 2006-2018 by the GIMLi development team * + * Copyright (C) 2006-2019 by the GIMLi development team * * Carsten Rücker carsten@resistivity.net * * * * Licensed under the Apache License, Version 2.0 (the "License"); * diff --git a/src/datacontainer.h b/src/datacontainer.h index 00d140fa0..45189c499 100644 --- a/src/datacontainer.h +++ b/src/datacontainer.h @@ -1,5 +1,5 @@ /****************************************************************************** - * Copyright (C) 2006-2018 by the GIMLi development team * + * Copyright (C) 2006-2019 by the GIMLi development team * * Carsten Rücker carsten@resistivity.net * * * * Licensed under the Apache License, Version 2.0 (the "License"); * diff --git a/src/dc1dmodelling.cpp b/src/dc1dmodelling.cpp index 7676c35b9..a4489bb8b 100644 --- a/src/dc1dmodelling.cpp +++ b/src/dc1dmodelling.cpp @@ -1,5 +1,5 @@ /****************************************************************************** - * Copyright (C) 2009-2018 by the GIMLi development team * + * Copyright (C) 2009-2019 by the GIMLi development team * * Thomas Günther thomas@resistivity.net * * Carsten Rücker carsten@resistivity.net * * * diff --git a/src/dc1dmodelling.h b/src/dc1dmodelling.h index 76be4d741..de932406f 100644 --- a/src/dc1dmodelling.h +++ b/src/dc1dmodelling.h @@ -1,5 +1,5 @@ /****************************************************************************** - * Copyright (C) 2009-2018 by the GIMLi development team * + * Copyright (C) 2009-2019 by the GIMLi development team * * Thomas Günther thomas@resistivity.net * * Carsten Rücker carsten@resistivity.net * * * diff --git a/src/elementmatrix.cpp b/src/elementmatrix.cpp index c756ecfd9..04cee0ce0 100644 --- a/src/elementmatrix.cpp +++ b/src/elementmatrix.cpp @@ -1,5 +1,5 @@ /****************************************************************************** - * Copyright (C) 2006-2018 by the GIMLi development team * + * Copyright (C) 2006-2019 by the GIMLi development team * * Carsten Rücker carsten@resistivity.net * * * * Licensed under the Apache License, Version 2.0 (the "License"); * diff --git a/src/elementmatrix.h b/src/elementmatrix.h index a693ea855..74cdb059e 100644 --- a/src/elementmatrix.h +++ b/src/elementmatrix.h @@ -1,5 +1,5 @@ /****************************************************************************** - * Copyright (C) 2006-2018 by the GIMLi development team * + * Copyright (C) 2006-2019 by the GIMLi development team * * Carsten Rücker carsten@resistivity.net * * * * Licensed under the Apache License, Version 2.0 (the "License"); * diff --git a/src/em1dmodelling.cpp b/src/em1dmodelling.cpp index da47d8f67..fbc41cef7 100644 --- a/src/em1dmodelling.cpp +++ b/src/em1dmodelling.cpp @@ -1,5 +1,5 @@ /****************************************************************************** - * Copyright (C) 2009-2018 by the GIMLi development team * + * Copyright (C) 2009-2019 by the GIMLi development team * * Thomas Günther thomas@resistivity.net * * Carsten Rücker carsten@resistivity.net * * * diff --git a/src/em1dmodelling.h b/src/em1dmodelling.h index 8d86d3801..44a29863f 100644 --- a/src/em1dmodelling.h +++ b/src/em1dmodelling.h @@ -1,5 +1,5 @@ /****************************************************************************** - * Copyright (C) 2009-2018 by the GIMLi development team * + * Copyright (C) 2009-2019 by the GIMLi development team * * Thomas Günther thomas@resistivity.net * * Carsten Rücker carsten@resistivity.net * * * diff --git a/src/exitcodes.h b/src/exitcodes.h index b50e6eb6d..e9435ede2 100644 --- a/src/exitcodes.h +++ b/src/exitcodes.h @@ -1,5 +1,5 @@ /****************************************************************************** - * Copyright (C) 2007-2018 by the GIMLi development team * + * Copyright (C) 2007-2019 by the GIMLi development team * * Carsten Rücker carsten@resistivity.net * * * * Licensed under the Apache License, Version 2.0 (the "License"); * diff --git a/src/expressions.h b/src/expressions.h index 6cd5cb541..d71592c1d 100644 --- a/src/expressions.h +++ b/src/expressions.h @@ -1,5 +1,5 @@ /****************************************************************************** - * Copyright (C) 2008-2018 by the GIMLi development team * + * Copyright (C) 2008-2019 by the GIMLi development team * * Carsten Rücker carsten@resistivity.net * * * * Licensed under the Apache License, Version 2.0 (the "License"); * diff --git a/src/gimli.cpp b/src/gimli.cpp index 6f95c956e..3828856df 100644 --- a/src/gimli.cpp +++ b/src/gimli.cpp @@ -1,5 +1,5 @@ /****************************************************************************** - * Copyright (C) 2006-2018 by the GIMLi development team * + * Copyright (C) 2006-2019 by the GIMLi development team * * Carsten Rücker carsten@resistivity.net * * * * Licensed under the Apache License, Version 2.0 (the "License"); * diff --git a/src/gimli.h b/src/gimli.h index d56243ed1..94f50a03b 100644 --- a/src/gimli.h +++ b/src/gimli.h @@ -1,5 +1,5 @@ /****************************************************************************** - * Copyright (C) 2006-2018 by the GIMLi development team * + * Copyright (C) 2006-2019 by the GIMLi development team * * Carsten Rücker carsten@resistivity.net * * * * Licensed under the Apache License, Version 2.0 (the "License"); * diff --git a/src/gravimetry.cpp b/src/gravimetry.cpp index 44a5f9580..b8e1ffeed 100644 --- a/src/gravimetry.cpp +++ b/src/gravimetry.cpp @@ -1,5 +1,5 @@ /****************************************************************************** - * Copyright (C) 2006-2018 by the GIMLi development team * + * Copyright (C) 2006-2019 by the GIMLi development team * * Carsten Rücker carsten@resistivity.net * * * * Licensed under the Apache License, Version 2.0 (the "License"); * diff --git a/src/gravimetry.h b/src/gravimetry.h index ca69a2826..6a9c67a35 100644 --- a/src/gravimetry.h +++ b/src/gravimetry.h @@ -1,5 +1,5 @@ /****************************************************************************** - * Copyright (C) 2012-2018 by the GIMLi development team * + * Copyright (C) 2012-2019 by the GIMLi development team * * Carsten Rücker carsten@resistivity.net * * * * Licensed under the Apache License, Version 2.0 (the "License"); * diff --git a/src/integration.cpp b/src/integration.cpp index daafe0162..f4ecc4482 100644 --- a/src/integration.cpp +++ b/src/integration.cpp @@ -1,5 +1,5 @@ /****************************************************************************** - * Copyright (C) 2006-2018 by the GIMLi development team * + * Copyright (C) 2006-2019 by the GIMLi development team * * Carsten Rücker carsten@resistivity.net * * * * Licensed under the Apache License, Version 2.0 (the "License"); * diff --git a/src/integration.h b/src/integration.h index 92b3f516b..1ff087530 100644 --- a/src/integration.h +++ b/src/integration.h @@ -1,5 +1,5 @@ /****************************************************************************** - * Copyright (C) 2006-2018 by the GIMLi development team * + * Copyright (C) 2006-2019 by the GIMLi development team * * Carsten Rücker carsten@resistivity.net * * * * Licensed under the Apache License, Version 2.0 (the "License"); * diff --git a/src/interpolate.cpp b/src/interpolate.cpp index 971c0b37f..299ed873e 100644 --- a/src/interpolate.cpp +++ b/src/interpolate.cpp @@ -1,5 +1,5 @@ /****************************************************************************** - * Copyright (C) 2006-2018 by the GIMLi development team * + * Copyright (C) 2006-2019 by the GIMLi development team * * Carsten Rücker carsten@resistivity.net * * * * Licensed under the Apache License, Version 2.0 (the "License"); * diff --git a/src/interpolate.h b/src/interpolate.h index 71e7dc902..dff6e8f9c 100644 --- a/src/interpolate.h +++ b/src/interpolate.h @@ -1,5 +1,5 @@ /****************************************************************************** - * Copyright (C) 2006-2018 by the GIMLi development team * + * Copyright (C) 2006-2019 by the GIMLi development team * * Carsten Rücker carsten@resistivity.net * * * * Licensed under the Apache License, Version 2.0 (the "License"); * diff --git a/src/inversion.cpp b/src/inversion.cpp index 273c92a5e..9b3c744a1 100644 --- a/src/inversion.cpp +++ b/src/inversion.cpp @@ -1,5 +1,5 @@ /****************************************************************************** - * Copyright (C) 2006-2018 by the GIMLi development team * + * Copyright (C) 2006-2019 by the GIMLi development team * * Carsten Rücker carsten@resistivity.net * * Thomas Günther thomas@resistivity.net * * * diff --git a/src/inversion.h b/src/inversion.h index 5cbbbdd7f..658609d08 100644 --- a/src/inversion.h +++ b/src/inversion.h @@ -1,5 +1,5 @@ /****************************************************************************** - * Copyright (C) 2006-2018 by the GIMLi development team * + * Copyright (C) 2006-2019 by the GIMLi development team * * Carsten Rücker carsten@resistivity.net * * Thomas Günther thomas@resistivity.net * * * diff --git a/src/inversionBase.h b/src/inversionBase.h index 79b52bd21..296bd7417 100644 --- a/src/inversionBase.h +++ b/src/inversionBase.h @@ -1,5 +1,5 @@ /****************************************************************************** - * Copyright (C) 2006-2018 by the GIMLi development team * + * Copyright (C) 2006-2019 by the GIMLi development team * * Carsten Rücker carsten@resistivity.net * * Thomas Günther thomas@resistivity.net * * * diff --git a/src/ipcClient.cpp b/src/ipcClient.cpp index 8920e4dd6..d0a3a12e2 100644 --- a/src/ipcClient.cpp +++ b/src/ipcClient.cpp @@ -1,5 +1,5 @@ /****************************************************************************** - * Copyright (C) 2006-2018 by the GIMLi development team * + * Copyright (C) 2006-2019 by the GIMLi development team * * Carsten Rücker carsten@resistivity.net * * * * Licensed under the Apache License, Version 2.0 (the "License"); * diff --git a/src/ipcClient.h b/src/ipcClient.h index 0938aa035..6dbf86ad9 100644 --- a/src/ipcClient.h +++ b/src/ipcClient.h @@ -1,5 +1,5 @@ /****************************************************************************** - * Copyright (C) 2006-2018 by the GIMLi development team * + * Copyright (C) 2006-2019 by the GIMLi development team * * Carsten Rücker carsten@resistivity.net * * * * Licensed under the Apache License, Version 2.0 (the "License"); * diff --git a/src/kdtreeWrapper.cpp b/src/kdtreeWrapper.cpp index 48dcaa11e..2a714fe31 100644 --- a/src/kdtreeWrapper.cpp +++ b/src/kdtreeWrapper.cpp @@ -1,5 +1,5 @@ /****************************************************************************** - * Copyright (C) 2006-2018 by the GIMLi development team * + * Copyright (C) 2006-2019 by the GIMLi development team * * Carsten Rücker carsten@resistivity.net * * * * Licensed under the Apache License, Version 2.0 (the "License"); * diff --git a/src/kdtreeWrapper.h b/src/kdtreeWrapper.h index 64255288e..a9789e7b3 100644 --- a/src/kdtreeWrapper.h +++ b/src/kdtreeWrapper.h @@ -1,5 +1,5 @@ /****************************************************************************** - * Copyright (C) 2006-2018 by the GIMLi development team * + * Copyright (C) 2006-2019 by the GIMLi development team * * Carsten Rücker carsten@resistivity.net * * * * Licensed under the Apache License, Version 2.0 (the "License"); * diff --git a/src/ldlWrapper.cpp b/src/ldlWrapper.cpp index edbacc9de..d6088887d 100644 --- a/src/ldlWrapper.cpp +++ b/src/ldlWrapper.cpp @@ -1,5 +1,5 @@ /****************************************************************************** - * Copyright (C) 2006-2018 by the GIMLi development team * + * Copyright (C) 2006-2019 by the GIMLi development team * * Carsten Rücker carsten@resistivity.net * * * * Licensed under the Apache License, Version 2.0 (the "License"); * diff --git a/src/linSolver.cpp b/src/linSolver.cpp index aa77ba3fd..b617fb602 100644 --- a/src/linSolver.cpp +++ b/src/linSolver.cpp @@ -1,5 +1,5 @@ /****************************************************************************** - * Copyright (C) 2007-2018 by the GIMLi development team * + * Copyright (C) 2007-2019 by the GIMLi development team * * Carsten Rücker carsten@resistivity.net * * * * Licensed under the Apache License, Version 2.0 (the "License"); * diff --git a/src/linSolver.h b/src/linSolver.h index ea79c2f3e..a7dcd4d8c 100644 --- a/src/linSolver.h +++ b/src/linSolver.h @@ -1,5 +1,5 @@ /****************************************************************************** - * Copyright (C) 2007-2018 by the GIMLi development team * + * Copyright (C) 2007-2019 by the GIMLi development team * * Carsten Ruecker carsten@resistivity.net * * * * Licensed under the Apache License, Version 2.0 (the "License"); * diff --git a/src/line.cpp b/src/line.cpp index 9044bca67..7ecabd722 100644 --- a/src/line.cpp +++ b/src/line.cpp @@ -1,5 +1,5 @@ /****************************************************************************** - * Copyright (C) 2008-2018 by the GIMLi development team * + * Copyright (C) 2008-2019 by the GIMLi development team * * Carsten Rücker carsten@resistivity.net * * * * Licensed under the Apache License, Version 2.0 (the "License"); * diff --git a/src/line.h b/src/line.h index bbf267c4a..7c304c86c 100644 --- a/src/line.h +++ b/src/line.h @@ -1,5 +1,5 @@ /****************************************************************************** - * Copyright (C) 2006-2018 by the GIMLi development team * + * Copyright (C) 2006-2019 by the GIMLi development team * * Carsten Rücker carsten@resistivity.net * * * * Licensed under the Apache License, Version 2.0 (the "License"); * diff --git a/src/matrix.h b/src/matrix.h index 09b7564f2..dcae8b07f 100644 --- a/src/matrix.h +++ b/src/matrix.h @@ -1,5 +1,5 @@ /****************************************************************************** - * Copyright (C) 2007-2018 by the GIMLi development team * + * Copyright (C) 2007-2019 by the GIMLi development team * * Carsten Rücker carsten@resistivity.net * * * * Licensed under the Apache License, Version 2.0 (the "License"); * diff --git a/src/memwatch.cpp b/src/memwatch.cpp index 7be1a5ddd..788b19018 100644 --- a/src/memwatch.cpp +++ b/src/memwatch.cpp @@ -1,5 +1,5 @@ /****************************************************************************** - * Copyright (C) 2012-2018 by the GIMLi development team * + * Copyright (C) 2012-2019 by the GIMLi development team * * Carsten Rücker carsten@resistivity.net * * * * Licensed under the Apache License, Version 2.0 (the "License"); * diff --git a/src/memwatch.h b/src/memwatch.h index b3b04f8af..77e150733 100644 --- a/src/memwatch.h +++ b/src/memwatch.h @@ -1,5 +1,5 @@ /****************************************************************************** - * Copyright (C) 2012-2018 by the GIMLi development team * + * Copyright (C) 2012-2019 by the GIMLi development team * * Carsten Rücker carsten@resistivity.net * * * * Licensed under the Apache License, Version 2.0 (the "License"); * diff --git a/src/mesh.cpp b/src/mesh.cpp index 5aa93a432..bf4ff2ab8 100644 --- a/src/mesh.cpp +++ b/src/mesh.cpp @@ -1,5 +1,5 @@ /****************************************************************************** - * Copyright (C) 2006-2018 by the GIMLi development team * + * Copyright (C) 2006-2019 by the GIMLi development team * * Carsten Rücker carsten@resistivity.net * * * * Licensed under the Apache License, Version 2.0 (the "License"); * diff --git a/src/mesh.h b/src/mesh.h index c0987f262..0a82f50e6 100644 --- a/src/mesh.h +++ b/src/mesh.h @@ -1,5 +1,5 @@ /****************************************************************************** - * Copyright (C) 2006-2018 by the GIMLi development team * + * Copyright (C) 2006-2019 by the GIMLi development team * * Carsten Rücker carsten@gimli.org * * * * Licensed under the Apache License, Version 2.0 (the "License"); * diff --git a/src/mesh_io.cpp b/src/mesh_io.cpp index fe5289d2e..74a05468e 100644 --- a/src/mesh_io.cpp +++ b/src/mesh_io.cpp @@ -1,5 +1,5 @@ /****************************************************************************** - * Copyright (C) 2006-2018 by the GIMLi development team * + * Copyright (C) 2006-2019 by the GIMLi development team * * Carsten Rücker carsten@resistivity.net * * * * Licensed under the Apache License, Version 2.0 (the "License"); * diff --git a/src/meshentities.cpp b/src/meshentities.cpp index d1c38ae9e..f3a2fae8e 100644 --- a/src/meshentities.cpp +++ b/src/meshentities.cpp @@ -1,5 +1,5 @@ /****************************************************************************** - * Copyright (C) 2006-2018 by the GIMLi development team * + * Copyright (C) 2006-2019 by the GIMLi development team * * Carsten Rücker carsten@resistivity.net * * * * Licensed under the Apache License, Version 2.0 (the "License"); * diff --git a/src/meshentities.h b/src/meshentities.h index 3d99cabaa..8376fe1b5 100644 --- a/src/meshentities.h +++ b/src/meshentities.h @@ -1,5 +1,5 @@ /****************************************************************************** - * Copyright (C) 2006-2018 by the GIMLi development team * + * Copyright (C) 2006-2019 by the GIMLi development team * * Carsten Rücker carsten@resistivity.net * * * * Licensed under the Apache License, Version 2.0 (the "License"); * diff --git a/src/meshgenerators.cpp b/src/meshgenerators.cpp index 8675fbe87..54760acfd 100644 --- a/src/meshgenerators.cpp +++ b/src/meshgenerators.cpp @@ -1,5 +1,5 @@ /****************************************************************************** - * Copyright (C) 2008-2018 by the GIMLi development team * + * Copyright (C) 2008-2019 by the GIMLi development team * * Carsten Rücker carsten@resistivity.net * * * * Licensed under the Apache License, Version 2.0 (the "License"); * diff --git a/src/meshgenerators.h b/src/meshgenerators.h index 42894d1b9..b95052689 100644 --- a/src/meshgenerators.h +++ b/src/meshgenerators.h @@ -1,5 +1,5 @@ /****************************************************************************** - * Copyright (C) 2008-2018 by the GIMLi development team * + * Copyright (C) 2008-2019 by the GIMLi development team * * Carsten Rücker carsten@resistivity.net * * * * Licensed under the Apache License, Version 2.0 (the "License"); * diff --git a/src/modellingbase.cpp b/src/modellingbase.cpp index d9bb556b1..8c48242f9 100644 --- a/src/modellingbase.cpp +++ b/src/modellingbase.cpp @@ -1,5 +1,5 @@ /****************************************************************************** - * Copyright (C) 2005-2018 by the GIMLi development team * + * Copyright (C) 2005-2019 by the GIMLi development team * * Carsten Rücker carsten@resistivity.net * * * * Licensed under the Apache License, Version 2.0 (the "License"); * diff --git a/src/modellingbase.h b/src/modellingbase.h index 480728b96..a7cb76dca 100644 --- a/src/modellingbase.h +++ b/src/modellingbase.h @@ -1,5 +1,5 @@ /****************************************************************************** - * Copyright (C) 2005-2018 by the GIMLi development team * + * Copyright (C) 2005-2019 by the GIMLi development team * * Carsten Rücker carsten@resistivity.net * * * * Licensed under the Apache License, Version 2.0 (the "License"); * diff --git a/src/node.cpp b/src/node.cpp index 220d2cdb5..4347821d4 100644 --- a/src/node.cpp +++ b/src/node.cpp @@ -1,5 +1,5 @@ /****************************************************************************** - * Copyright (C) 2006-2018 by the GIMLi development team * + * Copyright (C) 2006-2019 by the GIMLi development team * * Carsten Rücker carsten@resistivity.net * * * * Licensed under the Apache License, Version 2.0 (the "License"); * diff --git a/src/node.h b/src/node.h index e3a198303..7b5ea57c1 100644 --- a/src/node.h +++ b/src/node.h @@ -1,5 +1,5 @@ /****************************************************************************** - * Copyright (C) 2006-2018 by the GIMLi development team * + * Copyright (C) 2006-2019 by the GIMLi development team * * Carsten Rücker carsten@resistivity.net * * * * Licensed under the Apache License, Version 2.0 (the "License"); * diff --git a/src/numericbase.cpp b/src/numericbase.cpp index 70aa52f6a..25a5a8f86 100644 --- a/src/numericbase.cpp +++ b/src/numericbase.cpp @@ -1,5 +1,5 @@ /****************************************************************************** - * Copyright (C) 2006-2018 by the GIMLi development team * + * Copyright (C) 2006-2019 by the GIMLi development team * * Carsten Rücker carsten@resistivity.net * * * * Licensed under the Apache License, Version 2.0 (the "License"); * diff --git a/src/numericbase.h b/src/numericbase.h index ac102148c..bb5c7cceb 100644 --- a/src/numericbase.h +++ b/src/numericbase.h @@ -1,5 +1,5 @@ /****************************************************************************** - * Copyright (C) 2006-2018 by the GIMLi development team * + * Copyright (C) 2006-2019 by the GIMLi development team * * Carsten Rücker carsten@resistivity.net * * * * Licensed under the Apache License, Version 2.0 (the "License"); * diff --git a/src/optionmap.cpp b/src/optionmap.cpp index 02b11fe68..e8d465a3c 100644 --- a/src/optionmap.cpp +++ b/src/optionmap.cpp @@ -1,5 +1,5 @@ /****************************************************************************** - * Copyright (C) 2009-2018 by the GIMLi development team * + * Copyright (C) 2009-2019 by the GIMLi development team * * Carsten Rücker carsten@resistivity.net * * * * Licensed under the Apache License, Version 2.0 (the "License"); * diff --git a/src/optionmap.h b/src/optionmap.h index a58db412a..7556f4a45 100644 --- a/src/optionmap.h +++ b/src/optionmap.h @@ -1,5 +1,5 @@ /****************************************************************************** - * Copyright (C) 2009-2018 by the GIMLi development team * + * Copyright (C) 2009-2019 by the GIMLi development team * * Carsten Rücker carsten@resistivity.net * * * * Licensed under the Apache License, Version 2.0 (the "License"); * diff --git a/src/plane.cpp b/src/plane.cpp index 33e385bbb..a5b6de535 100644 --- a/src/plane.cpp +++ b/src/plane.cpp @@ -1,5 +1,5 @@ /****************************************************************************** - * Copyright (C) 2006-2018 by the GIMLi development team * + * Copyright (C) 2006-2019 by the GIMLi development team * * Carsten Rücker carsten@resistivity.net * * * * Licensed under the Apache License, Version 2.0 (the "License"); * diff --git a/src/plane.h b/src/plane.h index b818c0909..d489a7d1a 100644 --- a/src/plane.h +++ b/src/plane.h @@ -1,5 +1,5 @@ /****************************************************************************** - * Copyright (C) 2007-2018 by the GIMLi development team * + * Copyright (C) 2007-2019 by the GIMLi development team * * Carsten Rücker carsten@resistivity.net * * * * Licensed under the Apache License, Version 2.0 (the "License"); * diff --git a/src/platform.cpp b/src/platform.cpp index a69198d42..712f226e9 100644 --- a/src/platform.cpp +++ b/src/platform.cpp @@ -1,5 +1,5 @@ /****************************************************************************** - * Copyright (C) 2006-2018 by the GIMLi development team * + * Copyright (C) 2006-2019 by the GIMLi development team * * Carsten Rücker carsten@resistivity.net * * * * Licensed under the Apache License, Version 2.0 (the "License"); * diff --git a/src/platform.h b/src/platform.h index 31a4e8108..97b27b3b6 100644 --- a/src/platform.h +++ b/src/platform.h @@ -1,5 +1,5 @@ /****************************************************************************** - * Copyright (C) 2006-2018 by the GIMLi development team * + * Copyright (C) 2006-2019 by the GIMLi development team * * Carsten Rücker carsten@resistivity.net * * * * Licensed under the Apache License, Version 2.0 (the "License"); * diff --git a/src/polynomial.h b/src/polynomial.h index 79c64f633..c6f5eff47 100644 --- a/src/polynomial.h +++ b/src/polynomial.h @@ -1,5 +1,5 @@ /****************************************************************************** - * Copyright (C) 2012-2018 by the GIMLi development team * + * Copyright (C) 2012-2019 by the GIMLi development team * * Carsten Rücker carsten@resistivity.net * * * * Licensed under the Apache License, Version 2.0 (the "License"); * diff --git a/src/pos.cpp b/src/pos.cpp index be481d70d..ad86e9f7d 100644 --- a/src/pos.cpp +++ b/src/pos.cpp @@ -1,5 +1,5 @@ /****************************************************************************** - * Copyright (C) 2006-2018 by the GIMLi development team * + * Copyright (C) 2006-2019 by the GIMLi development team * * Carsten Rücker carsten@resistivity.net * * * * Licensed under the Apache License, Version 2.0 (the "License"); * diff --git a/src/pos.h b/src/pos.h index 863f9db7f..801ba6193 100644 --- a/src/pos.h +++ b/src/pos.h @@ -1,5 +1,5 @@ /****************************************************************************** - * Copyright (C) 2006-2018 by the GIMLi development team * + * Copyright (C) 2006-2019 by the GIMLi development team * * Carsten Rücker carsten@resistivity.net * * * * Licensed under the Apache License, Version 2.0 (the "License"); * diff --git a/src/quaternion.cpp b/src/quaternion.cpp index 8aaac4f5c..f77945017 100644 --- a/src/quaternion.cpp +++ b/src/quaternion.cpp @@ -1,5 +1,5 @@ /****************************************************************************** - * Copyright (C) 2008-2018 by the GIMLi development team * + * Copyright (C) 2008-2019 by the GIMLi development team * * Carsten Rücker carsten@resistivity.net * * * * Licensed under the Apache License, Version 2.0 (the "License"); * diff --git a/src/quaternion.h b/src/quaternion.h index 63d461b87..6d4164124 100644 --- a/src/quaternion.h +++ b/src/quaternion.h @@ -1,5 +1,5 @@ /****************************************************************************** - * Copyright (C) 2008-2018 by the GIMLi development team * + * Copyright (C) 2008-2019 by the GIMLi development team * * Carsten Rücker carsten@resistivity.net * * * * Licensed under the Apache License, Version 2.0 (the "License"); * diff --git a/src/refCountPtr.h b/src/refCountPtr.h index ea537c4f3..29ba86ade 100644 --- a/src/refCountPtr.h +++ b/src/refCountPtr.h @@ -1,5 +1,5 @@ /****************************************************************************** - * Copyright (C) 2014-2018 by the GIMLi development team * + * Copyright (C) 2014-2019 by the GIMLi development team * * Carsten Rücker carsten@resistivity.net * * * * Licensed under the Apache License, Version 2.0 (the "License"); * diff --git a/src/regionManager.cpp b/src/regionManager.cpp index f2bfb24d6..82af37dd8 100644 --- a/src/regionManager.cpp +++ b/src/regionManager.cpp @@ -1,5 +1,5 @@ /****************************************************************************** - * Copyright (C) 2008-2018 by the GIMLi development team * + * Copyright (C) 2008-2019 by the GIMLi development team * * Carsten Rücker carsten@resistivity.net * * * * Licensed under the Apache License, Version 2.0 (the "License"); * diff --git a/src/regionManager.h b/src/regionManager.h index b4f2ee3b3..0495d2bd9 100644 --- a/src/regionManager.h +++ b/src/regionManager.h @@ -1,5 +1,5 @@ /****************************************************************************** - * Copyright (C) 2008-2018 by the GIMLi development team * + * Copyright (C) 2008-2019 by the GIMLi development team * * Carsten Rücker carsten@resistivity.net * * Thomas Günther thomas@resistivity.net * * * diff --git a/src/shape.cpp b/src/shape.cpp index 2af8bcfee..e2752a68d 100644 --- a/src/shape.cpp +++ b/src/shape.cpp @@ -1,5 +1,5 @@ /****************************************************************************** - * Copyright (C) 2006-2018 by the GIMLi development team * + * Copyright (C) 2006-2019 by the GIMLi development team * * Carsten Rücker carsten@resistivity.net * * * * Licensed under the Apache License, Version 2.0 (the "License"); * diff --git a/src/shape.h b/src/shape.h index fea2e7afd..bbb85c269 100644 --- a/src/shape.h +++ b/src/shape.h @@ -1,5 +1,5 @@ /****************************************************************************** - * Copyright (C) 2006-2018 by the GIMLi development team * + * Copyright (C) 2006-2019 by the GIMLi development team * * Carsten Rücker carsten@resistivity.net * * * * Licensed under the Apache License, Version 2.0 (the "License"); * diff --git a/src/solver.h b/src/solver.h index 4b1856e78..4012449bc 100644 --- a/src/solver.h +++ b/src/solver.h @@ -1,5 +1,5 @@ /****************************************************************************** - * Copyright (C) 2006-2018 by the GIMLi development team * + * Copyright (C) 2006-2019 by the GIMLi development team * * Carsten Rücker carsten@resistivity.net * * Thomas Günther thomas@resistivity.net * * * diff --git a/src/solverWrapper.cpp b/src/solverWrapper.cpp index 54c6c223a..c860cfd48 100644 --- a/src/solverWrapper.cpp +++ b/src/solverWrapper.cpp @@ -1,5 +1,5 @@ /****************************************************************************** - * Copyright (C) 2006-2018 by the GIMLi development team * + * Copyright (C) 2006-2019 by the GIMLi development team * * Carsten Rücker carsten@resistivity.net * * * * Licensed under the Apache License, Version 2.0 (the "License"); * diff --git a/src/solverWrapper.h b/src/solverWrapper.h index baa8f53c6..bd7efd754 100644 --- a/src/solverWrapper.h +++ b/src/solverWrapper.h @@ -1,5 +1,5 @@ /****************************************************************************** - * Copyright (C) 2006-2018 by the GIMLi development team * + * Copyright (C) 2006-2019 by the GIMLi development team * * Carsten Rücker carsten@resistivity.net * * * * Licensed under the Apache License, Version 2.0 (the "License"); * diff --git a/src/sparsematrix.h b/src/sparsematrix.h index 41cb4d91a..fc04c076e 100644 --- a/src/sparsematrix.h +++ b/src/sparsematrix.h @@ -1,5 +1,5 @@ /****************************************************************************** - * Copyright (C) 2006-2018 by the GIMLi development team * + * Copyright (C) 2006-2019 by the GIMLi development team * * Carsten Rücker carsten@resistivity.net * * * * Licensed under the Apache License, Version 2.0 (the "License"); * diff --git a/src/spline.cpp b/src/spline.cpp index 1d7420afc..473a4e410 100644 --- a/src/spline.cpp +++ b/src/spline.cpp @@ -1,5 +1,5 @@ /****************************************************************************** - * Copyright (C) 2006-2018 by the GIMLi development team * + * Copyright (C) 2006-2019 by the GIMLi development team * * Carsten Rücker carsten@resistivity.net * * * * Licensed under the Apache License, Version 2.0 (the "License"); * diff --git a/src/spline.h b/src/spline.h index 153239970..a15e941c8 100644 --- a/src/spline.h +++ b/src/spline.h @@ -1,5 +1,5 @@ /****************************************************************************** - * Copyright (C) 2006-2018 by the GIMLi development team * + * Copyright (C) 2006-2019 by the GIMLi development team * * Carsten Rücker carsten@resistivity.net * * * * Licensed under the Apache License, Version 2.0 (the "License"); * diff --git a/src/stopwatch.cpp b/src/stopwatch.cpp index a90483bf9..baaba8797 100644 --- a/src/stopwatch.cpp +++ b/src/stopwatch.cpp @@ -1,5 +1,5 @@ /****************************************************************************** - * Copyright (C) 2006-2018 by the GIMLi development team * + * Copyright (C) 2006-2019 by the GIMLi development team * * Carsten Rücker carsten@resistivity.net * * * * Licensed under the Apache License, Version 2.0 (the "License"); * diff --git a/src/stopwatch.h b/src/stopwatch.h index 7885cf1e3..e23b392a3 100644 --- a/src/stopwatch.h +++ b/src/stopwatch.h @@ -1,5 +1,5 @@ /****************************************************************************** - * Copyright (C) 2006-2018 by the GIMLi development team * + * Copyright (C) 2006-2019 by the GIMLi development team * * Carsten Rücker carsten@resistivity.net * * * * Licensed under the Apache License, Version 2.0 (the "License"); * diff --git a/src/trans.h b/src/trans.h index d5c2e75b9..07f1ec7ad 100644 --- a/src/trans.h +++ b/src/trans.h @@ -1,5 +1,5 @@ /****************************************************************************** - * Copyright (C) 2006-2018 by the GIMLi development team * + * Copyright (C) 2006-2019 by the GIMLi development team * * Thomas Günther thomas@resistivity.net * * Carsten Rücker carsten@resistivity.net * * * diff --git a/src/triangleWrapper.cpp b/src/triangleWrapper.cpp index e0e690086..8c5db602c 100644 --- a/src/triangleWrapper.cpp +++ b/src/triangleWrapper.cpp @@ -1,5 +1,5 @@ /****************************************************************************** - * Copyright (C) 2005-2018 by the GIMLi development team * + * Copyright (C) 2005-2019 by the GIMLi development team * * Carsten Rücker carsten@resistivity.net * * * * Licensed under the Apache License, Version 2.0 (the "License"); * diff --git a/src/triangleWrapper.h b/src/triangleWrapper.h index 2dabec80c..f8c1cf24f 100644 --- a/src/triangleWrapper.h +++ b/src/triangleWrapper.h @@ -1,5 +1,5 @@ /****************************************************************************** - * Copyright (C) 2005-2018 by the GIMLi development team * + * Copyright (C) 2005-2019 by the GIMLi development team * * Carsten Rücker carsten@resistivity.net * * * * Licensed under the Apache License, Version 2.0 (the "License"); * diff --git a/src/ttdijkstramodelling.cpp b/src/ttdijkstramodelling.cpp index 3692926cf..883b1f1a9 100644 --- a/src/ttdijkstramodelling.cpp +++ b/src/ttdijkstramodelling.cpp @@ -1,5 +1,5 @@ /****************************************************************************** - * Copyright (C) 2006-2018 by the GIMLi development team * + * Copyright (C) 2006-2019 by the GIMLi development team * * Carsten Rücker carsten@resistivity.net * * Thomas Günther thomas@resistivity.net * * * diff --git a/src/ttdijkstramodelling.h b/src/ttdijkstramodelling.h index 4aebfc295..e3803691c 100644 --- a/src/ttdijkstramodelling.h +++ b/src/ttdijkstramodelling.h @@ -1,5 +1,5 @@ /****************************************************************************** - * Copyright (C) 2006-2018 by the GIMLi development team * + * Copyright (C) 2006-2019 by the GIMLi development team * * Carsten Rücker carsten@resistivity.net * * Thomas Günther thomas@resistivity.net * * * diff --git a/src/vector.cpp b/src/vector.cpp index 0add37c5e..dd5380408 100644 --- a/src/vector.cpp +++ b/src/vector.cpp @@ -1,5 +1,5 @@ /****************************************************************************** - * Copyright (C) 2007-2018 by the GIMLi development team * + * Copyright (C) 2007-2019 by the GIMLi development team * * Carsten Rücker carsten@resistivity.net * * * * Licensed under the Apache License, Version 2.0 (the "License"); * diff --git a/src/vector.h b/src/vector.h index eafc20633..fd487b1b9 100644 --- a/src/vector.h +++ b/src/vector.h @@ -1,5 +1,5 @@ /****************************************************************************** - * Copyright (C) 2007-2018 by the GIMLi development team * + * Copyright (C) 2007-2019 by the GIMLi development team * * Carsten Rücker carsten@resistivity.net * * * * Licensed under the Apache License, Version 2.0 (the "License"); * diff --git a/src/vectortemplates.h b/src/vectortemplates.h index f52d46aff..6da50a05e 100644 --- a/src/vectortemplates.h +++ b/src/vectortemplates.h @@ -1,5 +1,5 @@ /****************************************************************************** - * Copyright (C) 2006-2018 by the GIMLi development team * + * Copyright (C) 2006-2019 by the GIMLi development team * * Carsten Rücker carsten@resistivity.net * * * * Licensed under the Apache License, Version 2.0 (the "License"); *