diff --git a/LICENSE.md b/LICENSE.md index 47a746a4b37d3d7e8ab9777b3e35127921de396b..05be69088bcab0fadb5bc13b76d87f8ff7c527d6 100644 --- a/LICENSE.md +++ b/LICENSE.md @@ -12,4 +12,4 @@ > General Public License for more details. > A copy of the GNU General Public License is available here -> <http://www.gnu.org/licenses/>. +> <https://www.gnu.org/licenses/>. diff --git a/macros/make_report_irfs.m b/macros/make_report_irfs.m index f6e23eef2a00838180a32f56794673adc82f7481..22f656010d29b4277ba5fe782c6374f5d068fdc5 100644 --- a/macros/make_report_irfs.m +++ b/macros/make_report_irfs.m @@ -28,7 +28,7 @@ function make_report_irfs(M, oo, ticks_every, showOutput) % GNU General Public License for more details. % % You should have received a copy of the GNU General Public License -% along with Dynare. If not, see <http://www.gnu.org/licenses/>. +% along with Dynare. If not, see <https://www.gnu.org/licenses/>. if ~isfield(oo, 'irfs') disp('make_report_irfs: oo_.irfs does not exist'); diff --git a/src/@page/addData.m b/src/@page/addData.m index 7d53690a349a92ea7530e2a32dd9ed4ee8839770..a5d8bbff7211ae7286826c995346a24999454525 100644 --- a/src/@page/addData.m +++ b/src/@page/addData.m @@ -27,7 +27,7 @@ function o = addData(o, varargin) % GNU General Public License for more details. % % You should have received a copy of the GNU General Public License -% along with Dynare. If not, see <http://www.gnu.org/licenses/>. +% along with Dynare. If not, see <https://www.gnu.org/licenses/>. assert(~isempty(o.sections), ... '@page.addData: Before adding data, you must add a section.'); diff --git a/src/@page/addGraph.m b/src/@page/addGraph.m index b60c12053ff70a5d3cf14e6f42ef46ab4531f829..73aa32388984f9b3c09aae264087532a65b4a1e2 100644 --- a/src/@page/addGraph.m +++ b/src/@page/addGraph.m @@ -27,7 +27,7 @@ function o = addGraph(o, varargin) % GNU General Public License for more details. % % You should have received a copy of the GNU General Public License -% along with Dynare. If not, see <http://www.gnu.org/licenses/>. +% along with Dynare. If not, see <https://www.gnu.org/licenses/>. assert(~isempty(o.sections), ... '@page.addGraph: Before adding a graph, you must add a section.'); diff --git a/src/@page/addParagraph.m b/src/@page/addParagraph.m index 56a55171938f8d3947f00c6892bb274f5fcf9afe..d99e24df4ffda3893278336105d43d9ac658d73a 100644 --- a/src/@page/addParagraph.m +++ b/src/@page/addParagraph.m @@ -27,7 +27,7 @@ function o = addParagraph(o, varargin) % GNU General Public License for more details. % % You should have received a copy of the GNU General Public License -% along with Dynare. If not, see <http://www.gnu.org/licenses/>. +% along with Dynare. If not, see <https://www.gnu.org/licenses/>. assert(~isempty(o.sections), ... '@page.addParagraph: Before adding a paragraph, you must add a section.'); diff --git a/src/@page/addSection.m b/src/@page/addSection.m index 8644f1715bd2dd296c925043920d6ad13277beed..ec03841e949371dc86031de84a3f67e62a9b1839 100644 --- a/src/@page/addSection.m +++ b/src/@page/addSection.m @@ -27,7 +27,7 @@ function o = addSection(o, varargin) % GNU General Public License for more details. % % You should have received a copy of the GNU General Public License -% along with Dynare. If not, see <http://www.gnu.org/licenses/>. +% along with Dynare. If not, see <https://www.gnu.org/licenses/>. o.sections{end+1} = section(varargin{:}); end diff --git a/src/@page/addSeries.m b/src/@page/addSeries.m index e44ff8034e813f7d5d5b55e882d649c1d5b566fc..033d86c2b51c8663a26eb0fbfc518f1690c5f708 100644 --- a/src/@page/addSeries.m +++ b/src/@page/addSeries.m @@ -27,7 +27,7 @@ function o = addSeries(o, varargin) % GNU General Public License for more details. % % You should have received a copy of the GNU General Public License -% along with Dynare. If not, see <http://www.gnu.org/licenses/>. +% along with Dynare. If not, see <https://www.gnu.org/licenses/>. assert(~isempty(o.sections), ... '@page.addSeries: Before adding a series, you must add a section.'); diff --git a/src/@page/addTable.m b/src/@page/addTable.m index 63f56e95cd82ee184884ad9375b8f8980f631457..560daf83a05d495e54a9db479609083dfaa02348 100644 --- a/src/@page/addTable.m +++ b/src/@page/addTable.m @@ -27,7 +27,7 @@ function o = addTable(o, varargin) % GNU General Public License for more details. % % You should have received a copy of the GNU General Public License -% along with Dynare. If not, see <http://www.gnu.org/licenses/>. +% along with Dynare. If not, see <https://www.gnu.org/licenses/>. assert(~isempty(o.sections), ... '@page.addTable: Before adding a table, you must add a section.'); diff --git a/src/@page/addVspace.m b/src/@page/addVspace.m index 828f3a19558a3f98fb16aabcd49688a9181c13f1..d19e86f795903d630a7e5794677d9bd61d63fa0e 100644 --- a/src/@page/addVspace.m +++ b/src/@page/addVspace.m @@ -27,7 +27,7 @@ function o = addVspace(o, varargin) % GNU General Public License for more details. % % You should have received a copy of the GNU General Public License -% along with Dynare. If not, see <http://www.gnu.org/licenses/>. +% along with Dynare. If not, see <https://www.gnu.org/licenses/>. assert(~isempty(o.sections), ... '@page.addVspace: Before adding a vspace, you must add a section.'); diff --git a/src/@page/end.m b/src/@page/end.m index 49b790b29717d46a278dce12c655c30faf026b94..64db41299c9fab7226a24a80703c8bafe107800b 100644 --- a/src/@page/end.m +++ b/src/@page/end.m @@ -28,7 +28,7 @@ function lastIndex = end(o, k, n) % GNU General Public License for more details. % % You should have received a copy of the GNU General Public License -% along with Dynare. If not, see <http://www.gnu.org/licenses/>. +% along with Dynare. If not, see <https://www.gnu.org/licenses/>. assert(k==1 && n==1, '@page/end: page only has one dimension'); lastIndex = numSections(o); diff --git a/src/@page/numSections.m b/src/@page/numSections.m index 9454abf756efad5ddfb8414a549513d26dde902f..a41454563d2b862815a58bf844d2b579da84f7d9 100644 --- a/src/@page/numSections.m +++ b/src/@page/numSections.m @@ -26,7 +26,7 @@ function ns = numSections(p) % GNU General Public License for more details. % % You should have received a copy of the GNU General Public License -% along with Dynare. If not, see <http://www.gnu.org/licenses/>. +% along with Dynare. If not, see <https://www.gnu.org/licenses/>. ns = length(p.sections); end \ No newline at end of file diff --git a/src/@page/page.m b/src/@page/page.m index 320c02bc3e5d6fe5e112e2b77e73b296f65f3453..565c34ebeb960277f5a42a92665105c4b7f5a5ac 100644 --- a/src/@page/page.m +++ b/src/@page/page.m @@ -16,7 +16,7 @@ classdef page < handle % GNU General Public License for more details. % % You should have received a copy of the GNU General Public License - % along with Dynare. If not, see <http://www.gnu.org/licenses/>. + % along with Dynare. If not, see <https://www.gnu.org/licenses/>. properties (Access = private, Constant = true) titleFormatDefalut = {'\large\bfseries'} end diff --git a/src/@page/write.m b/src/@page/write.m index 61a4c31438f85acbd43db2460a79d7b0d1a0a547..e02e37e085aa506c686cdb81cb37f109f4c5450a 100644 --- a/src/@page/write.m +++ b/src/@page/write.m @@ -29,7 +29,7 @@ function write(o, fid, pg, rep_dir) % GNU General Public License for more details. % % You should have received a copy of the GNU General Public License -% along with Dynare. If not, see <http://www.gnu.org/licenses/>. +% along with Dynare. If not, see <https://www.gnu.org/licenses/>. fprintf(fid, '\n%% Page Number %d written %s\n', pg, datestr(now)); if ~isempty(o.setPageNumber) diff --git a/src/@paragraph/paragraph.m b/src/@paragraph/paragraph.m index e036ef5daec393620fde1ab223d15e6f514b467f..85ff6b5d6ce2c443222de3e6c7d4c94f84d69c43 100644 --- a/src/@paragraph/paragraph.m +++ b/src/@paragraph/paragraph.m @@ -16,7 +16,7 @@ classdef paragraph < handle % GNU General Public License for more details. % % You should have received a copy of the GNU General Public License - % along with Dynare. If not, see <http://www.gnu.org/licenses/>. + % along with Dynare. If not, see <https://www.gnu.org/licenses/>. properties (SetAccess = private) balancedCols = true % Determines whether the text is spread out evenly across the columns when the Paragraph has more than one column. Default: true. cols = 1 % The number of columns for the Paragraph. Default: 1. diff --git a/src/@paragraph/write.m b/src/@paragraph/write.m index 8133a04af5cbbb5a4e6b53eeb6e2e59f0855c887..b106ab0cd69fe714d6fa2ef8e33ddfc95fb64aac 100644 --- a/src/@paragraph/write.m +++ b/src/@paragraph/write.m @@ -27,7 +27,7 @@ function write(o, fid) % GNU General Public License for more details. % % You should have received a copy of the GNU General Public License -% along with Dynare. If not, see <http://www.gnu.org/licenses/>. +% along with Dynare. If not, see <https://www.gnu.org/licenses/>. fprintf(fid, '%% Paragraph Object written %s\n', datestr(now)); fprintf(fid, '\\multicolumn{1}{p{\\linewidth}}{%%\n'); diff --git a/src/@report/addData.m b/src/@report/addData.m index 2ff066a55617bdafa5e0d7afe1d5139452c94ff8..ad718ea101dd3babb25395db2cf286f4aa38a73c 100644 --- a/src/@report/addData.m +++ b/src/@report/addData.m @@ -27,7 +27,7 @@ function o = addData(o, varargin) % GNU General Public License for more details. % % You should have received a copy of the GNU General Public License -% along with Dynare. If not, see <http://www.gnu.org/licenses/>. +% along with Dynare. If not, see <https://www.gnu.org/licenses/>. assert(~isempty(o.pages), ... '@report.addData: Before adding data, you must add a page, section, and a table.'); diff --git a/src/@report/addGraph.m b/src/@report/addGraph.m index 7a4e68e48495b873c2cc8a1a725fc238a5f5a278..7bc239e7b7e7cfa6d1d7d12f166178435f659641 100644 --- a/src/@report/addGraph.m +++ b/src/@report/addGraph.m @@ -27,7 +27,7 @@ function o = addGraph(o, varargin) % GNU General Public License for more details. % % You should have received a copy of the GNU General Public License -% along with Dynare. If not, see <http://www.gnu.org/licenses/>. +% along with Dynare. If not, see <https://www.gnu.org/licenses/>. assert(~isempty(o.pages) > 0, ... '@report.addGraph: Before adding a graph, you must add a page and a section.'); diff --git a/src/@report/addPage.m b/src/@report/addPage.m index 8137962b6cea2553b7448597aaa4438e2029a1d9..e15b8eb93d23d7e9f96535a48840748b48504231 100644 --- a/src/@report/addPage.m +++ b/src/@report/addPage.m @@ -27,7 +27,7 @@ function o = addPage(o, varargin) % GNU General Public License for more details. % % You should have received a copy of the GNU General Public License -% along with Dynare. If not, see <http://www.gnu.org/licenses/>. +% along with Dynare. If not, see <https://www.gnu.org/licenses/>. np = length(o.pages) + 1; if o.showOutput diff --git a/src/@report/addParagraph.m b/src/@report/addParagraph.m index 7dfd9478ac4ac65f9b0e3a5580e3b8e947050af0..16daf3eb5dfdeb496eef6dfdd418d7b7ec8a5f22 100644 --- a/src/@report/addParagraph.m +++ b/src/@report/addParagraph.m @@ -27,7 +27,7 @@ function o = addParagraph(o, varargin) % GNU General Public License for more details. % % You should have received a copy of the GNU General Public License -% along with Dynare. If not, see <http://www.gnu.org/licenses/>. +% along with Dynare. If not, see <https://www.gnu.org/licenses/>. assert(~isempty(o.pages) > 0, ... '@report.addParagraph: Before adding a paragraph, you must add a page and a section.'); diff --git a/src/@report/addSection.m b/src/@report/addSection.m index 430ec84f88661b613c488283f31e4ca42fec1aa8..a24cdf3cd3feaedbde91ffb408f033b673de8d44 100644 --- a/src/@report/addSection.m +++ b/src/@report/addSection.m @@ -27,7 +27,7 @@ function o = addSection(o, varargin) % GNU General Public License for more details. % % You should have received a copy of the GNU General Public License -% along with Dynare. If not, see <http://www.gnu.org/licenses/>. +% along with Dynare. If not, see <https://www.gnu.org/licenses/>. assert(~isempty(o.pages) > 0, ... '@report.addSection: Before adding a section, you must add a page.'); diff --git a/src/@report/addSeries.m b/src/@report/addSeries.m index 239740e3cc0beabda8691351ae2a97b4bd0fc3fd..6de33bb11a530d3bb353002ff820f0222a8f4a8d 100644 --- a/src/@report/addSeries.m +++ b/src/@report/addSeries.m @@ -27,7 +27,7 @@ function o = addSeries(o, varargin) % GNU General Public License for more details. % % You should have received a copy of the GNU General Public License -% along with Dynare. If not, see <http://www.gnu.org/licenses/>. +% along with Dynare. If not, see <https://www.gnu.org/licenses/>. assert(~isempty(o.pages), ... ['@report.addSeries: Before adding a series, you must add a page, ' ... diff --git a/src/@report/addTable.m b/src/@report/addTable.m index 12e46216fbd264532dae35114c69c4b6cb2c8689..01fe4339a60ad37d8020475431123c15c540e28f 100644 --- a/src/@report/addTable.m +++ b/src/@report/addTable.m @@ -27,7 +27,7 @@ function o = addTable(o, varargin) % GNU General Public License for more details. % % You should have received a copy of the GNU General Public License -% along with Dynare. If not, see <http://www.gnu.org/licenses/>. +% along with Dynare. If not, see <https://www.gnu.org/licenses/>. assert(~isempty(o.pages), ... '@report.addTable: Before adding a table, you must add a page and a section.'); diff --git a/src/@report/addVspace.m b/src/@report/addVspace.m index f3fee71a49546c072bc0d1b5d6542cf562fb7a2b..e243298651468f68b60402a9c39d98e7df3bec08 100644 --- a/src/@report/addVspace.m +++ b/src/@report/addVspace.m @@ -27,7 +27,7 @@ function o = addVspace(o, varargin) % GNU General Public License for more details. % % You should have received a copy of the GNU General Public License -% along with Dynare. If not, see <http://www.gnu.org/licenses/>. +% along with Dynare. If not, see <https://www.gnu.org/licenses/>. assert(~isempty(o.pages), ... '@report.addVspace: Before adding a vspace, you must add a page and a section.'); diff --git a/src/@report/compile.m b/src/@report/compile.m index 81fd3229b992b3b38dee7e1786133584cc60da94..b34d935a69cc68966ec949fe4739a88c3ba452ef 100644 --- a/src/@report/compile.m +++ b/src/@report/compile.m @@ -28,7 +28,7 @@ function o = compile(o, varargin) % GNU General Public License for more details. % % You should have received a copy of the GNU General Public License -% along with Dynare. If not, see <http://www.gnu.org/licenses/>. +% along with Dynare. If not, see <https://www.gnu.org/licenses/>. opts.compiler = o.compiler; opts.showReport = true; diff --git a/src/@report/numPages.m b/src/@report/numPages.m index 055a95c79921916d71792d95c0d6b86f1807bbae..4c6a21b565e8352ba6335854495d812be81a18f0 100644 --- a/src/@report/numPages.m +++ b/src/@report/numPages.m @@ -26,7 +26,7 @@ function n = numPages(o) % GNU General Public License for more details. % % You should have received a copy of the GNU General Public License -% along with Dynare. If not, see <http://www.gnu.org/licenses/>. +% along with Dynare. If not, see <https://www.gnu.org/licenses/>. n = length(o.pages); end \ No newline at end of file diff --git a/src/@report/report.m b/src/@report/report.m index dcdb975876a0492e120236d2ae223a0cf9859078..858d686ce97eddd21e3f547ea438cb772103fbe9 100644 --- a/src/@report/report.m +++ b/src/@report/report.m @@ -16,7 +16,7 @@ classdef report < handle % GNU General Public License for more details. % % You should have received a copy of the GNU General Public License - % along with Dynare. If not, see <http://www.gnu.org/licenses/>. + % along with Dynare. If not, see <https://www.gnu.org/licenses/>. properties (Access = private) pages = {} end diff --git a/src/@report/write.m b/src/@report/write.m index 0f3f0b260124b58845c4697d45dd55852260035d..53003f061fa087f8cf027be3d7a14e0e7eed06b7 100644 --- a/src/@report/write.m +++ b/src/@report/write.m @@ -26,7 +26,7 @@ function o = write(o) % GNU General Public License for more details. % % You should have received a copy of the GNU General Public License -% along with Dynare. If not, see <http://www.gnu.org/licenses/>. +% along with Dynare. If not, see <https://www.gnu.org/licenses/>. if exist(o.directory, 'dir') ~= 7 mkdir(o.directory); diff --git a/src/@report_data/report_data.m b/src/@report_data/report_data.m index 84683d06aacf325ca8eebde53e10faf54d84bd68..bdc0b8f2188511827e44d3cda451cff2b8ec6554 100644 --- a/src/@report_data/report_data.m +++ b/src/@report_data/report_data.m @@ -16,7 +16,7 @@ classdef report_data < handle % GNU General Public License for more details. % % You should have received a copy of the GNU General Public License - % along with Dynare. If not, see <http://www.gnu.org/licenses/>. + % along with Dynare. If not, see <https://www.gnu.org/licenses/>. properties (SetAccess = private) data = '' tableAlignRight = false diff --git a/src/@report_data/writeDataForTable.m b/src/@report_data/writeDataForTable.m index 34723fb91e827fecb13876d22910d69383b17b6a..ec3b2c7cca7ed7e11f4e810ac3bf4df9b8aa8d42 100644 --- a/src/@report_data/writeDataForTable.m +++ b/src/@report_data/writeDataForTable.m @@ -29,7 +29,7 @@ function writeDataForTable(o, fid, precision) % GNU General Public License for more details. % % You should have received a copy of the GNU General Public License -% along with Dynare. If not, see <http://www.gnu.org/licenses/>. +% along with Dynare. If not, see <https://www.gnu.org/licenses/>. %% Validate options provided by user assert(ischar(o.tableRowColor), '@report_data.writeDataForTable: tableRowColor must be a string'); diff --git a/src/@report_graph/addSeries.m b/src/@report_graph/addSeries.m index adf157b8b05504886b2489574a342de190d701b1..5ab24e83ac196376058d472072785f15861dd991 100644 --- a/src/@report_graph/addSeries.m +++ b/src/@report_graph/addSeries.m @@ -27,7 +27,7 @@ function o = addSeries(o, varargin) % GNU General Public License for more details. % % You should have received a copy of the GNU General Public License -% along with Dynare. If not, see <http://www.gnu.org/licenses/>. +% along with Dynare. If not, see <https://www.gnu.org/licenses/>. o.series{end+1} = report_series(varargin{:}); end diff --git a/src/@report_graph/end.m b/src/@report_graph/end.m index 2410bc9165c90715c6fdf53b9c3f58ab372626c8..c04e3e630444b33adc93256810ec343cf7416356 100644 --- a/src/@report_graph/end.m +++ b/src/@report_graph/end.m @@ -28,7 +28,7 @@ function lastIndex = end(o, k, n) % GNU General Public License for more details. % % You should have received a copy of the GNU General Public License -% along with Dynare. If not, see <http://www.gnu.org/licenses/>. +% along with Dynare. If not, see <https://www.gnu.org/licenses/>. assert(k==1 && n==1, '@report_graph/end: graph only has one dimension'); lastIndex = length(o.series); diff --git a/src/@report_graph/report_graph.m b/src/@report_graph/report_graph.m index 9739cb489fc3336a6952eb1461223a2396ec5b21..0cddf171dcd8352c2b48b077caa588cded5de753 100644 --- a/src/@report_graph/report_graph.m +++ b/src/@report_graph/report_graph.m @@ -16,7 +16,7 @@ classdef report_graph < handle % GNU General Public License for more details. % % You should have received a copy of the GNU General Public License - % along with Dynare. If not, see <http://www.gnu.org/licenses/>. + % along with Dynare. If not, see <https://www.gnu.org/licenses/>. properties (Access = private) series = {} end diff --git a/src/@report_graph/write.m b/src/@report_graph/write.m index 069bc77a2c3edcb1b359f44a2681082f8d51d8e5..f889a480b92580e1a4a15baafa027dcc7af85713 100644 --- a/src/@report_graph/write.m +++ b/src/@report_graph/write.m @@ -32,7 +32,7 @@ function write(o, fid, pg, sec, row, col, rep_dir) % GNU General Public License for more details. % % You should have received a copy of the GNU General Public License -% along with Dynare. If not, see <http://www.gnu.org/licenses/>. +% along with Dynare. If not, see <https://www.gnu.org/licenses/>. graphName = writeGraphFile(o, pg, sec, row, col, rep_dir); fprintf(fid, '\\input{%s}', graphName); diff --git a/src/@report_graph/writeGraphFile.m b/src/@report_graph/writeGraphFile.m index 0724e14d2d5861fbc2ed25629c9f8875058094c8..6539bd539d52835f111db0652ad528d7afa31852 100644 --- a/src/@report_graph/writeGraphFile.m +++ b/src/@report_graph/writeGraphFile.m @@ -31,7 +31,7 @@ function graphName = writeGraphFile(o, pg, sec, row, col, rep_dir) % GNU General Public License for more details. % % You should have received a copy of the GNU General Public License -% along with Dynare. If not, see <http://www.gnu.org/licenses/>. +% along with Dynare. If not, see <https://www.gnu.org/licenses/>. ne = length(o.series); if ne < 1 diff --git a/src/@report_series/getNameForLegend.m b/src/@report_series/getNameForLegend.m index 4b28ee8b554ac8c8a041db9059ca4fee03f6d991..9b43da98825a445059ef301772ea095d705c6d2b 100644 --- a/src/@report_series/getNameForLegend.m +++ b/src/@report_series/getNameForLegend.m @@ -16,7 +16,7 @@ function s = getNameForLegend(o) % GNU General Public License for more details. % % You should have received a copy of the GNU General Public License -% along with Dynare. If not, see <http://www.gnu.org/licenses/>. +% along with Dynare. If not, see <https://www.gnu.org/licenses/>. if isempty(o.data) || ~o.graphShowInLegend % for the case when there is no data in the series diff --git a/src/@report_series/getRange.m b/src/@report_series/getRange.m index 76d2e57495eb37b3fd1fbf30bc17be6949bf1f1a..cf4e85510fab9af7f64befb8b8612df27c4a692e 100644 --- a/src/@report_series/getRange.m +++ b/src/@report_series/getRange.m @@ -16,7 +16,7 @@ function dd = getRange(o) % GNU General Public License for more details. % % You should have received a copy of the GNU General Public License -% along with Dynare. If not, see <http://www.gnu.org/licenses/>. +% along with Dynare. If not, see <https://www.gnu.org/licenses/>. if isempty(o.data) dd = dates(); diff --git a/src/@report_series/getTexName.m b/src/@report_series/getTexName.m index 87076b2c17d46f5cc391557c4886010d92256e20..9d212bbb19d8c3db1719f31b9ec367807a9a1f02 100644 --- a/src/@report_series/getTexName.m +++ b/src/@report_series/getTexName.m @@ -16,7 +16,7 @@ function s = getTexName(o) % GNU General Public License for more details. % % You should have received a copy of the GNU General Public License -% along with Dynare. If not, see <http://www.gnu.org/licenses/>. +% along with Dynare. If not, see <https://www.gnu.org/licenses/>. if isempty(o.data) % for the case when there is no data in the series diff --git a/src/@report_series/isZero.m b/src/@report_series/isZero.m index 5982efe2932af93c81913103bbf22d6738daf020..6c2bdef1b31260d5d7643cbc96056790682485e3 100644 --- a/src/@report_series/isZero.m +++ b/src/@report_series/isZero.m @@ -26,7 +26,7 @@ function tf = isZero(o) % GNU General Public License for more details. % % You should have received a copy of the GNU General Public License -% along with Dynare. If not, see <http://www.gnu.org/licenses/>. +% along with Dynare. If not, see <https://www.gnu.org/licenses/>. tf = all(o.data.data == 0); end diff --git a/src/@report_series/printSeries.m b/src/@report_series/printSeries.m index ce539d86264b4f6729f648af0de583452befa183..6bece9cf989d969228a67cfb532c11c4818ce3fe 100644 --- a/src/@report_series/printSeries.m +++ b/src/@report_series/printSeries.m @@ -30,7 +30,7 @@ function o = printSeries(o, fid, dser, dates, precision) % GNU General Public License for more details. % % You should have received a copy of the GNU General Public License -% along with Dynare. If not, see <http://www.gnu.org/licenses/>. +% along with Dynare. If not, see <https://www.gnu.org/licenses/>. dataString = sprintf('%%.%df', precision); precision = 10^precision; diff --git a/src/@report_series/report_series.m b/src/@report_series/report_series.m index 35454d60d81c634bb3f23cde6d6883f836aeb620..1cf583032bff7cd3dae86848e461955e0953bad4 100644 --- a/src/@report_series/report_series.m +++ b/src/@report_series/report_series.m @@ -16,7 +16,7 @@ classdef report_series < handle % GNU General Public License for more details. % % You should have received a copy of the GNU General Public License - % along with Dynare. If not, see <http://www.gnu.org/licenses/>. + % along with Dynare. If not, see <https://www.gnu.org/licenses/>. properties (SetAccess = private) data = '' % The dseries that provides the data for the graph. Default: none. graphFanShadeColor = '' % The shading color to use between a series and the previously-added series in a graph. Useful for making fan charts. Default: empty. diff --git a/src/@report_series/setDataToZeroFromZeroTol.m b/src/@report_series/setDataToZeroFromZeroTol.m index b6ee3edd6ee8ec915764e103c401b953f2bc24f8..22faa322b9aca712cddf4d25b11a2243f81aaba1 100644 --- a/src/@report_series/setDataToZeroFromZeroTol.m +++ b/src/@report_series/setDataToZeroFromZeroTol.m @@ -16,7 +16,7 @@ function d = setDataToZeroFromZeroTol(o, ds) % GNU General Public License for more details. % % You should have received a copy of the GNU General Public License -% along with Dynare. If not, see <http://www.gnu.org/licenses/>. +% along with Dynare. If not, see <https://www.gnu.org/licenses/>. d = ds.data; stz = bsxfun(@and, ... diff --git a/src/@report_series/writeSeriesForGraph.m b/src/@report_series/writeSeriesForGraph.m index ee2bd94347a9c8906ec870a133c368780a302c56..8549796adf61da441d862ce27965636047add31f 100644 --- a/src/@report_series/writeSeriesForGraph.m +++ b/src/@report_series/writeSeriesForGraph.m @@ -28,7 +28,7 @@ function writeSeriesForGraph(o, fid, xrange, series_num) % GNU General Public License for more details. % % You should have received a copy of the GNU General Public License -% along with Dynare. If not, see <http://www.gnu.org/licenses/>. +% along with Dynare. If not, see <https://www.gnu.org/licenses/>. %% Validate options provided by user if isempty(o.graphVline) && isempty(o.graphHline) diff --git a/src/@report_series/writeSeriesForTable.m b/src/@report_series/writeSeriesForTable.m index dbdad2587e65c3e22c2ac612f85a0ed039207c84..5a36f329aba3c45343db0aef374272bbbcba88ce 100644 --- a/src/@report_series/writeSeriesForTable.m +++ b/src/@report_series/writeSeriesForTable.m @@ -32,7 +32,7 @@ function writeSeriesForTable(o, fid, dates, precision, ncols, rowcolor) % GNU General Public License for more details. % % You should have received a copy of the GNU General Public License -% along with Dynare. If not, see <http://www.gnu.org/licenses/>. +% along with Dynare. If not, see <https://www.gnu.org/licenses/>. %% Validate options passed to function for i=1:length(dates) diff --git a/src/@report_series/ymax.m b/src/@report_series/ymax.m index b0168bc865d2a5cffbd0aebae1c6202adcfaf551..e7112923ee970f3635e6202344938b4f7451739f 100644 --- a/src/@report_series/ymax.m +++ b/src/@report_series/ymax.m @@ -16,7 +16,7 @@ function ymax = ymax(o, dd) % GNU General Public License for more details. % % You should have received a copy of the GNU General Public License -% along with Dynare. If not, see <http://www.gnu.org/licenses/>. +% along with Dynare. If not, see <https://www.gnu.org/licenses/>. assert(~isempty(o.data) && size(o.data, 2) == 1); ymax = max(o.data(dd).data); diff --git a/src/@report_series/ymin.m b/src/@report_series/ymin.m index 2820faf385dcb7bf9259c9d961a278312ba4a5db..3ae958a9cc67c2be0e0d3ef9c4eb5224d457d1f2 100644 --- a/src/@report_series/ymin.m +++ b/src/@report_series/ymin.m @@ -16,7 +16,7 @@ function ymin = ymin(o, dd) % GNU General Public License for more details. % % You should have received a copy of the GNU General Public License -% along with Dynare. If not, see <http://www.gnu.org/licenses/>. +% along with Dynare. If not, see <https://www.gnu.org/licenses/>. assert(~isempty(o.data) && size(o.data, 2) == 1); ymin = min(o.data(dd).data); diff --git a/src/@report_table/addData.m b/src/@report_table/addData.m index b17fe9915f3d5ed24efdfcca00ba24e4f4f7a76d..6a6a33ae98a146bcca4a65292e91f5b3b1de746c 100644 --- a/src/@report_table/addData.m +++ b/src/@report_table/addData.m @@ -27,7 +27,7 @@ function o = addData(o, varargin) % GNU General Public License for more details. % % You should have received a copy of the GNU General Public License -% along with Dynare. If not, see <http://www.gnu.org/licenses/>. +% along with Dynare. If not, see <https://www.gnu.org/licenses/>. if length(o.table_data) >= 1 error('@report_table.addData: You can only use addData once per table') diff --git a/src/@report_table/addSeries.m b/src/@report_table/addSeries.m index 348aa785bd99e6c33cd9ade8ce58c9841f3d93c1..70eccc1489f11017f48d1d66be02fe3fdf1ddd71 100644 --- a/src/@report_table/addSeries.m +++ b/src/@report_table/addSeries.m @@ -27,7 +27,7 @@ function o = addSeries(o, varargin) % GNU General Public License for more details. % % You should have received a copy of the GNU General Public License -% along with Dynare. If not, see <http://www.gnu.org/licenses/>. +% along with Dynare. If not, see <https://www.gnu.org/licenses/>. o.series{end+1} = report_series(varargin{:}); end \ No newline at end of file diff --git a/src/@report_table/report_table.m b/src/@report_table/report_table.m index adf24a465ad992418cd1f31a7951146d1a4e8768..3df72d56a06875a461dbc0e3aebb85506c4f65c7 100644 --- a/src/@report_table/report_table.m +++ b/src/@report_table/report_table.m @@ -16,7 +16,7 @@ classdef report_table < handle % GNU General Public License for more details. % % You should have received a copy of the GNU General Public License - % along with Dynare. If not, see <http://www.gnu.org/licenses/>. + % along with Dynare. If not, see <https://www.gnu.org/licenses/>. properties (Access = private, Constant = true) titleFormatDefalut = {'\large'} end @@ -187,7 +187,7 @@ function tf = allCellsAreDatesRange(dcell) % GNU General Public License for more details. % % You should have received a copy of the GNU General Public License -% along with Dynare. If not, see <http://www.gnu.org/licenses/>. +% along with Dynare. If not, see <https://www.gnu.org/licenses/>. assert(iscell(dcell)); tf = true; @@ -227,7 +227,7 @@ function tf = allCellsAreDates(dcell) % GNU General Public License for more details. % % You should have received a copy of the GNU General Public License -% along with Dynare. If not, see <http://www.gnu.org/licenses/>. +% along with Dynare. If not, see <https://www.gnu.org/licenses/>. assert(iscell(dcell)); tf = true; diff --git a/src/@report_table/write.m b/src/@report_table/write.m index 776958967e8f020977a1e3e2725f39e3bab73ba2..eb34d5a80bd18a9e226e62d55e34a9878b8b1ea4 100644 --- a/src/@report_table/write.m +++ b/src/@report_table/write.m @@ -32,7 +32,7 @@ function write(o, fid, pg, sec, row, col, rep_dir) % GNU General Public License for more details. % % You should have received a copy of the GNU General Public License -% along with Dynare. If not, see <http://www.gnu.org/licenses/>. +% along with Dynare. If not, see <https://www.gnu.org/licenses/>. tableName = writeTableFile(o, pg, sec, row, col, rep_dir); fprintf(fid, '\\input{%s}', tableName); diff --git a/src/@report_table/writeTableFile.m b/src/@report_table/writeTableFile.m index 40e43df073511648e78b279882a29d7728f810b3..088d6214ea25b0146df829d4a546ee2d366148ad 100644 --- a/src/@report_table/writeTableFile.m +++ b/src/@report_table/writeTableFile.m @@ -31,7 +31,7 @@ function tableName = writeTableFile(o, pg, sec, row, col, rep_dir) % GNU General Public License for more details. % % You should have received a copy of the GNU General Public License -% along with Dynare. If not, see <http://www.gnu.org/licenses/>. +% along with Dynare. If not, see <https://www.gnu.org/licenses/>. ne = length(o.series); is_data_table = ~isempty(o.table_data); diff --git a/src/@section/addData.m b/src/@section/addData.m index 8d4b91d55b452a28b66cb4486b679c3debab66dc..67c3b4bc69d779c84ff841b29debdb4d68fb6632 100644 --- a/src/@section/addData.m +++ b/src/@section/addData.m @@ -27,7 +27,7 @@ function o = addData(o, varargin) % GNU General Public License for more details. % % You should have received a copy of the GNU General Public License -% along with Dynare. If not, see <http://www.gnu.org/licenses/>. +% along with Dynare. If not, see <https://www.gnu.org/licenses/>. assert(~isempty(o.elements), ... '@section.addData: Before adding data, you must add either a table'); diff --git a/src/@section/addGraph.m b/src/@section/addGraph.m index 76998175b1b3da33448e5c447bc6d4462c1f1d9f..9ae9d607837888606200cf39019850a86b4c9556 100644 --- a/src/@section/addGraph.m +++ b/src/@section/addGraph.m @@ -27,7 +27,7 @@ function o = addGraph(o, varargin) % GNU General Public License for more details. % % You should have received a copy of the GNU General Public License -% along with Dynare. If not, see <http://www.gnu.org/licenses/>. +% along with Dynare. If not, see <https://www.gnu.org/licenses/>. if ~isempty(o.elements) assert(~isa(o.elements{1}, 'paragraph'), ... diff --git a/src/@section/addParagraph.m b/src/@section/addParagraph.m index 49cbe50441819e57fae5fbe31e9bc8132d027bd7..4898044985fea500a59bbe2079f9ae456e7cd6f0 100644 --- a/src/@section/addParagraph.m +++ b/src/@section/addParagraph.m @@ -27,7 +27,7 @@ function o = addParagraph(o, varargin) % GNU General Public License for more details. % % You should have received a copy of the GNU General Public License -% along with Dynare. If not, see <http://www.gnu.org/licenses/>. +% along with Dynare. If not, see <https://www.gnu.org/licenses/>. assert(o.cols == 1, ... '@addParagraph: you can only add a paragraph to a Section that contains one column'); diff --git a/src/@section/addSeries.m b/src/@section/addSeries.m index 111946022420ebf6ccdb349674dc2c7a3a222a2f..7b248ca9a7eed879271e25f6df81db83b3d8116e 100644 --- a/src/@section/addSeries.m +++ b/src/@section/addSeries.m @@ -27,7 +27,7 @@ function o = addSeries(o, varargin) % GNU General Public License for more details. % % You should have received a copy of the GNU General Public License -% along with Dynare. If not, see <http://www.gnu.org/licenses/>. +% along with Dynare. If not, see <https://www.gnu.org/licenses/>. assert(~isempty(o.elements), ... '@section.addSeries: Before adding a series, you must add either a graph or a table'); diff --git a/src/@section/addTable.m b/src/@section/addTable.m index 7b819d760a69f30e981e06040585ae1a9d28ad3a..29b60546c2a6e7fe96283d66662433a7e0201af1 100644 --- a/src/@section/addTable.m +++ b/src/@section/addTable.m @@ -27,7 +27,7 @@ function o = addTable(o, varargin) % GNU General Public License for more details. % % You should have received a copy of the GNU General Public License -% along with Dynare. If not, see <http://www.gnu.org/licenses/>. +% along with Dynare. If not, see <https://www.gnu.org/licenses/>. if ~isempty(o.elements) assert(~isa(o.elements{1}, 'paragraph'), ... diff --git a/src/@section/addVspace.m b/src/@section/addVspace.m index 7bd48428ba106f5af9953b5021ffac4757a572b9..15db7c2266e3873cc4f13778fa33faae559a2b2b 100644 --- a/src/@section/addVspace.m +++ b/src/@section/addVspace.m @@ -27,7 +27,7 @@ function o = addVspace(o, varargin) % GNU General Public License for more details. % % You should have received a copy of the GNU General Public License -% along with Dynare. If not, see <http://www.gnu.org/licenses/>. +% along with Dynare. If not, see <https://www.gnu.org/licenses/>. if ~isempty(o.elements) assert(~isa(o.elements{1}, 'paragraph'), ... diff --git a/src/@section/end.m b/src/@section/end.m index b9d37457ca4e26b92101b014603b780e07173844..d5b5adcdc3949e918488b497afe363bd10162256 100644 --- a/src/@section/end.m +++ b/src/@section/end.m @@ -28,7 +28,7 @@ function lastIndex = end(o, k, n) % GNU General Public License for more details. % % You should have received a copy of the GNU General Public License -% along with Dynare. If not, see <http://www.gnu.org/licenses/>. +% along with Dynare. If not, see <https://www.gnu.org/licenses/>. assert(k==1 && n==1, '@section/end: section only has one dimension'); lastIndex = numElements(o); diff --git a/src/@section/numElements.m b/src/@section/numElements.m index c783c82f74156fd334d12c89d7f9f247285eb38c..d77eebf94eba171659bed9bf0e5c7daf0cc502e9 100644 --- a/src/@section/numElements.m +++ b/src/@section/numElements.m @@ -16,7 +16,7 @@ function n = numElements(o) % GNU General Public License for more details. % % You should have received a copy of the GNU General Public License -% along with Dynare. If not, see <http://www.gnu.org/licenses/>. +% along with Dynare. If not, see <https://www.gnu.org/licenses/>. n = length(o.elements); end \ No newline at end of file diff --git a/src/@section/section.m b/src/@section/section.m index ea29782ec3d432721ef2cab96a4ac558cd63f459..cfd70afa4ab3f5573cac8bb2248dd56921cb76a6 100644 --- a/src/@section/section.m +++ b/src/@section/section.m @@ -16,7 +16,7 @@ classdef section < handle % GNU General Public License for more details. % % You should have received a copy of the GNU General Public License - % along with Dynare. If not, see <http://www.gnu.org/licenses/>. + % along with Dynare. If not, see <https://www.gnu.org/licenses/>. properties (Access = private) elements = {} end diff --git a/src/@section/write.m b/src/@section/write.m index 4e68ac743b5d115452d7a8ba4cbab490928a92d9..3099496168069f0d49464491b304839df4008a2d 100644 --- a/src/@section/write.m +++ b/src/@section/write.m @@ -30,7 +30,7 @@ function write(o, fid, pg, sec, rep_dir) % GNU General Public License for more details. % % You should have received a copy of the GNU General Public License -% along with Dynare. If not, see <http://www.gnu.org/licenses/>. +% along with Dynare. If not, see <https://www.gnu.org/licenses/>. fprintf(fid, '%% Section Object written %s\n', datestr(now)); if isempty(o.elements) diff --git a/src/@vspace/vspace.m b/src/@vspace/vspace.m index 74dc9575e1d38521c01224a7f766136c0fceb118..009a22dddb8345fabec89d92e63ba368b4e8ae07 100644 --- a/src/@vspace/vspace.m +++ b/src/@vspace/vspace.m @@ -16,7 +16,7 @@ classdef vspace < handle % GNU General Public License for more details. % % You should have received a copy of the GNU General Public License - % along with Dynare. If not, see <http://www.gnu.org/licenses/>. + % along with Dynare. If not, see <https://www.gnu.org/licenses/>. properties (SetAccess = private) hline = 0 % Number of horizontal lines to be inserted. Default 0 number = 1 % Number of new lines to be inserted. Default 1 diff --git a/src/@vspace/write.m b/src/@vspace/write.m index 382be905dc90c23d5486f8fed403c6aed49bdb1f..61f5172788994baf99c20fc32f483e77f9956c03 100644 --- a/src/@vspace/write.m +++ b/src/@vspace/write.m @@ -27,7 +27,7 @@ function o = write(o, fid) % GNU General Public License for more details. % % You should have received a copy of the GNU General Public License -% along with Dynare. If not, see <http://www.gnu.org/licenses/>. +% along with Dynare. If not, see <https://www.gnu.org/licenses/>. fprintf(fid, repmat(' \\par \\medskip ', 1, o.number)); if o.hline > 0 diff --git a/src/addCommasToCellStr.m b/src/addCommasToCellStr.m index de96d4e08c3e6fa822da3255ebae97623ea39398..94d9d2b5e10b2a2af8534d3add61cad0f6b5d6ac 100644 --- a/src/addCommasToCellStr.m +++ b/src/addCommasToCellStr.m @@ -26,7 +26,7 @@ function str = addCommasToCellStr(cs) % GNU General Public License for more details. % % You should have received a copy of the GNU General Public License -% along with Dynare. If not, see <http://www.gnu.org/licenses/>. +% along with Dynare. If not, see <https://www.gnu.org/licenses/>. assert(iscellstr(cs), 'addCommasToCellStr: cs should be a cell array of strings.'); diff --git a/src/getMaxRange.m b/src/getMaxRange.m index 9a065767c8e7f2fedcae90278b6077dedeb95fd4..ace80d6dc194cabf3c782b678bfb2f40c210348d 100644 --- a/src/getMaxRange.m +++ b/src/getMaxRange.m @@ -16,7 +16,7 @@ function dd = getMaxRange(cellser) % GNU General Public License for more details. % % You should have received a copy of the GNU General Public License -% along with Dynare. If not, see <http://www.gnu.org/licenses/>. +% along with Dynare. If not, see <https://www.gnu.org/licenses/>. ddmin = dates(); ddmax = dates(); diff --git a/src/initialize_reporting_toolbox.m b/src/initialize_reporting_toolbox.m index f421b17f79c020e49d88c060d0ff3e5b6725c4fe..442cb7458964012b3fc1b01ba3a0f4d7ff984acb 100644 --- a/src/initialize_reporting_toolbox.m +++ b/src/initialize_reporting_toolbox.m @@ -18,7 +18,7 @@ function initialize_reporting_toolbox() % GNU General Public License for more details. % % You should have received a copy of the GNU General Public License -% along with Dynare. If not, see <http://www.gnu.org/licenses/>. +% along with Dynare. If not, see <https://www.gnu.org/licenses/>. % Find reporting source directory reporting_src_root = strrep(which('initialize_reporting_toolbox'), 'initialize_reporting_toolbox.m', ''); diff --git a/test/AnnualTable.m b/test/AnnualTable.m index 92a276ac99a0ef575d3e5e44b6a17f9ed3ffe3ff..e411de71b6152c7ff30965902ea4decce0e5f88e 100644 --- a/test/AnnualTable.m +++ b/test/AnnualTable.m @@ -14,7 +14,7 @@ function rep = AnnualTable(rep, db_a, dc_a, seriesRootName, arange) % GNU General Public License for more details. % % You should have received a copy of the GNU General Public License -% along with Dynare. If not, see <http://www.gnu.org/licenses/>. +% along with Dynare. If not, see <https://www.gnu.org/licenses/>. shortNames = {'US', 'EU', 'JA', 'EA6', 'LA6', 'RC6'}; longNames = {'Coca Cola', 'Kinder Bueno', 'Pizza', ... diff --git a/test/CommResidTablePage.m b/test/CommResidTablePage.m index 26da0301f1d970d99d9506f9bc42f598895513f2..e8436dfd9e8acbf72cbe08f5ae13321ebd13bb48 100644 --- a/test/CommResidTablePage.m +++ b/test/CommResidTablePage.m @@ -14,7 +14,7 @@ function rep = CommResidTablePage(rep, db_q, dc_q, trange, vline_after) % GNU General Public License for more details. % % You should have received a copy of the GNU General Public License -% along with Dynare. If not, see <http://www.gnu.org/licenses/>. +% along with Dynare. If not, see <https://www.gnu.org/licenses/>. seriesNames = {{'RES_LRPOIL_GAP_WORLD'}, ... {'RES_LRPOIL_BAR_WORLD'}, ... diff --git a/test/CountryGraphPage.m b/test/CountryGraphPage.m index 549f828e0b42aeba9564e61129fc59851fc32640..3a6774089ec7a539f9e959df28f3940806d6572f 100644 --- a/test/CountryGraphPage.m +++ b/test/CountryGraphPage.m @@ -14,7 +14,7 @@ function rep = CountryGraphPage(rep, countryAbbr, db_q, dc_q, prange, srange) % GNU General Public License for more details. % % You should have received a copy of the GNU General Public License -% along with Dynare. If not, see <http://www.gnu.org/licenses/>. +% along with Dynare. If not, see <https://www.gnu.org/licenses/>. startpoint = strings(prange(1)); shaded = strings(srange(1)); diff --git a/test/CountryTablePage.m b/test/CountryTablePage.m index 62073b1beebea5394e474426668d4f8b2ac90ac7..0b531c842b70a6aea45ec61cf764956113f67914 100644 --- a/test/CountryTablePage.m +++ b/test/CountryTablePage.m @@ -14,7 +14,7 @@ function rep = CountryTablePage(rep, countryAbbr, countryName, db_q, dc_q, db_a, % GNU General Public License for more details. % % You should have received a copy of the GNU General Public License -% along with Dynare. If not, see <http://www.gnu.org/licenses/>. +% along with Dynare. If not, see <https://www.gnu.org/licenses/>. seriesNames = {{'RS_', 'Short Term Interest Rate'}, ... {'RR_', 'Real Interest Rate'}, ... diff --git a/test/ResidTablePage.m b/test/ResidTablePage.m index 295e7058d1cffa23d80822aab52f5e50b4e7cf6e..2e70a66df1c5e22dfc8cbd31a7207e49f1e31dfd 100644 --- a/test/ResidTablePage.m +++ b/test/ResidTablePage.m @@ -14,7 +14,7 @@ function rep = ResidTablePage(rep, countryAbbr, countryName, db_q, dc_q, trange, % GNU General Public License for more details. % % You should have received a copy of the GNU General Public License -% along with Dynare. If not, see <http://www.gnu.org/licenses/>. +% along with Dynare. If not, see <https://www.gnu.org/licenses/>. seriesNames = {{'RES_RS_'}, ... {'RES_RR_BAR_'}, ... diff --git a/test/createReport.m b/test/createReport.m index 486e963f48d7c9e640c1f640b7e5159d1c0d4b4d..fa471806f730338e27691d0431a40568141a19de 100644 --- a/test/createReport.m +++ b/test/createReport.m @@ -16,7 +16,7 @@ function createReport(dc_a, dc_q, db_a, db_q) % GNU General Public License for more details. % % You should have received a copy of the GNU General Public License -% along with Dynare. If not, see <http://www.gnu.org/licenses/>. +% along with Dynare. If not, see <https://www.gnu.org/licenses/>. tic larange= dates('2007a'):dates('2014a'); diff --git a/test/runtest.m b/test/runtest.m index 0e8b525077697569caf7332b1c5862384ceead1e..65b6411784311da3bfe245dd4f198a98ce87dffe 100644 --- a/test/runtest.m +++ b/test/runtest.m @@ -13,7 +13,7 @@ % GNU General Public License for more details. % % You should have received a copy of the GNU General Public License -% along with Dynare. If not, see <http://www.gnu.org/licenses/>. +% along with Dynare. If not, see <https://www.gnu.org/licenses/>. initialize_dseries_class(); initialize_reporting_toolbox();