diff --git a/README.md b/README.md
index 923427bb108ba68697a389dd003a7a1f4c2da5b1..3b63ee4f3e75304ea4b91b7032117e33c3921f10 100644
--- a/README.md
+++ b/README.md
@@ -27,7 +27,7 @@ or downloading a zip archive:
 
 Add the `dseries/src` folder to the Matlab/Octave path, and run the following command (on Matlab/Octave) prompt:
 
-    >> dseries.initialize()
+    >> dseries().initialize()
 
 which, depending on your system, will add the necessary subfolders to
 the Matlab/Octave path. Also, if
diff --git a/src/@dseries/initialize.m b/src/@dseries/initialize.m
index 51b3f26b499b6688fa8dcc6475620ed664415ee1..b7778d10f6bc25aad31709465529136dc8be4ada 100644
--- a/src/@dseries/initialize.m
+++ b/src/@dseries/initialize.m
@@ -1,6 +1,6 @@
 function initialize(fake)
 
-% Copyright (C) 2015-2018 Dynare Team
+% Copyright (C) 2015-2019 Dynare Team
 %
 % This code 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/src/@dseries/subsref.m b/src/@dseries/subsref.m
index 61e9d6ec173d22deb466087d1d727238434eadd5..901710b0f228061f29a7934a889f9e9c230ca5e3 100644
--- a/src/@dseries/subsref.m
+++ b/src/@dseries/subsref.m
@@ -15,7 +15,7 @@ function r = subsref(o, S) % --*-- Unitary tests --*--
 %                     by applying a public method on `o`, or a dseries object built by extracting
 %                     a variable from `o`, or a dseries object containing a subsample.
 
-% Copyright (C) 2011-2018 Dynare Team
+% Copyright (C) 2011-2019 Dynare Team
 %
 % This file is part of Dynare.
 %