From 4fb36e8bccd623ed892778dba8a765b1a79a569a Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?S=C3=A9bastien=20Villemot?= <sebastien@dynare.org>
Date: Wed, 13 Apr 2022 13:14:04 +0200
Subject: [PATCH] Use Unicode copyright symbol (in UTF-8 encoding) in all
 source files

It is now supported by the MATLAB editor (as of R2022a).

[skip ci]
---
 LICENSE.md                                    | 2 +-
 macros/make_report_irfs.m                     | 2 +-
 src/@page/addData.m                           | 2 +-
 src/@page/addGraph.m                          | 2 +-
 src/@page/addParagraph.m                      | 2 +-
 src/@page/addSection.m                        | 2 +-
 src/@page/addSeries.m                         | 2 +-
 src/@page/addTable.m                          | 2 +-
 src/@page/addVspace.m                         | 2 +-
 src/@page/end.m                               | 2 +-
 src/@page/numSections.m                       | 2 +-
 src/@page/page.m                              | 2 +-
 src/@page/write.m                             | 2 +-
 src/@paragraph/paragraph.m                    | 2 +-
 src/@paragraph/write.m                        | 2 +-
 src/@report/addData.m                         | 2 +-
 src/@report/addGraph.m                        | 2 +-
 src/@report/addPage.m                         | 2 +-
 src/@report/addParagraph.m                    | 2 +-
 src/@report/addSection.m                      | 2 +-
 src/@report/addSeries.m                       | 2 +-
 src/@report/addTable.m                        | 2 +-
 src/@report/addVspace.m                       | 2 +-
 src/@report/compile.m                         | 2 +-
 src/@report/numPages.m                        | 2 +-
 src/@report/report.m                          | 2 +-
 src/@report/write.m                           | 2 +-
 src/@report_data/report_data.m                | 2 +-
 src/@report_data/writeDataForTable.m          | 2 +-
 src/@report_graph/addSeries.m                 | 2 +-
 src/@report_graph/end.m                       | 2 +-
 src/@report_graph/report_graph.m              | 2 +-
 src/@report_graph/write.m                     | 2 +-
 src/@report_graph/writeGraphFile.m            | 2 +-
 src/@report_series/getNameForLegend.m         | 2 +-
 src/@report_series/getRange.m                 | 2 +-
 src/@report_series/getTexName.m               | 2 +-
 src/@report_series/isZero.m                   | 2 +-
 src/@report_series/printSeries.m              | 2 +-
 src/@report_series/report_series.m            | 2 +-
 src/@report_series/setDataToZeroFromZeroTol.m | 2 +-
 src/@report_series/writeSeriesForGraph.m      | 2 +-
 src/@report_series/writeSeriesForTable.m      | 2 +-
 src/@report_series/ymax.m                     | 2 +-
 src/@report_series/ymin.m                     | 2 +-
 src/@report_table/addData.m                   | 2 +-
 src/@report_table/addSeries.m                 | 2 +-
 src/@report_table/report_table.m              | 6 +++---
 src/@report_table/write.m                     | 2 +-
 src/@report_table/writeTableFile.m            | 2 +-
 src/@section/addData.m                        | 2 +-
 src/@section/addGraph.m                       | 2 +-
 src/@section/addParagraph.m                   | 2 +-
 src/@section/addSeries.m                      | 2 +-
 src/@section/addTable.m                       | 2 +-
 src/@section/addVspace.m                      | 2 +-
 src/@section/end.m                            | 2 +-
 src/@section/numElements.m                    | 2 +-
 src/@section/section.m                        | 2 +-
 src/@section/write.m                          | 2 +-
 src/@vspace/vspace.m                          | 2 +-
 src/@vspace/write.m                           | 2 +-
 src/addCommasToCellStr.m                      | 2 +-
 src/getMaxRange.m                             | 2 +-
 src/initialize_reporting_toolbox.m            | 2 +-
 test/AnnualTable.m                            | 2 +-
 test/CommResidTablePage.m                     | 2 +-
 test/CountryGraphPage.m                       | 2 +-
 test/CountryTablePage.m                       | 2 +-
 test/ResidTablePage.m                         | 2 +-
 test/createReport.m                           | 2 +-
 test/runtest.m                                | 2 +-
 72 files changed, 74 insertions(+), 74 deletions(-)

diff --git a/LICENSE.md b/LICENSE.md
index 05be690..b6b8c9b 100644
--- a/LICENSE.md
+++ b/LICENSE.md
@@ -1,4 +1,4 @@
-> Copyright (C) 2013-2017 Dynare Team
+> Copyright © 2013-2017 Dynare Team
 >
 > License: GPL-3+
 >  Dynare Reporting is free software: you can redistribute it and/or modify
diff --git a/macros/make_report_irfs.m b/macros/make_report_irfs.m
index 22f6560..f1ae45f 100644
--- a/macros/make_report_irfs.m
+++ b/macros/make_report_irfs.m
@@ -13,7 +13,7 @@ function make_report_irfs(M, oo, ticks_every, showOutput)
 % SPECIAL REQUIREMENTS
 %   None
 
