From 5f5ecf241f5419759667bb6b9aec9cbc8a2ad519 Mon Sep 17 00:00:00 2001 From: Antonin Portelli Date: Mon, 13 Jan 2020 09:57:06 +0000 Subject: [PATCH] Copyright year update --- lib/Core/Eigen.hpp | 2 +- lib/Core/Exceptions.cpp | 2 +- lib/Core/Exceptions.hpp | 2 +- lib/Core/Mat.cpp | 2 +- lib/Core/Mat.hpp | 2 +- lib/Core/Math.cpp | 2 +- lib/Core/Math.hpp | 2 +- lib/Core/MathInterpreter.cpp | 2 +- lib/Core/MathInterpreter.hpp | 2 +- lib/Core/MathLexer.lpp | 2 +- lib/Core/MathParser.ypp | 2 +- lib/Core/ParserState.hpp | 2 +- lib/Core/Plot.cpp | 2 +- lib/Core/Plot.hpp | 2 +- lib/Core/Utilities.cpp | 2 +- lib/Core/Utilities.hpp | 2 +- lib/Core/stdincludes.hpp | 2 +- lib/Functional/CompiledFunction.cpp | 2 +- lib/Functional/CompiledFunction.hpp | 2 +- lib/Functional/CompiledModel.cpp | 2 +- lib/Functional/CompiledModel.hpp | 2 +- lib/Functional/Function.cpp | 2 +- lib/Functional/Function.hpp | 2 +- lib/Functional/Model.cpp | 2 +- lib/Functional/Model.hpp | 2 +- lib/Functional/TabFunction.cpp | 2 +- lib/Functional/TabFunction.hpp | 2 +- lib/Global.cpp | 2 +- lib/Global.hpp | 2 +- lib/Io/AsciiFile.cpp | 2 +- lib/Io/AsciiFile.hpp | 2 +- lib/Io/AsciiLexer.lpp | 2 +- lib/Io/AsciiParser.ypp | 2 +- lib/Io/File.cpp | 2 +- lib/Io/File.hpp | 2 +- lib/Io/Hdf5File.cpp | 2 +- lib/Io/Hdf5File.hpp | 2 +- lib/Io/Io.cpp | 2 +- lib/Io/Io.hpp | 2 +- lib/Io/IoObject.hpp | 2 +- lib/Io/XmlReader.cpp | 2 +- lib/Io/XmlReader.hpp | 2 +- lib/Numerical/Derivative.cpp | 2 +- lib/Numerical/Derivative.hpp | 2 +- lib/Numerical/FFT.hpp | 2 +- lib/Numerical/GslFFT.cpp | 2 +- lib/Numerical/GslFFT.hpp | 2 +- lib/Numerical/GslHybridRootFinder.cpp | 2 +- lib/Numerical/GslHybridRootFinder.hpp | 2 +- lib/Numerical/GslMinimizer.cpp | 2 +- lib/Numerical/GslMinimizer.hpp | 2 +- lib/Numerical/GslQagsIntegrator.cpp | 2 +- lib/Numerical/GslQagsIntegrator.hpp | 2 +- lib/Numerical/Integrator.hpp | 2 +- lib/Numerical/Minimizer.cpp | 2 +- lib/Numerical/Minimizer.hpp | 2 +- lib/Numerical/MinuitMinimizer.cpp | 2 +- lib/Numerical/MinuitMinimizer.hpp | 2 +- lib/Numerical/NloptMinimizer.cpp | 2 +- lib/Numerical/NloptMinimizer.hpp | 2 +- lib/Numerical/RootFinder.cpp | 2 +- lib/Numerical/RootFinder.hpp | 2 +- lib/Numerical/Solver.cpp | 2 +- lib/Numerical/Solver.hpp | 2 +- lib/Statistics/Dataset.hpp | 2 +- lib/Statistics/FitInterface.cpp | 2 +- lib/Statistics/FitInterface.hpp | 2 +- lib/Statistics/Histogram.cpp | 2 +- lib/Statistics/Histogram.hpp | 2 +- lib/Statistics/MatSample.hpp | 2 +- lib/Statistics/Random.cpp | 2 +- lib/Statistics/Random.hpp | 2 +- lib/Statistics/StatArray.cpp | 2 +- lib/Statistics/StatArray.hpp | 2 +- lib/Statistics/XYSampleData.cpp | 2 +- lib/Statistics/XYSampleData.hpp | 2 +- lib/Statistics/XYStatData.cpp | 2 +- lib/Statistics/XYStatData.hpp | 2 +- lib/includes.hpp | 2 +- utils/resample.cpp | 2 +- utils/sample-combine.cpp | 2 +- utils/sample-element.cpp | 2 +- utils/sample-fake.cpp | 2 +- utils/sample-ft.cpp | 2 +- utils/sample-plot-corr.cpp | 2 +- utils/sample-plot.cpp | 2 +- utils/sample-read.cpp | 2 +- 87 files changed, 87 insertions(+), 87 deletions(-) diff --git a/lib/Core/Eigen.hpp b/lib/Core/Eigen.hpp index 2684259..98b68db 100644 --- a/lib/Core/Eigen.hpp +++ b/lib/Core/Eigen.hpp @@ -1,7 +1,7 @@ /* * Eigen.hpp, part of LatAnalyze 3 * - * Copyright (C) 2013 - 2016 Antonin Portelli + * Copyright (C) 2013 - 2020 Antonin Portelli * * LatAnalyze 3 is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/lib/Core/Exceptions.cpp b/lib/Core/Exceptions.cpp index a3a1378..8c498b3 100644 --- a/lib/Core/Exceptions.cpp +++ b/lib/Core/Exceptions.cpp @@ -1,7 +1,7 @@ /* * Exceptions.cpp, part of LatAnalyze 3 * - * Copyright (C) 2013 - 2016 Antonin Portelli + * Copyright (C) 2013 - 2020 Antonin Portelli * * LatAnalyze 3 is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/lib/Core/Exceptions.hpp b/lib/Core/Exceptions.hpp index ed14efb..d922518 100644 --- a/lib/Core/Exceptions.hpp +++ b/lib/Core/Exceptions.hpp @@ -1,7 +1,7 @@ /* * Exceptions.hpp, part of LatAnalyze 3 * - * Copyright (C) 2013 - 2016 Antonin Portelli + * Copyright (C) 2013 - 2020 Antonin Portelli * * LatAnalyze 3 is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/lib/Core/Mat.cpp b/lib/Core/Mat.cpp index 2749054..571ab8c 100644 --- a/lib/Core/Mat.cpp +++ b/lib/Core/Mat.cpp @@ -1,7 +1,7 @@ /* * Mat.cpp, part of LatAnalyze 3 * - * Copyright (C) 2013 - 2016 Antonin Portelli + * Copyright (C) 2013 - 2020 Antonin Portelli * * LatAnalyze 3 is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/lib/Core/Mat.hpp b/lib/Core/Mat.hpp index e9b0af8..a76f9ba 100644 --- a/lib/Core/Mat.hpp +++ b/lib/Core/Mat.hpp @@ -1,7 +1,7 @@ /* * Mat.hpp, part of LatAnalyze 3 * - * Copyright (C) 2013 - 2016 Antonin Portelli + * Copyright (C) 2013 - 2020 Antonin Portelli * * LatAnalyze 3 is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/lib/Core/Math.cpp b/lib/Core/Math.cpp index 25c8495..df9e8ba 100644 --- a/lib/Core/Math.cpp +++ b/lib/Core/Math.cpp @@ -1,7 +1,7 @@ /* * Math.cpp, part of LatAnalyze 3 * - * Copyright (C) 2013 - 2016 Antonin Portelli + * Copyright (C) 2013 - 2020 Antonin Portelli * * LatAnalyze 3 is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/lib/Core/Math.hpp b/lib/Core/Math.hpp index 34e37d7..3802ceb 100644 --- a/lib/Core/Math.hpp +++ b/lib/Core/Math.hpp @@ -1,7 +1,7 @@ /* * Math.hpp, part of LatAnalyze 3 * - * Copyright (C) 2013 - 2016 Antonin Portelli + * Copyright (C) 2013 - 2020 Antonin Portelli * * LatAnalyze 3 is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/lib/Core/MathInterpreter.cpp b/lib/Core/MathInterpreter.cpp index ae8a2de..356b9b1 100644 --- a/lib/Core/MathInterpreter.cpp +++ b/lib/Core/MathInterpreter.cpp @@ -1,7 +1,7 @@ /* * MathInterpreter.cpp, part of LatAnalyze 3 * - * Copyright (C) 2013 - 2016 Antonin Portelli + * Copyright (C) 2013 - 2020 Antonin Portelli * * LatAnalyze 3 is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/lib/Core/MathInterpreter.hpp b/lib/Core/MathInterpreter.hpp index 1804d4e..d8ded14 100644 --- a/lib/Core/MathInterpreter.hpp +++ b/lib/Core/MathInterpreter.hpp @@ -1,7 +1,7 @@ /* * MathInterpreter.hpp, part of LatAnalyze 3 * - * Copyright (C) 2013 - 2016 Antonin Portelli + * Copyright (C) 2013 - 2020 Antonin Portelli * * LatAnalyze 3 is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/lib/Core/MathLexer.lpp b/lib/Core/MathLexer.lpp index 5d78191..9827d26 100644 --- a/lib/Core/MathLexer.lpp +++ b/lib/Core/MathLexer.lpp @@ -1,7 +1,7 @@ /* * MathLexer.lpp, part of LatAnalyze 3 * - * Copyright (C) 2013 - 2016 Antonin Portelli + * Copyright (C) 2013 - 2020 Antonin Portelli * * LatAnalyze 3 is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/lib/Core/MathParser.ypp b/lib/Core/MathParser.ypp index b22bd3f..39eaf1a 100644 --- a/lib/Core/MathParser.ypp +++ b/lib/Core/MathParser.ypp @@ -1,7 +1,7 @@ /* * MathParser.ypp, part of LatAnalyze 3 * - * Copyright (C) 2013 - 2016 Antonin Portelli + * Copyright (C) 2013 - 2020 Antonin Portelli * * LatAnalyze 3 is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/lib/Core/ParserState.hpp b/lib/Core/ParserState.hpp index 8a2503f..ecdc48e 100644 --- a/lib/Core/ParserState.hpp +++ b/lib/Core/ParserState.hpp @@ -1,7 +1,7 @@ /* * ParserState.hpp, part of LatAnalyze 3 * - * Copyright (C) 2013 - 2016 Antonin Portelli + * Copyright (C) 2013 - 2020 Antonin Portelli * * LatAnalyze 3 is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/lib/Core/Plot.cpp b/lib/Core/Plot.cpp index 77ee796..25d9286 100644 --- a/lib/Core/Plot.cpp +++ b/lib/Core/Plot.cpp @@ -1,7 +1,7 @@ /* * Plot.cpp, part of LatAnalyze 3 * - * Copyright (C) 2013 - 2016 Antonin Portelli + * Copyright (C) 2013 - 2020 Antonin Portelli * * LatAnalyze 3 is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/lib/Core/Plot.hpp b/lib/Core/Plot.hpp index 024bca2..e079906 100644 --- a/lib/Core/Plot.hpp +++ b/lib/Core/Plot.hpp @@ -1,7 +1,7 @@ /* * Plot.hpp, part of LatAnalyze 3 * - * Copyright (C) 2013 - 2016 Antonin Portelli + * Copyright (C) 2013 - 2020 Antonin Portelli * * LatAnalyze 3 is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/lib/Core/Utilities.cpp b/lib/Core/Utilities.cpp index 5178401..3ab30bd 100644 --- a/lib/Core/Utilities.cpp +++ b/lib/Core/Utilities.cpp @@ -1,7 +1,7 @@ /* * Utilities.cpp, part of LatAnalyze * - * Copyright (C) 2013 - 2015 Antonin Portelli + * Copyright (C) 2013 - 2020 Antonin Portelli * * LatAnalyze is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/lib/Core/Utilities.hpp b/lib/Core/Utilities.hpp index 926aecc..0ca5e4a 100644 --- a/lib/Core/Utilities.hpp +++ b/lib/Core/Utilities.hpp @@ -1,7 +1,7 @@ /* * Utilities.hpp, part of LatAnalyze * - * Copyright (C) 2013 - 2015 Antonin Portelli + * Copyright (C) 2013 - 2020 Antonin Portelli * * LatAnalyze is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/lib/Core/stdincludes.hpp b/lib/Core/stdincludes.hpp index 24e4ff3..bec9bf8 100644 --- a/lib/Core/stdincludes.hpp +++ b/lib/Core/stdincludes.hpp @@ -1,7 +1,7 @@ /* * stdincludes.hpp, part of LatAnalyze 3 * - * Copyright (C) 2013 - 2016 Antonin Portelli + * Copyright (C) 2013 - 2020 Antonin Portelli * * LatAnalyze 3 is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/lib/Functional/CompiledFunction.cpp b/lib/Functional/CompiledFunction.cpp index 40c4265..70aac6e 100644 --- a/lib/Functional/CompiledFunction.cpp +++ b/lib/Functional/CompiledFunction.cpp @@ -1,7 +1,7 @@ /* * CompiledFunction.cpp, part of LatAnalyze 3 * - * Copyright (C) 2013 - 2016 Antonin Portelli + * Copyright (C) 2013 - 2020 Antonin Portelli * * LatAnalyze 3 is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/lib/Functional/CompiledFunction.hpp b/lib/Functional/CompiledFunction.hpp index ebdf71e..01ef848 100644 --- a/lib/Functional/CompiledFunction.hpp +++ b/lib/Functional/CompiledFunction.hpp @@ -1,7 +1,7 @@ /* * CompiledFunction.hpp, part of LatAnalyze 3 * - * Copyright (C) 2013 - 2016 Antonin Portelli + * Copyright (C) 2013 - 2020 Antonin Portelli * * LatAnalyze 3 is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/lib/Functional/CompiledModel.cpp b/lib/Functional/CompiledModel.cpp index cf5b779..6d7b114 100644 --- a/lib/Functional/CompiledModel.cpp +++ b/lib/Functional/CompiledModel.cpp @@ -1,7 +1,7 @@ /* * CompiledModel.cpp, part of LatAnalyze 3 * - * Copyright (C) 2013 - 2016 Antonin Portelli + * Copyright (C) 2013 - 2020 Antonin Portelli * * LatAnalyze 3 is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/lib/Functional/CompiledModel.hpp b/lib/Functional/CompiledModel.hpp index 8c7cf5d..faac05a 100644 --- a/lib/Functional/CompiledModel.hpp +++ b/lib/Functional/CompiledModel.hpp @@ -1,7 +1,7 @@ /* * CompiledModel.hpp, part of LatAnalyze 3 * - * Copyright (C) 2013 - 2016 Antonin Portelli + * Copyright (C) 2013 - 2020 Antonin Portelli * * LatAnalyze 3 is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/lib/Functional/Function.cpp b/lib/Functional/Function.cpp index 18e286f..675499a 100644 --- a/lib/Functional/Function.cpp +++ b/lib/Functional/Function.cpp @@ -1,7 +1,7 @@ /* * Function.cpp, part of LatAnalyze 3 * - * Copyright (C) 2013 - 2016 Antonin Portelli + * Copyright (C) 2013 - 2020 Antonin Portelli * * LatAnalyze 3 is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/lib/Functional/Function.hpp b/lib/Functional/Function.hpp index 82bde35..917b4ca 100644 --- a/lib/Functional/Function.hpp +++ b/lib/Functional/Function.hpp @@ -1,7 +1,7 @@ /* * Function.hpp, part of LatAnalyze 3 * - * Copyright (C) 2013 - 2016 Antonin Portelli + * Copyright (C) 2013 - 2020 Antonin Portelli * * LatAnalyze 3 is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/lib/Functional/Model.cpp b/lib/Functional/Model.cpp index 5537572..595430f 100644 --- a/lib/Functional/Model.cpp +++ b/lib/Functional/Model.cpp @@ -1,7 +1,7 @@ /* * Model.cpp, part of LatAnalyze 3 * - * Copyright (C) 2013 - 2016 Antonin Portelli + * Copyright (C) 2013 - 2020 Antonin Portelli * * LatAnalyze 3 is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/lib/Functional/Model.hpp b/lib/Functional/Model.hpp index ba01c3e..ff946d9 100644 --- a/lib/Functional/Model.hpp +++ b/lib/Functional/Model.hpp @@ -1,7 +1,7 @@ /* * Model.hpp, part of LatAnalyze 3 * - * Copyright (C) 2013 - 2016 Antonin Portelli + * Copyright (C) 2013 - 2020 Antonin Portelli * * LatAnalyze 3 is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/lib/Functional/TabFunction.cpp b/lib/Functional/TabFunction.cpp index f7778cd..189ffd7 100644 --- a/lib/Functional/TabFunction.cpp +++ b/lib/Functional/TabFunction.cpp @@ -1,7 +1,7 @@ /* * TabFunction.cpp, part of LatAnalyze 3 * - * Copyright (C) 2013 - 2016 Antonin Portelli + * Copyright (C) 2013 - 2020 Antonin Portelli * * LatAnalyze 3 is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/lib/Functional/TabFunction.hpp b/lib/Functional/TabFunction.hpp index ea5517d..e097055 100644 --- a/lib/Functional/TabFunction.hpp +++ b/lib/Functional/TabFunction.hpp @@ -1,7 +1,7 @@ /* * TabFunction.hpp, part of LatAnalyze 3 * - * Copyright (C) 2013 - 2016 Antonin Portelli + * Copyright (C) 2013 - 2020 Antonin Portelli * * LatAnalyze 3 is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/lib/Global.cpp b/lib/Global.cpp index 42c8aa1..2b25d75 100644 --- a/lib/Global.cpp +++ b/lib/Global.cpp @@ -1,7 +1,7 @@ /* * Global.cpp, part of LatAnalyze 3 * - * Copyright (C) 2013 - 2016 Antonin Portelli + * Copyright (C) 2013 - 2020 Antonin Portelli * * LatAnalyze 3 is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/lib/Global.hpp b/lib/Global.hpp index bedafc2..c721f98 100644 --- a/lib/Global.hpp +++ b/lib/Global.hpp @@ -1,7 +1,7 @@ /* * Global.hpp, part of LatAnalyze 3 * - * Copyright (C) 2013 - 2016 Antonin Portelli + * Copyright (C) 2013 - 2020 Antonin Portelli * * LatAnalyze 3 is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/lib/Io/AsciiFile.cpp b/lib/Io/AsciiFile.cpp index f8af712..0f7a7c4 100644 --- a/lib/Io/AsciiFile.cpp +++ b/lib/Io/AsciiFile.cpp @@ -1,7 +1,7 @@ /* * AsciiFile.cpp, part of LatAnalyze 3 * - * Copyright (C) 2013 - 2016 Antonin Portelli + * Copyright (C) 2013 - 2020 Antonin Portelli * * LatAnalyze 3 is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/lib/Io/AsciiFile.hpp b/lib/Io/AsciiFile.hpp index 0282ea8..36c486e 100644 --- a/lib/Io/AsciiFile.hpp +++ b/lib/Io/AsciiFile.hpp @@ -1,7 +1,7 @@ /* * AsciiFile.hpp, part of LatAnalyze 3 * - * Copyright (C) 2013 - 2016 Antonin Portelli + * Copyright (C) 2013 - 2020 Antonin Portelli * * LatAnalyze 3 is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/lib/Io/AsciiLexer.lpp b/lib/Io/AsciiLexer.lpp index e4766fa..f5778b4 100644 --- a/lib/Io/AsciiLexer.lpp +++ b/lib/Io/AsciiLexer.lpp @@ -1,7 +1,7 @@ /* * AsciiLexer.lpp, part of LatAnalyze 3 * - * Copyright (C) 2013 - 2016 Antonin Portelli + * Copyright (C) 2013 - 2020 Antonin Portelli * * LatAnalyze 3 is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/lib/Io/AsciiParser.ypp b/lib/Io/AsciiParser.ypp index b1265ed..0d5a566 100644 --- a/lib/Io/AsciiParser.ypp +++ b/lib/Io/AsciiParser.ypp @@ -1,7 +1,7 @@ /* * AsciiParser.ypp, part of LatAnalyze 3 * - * Copyright (C) 2013 - 2016 Antonin Portelli + * Copyright (C) 2013 - 2020 Antonin Portelli * * LatAnalyze 3 is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/lib/Io/File.cpp b/lib/Io/File.cpp index 52c218d..1289ecb 100644 --- a/lib/Io/File.cpp +++ b/lib/Io/File.cpp @@ -1,7 +1,7 @@ /* * File.cpp, part of LatAnalyze 3 * - * Copyright (C) 2013 - 2016 Antonin Portelli + * Copyright (C) 2013 - 2020 Antonin Portelli * * LatAnalyze 3 is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/lib/Io/File.hpp b/lib/Io/File.hpp index 84d7c27..d375391 100644 --- a/lib/Io/File.hpp +++ b/lib/Io/File.hpp @@ -1,7 +1,7 @@ /* * File.hpp, part of LatAnalyze 3 * - * Copyright (C) 2013 - 2016 Antonin Portelli + * Copyright (C) 2013 - 2020 Antonin Portelli * * LatAnalyze 3 is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/lib/Io/Hdf5File.cpp b/lib/Io/Hdf5File.cpp index c6dc888..9733323 100644 --- a/lib/Io/Hdf5File.cpp +++ b/lib/Io/Hdf5File.cpp @@ -1,7 +1,7 @@ /* * Hdf5File.cpp, part of LatAnalyze 3 * - * Copyright (C) 2013 - 2016 Antonin Portelli, Matt Spraggs + * Copyright (C) 2013 - 2020 Antonin Portelli, Matt Spraggs * * LatAnalyze 3 is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/lib/Io/Hdf5File.hpp b/lib/Io/Hdf5File.hpp index 74ac345..4c69573 100644 --- a/lib/Io/Hdf5File.hpp +++ b/lib/Io/Hdf5File.hpp @@ -1,7 +1,7 @@ /* * Hdf5File.hpp, part of LatAnalyze 3 * - * Copyright (C) 2013 - 2016 Antonin Portelli, Matt Spraggs + * Copyright (C) 2013 - 2020 Antonin Portelli, Matt Spraggs * * LatAnalyze 3 is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/lib/Io/Io.cpp b/lib/Io/Io.cpp index 574abc4..416f30a 100644 --- a/lib/Io/Io.cpp +++ b/lib/Io/Io.cpp @@ -1,7 +1,7 @@ /* * Io.cpp, part of LatAnalyze 3 * - * Copyright (C) 2013 - 2016 Antonin Portelli + * Copyright (C) 2013 - 2020 Antonin Portelli * * LatAnalyze 3 is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/lib/Io/Io.hpp b/lib/Io/Io.hpp index 719706d..ea8e7b7 100644 --- a/lib/Io/Io.hpp +++ b/lib/Io/Io.hpp @@ -1,7 +1,7 @@ /* * Io.hpp, part of LatAnalyze 3 * - * Copyright (C) 2013 - 2016 Antonin Portelli + * Copyright (C) 2013 - 2020 Antonin Portelli * * LatAnalyze 3 is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/lib/Io/IoObject.hpp b/lib/Io/IoObject.hpp index 94f709d..4354dc4 100644 --- a/lib/Io/IoObject.hpp +++ b/lib/Io/IoObject.hpp @@ -1,7 +1,7 @@ /* * IoObject.hpp, part of LatAnalyze 3 * - * Copyright (C) 2013 - 2016 Antonin Portelli + * Copyright (C) 2013 - 2020 Antonin Portelli * * LatAnalyze 3 is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/lib/Io/XmlReader.cpp b/lib/Io/XmlReader.cpp index f8115f6..28a32cf 100644 --- a/lib/Io/XmlReader.cpp +++ b/lib/Io/XmlReader.cpp @@ -1,7 +1,7 @@ /* * XmlReader.cpp, part of LatAnalyze * - * Copyright (C) 2013 - 2014 Antonin Portelli + * Copyright (C) 2013 - 2020 Antonin Portelli * * LatAnalyze is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/lib/Io/XmlReader.hpp b/lib/Io/XmlReader.hpp index fb201e9..a552058 100644 --- a/lib/Io/XmlReader.hpp +++ b/lib/Io/XmlReader.hpp @@ -1,7 +1,7 @@ /* * XmlReader.hpp, part of LatAnalyze * - * Copyright (C) 2013 - 2015 Antonin Portelli + * Copyright (C) 2013 - 2020 Antonin Portelli * * LatAnalyze is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/lib/Numerical/Derivative.cpp b/lib/Numerical/Derivative.cpp index 5d7ff6e..fdcaa77 100644 --- a/lib/Numerical/Derivative.cpp +++ b/lib/Numerical/Derivative.cpp @@ -1,7 +1,7 @@ /* * Derivative.cpp, part of LatAnalyze 3 * - * Copyright (C) 2013 - 2016 Antonin Portelli + * Copyright (C) 2013 - 2020 Antonin Portelli * * LatAnalyze 3 is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/lib/Numerical/Derivative.hpp b/lib/Numerical/Derivative.hpp index 74898b6..56a43eb 100644 --- a/lib/Numerical/Derivative.hpp +++ b/lib/Numerical/Derivative.hpp @@ -1,7 +1,7 @@ /* * Derivative.hpp, part of LatAnalyze 3 * - * Copyright (C) 2013 - 2016 Antonin Portelli + * Copyright (C) 2013 - 2020 Antonin Portelli * * LatAnalyze 3 is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/lib/Numerical/FFT.hpp b/lib/Numerical/FFT.hpp index 05038b1..57be7d2 100644 --- a/lib/Numerical/FFT.hpp +++ b/lib/Numerical/FFT.hpp @@ -1,7 +1,7 @@ /* * FFT.hpp, part of LatAnalyze * - * Copyright (C) 2013 - 2017 Antonin Portelli + * Copyright (C) 2013 - 2020 Antonin Portelli * * LatAnalyze is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/lib/Numerical/GslFFT.cpp b/lib/Numerical/GslFFT.cpp index 7d71de9..7ba1f4b 100644 --- a/lib/Numerical/GslFFT.cpp +++ b/lib/Numerical/GslFFT.cpp @@ -1,7 +1,7 @@ /* * GslFFT.cpp, part of LatAnalyze * - * Copyright (C) 2013 - 2017 Antonin Portelli + * Copyright (C) 2013 - 2020 Antonin Portelli * * LatAnalyze is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/lib/Numerical/GslFFT.hpp b/lib/Numerical/GslFFT.hpp index 0225d38..bb90344 100644 --- a/lib/Numerical/GslFFT.hpp +++ b/lib/Numerical/GslFFT.hpp @@ -1,7 +1,7 @@ /* * GslFFT.hpp, part of LatAnalyze * - * Copyright (C) 2013 - 2017 Antonin Portelli + * Copyright (C) 2013 - 2020 Antonin Portelli * * LatAnalyze is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/lib/Numerical/GslHybridRootFinder.cpp b/lib/Numerical/GslHybridRootFinder.cpp index e41e5c7..cff9943 100644 --- a/lib/Numerical/GslHybridRootFinder.cpp +++ b/lib/Numerical/GslHybridRootFinder.cpp @@ -1,7 +1,7 @@ /* * GslHybridRootFinder.cpp, part of LatAnalyze 3 * - * Copyright (C) 2013 - 2016 Antonin Portelli + * Copyright (C) 2013 - 2020 Antonin Portelli * * LatAnalyze 3 is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/lib/Numerical/GslHybridRootFinder.hpp b/lib/Numerical/GslHybridRootFinder.hpp index eb05193..c52bbfb 100644 --- a/lib/Numerical/GslHybridRootFinder.hpp +++ b/lib/Numerical/GslHybridRootFinder.hpp @@ -1,7 +1,7 @@ /* * GslHybridRootFinder.hpp, part of LatAnalyze 3 * - * Copyright (C) 2013 - 2016 Antonin Portelli + * Copyright (C) 2013 - 2020 Antonin Portelli * * LatAnalyze 3 is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/lib/Numerical/GslMinimizer.cpp b/lib/Numerical/GslMinimizer.cpp index 2647d22..fccf1ef 100644 --- a/lib/Numerical/GslMinimizer.cpp +++ b/lib/Numerical/GslMinimizer.cpp @@ -1,7 +1,7 @@ /* * GslMinimizer.cpp, part of LatAnalyze * - * Copyright (C) 2013 - 2016 Antonin Portelli + * Copyright (C) 2013 - 2020 Antonin Portelli * * LatAnalyze is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/lib/Numerical/GslMinimizer.hpp b/lib/Numerical/GslMinimizer.hpp index 98a425f..40b839e 100644 --- a/lib/Numerical/GslMinimizer.hpp +++ b/lib/Numerical/GslMinimizer.hpp @@ -1,7 +1,7 @@ /* * GslMinimizer.hpp, part of LatAnalyze * - * Copyright (C) 2013 - 2016 Antonin Portelli + * Copyright (C) 2013 - 2020 Antonin Portelli * * LatAnalyze is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/lib/Numerical/GslQagsIntegrator.cpp b/lib/Numerical/GslQagsIntegrator.cpp index b73dc80..6190d9b 100644 --- a/lib/Numerical/GslQagsIntegrator.cpp +++ b/lib/Numerical/GslQagsIntegrator.cpp @@ -1,7 +1,7 @@ /* * GslQagsIntegrator.cpp, part of LatAnalyze 3 * - * Copyright (C) 2013 - 2016 Antonin Portelli + * Copyright (C) 2013 - 2020 Antonin Portelli * * LatAnalyze 3 is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/lib/Numerical/GslQagsIntegrator.hpp b/lib/Numerical/GslQagsIntegrator.hpp index f7e0c97..b0946eb 100644 --- a/lib/Numerical/GslQagsIntegrator.hpp +++ b/lib/Numerical/GslQagsIntegrator.hpp @@ -1,7 +1,7 @@ /* * GslQagsIntegrator.hpp, part of LatAnalyze 3 * - * Copyright (C) 2013 - 2016 Antonin Portelli + * Copyright (C) 2013 - 2020 Antonin Portelli * * LatAnalyze 3 is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/lib/Numerical/Integrator.hpp b/lib/Numerical/Integrator.hpp index 6e02cae..e087d8c 100644 --- a/lib/Numerical/Integrator.hpp +++ b/lib/Numerical/Integrator.hpp @@ -1,7 +1,7 @@ /* * Integrator.hpp, part of LatAnalyze 3 * - * Copyright (C) 2013 - 2016 Antonin Portelli + * Copyright (C) 2013 - 2020 Antonin Portelli * * LatAnalyze 3 is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/lib/Numerical/Minimizer.cpp b/lib/Numerical/Minimizer.cpp index 42c59f5..0bb1cb3 100644 --- a/lib/Numerical/Minimizer.cpp +++ b/lib/Numerical/Minimizer.cpp @@ -1,7 +1,7 @@ /* * Minimizer.cpp, part of LatAnalyze 3 * - * Copyright (C) 2013 - 2016 Antonin Portelli + * Copyright (C) 2013 - 2020 Antonin Portelli * * LatAnalyze 3 is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/lib/Numerical/Minimizer.hpp b/lib/Numerical/Minimizer.hpp index dc9ba26..2da27a9 100644 --- a/lib/Numerical/Minimizer.hpp +++ b/lib/Numerical/Minimizer.hpp @@ -1,7 +1,7 @@ /* * Minimizer.hpp, part of LatAnalyze 3 * - * Copyright (C) 2013 - 2016 Antonin Portelli + * Copyright (C) 2013 - 2020 Antonin Portelli * * LatAnalyze 3 is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/lib/Numerical/MinuitMinimizer.cpp b/lib/Numerical/MinuitMinimizer.cpp index a9652c4..c01ff19 100644 --- a/lib/Numerical/MinuitMinimizer.cpp +++ b/lib/Numerical/MinuitMinimizer.cpp @@ -1,7 +1,7 @@ /* * MinuitMinimizer.cpp, part of LatAnalyze 3 * - * Copyright (C) 2013 - 2016 Antonin Portelli + * Copyright (C) 2013 - 2020 Antonin Portelli * * LatAnalyze 3 is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/lib/Numerical/MinuitMinimizer.hpp b/lib/Numerical/MinuitMinimizer.hpp index d2f3b3b..c538ed4 100644 --- a/lib/Numerical/MinuitMinimizer.hpp +++ b/lib/Numerical/MinuitMinimizer.hpp @@ -1,7 +1,7 @@ /* * MinuitMinimizer.hpp, part of LatAnalyze 3 * - * Copyright (C) 2013 - 2016 Antonin Portelli + * Copyright (C) 2013 - 2020 Antonin Portelli * * LatAnalyze 3 is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/lib/Numerical/NloptMinimizer.cpp b/lib/Numerical/NloptMinimizer.cpp index 598e54a..7589f01 100644 --- a/lib/Numerical/NloptMinimizer.cpp +++ b/lib/Numerical/NloptMinimizer.cpp @@ -1,7 +1,7 @@ /* * NloptMinimizer.cpp, part of LatAnalyze 3 * - * Copyright (C) 2013 - 2016 Antonin Portelli + * Copyright (C) 2013 - 2020 Antonin Portelli * * LatAnalyze 3 is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/lib/Numerical/NloptMinimizer.hpp b/lib/Numerical/NloptMinimizer.hpp index 52d5e1c..869d075 100644 --- a/lib/Numerical/NloptMinimizer.hpp +++ b/lib/Numerical/NloptMinimizer.hpp @@ -1,7 +1,7 @@ /* * NloptMinimizer.hpp, part of LatAnalyze 3 * - * Copyright (C) 2013 - 2016 Antonin Portelli + * Copyright (C) 2013 - 2020 Antonin Portelli * * LatAnalyze 3 is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/lib/Numerical/RootFinder.cpp b/lib/Numerical/RootFinder.cpp index c86e0b4..3474298 100644 --- a/lib/Numerical/RootFinder.cpp +++ b/lib/Numerical/RootFinder.cpp @@ -1,7 +1,7 @@ /* * RootFinder.cpp, part of LatAnalyze 3 * - * Copyright (C) 2013 - 2016 Antonin Portelli + * Copyright (C) 2013 - 2020 Antonin Portelli * * LatAnalyze 3 is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/lib/Numerical/RootFinder.hpp b/lib/Numerical/RootFinder.hpp index 2781252..03ed0fc 100644 --- a/lib/Numerical/RootFinder.hpp +++ b/lib/Numerical/RootFinder.hpp @@ -1,7 +1,7 @@ /* * RootFinder.hpp, part of LatAnalyze 3 * - * Copyright (C) 2013 - 2016 Antonin Portelli + * Copyright (C) 2013 - 2020 Antonin Portelli * * LatAnalyze 3 is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/lib/Numerical/Solver.cpp b/lib/Numerical/Solver.cpp index 9830bdc..91f6a1a 100644 --- a/lib/Numerical/Solver.cpp +++ b/lib/Numerical/Solver.cpp @@ -1,7 +1,7 @@ /* * Solver.cpp, part of LatAnalyze 3 * - * Copyright (C) 2013 - 2016 Antonin Portelli + * Copyright (C) 2013 - 2020 Antonin Portelli * * LatAnalyze 3 is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/lib/Numerical/Solver.hpp b/lib/Numerical/Solver.hpp index da59f72..6424ca8 100644 --- a/lib/Numerical/Solver.hpp +++ b/lib/Numerical/Solver.hpp @@ -1,7 +1,7 @@ /* * Solver.hpp, part of LatAnalyze 3 * - * Copyright (C) 2013 - 2016 Antonin Portelli + * Copyright (C) 2013 - 2020 Antonin Portelli * * LatAnalyze 3 is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/lib/Statistics/Dataset.hpp b/lib/Statistics/Dataset.hpp index cb5bb5c..6b3087f 100644 --- a/lib/Statistics/Dataset.hpp +++ b/lib/Statistics/Dataset.hpp @@ -1,7 +1,7 @@ /* * Dataset.hpp, part of LatAnalyze 3 * - * Copyright (C) 2013 - 2016 Antonin Portelli + * Copyright (C) 2013 - 2020 Antonin Portelli * * LatAnalyze 3 is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/lib/Statistics/FitInterface.cpp b/lib/Statistics/FitInterface.cpp index f3f6c64..ba3e241 100644 --- a/lib/Statistics/FitInterface.cpp +++ b/lib/Statistics/FitInterface.cpp @@ -1,7 +1,7 @@ /* * FitInterface.cpp, part of LatAnalyze 3 * - * Copyright (C) 2013 - 2016 Antonin Portelli + * Copyright (C) 2013 - 2020 Antonin Portelli * * LatAnalyze 3 is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/lib/Statistics/FitInterface.hpp b/lib/Statistics/FitInterface.hpp index 744d237..0a26b0c 100644 --- a/lib/Statistics/FitInterface.hpp +++ b/lib/Statistics/FitInterface.hpp @@ -1,7 +1,7 @@ /* * FitInterface.hpp, part of LatAnalyze 3 * - * Copyright (C) 2013 - 2016 Antonin Portelli + * Copyright (C) 2013 - 2020 Antonin Portelli * * LatAnalyze 3 is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/lib/Statistics/Histogram.cpp b/lib/Statistics/Histogram.cpp index bed5bf7..4f2cf06 100644 --- a/lib/Statistics/Histogram.cpp +++ b/lib/Statistics/Histogram.cpp @@ -1,7 +1,7 @@ /* * Histogram.cpp, part of LatAnalyze 3 * - * Copyright (C) 2013 - 2016 Antonin Portelli + * Copyright (C) 2013 - 2020 Antonin Portelli * * LatAnalyze 3 is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/lib/Statistics/Histogram.hpp b/lib/Statistics/Histogram.hpp index ac9aee2..43c24b1 100644 --- a/lib/Statistics/Histogram.hpp +++ b/lib/Statistics/Histogram.hpp @@ -1,7 +1,7 @@ /* * Histogram.hpp, part of LatAnalyze 3 * - * Copyright (C) 2013 - 2016 Antonin Portelli + * Copyright (C) 2013 - 2020 Antonin Portelli * * LatAnalyze 3 is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/lib/Statistics/MatSample.hpp b/lib/Statistics/MatSample.hpp index f7ab73f..a48db9d 100644 --- a/lib/Statistics/MatSample.hpp +++ b/lib/Statistics/MatSample.hpp @@ -1,7 +1,7 @@ /* * MatSample.hpp, part of LatAnalyze 3 * - * Copyright (C) 2013 - 2016 Antonin Portelli + * Copyright (C) 2013 - 2020 Antonin Portelli * * LatAnalyze 3 is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/lib/Statistics/Random.cpp b/lib/Statistics/Random.cpp index 55afd47..eeb8c42 100644 --- a/lib/Statistics/Random.cpp +++ b/lib/Statistics/Random.cpp @@ -1,7 +1,7 @@ /* * Random.cpp, part of LatAnalyze 3 * - * Copyright (C) 2013 - 2016 Antonin Portelli + * Copyright (C) 2013 - 2020 Antonin Portelli * * LatAnalyze 3 is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/lib/Statistics/Random.hpp b/lib/Statistics/Random.hpp index cbf98ad..0d76c07 100644 --- a/lib/Statistics/Random.hpp +++ b/lib/Statistics/Random.hpp @@ -1,7 +1,7 @@ /* * Random.hpp, part of LatAnalyze 3 * - * Copyright (C) 2013 - 2019 Antonin Portelli + * Copyright (C) 2013 - 2020 Antonin Portelli * * LatAnalyze 3 is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/lib/Statistics/StatArray.cpp b/lib/Statistics/StatArray.cpp index cf73f0f..d92b4b6 100644 --- a/lib/Statistics/StatArray.cpp +++ b/lib/Statistics/StatArray.cpp @@ -1,7 +1,7 @@ /* * StatArray.cpp, part of LatAnalyze 3 * - * Copyright (C) 2013 - 2016 Antonin Portelli + * Copyright (C) 2013 - 2020 Antonin Portelli * * LatAnalyze 3 is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/lib/Statistics/StatArray.hpp b/lib/Statistics/StatArray.hpp index 87b9c58..9637089 100644 --- a/lib/Statistics/StatArray.hpp +++ b/lib/Statistics/StatArray.hpp @@ -1,7 +1,7 @@ /* * StatArray.hpp, part of LatAnalyze 3 * - * Copyright (C) 2013 - 2016 Antonin Portelli + * Copyright (C) 2013 - 2020 Antonin Portelli * * LatAnalyze 3 is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/lib/Statistics/XYSampleData.cpp b/lib/Statistics/XYSampleData.cpp index 4c46f70..6e2d2d6 100644 --- a/lib/Statistics/XYSampleData.cpp +++ b/lib/Statistics/XYSampleData.cpp @@ -1,7 +1,7 @@ /* * XYSampleData.cpp, part of LatAnalyze 3 * - * Copyright (C) 2013 - 2016 Antonin Portelli + * Copyright (C) 2013 - 2020 Antonin Portelli * * LatAnalyze 3 is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/lib/Statistics/XYSampleData.hpp b/lib/Statistics/XYSampleData.hpp index d7a4c7b..6cba855 100644 --- a/lib/Statistics/XYSampleData.hpp +++ b/lib/Statistics/XYSampleData.hpp @@ -1,7 +1,7 @@ /* * XYSampleData.hpp, part of LatAnalyze 3 * - * Copyright (C) 2013 - 2016 Antonin Portelli + * Copyright (C) 2013 - 2020 Antonin Portelli * * LatAnalyze 3 is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/lib/Statistics/XYStatData.cpp b/lib/Statistics/XYStatData.cpp index 32e4595..d324842 100644 --- a/lib/Statistics/XYStatData.cpp +++ b/lib/Statistics/XYStatData.cpp @@ -1,7 +1,7 @@ /* * XYStatData.cpp, part of LatAnalyze 3 * - * Copyright (C) 2013 - 2016 Antonin Portelli + * Copyright (C) 2013 - 2020 Antonin Portelli * * LatAnalyze 3 is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/lib/Statistics/XYStatData.hpp b/lib/Statistics/XYStatData.hpp index e8275dc..e14b15c 100644 --- a/lib/Statistics/XYStatData.hpp +++ b/lib/Statistics/XYStatData.hpp @@ -1,7 +1,7 @@ /* * XYStatData.hpp, part of LatAnalyze 3 * - * Copyright (C) 2013 - 2016 Antonin Portelli + * Copyright (C) 2013 - 2020 Antonin Portelli * * LatAnalyze 3 is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/lib/includes.hpp b/lib/includes.hpp index aaebac8..4e99748 100644 --- a/lib/includes.hpp +++ b/lib/includes.hpp @@ -1,7 +1,7 @@ /* * includes.hpp, part of LatAnalyze 3 * - * Copyright (C) 2013 - 2016 Antonin Portelli + * Copyright (C) 2013 - 2020 Antonin Portelli * * LatAnalyze 3 is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/utils/resample.cpp b/utils/resample.cpp index be9e89e..1f57f56 100644 --- a/utils/resample.cpp +++ b/utils/resample.cpp @@ -1,7 +1,7 @@ /* * resample.cpp, part of LatAnalyze 3 * - * Copyright (C) 2013 - 2016 Antonin Portelli + * Copyright (C) 2013 - 2020 Antonin Portelli * * LatAnalyze 3 is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/utils/sample-combine.cpp b/utils/sample-combine.cpp index 32817b1..e72bfac 100644 --- a/utils/sample-combine.cpp +++ b/utils/sample-combine.cpp @@ -1,7 +1,7 @@ /* * sample_combine.cpp, part of LatAnalyze 3 * - * Copyright (C) 2013 - 2016 Antonin Portelli + * Copyright (C) 2013 - 2020 Antonin Portelli * * LatAnalyze 3 is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/utils/sample-element.cpp b/utils/sample-element.cpp index 3b1e3c5..2ace911 100644 --- a/utils/sample-element.cpp +++ b/utils/sample-element.cpp @@ -1,7 +1,7 @@ /* * sample-element.cpp, part of LatAnalyze 3 * - * Copyright (C) 2013 - 2016 Antonin Portelli, Matt Spraggs + * Copyright (C) 2013 - 2020 Antonin Portelli, Matt Spraggs * * LatAnalyze 3 is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/utils/sample-fake.cpp b/utils/sample-fake.cpp index dd654a9..f34921b 100644 --- a/utils/sample-fake.cpp +++ b/utils/sample-fake.cpp @@ -1,7 +1,7 @@ /* * make_fake_sample.cpp, part of LatAnalyze 3 * - * Copyright (C) 2013 - 2016 Antonin Portelli + * Copyright (C) 2013 - 2020 Antonin Portelli * * LatAnalyze 3 is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/utils/sample-ft.cpp b/utils/sample-ft.cpp index 45a52cc..e4bf2c6 100644 --- a/utils/sample-ft.cpp +++ b/utils/sample-ft.cpp @@ -1,7 +1,7 @@ /* * sample-ft.cpp, part of LatAnalyze 3 * - * Copyright (C) 2013 - 2016 Antonin Portelli + * Copyright (C) 2013 - 2020 Antonin Portelli * * LatAnalyze 3 is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/utils/sample-plot-corr.cpp b/utils/sample-plot-corr.cpp index 2a1e260..b13136e 100644 --- a/utils/sample-plot-corr.cpp +++ b/utils/sample-plot-corr.cpp @@ -1,7 +1,7 @@ /* * sample_plot_corr.cpp, part of LatAnalyze 3 * - * Copyright (C) 2013 - 2016 Antonin Portelli + * Copyright (C) 2013 - 2020 Antonin Portelli * * LatAnalyze 3 is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/utils/sample-plot.cpp b/utils/sample-plot.cpp index 56fce42..683b822 100644 --- a/utils/sample-plot.cpp +++ b/utils/sample-plot.cpp @@ -1,7 +1,7 @@ /* * sample-plot.cpp, part of LatAnalyze 3 * - * Copyright (C) 2013 - 2016 Antonin Portelli + * Copyright (C) 2013 - 2020 Antonin Portelli * * LatAnalyze 3 is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/utils/sample-read.cpp b/utils/sample-read.cpp index c927b75..52f72af 100644 --- a/utils/sample-read.cpp +++ b/utils/sample-read.cpp @@ -1,7 +1,7 @@ /* * sample_read.cpp, part of LatAnalyze 3 * - * Copyright (C) 2013 - 2014 Antonin Portelli + * Copyright (C) 2013 - 2020 Antonin Portelli * * LatAnalyze 3 is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by