From 32e9302297de1c2cfd39367acd476fbee6fb63eb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Villemot?= <sebastien@dynare.org> Date: Thu, 21 Mar 2024 17:04:23 +0100 Subject: [PATCH] Fix typo in copyright notice [skip ci] --- matlab/stochastic_solver/resol.m | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/matlab/stochastic_solver/resol.m b/matlab/stochastic_solver/resol.m index 85cb9b9d1f..66916534ab 100644 --- a/matlab/stochastic_solver/resol.m +++ b/matlab/stochastic_solver/resol.m @@ -34,7 +34,7 @@ function [dr, info, params] = resol(check_flag, M_, options_, dr_in, endo_steady % info(1)=24 -> M_.params has been updated in the steadystate routine and has some NaNs. % info(1)=30 -> Ergodic variance can't be computed. -% Copyright © 20012023 Dynare Team +% Copyright © 2001-2023 Dynare Team % % This file is part of Dynare. % @@ -112,4 +112,4 @@ if options_.loglinear end end -[dr, info] = stochastic_solvers(dr, check_flag, M_, options_, exo_steady_state, exo_det_steady_state); \ No newline at end of file +[dr, info] = stochastic_solvers(dr, check_flag, M_, options_, exo_steady_state, exo_det_steady_state); -- GitLab