-% Copyright (C) 2015-2018 Dynare Team
+% Copyright © 2015-2018 Dynare Team
 %
 % This file is part of Dynare.
 %
diff --git a/src/@page/addData.m b/src/@page/addData.m
index a5d8bbf..0fc5a21 100644
--- a/src/@page/addData.m
+++ b/src/@page/addData.m
@@ -12,7 +12,7 @@ function o = addData(o, varargin)
 % SPECIAL REQUIREMENTS
 %   none
 
-% Copyright (C) 2019 Dynare Team
+% Copyright © 2019 Dynare Team
 %
 % This file is part of Dynare.
 %
diff --git a/src/@page/addGraph.m b/src/@page/addGraph.m
index 73aa323..feb3ae3 100644
--- a/src/@page/addGraph.m
+++ b/src/@page/addGraph.m
@@ -12,7 +12,7 @@ function o = addGraph(o, varargin)
 % SPECIAL REQUIREMENTS
 %   none
 
-% Copyright (C) 2019 Dynare Team
+% Copyright © 2019 Dynare Team
 %
 % This file is part of Dynare.
 %
diff --git a/src/@page/addParagraph.m b/src/@page/addParagraph.m
index d99e24d..9c9ebfa 100644
--- a/src/@page/addParagraph.m
+++ b/src/@page/addParagraph.m
@@ -12,7 +12,7 @@ function o = addParagraph(o, varargin)
 % SPECIAL REQUIREMENTS
 %   none
 
-% Copyright (C) 2019 Dynare Team
+% Copyright © 2019 Dynare Team
 %
 % This file is part of Dynare.
 %
diff --git a/src/@page/addSection.m b/src/@page/addSection.m
index ec03841..551a7d7 100644
--- a/src/@page/addSection.m
+++ b/src/@page/addSection.m
@@ -12,7 +12,7 @@ function o = addSection(o, varargin)
 % SPECIAL REQUIREMENTS
 %   none
 
-% Copyright (C) 2013-2019 Dynare Team
+% Copyright © 2013-2019 Dynare Team
 %
 % This file is part of Dynare.
 %
diff --git a/src/@page/addSeries.m b/src/@page/addSeries.m
index 033d86c..be6f0ae 100644
--- a/src/@page/addSeries.m
+++ b/src/@page/addSeries.m
@@ -12,7 +12,7 @@ function o = addSeries(o, varargin)
 % SPECIAL REQUIREMENTS
 %   none
 
-% Copyright (C) 2019 Dynare Team
+% Copyright © 2019 Dynare Team
 %
 % This file is part of Dynare.
 %
diff --git a/src/@page/addTable.m b/src/@page/addTable.m
index 560daf8..14b1671 100644
--- a/src/@page/addTable.m
+++ b/src/@page/addTable.m
@@ -12,7 +12,7 @@ function o = addTable(o, varargin)
 % SPECIAL REQUIREMENTS
 %   none
 
-% Copyright (C) 2019 Dynare Team
+% Copyright © 2019 Dynare Team
 %
 % This file is part of Dynare.
 %
diff --git a/src/@page/addVspace.m b/src/@page/addVspace.m
index d19e86f..0c1f5bf 100644
--- a/src/@page/addVspace.m
+++ b/src/@page/addVspace.m
@@ -12,7 +12,7 @@ function o = addVspace(o, varargin)
 % SPECIAL REQUIREMENTS
 %   none
 
-% Copyright (C) 2019 Dynare Team
+% Copyright © 2019 Dynare Team
 %
 % This file is part of Dynare.
 %
diff --git a/src/@page/end.m b/src/@page/end.m
index 64db412..1f13a97 100644
--- a/src/@page/end.m
+++ b/src/@page/end.m
@@ -13,7 +13,7 @@ function lastIndex = end(o, k, n)
 % SPECIAL REQUIREMENTS
 %   none
 
-% Copyright (C) 2013-2015 Dynare Team
+% Copyright © 2013-2015 Dynare Team
 %
 % This file is part of Dynare.
 %
diff --git a/src/@page/numSections.m b/src/@page/numSections.m
index a414545..557d21d 100644
--- a/src/@page/numSections.m
+++ b/src/@page/numSections.m
@@ -11,7 +11,7 @@ function ns = numSections(p)
 % SPECIAL REQUIREMENTS
 %   none
 
-% Copyright (C) 2013-2015 Dynare Team
+% Copyright © 2013-2015 Dynare Team
 %
 % This file is part of Dynare.
 %
diff --git a/src/@page/page.m b/src/@page/page.m
index 565c34e..cbf2fa0 100644
--- a/src/@page/page.m
+++ b/src/@page/page.m
@@ -1,7 +1,7 @@
 classdef page < handle
     % page Class
     %
-    % Copyright (C) 2013-2019 Dynare Team
+    % Copyright © 2013-2019 Dynare Team
     %
     % This file is part of Dynare.
     %
diff --git a/src/@page/write.m b/src/@page/write.m
index e02e37e..e51d07d 100644
--- a/src/@page/write.m
+++ b/src/@page/write.m
@@ -14,7 +14,7 @@ function write(o, fid, pg, rep_dir)
 % SPECIAL REQUIREMENTS
 %   none
 
-% Copyright (C) 2013-2019 Dynare Team
+% Copyright © 2013-2019 Dynare Team
 %
 % This file is part of Dynare.
 %
diff --git a/src/@paragraph/paragraph.m b/src/@paragraph/paragraph.m
index 85ff6b5..01dee6b 100644
--- a/src/@paragraph/paragraph.m
+++ b/src/@paragraph/paragraph.m
@@ -1,7 +1,7 @@
 classdef paragraph < handle
     % paragraph Class
     %
-    % Copyright (C) 2014-2019 Dynare Team
+    % Copyright © 2014-2019 Dynare Team
     %
     % This file is part of Dynare.
     %
diff --git a/src/@paragraph/write.m b/src/@paragraph/write.m
index b106ab0..97ecf07 100644
--- a/src/@paragraph/write.m
+++ b/src/@paragraph/write.m
@@ -12,7 +12,7 @@ function write(o, fid)
 % SPECIAL REQUIREMENTS
 %   none
 
-% Copyright (C) 2014-2019 Dynare Team
+% Copyright © 2014-2019 Dynare Team
 %
 % This file is part of Dynare.
 %
diff --git a/src/@report/addData.m b/src/@report/addData.m
index ad718ea..bd74a6a 100644
--- a/src/@report/addData.m
+++ b/src/@report/addData.m
@@ -12,7 +12,7 @@ function o = addData(o, varargin)
 % SPECIAL REQUIREMENTS
 %   none
 
-% Copyright (C) 2019 Dynare Team
+% Copyright © 2019 Dynare Team
 %
 % This file is part of Dynare.
 %
diff --git a/src/@report/addGraph.m b/src/@report/addGraph.m
index 7bc239e..107b697 100644
--- a/src/@report/addGraph.m
+++ b/src/@report/addGraph.m
@@ -12,7 +12,7 @@ function o = addGraph(o, varargin)
 % SPECIAL REQUIREMENTS
 %   none
 
-% Copyright (C) 2013-2019 Dynare Team
+% Copyright © 2013-2019 Dynare Team
 %
 % This file is part of Dynare.
 %
diff --git a/src/@report/addPage.m b/src/@report/addPage.m
index e15b8eb..36bd7c2 100644
--- a/src/@report/addPage.m
+++ b/src/@report/addPage.m
@@ -12,7 +12,7 @@ function o = addPage(o, varargin)
 % SPECIAL REQUIREMENTS
 %   none
 
-% Copyright (C) 2013-2015 Dynare Team
+% Copyright © 2013-2015 Dynare Team
 %
 % This file is part of Dynare.
 %
diff --git a/src/@report/addParagraph.m b/src/@report/addParagraph.m
index 16daf3e..1dc2ffc 100644
--- a/src/@report/addParagraph.m
+++ b/src/@report/addParagraph.m
@@ -12,7 +12,7 @@ function o = addParagraph(o, varargin)
 % SPECIAL REQUIREMENTS
 %   none
 
-% Copyright (C) 2013-2019 Dynare Team
+% Copyright © 2013-2019 Dynare Team
 %
 % This file is part of Dynare.
 %
diff --git a/src/@report/addSection.m b/src/@report/addSection.m
index a24cdf3..530897e 100644
--- a/src/@report/addSection.m
+++ b/src/@report/addSection.m
@@ -12,7 +12,7 @@ function o = addSection(o, varargin)
 % SPECIAL REQUIREMENTS
 %   none
 
-% Copyright (C) 2013-2019 Dynare Team
+% Copyright © 2013-2019 Dynare Team
 %
 % This file is part of Dynare.
 %
diff --git a/src/@report/addSeries.m b/src/@report/addSeries.m
index 6de33bb..08e6431 100644
--- a/src/@report/addSeries.m
+++ b/src/@report/addSeries.m
@@ -12,7 +12,7 @@ function o = addSeries(o, varargin)
 % SPECIAL REQUIREMENTS
 %   none
 
-% Copyright (C) 2013-2019 Dynare Team
+% Copyright © 2013-2019 Dynare Team
 %
 % This file is part of Dynare.
 %
diff --git a/src/@report/addTable.m b/src/@report/addTable.m
index 01fe433..32af778 100644
--- a/src/@report/addTable.m
+++ b/src/@report/addTable.m
@@ -12,7 +12,7 @@ function o = addTable(o, varargin)
 % SPECIAL REQUIREMENTS
 %   none
 
-% Copyright (C) 2013-2015 Dynare Team
+% Copyright © 2013-2015 Dynare Team
 %
 % This file is part of Dynare.
 %
diff --git a/src/@report/addVspace.m b/src/@report/addVspace.m
index e243298..da6552f 100644
--- a/src/@report/addVspace.m
+++ b/src/@report/addVspace.m
@@ -12,7 +12,7 @@ function o = addVspace(o, varargin)
 % SPECIAL REQUIREMENTS
 %   none
 
-% Copyright (C) 2013-2019 Dynare Team
+% Copyright © 2013-2019 Dynare Team
 %
 % This file is part of Dynare.
 %
diff --git a/src/@report/compile.m b/src/@report/compile.m
index cba0ffa..cab277f 100644
--- a/src/@report/compile.m
+++ b/src/@report/compile.m
@@ -13,7 +13,7 @@ function o = compile(o, varargin)
 % SPECIAL REQUIREMENTS
 %   none
 
-% Copyright (C) 2013-2019 Dynare Team
+% Copyright © 2013-2019 Dynare Team
 %
 % This file is part of Dynare.
 %
diff --git a/src/@report/numPages.m b/src/@report/numPages.m
index 4c6a21b..8315102 100644
--- a/src/@report/numPages.m
+++ b/src/@report/numPages.m
@@ -11,7 +11,7 @@ function n = numPages(o)
 % SPECIAL REQUIREMENTS
 %   none
 
-% Copyright (C) 2013-2015 Dynare Team
+% Copyright © 2013-2015 Dynare Team
 %
 % This file is part of Dynare.
 %
diff --git a/src/@report/report.m b/src/@report/report.m
index 858d686..29ae4af 100644
--- a/src/@report/report.m
+++ b/src/@report/report.m
@@ -1,7 +1,7 @@
 classdef report < handle
     % report Class
     %
-    % Copyright (C) 2013-2019 Dynare Team
+    % Copyright © 2013-2019 Dynare Team
     %
     % This file is part of Dynare.
     %
diff --git a/src/@report/write.m b/src/@report/write.m
index 53003f0..39095e9 100644
--- a/src/@report/write.m
+++ b/src/@report/write.m
@@ -11,7 +11,7 @@ function o = write(o)
 % SPECIAL REQUIREMENTS
 %   none
 
-% Copyright (C) 2013-2019 Dynare Team
+% Copyright © 2013-2019 Dynare Team
 %
 % This file is part of Dynare.
 %
diff --git a/src/@report_data/report_data.m b/src/@report_data/report_data.m
index bdc0b8f..7a0cb07 100644
--- a/src/@report_data/report_data.m
+++ b/src/@report_data/report_data.m
@@ -1,7 +1,7 @@
 classdef report_data < handle
     % report_data Class to write a page to the report
     %
-    % Copyright (C) 2019 Dynare Team
+    % Copyright © 2019 Dynare Team
     %
     % This file is part of Dynare.
     %
diff --git a/src/@report_data/writeDataForTable.m b/src/@report_data/writeDataForTable.m
index ec3b2c7..4e934a2 100644
--- a/src/@report_data/writeDataForTable.m
+++ b/src/@report_data/writeDataForTable.m
@@ -14,7 +14,7 @@ function writeDataForTable(o, fid, precision)
 % SPECIAL REQUIREMENTS
 %   none
 
-% Copyright (C) 2019 Dynare Team
+% Copyright © 2019 Dynare Team
 %
 % This file is part of Dynare.
 %
diff --git a/src/@report_graph/addSeries.m b/src/@report_graph/addSeries.m
index 5ab24e8..1a6996e 100644
--- a/src/@report_graph/addSeries.m
+++ b/src/@report_graph/addSeries.m
@@ -12,7 +12,7 @@ function o = addSeries(o, varargin)
 % SPECIAL REQUIREMENTS
 %   none
 
-% Copyright (C) 2013-2020 Dynare Team
+% Copyright © 2013-2020 Dynare Team
 %
 % This file is part of Dynare.
 %
diff --git a/src/@report_graph/end.m b/src/@report_graph/end.m
index c04e3e6..1b11116 100644
--- a/src/@report_graph/end.m
+++ b/src/@report_graph/end.m
@@ -13,7 +13,7 @@ function lastIndex = end(o, k, n)
 % SPECIAL REQUIREMENTS
 %   none
 
-% Copyright (C) 2013-2020 Dynare Team
+% Copyright © 2013-2020 Dynare Team
 %
 % This file is part of Dynare.
 %
diff --git a/src/@report_graph/report_graph.m b/src/@report_graph/report_graph.m
index 0cddf17..10e816e 100644
--- a/src/@report_graph/report_graph.m
+++ b/src/@report_graph/report_graph.m
@@ -1,7 +1,7 @@
 classdef report_graph < handle
     % report_graph Class
     %
-    % Copyright (C) 2013-2020 Dynare Team
+    % Copyright © 2013-2020 Dynare Team
     %
     % This file is part of Dynare.
     %
diff --git a/src/@report_graph/write.m b/src/@report_graph/write.m
index f889a48..76856d0 100644
--- a/src/@report_graph/write.m
+++ b/src/@report_graph/write.m
@@ -17,7 +17,7 @@ function write(o, fid, pg, sec, row, col, rep_dir)
 % SPECIAL REQUIREMENTS
 %   none
 
-% Copyright (C) 2013-2020 Dynare Team
+% Copyright © 2013-2020 Dynare Team
 %
 % This file is part of Dynare.
 %
diff --git a/src/@report_graph/writeGraphFile.m b/src/@report_graph/writeGraphFile.m
index 6539bd5..eefc6f8 100644
--- a/src/@report_graph/writeGraphFile.m
+++ b/src/@report_graph/writeGraphFile.m
@@ -16,7 +16,7 @@ function graphName = writeGraphFile(o, pg, sec, row, col, rep_dir)
 % SPECIAL REQUIREMENTS
 %   none
 
-% Copyright (C) 2013-2020 Dynare Team
+% Copyright © 2013-2020 Dynare Team
 %
 % This file is part of Dynare.
 %
diff --git a/src/@report_series/getNameForLegend.m b/src/@report_series/getNameForLegend.m
index 9b43da9..b8887e5 100644
--- a/src/@report_series/getNameForLegend.m
+++ b/src/@report_series/getNameForLegend.m
@@ -1,7 +1,7 @@
 function s = getNameForLegend(o)
 %function s = getNameForLegend(o)
 
-% Copyright (C) 2014-2015 Dynare Team
+% Copyright © 2014-2015 Dynare Team
 %
 % This file is part of Dynare.
 %
diff --git a/src/@report_series/getRange.m b/src/@report_series/getRange.m
index cf4e855..f788410 100644
--- a/src/@report_series/getRange.m
+++ b/src/@report_series/getRange.m
@@ -1,7 +1,7 @@
 function dd = getRange(o)
 %function dd = getRange(o)
 
-% Copyright (C) 2013-2015 Dynare Team
+% Copyright © 2013-2015 Dynare Team
 %
 % This file is part of Dynare.
 %
diff --git a/src/@report_series/getTexName.m b/src/@report_series/getTexName.m
index 9d212bb..878c37f 100644
--- a/src/@report_series/getTexName.m
+++ b/src/@report_series/getTexName.m
@@ -1,7 +1,7 @@
 function s = getTexName(o)
 %function s = getTexName(o)
 
-% Copyright (C) 2013-2015 Dynare Team
+% Copyright © 2013-2015 Dynare Team
 %
 % This file is part of Dynare.
 %
diff --git a/src/@report_series/isZero.m b/src/@report_series/isZero.m
index 6c2bdef..29b8014 100644
--- a/src/@report_series/isZero.m
+++ b/src/@report_series/isZero.m
@@ -11,7 +11,7 @@ function tf = isZero(o)
 % SPECIAL REQUIREMENTS
 %   none
 
-% Copyright (C) 2015 Dynare Team
+% Copyright © 2015 Dynare Team
 %
 % This file is part of Dynare.
 %
diff --git a/src/@report_series/printSeries.m b/src/@report_series/printSeries.m
index 6bece9c..4a8169e 100644
--- a/src/@report_series/printSeries.m
+++ b/src/@report_series/printSeries.m
@@ -15,7 +15,7 @@ function o = printSeries(o, fid, dser, dates, precision)
 % SPECIAL REQUIREMENTS
 %   none
 
-% Copyright (C) 2014-2019 Dynare Team
+% Copyright © 2014-2019 Dynare Team
 %
 % This file is part of Dynare.
 %
diff --git a/src/@report_series/report_series.m b/src/@report_series/report_series.m
index bbd02fd..5eeff8e 100644
--- a/src/@report_series/report_series.m
+++ b/src/@report_series/report_series.m
@@ -1,7 +1,7 @@
 classdef report_series < handle
     % report_series Class to write a page to the report
     %
-    % Copyright (C) 2013-2019 Dynare Team
+    % Copyright © 2013-2019 Dynare Team
     %
     % This file is part of Dynare.
     %
diff --git a/src/@report_series/setDataToZeroFromZeroTol.m b/src/@report_series/setDataToZeroFromZeroTol.m
index 22faa32..1b728c9 100644
--- a/src/@report_series/setDataToZeroFromZeroTol.m
+++ b/src/@report_series/setDataToZeroFromZeroTol.m
@@ -1,7 +1,7 @@
 function d = setDataToZeroFromZeroTol(o, ds)
 %function d = setDataToZeroFromZeroTol(o, ds)
 
-% Copyright (C) 2014-2015 Dynare Team
+% Copyright © 2014-2015 Dynare Team
 %
 % This file is part of Dynare.
 %
diff --git a/src/@report_series/writeSeriesForGraph.m b/src/@report_series/writeSeriesForGraph.m
index 8549796..b18735c 100644
--- a/src/@report_series/writeSeriesForGraph.m
+++ b/src/@report_series/writeSeriesForGraph.m
@@ -13,7 +13,7 @@ function writeSeriesForGraph(o, fid, xrange, series_num)
 % SPECIAL REQUIREMENTS
 %   none
 
-% Copyright (C) 2014-2019 Dynare Team
+% Copyright © 2014-2019 Dynare Team
 %
 % This file is part of Dynare.
 %
diff --git a/src/@report_series/writeSeriesForTable.m b/src/@report_series/writeSeriesForTable.m
index 5a36f32..64d1f33 100644
--- a/src/@report_series/writeSeriesForTable.m
+++ b/src/@report_series/writeSeriesForTable.m
@@ -17,7 +17,7 @@ function writeSeriesForTable(o, fid, dates, precision, ncols, rowcolor)
 % SPECIAL REQUIREMENTS
 %   none
 
-% Copyright (C) 2013-2019 Dynare Team
+% Copyright © 2013-2019 Dynare Team
 %
 % This file is part of Dynare.
 %
diff --git a/src/@report_series/ymax.m b/src/@report_series/ymax.m
index e711292..b2ca8e6 100644
--- a/src/@report_series/ymax.m
+++ b/src/@report_series/ymax.m
@@ -1,7 +1,7 @@
 function ymax = ymax(o, dd)
 %function ymax = ymax(o, dd)
 
-% Copyright (C) 2014-2015 Dynare Team
+% Copyright © 2014-2015 Dynare Team
 %
 % This file is part of Dynare.
 %
diff --git a/src/@report_series/ymin.m b/src/@report_series/ymin.m
index 3ae958a..0970296 100644
--- a/src/@report_series/ymin.m
+++ b/src/@report_series/ymin.m
@@ -1,7 +1,7 @@
 function ymin = ymin(o, dd)
 %function ymin = ymin(o, dd)
 
-% Copyright (C) 2014-2015 Dynare Team
+% Copyright © 2014-2015 Dynare Team
 %
 % This file is part of Dynare.
 %
diff --git a/src/@report_table/addData.m b/src/@report_table/addData.m
index 6a6a33a..d6832cc 100644
--- a/src/@report_table/addData.m
+++ b/src/@report_table/addData.m
@@ -12,7 +12,7 @@ function o = addData(o, varargin)
 % SPECIAL REQUIREMENTS
 %   none
 
-% Copyright (C) 2019 Dynare Team
+% Copyright © 2019 Dynare Team
 %
 % This file is part of Dynare.
 %
diff --git a/src/@report_table/addSeries.m b/src/@report_table/addSeries.m
index 70eccc1..2569c33 100644
--- a/src/@report_table/addSeries.m
+++ b/src/@report_table/addSeries.m
@@ -12,7 +12,7 @@ function o = addSeries(o, varargin)
 % SPECIAL REQUIREMENTS
 %   none
 
-% Copyright (C) 2013-2019 Dynare Team
+% Copyright © 2013-2019 Dynare Team
 %
 % This file is part of Dynare.
 %
diff --git a/src/@report_table/report_table.m b/src/@report_table/report_table.m
index 3df72d5..31f1f7c 100644
--- a/src/@report_table/report_table.m
+++ b/src/@report_table/report_table.m
@@ -1,7 +1,7 @@
 classdef report_table < handle
     % report_table Class
     %
-    % Copyright (C) 2013-2019 Dynare Team
+    % Copyright © 2013-2019 Dynare Team
     %
     % This file is part of Dynare.
     %
@@ -172,7 +172,7 @@ function tf = allCellsAreDatesRange(dcell)
 % SPECIAL REQUIREMENTS
 %   none
 
-% Copyright (C) 2014-2015 Dynare Team
+% Copyright © 2014-2015 Dynare Team
 %
 % This file is part of Dynare.
 %
@@ -212,7 +212,7 @@ function tf = allCellsAreDates(dcell)
 % SPECIAL REQUIREMENTS
 %   none
 
-% Copyright (C) 2014-2015 Dynare Team
+% Copyright © 2014-2015 Dynare Team
 %
 % This file is part of Dynare.
 %
diff --git a/src/@report_table/write.m b/src/@report_table/write.m
index eb34d5a..d285e9c 100644
--- a/src/@report_table/write.m
+++ b/src/@report_table/write.m
@@ -17,7 +17,7 @@ function write(o, fid, pg, sec, row, col, rep_dir)
 % SPECIAL REQUIREMENTS
 %   none
 
-% Copyright (C) 2013-2019 Dynare Team
+% Copyright © 2013-2019 Dynare Team
 %
 % This file is part of Dynare.
 %
diff --git a/src/@report_table/writeTableFile.m b/src/@report_table/writeTableFile.m
index 088d621..dae86e8 100644
--- a/src/@report_table/writeTableFile.m
+++ b/src/@report_table/writeTableFile.m
@@ -16,7 +16,7 @@ function tableName = writeTableFile(o, pg, sec, row, col, rep_dir)
 % SPECIAL REQUIREMENTS
 %   none
 
-% Copyright (C) 2013-2019 Dynare Team
+% Copyright © 2013-2019 Dynare Team
 %
 % This file is part of Dynare.
 %
diff --git a/src/@section/addData.m b/src/@section/addData.m
index 67c3b4b..881038b 100644
--- a/src/@section/addData.m
+++ b/src/@section/addData.m
@@ -12,7 +12,7 @@ function o = addData(o, varargin)
 % SPECIAL REQUIREMENTS
 %   none
 
-% Copyright (C) 2013-2019 Dynare Team
+% Copyright © 2013-2019 Dynare Team
 %
 % This file is part of Dynare.
 %
diff --git a/src/@section/addGraph.m b/src/@section/addGraph.m
index 9ae9d60..70b1366 100644
--- a/src/@section/addGraph.m
+++ b/src/@section/addGraph.m
@@ -12,7 +12,7 @@ function o = addGraph(o, varargin)
 % SPECIAL REQUIREMENTS
 %   none
 
-% Copyright (C) 2013-2020 Dynare Team
+% Copyright © 2013-2020 Dynare Team
 %
 % This file is part of Dynare.
 %
diff --git a/src/@section/addParagraph.m b/src/@section/addParagraph.m
index 4898044..7c2f15e 100644
--- a/src/@section/addParagraph.m
+++ b/src/@section/addParagraph.m
@@ -12,7 +12,7 @@ function o = addParagraph(o, varargin)
 % SPECIAL REQUIREMENTS
 %   none
 
-% Copyright (C) 2014-2019 Dynare Team
+% Copyright © 2014-2019 Dynare Team
 %
 % This file is part of Dynare.
 %
diff --git a/src/@section/addSeries.m b/src/@section/addSeries.m
index 7b248ca..451182f 100644
--- a/src/@section/addSeries.m
+++ b/src/@section/addSeries.m
@@ -12,7 +12,7 @@ function o = addSeries(o, varargin)
 % SPECIAL REQUIREMENTS
 %   none
 
-% Copyright (C) 2013-2020 Dynare Team
+% Copyright © 2013-2020 Dynare Team
 %
 % This file is part of Dynare.
 %
diff --git a/src/@section/addTable.m b/src/@section/addTable.m
index 29b6054..58cf446 100644
--- a/src/@section/addTable.m
+++ b/src/@section/addTable.m
@@ -12,7 +12,7 @@ function o = addTable(o, varargin)
 % SPECIAL REQUIREMENTS
 %   none
 
-% Copyright (C) 2013-2019 Dynare Team
+% Copyright © 2013-2019 Dynare Team
 %
 % This file is part of Dynare.
 %
diff --git a/src/@section/addVspace.m b/src/@section/addVspace.m
index 15db7c2..d463fed 100644
--- a/src/@section/addVspace.m
+++ b/src/@section/addVspace.m
@@ -12,7 +12,7 @@ function o = addVspace(o, varargin)
 % SPECIAL REQUIREMENTS
 %   none
 
-% Copyright (C) 2013-2015 Dynare Team
+% Copyright © 2013-2015 Dynare Team
 %
 % This file is part of Dynare.
 %
diff --git a/src/@section/end.m b/src/@section/end.m
index d5b5adc..af92b15 100644
--- a/src/@section/end.m
+++ b/src/@section/end.m
@@ -13,7 +13,7 @@ function lastIndex = end(o, k, n)
 % SPECIAL REQUIREMENTS
 %   none
 
-% Copyright (C) 2013-2015 Dynare Team
+% Copyright © 2013-2015 Dynare Team
 %
 % This file is part of Dynare.
 %
diff --git a/src/@section/numElements.m b/src/@section/numElements.m
index d77eebf..7fc4e71 100644
--- a/src/@section/numElements.m
+++ b/src/@section/numElements.m
@@ -1,7 +1,7 @@
 function n = numElements(o)
 % function n = numElements(o)
 
-% Copyright (C) 2013-2015 Dynare Team
+% Copyright © 2013-2015 Dynare Team
 %
 % This file is part of Dynare.
 %
diff --git a/src/@section/section.m b/src/@section/section.m
index cfd70af..126e249 100644
--- a/src/@section/section.m
+++ b/src/@section/section.m
@@ -1,7 +1,7 @@
 classdef section < handle
     % section Class
     %
-    % Copyright (C) 2013-2019 Dynare Team
+    % Copyright © 2013-2019 Dynare Team
     %
     % This file is part of Dynare.
     %
diff --git a/src/@section/write.m b/src/@section/write.m
index 3099496..e7e35a8 100644
--- a/src/@section/write.m
+++ b/src/@section/write.m
@@ -15,7 +15,7 @@ function write(o, fid, pg, sec, rep_dir)
 % SPECIAL REQUIREMENTS
 %   none
 
-% Copyright (C) 2013-2019 Dynare Team
+% Copyright © 2013-2019 Dynare Team
 %
 % This file is part of Dynare.
 %
diff --git a/src/@vspace/vspace.m b/src/@vspace/vspace.m
index 009a22d..b605500 100644
--- a/src/@vspace/vspace.m
+++ b/src/@vspace/vspace.m
@@ -1,7 +1,7 @@
 classdef vspace < handle
     % vspace Class
     %
-    % Copyright (C) 2013-2019 Dynare Team
+    % Copyright © 2013-2019 Dynare Team
     %
     % This file is part of Dynare.
     %
diff --git a/src/@vspace/write.m b/src/@vspace/write.m
index 61f5172..47fe2b6 100644
--- a/src/@vspace/write.m
+++ b/src/@vspace/write.m
@@ -12,7 +12,7 @@ function o = write(o, fid)
 % SPECIAL REQUIREMENTS
 %   none
 
-% Copyright (C) 2013-2019 Dynare Team
+% Copyright © 2013-2019 Dynare Team
 %
 % This file is part of Dynare.
 %
diff --git a/src/addCommasToCellStr.m b/src/addCommasToCellStr.m
index 94d9d2b..f340e50 100644
--- a/src/addCommasToCellStr.m
+++ b/src/addCommasToCellStr.m
@@ -11,7 +11,7 @@ function str = addCommasToCellStr(cs)
 % SPECIAL REQUIREMENTS
 %   none
 
-% Copyright (C) 2016 Dynare Team
+% Copyright © 2016 Dynare Team
 %
 % This file is part of Dynare.
 %
diff --git a/src/getMaxRange.m b/src/getMaxRange.m
index ace80d6..0da5eed 100644
--- a/src/getMaxRange.m
+++ b/src/getMaxRange.m
@@ -1,7 +1,7 @@
 function dd = getMaxRange(cellser)
 % function dd = getMaxRange(cellser)
 
-% Copyright (C) 2013-2015 Dynare Team
+% Copyright © 2013-2015 Dynare Team
 %
 % This file is part of Dynare.
 %
diff --git a/src/initialize_reporting_toolbox.m b/src/initialize_reporting_toolbox.m
index 442cb74..7ff5183 100644
--- a/src/initialize_reporting_toolbox.m
+++ b/src/initialize_reporting_toolbox.m
@@ -3,7 +3,7 @@ function initialize_reporting_toolbox()
 %
 % Function to set the necessary paths for the Reporting toolbox
 %
-% Copyright (C) 2015-2019 Dynare Team
+% Copyright © 2015-2019 Dynare Team
 %
 % This file is part of Dynare.
 %
diff --git a/test/AnnualTable.m b/test/AnnualTable.m
index e411de7..1b0d4d5 100644
--- a/test/AnnualTable.m
+++ b/test/AnnualTable.m
@@ -1,5 +1,5 @@
 function rep = AnnualTable(rep, db_a, dc_a, seriesRootName, arange)
-% Copyright (C) 2013-2019 Dynare Team
+% Copyright © 2013-2019 Dynare Team
 %
 % This file is part of Dynare.
 %
diff --git a/test/CommResidTablePage.m b/test/CommResidTablePage.m
index e8436df..828531e 100644
--- a/test/CommResidTablePage.m
+++ b/test/CommResidTablePage.m
@@ -1,5 +1,5 @@
 function rep = CommResidTablePage(rep, db_q, dc_q, trange, vline_after)
-% Copyright (C) 2013-2019 Dynare Team
+% Copyright © 2013-2019 Dynare Team
 %
 % This file is part of Dynare.
 %
diff --git a/test/CountryGraphPage.m b/test/CountryGraphPage.m
index 3a67740..11165b1 100644
--- a/test/CountryGraphPage.m
+++ b/test/CountryGraphPage.m
@@ -1,5 +1,5 @@
 function rep = CountryGraphPage(rep, countryAbbr, db_q, dc_q, prange, srange)
-% Copyright (C) 2013-2019 Dynare Team
+% Copyright © 2013-2019 Dynare Team
 %
 % This file is part of Dynare.
 %
diff --git a/test/CountryTablePage.m b/test/CountryTablePage.m
index 0b531c8..a06abda 100644
--- a/test/CountryTablePage.m
+++ b/test/CountryTablePage.m
@@ -1,5 +1,5 @@
 function rep = CountryTablePage(rep, countryAbbr, countryName, db_q, dc_q, db_a, dc_a, trange, vline_after)
-% Copyright (C) 2013-2019 Dynare Team
+% Copyright © 2013-2019 Dynare Team
 %
 % This file is part of Dynare.
 %
diff --git a/test/ResidTablePage.m b/test/ResidTablePage.m
index 2e70a66..8b4fd58 100644
--- a/test/ResidTablePage.m
+++ b/test/ResidTablePage.m
@@ -1,5 +1,5 @@
 function rep = ResidTablePage(rep, countryAbbr, countryName, db_q, dc_q, trange, vline_after)
-% Copyright (C) 2011-2019 Dynare Team
+% Copyright © 2011-2019 Dynare Team
 %
 % This file is part of Dynare.
 %
diff --git a/test/createReport.m b/test/createReport.m
index fa47180..49d3a2d 100644
--- a/test/createReport.m
+++ b/test/createReport.m
@@ -1,7 +1,7 @@
 function createReport(dc_a, dc_q, db_a, db_q)
 %function createReport(dc_a, dc_q, db_a, db_q)
 %
-% Copyright (C) 2013-2019 Dynare Team
+% Copyright © 2013-2019 Dynare Team
 %
 % This file is part of Dynare.
 %
diff --git a/test/runtest.m b/test/runtest.m
index 65b6411..aba1016 100644
--- a/test/runtest.m
+++ b/test/runtest.m
@@ -1,4 +1,4 @@
-% Copyright (C) 2017-2019 Dynare Team
+% Copyright © 2017-2019 Dynare Team
 %
 % This file is part of Dynare.
 %
-- 
GitLab