diff --git a/dynare++/integ/cc/precalc_quadrature.hh b/dynare++/integ/cc/precalc_quadrature.hh index 7856b7150939d0c1c5aefbf3262a6311e0543370..231e928d255f7b32d76e976cf6d734a5d7689792 100644 --- a/dynare++/integ/cc/precalc_quadrature.hh +++ b/dynare++/integ/cc/precalc_quadrature.hh @@ -1,5 +1,22 @@ -// $Id: precalc_quadrature.dat 431 2005-08-16 15:41:01Z kamenik $ -// Copyright 2005, Ondra Kamenik +/* + * Copyright © 2005 Ondra Kamenik + * Copyright © 2019 Dynare Team + * + * This file is part of Dynare. + * + * Dynare is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * Dynare is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * 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/>. + */ // The file contains one dimensional quadrature points and weights for // a few quadratures. The format of data is clear. There is a class diff --git a/dynare++/integ/cc/product.cc b/dynare++/integ/cc/product.cc index aaf35362e5d589fc40eb4e860af2b9b08bdc41c3..711abb32c2680a316b350f9a4b281f159c4fdf25 100644 --- a/dynare++/integ/cc/product.cc +++ b/dynare++/integ/cc/product.cc @@ -1,4 +1,22 @@ -// Copyright 2005, Ondra Kamenik +/* + * Copyright © 2005 Ondra Kamenik + * Copyright © 2019 Dynare Team + * + * This file is part of Dynare. + * + * Dynare is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * Dynare is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * 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/>. + */ #include "product.hh" #include "symmetry.hh" diff --git a/dynare++/integ/cc/product.hh b/dynare++/integ/cc/product.hh index 061e1d96204c0b80a5654902261e3d290aea373a..512580aac1a872da2146b9945032d7031d7230ae 100644 --- a/dynare++/integ/cc/product.hh +++ b/dynare++/integ/cc/product.hh @@ -1,4 +1,22 @@ -// Copyright 2005, Ondra Kamenik +/* + * Copyright © 2005 Ondra Kamenik + * Copyright © 2019 Dynare Team + * + * This file is part of Dynare. + * + * Dynare is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * Dynare is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * 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/>. + */ // Product quadrature. diff --git a/dynare++/integ/cc/quadrature.cc b/dynare++/integ/cc/quadrature.cc index 98d509c39b8fa87c8fcd54a9227f7cfc0a9b9553..296db020bf4a8833323b38fc0a173c0863f513ce 100644 --- a/dynare++/integ/cc/quadrature.cc +++ b/dynare++/integ/cc/quadrature.cc @@ -1,4 +1,22 @@ -// Copyright 2005, Ondra Kamenik +/* + * Copyright © 2005 Ondra Kamenik + * Copyright © 2019 Dynare Team + * + * This file is part of Dynare. + * + * Dynare is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * Dynare is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * 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/>. + */ #include "quadrature.hh" #include "precalc_quadrature.hh" diff --git a/dynare++/integ/cc/quadrature.hh b/dynare++/integ/cc/quadrature.hh index 61df4a58e9fe79f36c1f360fcf31439509d62b17..dcbc3d41ea27ec078b962c5c7f1f0479e8a1c29e 100644 --- a/dynare++/integ/cc/quadrature.hh +++ b/dynare++/integ/cc/quadrature.hh @@ -1,4 +1,22 @@ -// Copyright 2005, Ondra Kamenik +/* + * Copyright © 2005 Ondra Kamenik + * Copyright © 2019 Dynare Team + * + * This file is part of Dynare. + * + * Dynare is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * Dynare is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * 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/>. + */ // Quadrature. diff --git a/dynare++/integ/cc/quasi_mcarlo.cc b/dynare++/integ/cc/quasi_mcarlo.cc index 22a008c6b9ffadd15af44418740b5236b15f6511..2da9d99450cc6fe952f39be1ab8004af0e7d5b57 100644 --- a/dynare++/integ/cc/quasi_mcarlo.cc +++ b/dynare++/integ/cc/quasi_mcarlo.cc @@ -1,4 +1,22 @@ -// Copyright 2005, Ondra Kamenik +/* + * Copyright © 2005 Ondra Kamenik + * Copyright © 2019 Dynare Team + * + * This file is part of Dynare. + * + * Dynare is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * Dynare is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * 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/>. + */ #include "quasi_mcarlo.hh" diff --git a/dynare++/integ/cc/quasi_mcarlo.hh b/dynare++/integ/cc/quasi_mcarlo.hh index 65d92bfed86c1f69884c9e2fad5cf688c2da6756..c423073c5b7fac731a1d70470366a14df57169d0 100644 --- a/dynare++/integ/cc/quasi_mcarlo.hh +++ b/dynare++/integ/cc/quasi_mcarlo.hh @@ -1,4 +1,22 @@ -// Copyright 2005, Ondra Kamenik +/* + * Copyright © 2005 Ondra Kamenik + * Copyright © 2019 Dynare Team + * + * This file is part of Dynare. + * + * Dynare is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * Dynare is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * 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/>. + */ // Quasi Monte Carlo quadrature. diff --git a/dynare++/integ/cc/smolyak.cc b/dynare++/integ/cc/smolyak.cc index c1e5a6f3f3a05ee87c2884e102f350fcf9cbee1d..067cff5969bbdb2798dcb17b2a9ce137bffce433 100644 --- a/dynare++/integ/cc/smolyak.cc +++ b/dynare++/integ/cc/smolyak.cc @@ -1,4 +1,22 @@ -// Copyright 2005, Ondra Kamenik +/* + * Copyright © 2005 Ondra Kamenik + * Copyright © 2019 Dynare Team + * + * This file is part of Dynare. + * + * Dynare is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * Dynare is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * 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/>. + */ #include "smolyak.hh" #include "symmetry.hh" diff --git a/dynare++/integ/cc/smolyak.hh b/dynare++/integ/cc/smolyak.hh index 52749211c6f768bf0f5f361b9c4f4895d8cd066e..dc88523612c130fda81d2a5aff9d62d7b9ed3777 100644 --- a/dynare++/integ/cc/smolyak.hh +++ b/dynare++/integ/cc/smolyak.hh @@ -1,4 +1,22 @@ -// Copyright 2005, Ondra Kamenik +/* + * Copyright © 2005 Ondra Kamenik + * Copyright © 2019 Dynare Team + * + * This file is part of Dynare. + * + * Dynare is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * Dynare is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * 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/>. + */ // Smolyak quadrature. diff --git a/dynare++/integ/cc/vector_function.cc b/dynare++/integ/cc/vector_function.cc index 90337f2799de468a57f486f3004cedf5451e30e8..e92912a8a541e7256e849bb5666a26fa37bfa557 100644 --- a/dynare++/integ/cc/vector_function.cc +++ b/dynare++/integ/cc/vector_function.cc @@ -1,4 +1,22 @@ -// Copyright 2005, Ondra Kamenik +/* + * Copyright © 2005 Ondra Kamenik + * Copyright © 2019 Dynare Team + * + * This file is part of Dynare. + * + * Dynare is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * Dynare is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * 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/>. + */ #include "vector_function.hh" diff --git a/dynare++/integ/cc/vector_function.hh b/dynare++/integ/cc/vector_function.hh index cbdf8cbe1bc7a81d2dea0d875bf30df365f6c39e..0ab061ecc085f793695c8ad84714bdccbf6c00e3 100644 --- a/dynare++/integ/cc/vector_function.hh +++ b/dynare++/integ/cc/vector_function.hh @@ -1,4 +1,22 @@ -// Copyright 2005, Ondra Kamenik +/* + * Copyright © 2005 Ondra Kamenik + * Copyright © 2019 Dynare Team + * + * This file is part of Dynare. + * + * Dynare is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * Dynare is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * 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/>. + */ // Vector function. diff --git a/dynare++/integ/src/quadrature-points.cc b/dynare++/integ/src/quadrature-points.cc index 768302b34ab15d6306a8ceda612955f38f931771..fda5360b9a512f610b055d5d5d2f1de6135c2afa 100644 --- a/dynare++/integ/src/quadrature-points.cc +++ b/dynare++/integ/src/quadrature-points.cc @@ -1,4 +1,22 @@ -// Copyright © 2008-2011, Ondra Kamenik +/* + * Copyright © 2008-2011 Ondra Kamenik + * Copyright © 2019 Dynare Team + * + * This file is part of Dynare. + * + * Dynare is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * Dynare is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * 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/>. + */ #include "parser/cc/matrix_parser.hh" #include "utils/cc/exception.hh" diff --git a/dynare++/integ/testing/tests.cc b/dynare++/integ/testing/tests.cc index 57389c2d8ac4ad19d52688518e851087401d53a1..664967e49489d93a884dab9a7fa7318cd6eddf85 100644 --- a/dynare++/integ/testing/tests.cc +++ b/dynare++/integ/testing/tests.cc @@ -1,5 +1,22 @@ -/* $Id: tests.cpp 431 2005-08-16 15:41:01Z kamenik $ */ -/* Copyright 2005, Ondra Kamenik */ +/* + * Copyright © 2005 Ondra Kamenik + * Copyright © 2019 Dynare Team + * + * This file is part of Dynare. + * + * Dynare is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * Dynare is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * 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/>. + */ #include "GeneralMatrix.hh" #include <dynlapack.h> diff --git a/dynare++/kord/Makefile.am b/dynare++/kord/Makefile.am index 943723dd4a9c2de788ccf0ae54bb02e29252f7ba..1e615c092757a3c407a1ffcba7d4b923d7150f35 100644 --- a/dynare++/kord/Makefile.am +++ b/dynare++/kord/Makefile.am @@ -25,7 +25,7 @@ libkord_a_SOURCES = \ seed_generator.cc \ seed_generator.hh -libkord_a_CPPFLAGS = -I../sylv/cc -I../tl/cc -I../integ/cc -I../utils/cc -I$(top_srcdir)/mex/sources $(CPPFLAGS_MATIO) +libkord_a_CPPFLAGS = -I../sylv/cc -I../tl/cc -I../integ/cc -I../utils/cc -I$(top_srcdir)/mex/sources $(CPPFLAGS_MATIO) -DDYNVERSION=\"$(PACKAGE_VERSION)\" libkord_a_CXXFLAGS = $(AM_CXXFLAGS) $(THREAD_CXXFLAGS) check_PROGRAMS = tests diff --git a/dynare++/kord/approximation.cc b/dynare++/kord/approximation.cc index b7b673c3ad65d4046803bd6646aa3d1fb6d910f9..a03dd9bd7a3fab0a1ac122a7b6c11830e8433361 100644 --- a/dynare++/kord/approximation.cc +++ b/dynare++/kord/approximation.cc @@ -1,4 +1,22 @@ -// Copyright 2005, Ondra Kamenik +/* + * Copyright © 2005 Ondra Kamenik + * Copyright © 2019 Dynare Team + * + * This file is part of Dynare. + * + * Dynare is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * Dynare is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * 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/>. + */ #include <utility> diff --git a/dynare++/kord/approximation.hh b/dynare++/kord/approximation.hh index 1ea28a570ceea467aa5bc1bad1bfdcaa295449d4..c9e84584209540cc2b73fb3f5f5659d7a5278d2c 100644 --- a/dynare++/kord/approximation.hh +++ b/dynare++/kord/approximation.hh @@ -1,4 +1,22 @@ -// Copyright 2005, Ondra Kamenik +/* + * Copyright © 2005 Ondra Kamenik + * Copyright © 2019 Dynare Team + * + * This file is part of Dynare. + * + * Dynare is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * Dynare is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * 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/>. + */ // Approximating model solution diff --git a/dynare++/kord/decision_rule.cc b/dynare++/kord/decision_rule.cc index 9fefef694098e2a16315bc2d11fa1873b48cbb65..f9e86a685367c7dbb241907483027b7e30f6a020 100644 --- a/dynare++/kord/decision_rule.cc +++ b/dynare++/kord/decision_rule.cc @@ -1,4 +1,22 @@ -// Copyright 2004, Ondra Kamenik +/* + * Copyright © 2004 Ondra Kamenik + * Copyright © 2019 Dynare Team + * + * This file is part of Dynare. + * + * Dynare is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * Dynare is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * 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/>. + */ #include "kord_exception.hh" #include "decision_rule.hh" diff --git a/dynare++/kord/decision_rule.hh b/dynare++/kord/decision_rule.hh index f8a7dad2e24e78cd5b28b3656b732f206b4bbe9a..1d70ff99a6018db0ffd3dc793bd4a99406a0947f 100644 --- a/dynare++/kord/decision_rule.hh +++ b/dynare++/kord/decision_rule.hh @@ -1,4 +1,22 @@ -// Copyright 2004, Ondra Kamenik +/* + * Copyright © 2004 Ondra Kamenik + * Copyright © 2019 Dynare Team + * + * This file is part of Dynare. + * + * Dynare is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * Dynare is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * 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/>. + */ // Decision rule and simulation diff --git a/dynare++/kord/dynamic_model.cc b/dynare++/kord/dynamic_model.cc index 80c4914f6aa3d2d6b5ba940535e9bd7048be1279..698dfccf67d84b1938001fd37071fd363c112bab 100644 --- a/dynare++/kord/dynamic_model.cc +++ b/dynare++/kord/dynamic_model.cc @@ -1,4 +1,22 @@ -// Copyright 2005, Ondra Kamenik +/* + * Copyright © 2005 Ondra Kamenik + * Copyright © 2019 Dynare Team + * + * This file is part of Dynare. + * + * Dynare is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * Dynare is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * 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/>. + */ #include "dynamic_model.hh" diff --git a/dynare++/kord/dynamic_model.hh b/dynare++/kord/dynamic_model.hh index c40ae300fd23c7ef0fb1ff49c93c0cca9bb0d37a..ef9464339bb48847de5533454ac9bbd8ab2eaf58 100644 --- a/dynare++/kord/dynamic_model.hh +++ b/dynare++/kord/dynamic_model.hh @@ -1,4 +1,23 @@ -// Copyright 2005, Ondra Kamenik +/* + * Copyright © 2005 Ondra Kamenik + * Copyright © 2019 Dynare Team + * + * This file is part of Dynare. + * + * Dynare is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * Dynare is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * 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/>. + */ + // Dynamic model abstraction diff --git a/dynare++/kord/faa_di_bruno.cc b/dynare++/kord/faa_di_bruno.cc index 3bf9af044d2f8a7bf42f6db8e5b319c155be2b6d..0615be57e8fc2c8053b13e1cbac0317a6bf2fcc4 100644 --- a/dynare++/kord/faa_di_bruno.cc +++ b/dynare++/kord/faa_di_bruno.cc @@ -1,4 +1,22 @@ -// Copyright 2005, Ondra Kamenik +/* + * Copyright © 2005 Ondra Kamenik + * Copyright © 2019 Dynare Team + * + * This file is part of Dynare. + * + * Dynare is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * Dynare is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * 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/>. + */ #include "faa_di_bruno.hh" #include "fine_container.hh" diff --git a/dynare++/kord/faa_di_bruno.hh b/dynare++/kord/faa_di_bruno.hh index bba990258166d1180123e55d49ffa6ef28712d2a..4442ba7c5b34698c6406d7c7655b16075151e38f 100644 --- a/dynare++/kord/faa_di_bruno.hh +++ b/dynare++/kord/faa_di_bruno.hh @@ -1,4 +1,22 @@ -// Copyright 2005, Ondra Kamenik +/* + * Copyright © 2005 Ondra Kamenik + * Copyright © 2019 Dynare Team + * + * This file is part of Dynare. + * + * Dynare is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * Dynare is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * 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/>. + */ // Faà Di Bruno evaluator diff --git a/dynare++/kord/first_order.cc b/dynare++/kord/first_order.cc index c9ef7422655ce57ab4ed28acc9b7eb78de393344..96226f1b3047b193034b071cc57185058cd4ac7a 100644 --- a/dynare++/kord/first_order.cc +++ b/dynare++/kord/first_order.cc @@ -1,4 +1,22 @@ -// Copyright 2004, Ondra Kamenik +/* + * Copyright © 2004 Ondra Kamenik + * Copyright © 2019 Dynare Team + * + * This file is part of Dynare. + * + * Dynare is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * Dynare is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * 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/>. + */ #include "kord_exception.hh" #include "first_order.hh" diff --git a/dynare++/kord/first_order.hh b/dynare++/kord/first_order.hh index 9ffe0015d3cfc4f311381d98df7733a8afe0d6a2..cfa40adf6ee2eb3b17ddbdf6f74a22c20f97d8cf 100644 --- a/dynare++/kord/first_order.hh +++ b/dynare++/kord/first_order.hh @@ -1,4 +1,22 @@ -// Copyright 2004, Ondra Kamenik +/* + * Copyright © 2004 Ondra Kamenik + * Copyright © 2019 Dynare Team + * + * This file is part of Dynare. + * + * Dynare is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * Dynare is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * 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/>. + */ // First order at deterministic steady state diff --git a/dynare++/kord/global_check.cc b/dynare++/kord/global_check.cc index 27711decaab607f1eb027823e959b7ef103f3c3e..c1037d49ac4c8a26d22c22937ee50dd82ef94bbc 100644 --- a/dynare++/kord/global_check.cc +++ b/dynare++/kord/global_check.cc @@ -1,4 +1,22 @@ -// Copyright 2005, Ondra Kamenik +/* + * Copyright © 2005 Ondra Kamenik + * Copyright © 2019 Dynare Team + * + * This file is part of Dynare. + * + * Dynare is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * Dynare is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * 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/>. + */ #include "SymSchurDecomp.hh" diff --git a/dynare++/kord/global_check.hh b/dynare++/kord/global_check.hh index ea21b543aa3a332718f2a6a4fd33896a9f8514eb..df7f913a8afc0bf49ae0e941da89965dec044b27 100644 --- a/dynare++/kord/global_check.hh +++ b/dynare++/kord/global_check.hh @@ -1,4 +1,22 @@ -// Copyright 2005, Ondra Kamenik +/* + * Copyright © 2005 Ondra Kamenik + * Copyright © 2019 Dynare Team + * + * This file is part of Dynare. + * + * Dynare is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * Dynare is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * 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/>. + */ // Global check diff --git a/dynare++/kord/journal.cc b/dynare++/kord/journal.cc index f68bf4fff2044cd1a24ea87428d45f2d8e19b496..e06d35bebcb75ac6d5d668ec89551cc7ebd870a1 100644 --- a/dynare++/kord/journal.cc +++ b/dynare++/kord/journal.cc @@ -1,4 +1,22 @@ -// Copyright © 2004-2011, Ondra Kamenik +/* + * Copyright © 2004-2011 Ondra Kamenik + * Copyright © 2019 Dynare Team + * + * This file is part of Dynare. + * + * Dynare is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * Dynare is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * 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/>. + */ #include "journal.hh" #include "kord_exception.hh" @@ -182,12 +200,12 @@ endrec(JournalRecord &rec) void Journal::printHeader() { - *this << u8"This is Dynare++, Copyright © 2004-2011, Ondra Kamenik\n" - << "Dynare++ comes with ABSOLUTELY NO WARRANTY and is distributed under\n" - << "GPL: modules integ, tl, kord, sylv, src and documentation\n" - << "LGPL: modules parser, utils\n" - << " for GPL see https://www.gnu.org/licenses/gpl.html\n" - << " for LGPL see https://www.gnu.org/licenses/lgpl.html\n" + *this << "Dynare++ v. " << VERSION << '\n' + << '\n' + << u8"Copyright © 2004-2011 Ondra Kamenik\n" + << u8"Copyright © 2019 Dynare Team\n" + << "Dynare++ comes with ABSOLUTELY NO WARRANTY and is distributed under the GNU GPL," + << "version 3 or later (see https://www.gnu.org/licenses/gpl.html)\n" << "\n\n" << "System info: "; #ifndef _WIN32 diff --git a/dynare++/kord/journal.hh b/dynare++/kord/journal.hh index 37d96d57436b12ebe1dc445d918f94dcc1fbc87e..63b77a9b931fcbb94424c42b88e1c02cfc6853c3 100644 --- a/dynare++/kord/journal.hh +++ b/dynare++/kord/journal.hh @@ -1,4 +1,22 @@ -// Copyright 2004, Ondra Kamenik +/* + * Copyright © 2004 Ondra Kamenik + * Copyright © 2019 Dynare Team + * + * This file is part of Dynare. + * + * Dynare is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * Dynare is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * 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/>. + */ // Resource usage journal diff --git a/dynare++/kord/kord_exception.hh b/dynare++/kord/kord_exception.hh index 6bb1f1a946e9d414bb91b5ebb5f78784fda65ce2..bd7febba81b9d5560d57a5918fceda824beff984 100644 --- a/dynare++/kord/kord_exception.hh +++ b/dynare++/kord/kord_exception.hh @@ -1,4 +1,22 @@ -// Copyright 2005, Ondra Kamenik +/* + * Copyright © 2005 Ondra Kamenik + * Copyright © 2019 Dynare Team + * + * This file is part of Dynare. + * + * Dynare is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * Dynare is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * 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/>. + */ // Exception diff --git a/dynare++/kord/korder.cc b/dynare++/kord/korder.cc index b1bb894ad264c3d02e5cf0868e9830a1ef260a9b..0c0c265b026214a3da74beb9e986b1395540d8ed 100644 --- a/dynare++/kord/korder.cc +++ b/dynare++/kord/korder.cc @@ -1,4 +1,22 @@ -// Copyright 2004, Ondra Kamenik +/* + * Copyright © 2004 Ondra Kamenik + * Copyright © 2019 Dynare Team + * + * This file is part of Dynare. + * + * Dynare is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * Dynare is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * 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/>. + */ #include "kord_exception.hh" #include "korder.hh" diff --git a/dynare++/kord/korder.hh b/dynare++/kord/korder.hh index e88abecf741b20df79d78ce9c100fdf5a969d67c..beb423ba5d7de9804ff6e554005296a5fabd9aa0 100644 --- a/dynare++/kord/korder.hh +++ b/dynare++/kord/korder.hh @@ -1,4 +1,22 @@ -// Copyright 2004, Ondra Kamenik +/* + * Copyright © 2004 Ondra Kamenik + * Copyright © 2019 Dynare Team + * + * This file is part of Dynare. + * + * Dynare is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * Dynare is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * 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/>. + */ // Higher order at deterministic steady diff --git a/dynare++/kord/korder_stoch.cc b/dynare++/kord/korder_stoch.cc index 916ed0d7f3faa706b963cd335795c77eff9736da..807476d0769c41f9da01564e605c70e60820c619 100644 --- a/dynare++/kord/korder_stoch.cc +++ b/dynare++/kord/korder_stoch.cc @@ -1,4 +1,22 @@ -// Copyright 2005, Ondra Kamenik +/* + * Copyright © 2005 Ondra Kamenik + * Copyright © 2019 Dynare Team + * + * This file is part of Dynare. + * + * Dynare is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * Dynare is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * 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/>. + */ #include "korder_stoch.hh" diff --git a/dynare++/kord/korder_stoch.hh b/dynare++/kord/korder_stoch.hh index e6c2b64706034f33a0dd34a1a576e2d4df64711e..5860809d3c58fc0417114655920a1bfbf6aa875d 100644 --- a/dynare++/kord/korder_stoch.hh +++ b/dynare++/kord/korder_stoch.hh @@ -1,4 +1,22 @@ -// Copyright 2005, Ondra Kamenik +/* + * Copyright © 2005 Ondra Kamenik + * Copyright © 2019 Dynare Team + * + * This file is part of Dynare. + * + * Dynare is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * Dynare is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * 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/>. + */ // Higher order at stochastic steady diff --git a/dynare++/kord/normal_conjugate.cc b/dynare++/kord/normal_conjugate.cc index 04e52f12d088f0d031d155cfedc2cad2287f6573..45b46752888130df7bbdc8b0b49a85263c4e230e 100644 --- a/dynare++/kord/normal_conjugate.cc +++ b/dynare++/kord/normal_conjugate.cc @@ -1,4 +1,22 @@ -// Copyright 2007, Ondra Kamenik +/* + * Copyright © 2007 Ondra Kamenik + * Copyright © 2019 Dynare Team + * + * This file is part of Dynare. + * + * Dynare is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * Dynare is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * 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/>. + */ #include "normal_conjugate.hh" #include "kord_exception.hh" diff --git a/dynare++/kord/normal_conjugate.hh b/dynare++/kord/normal_conjugate.hh index 860fc3be5db17b6c922591c25f7cc7dd9d6f0395..95e5a79019df0099f4de1963ce0031b6791c06cc 100644 --- a/dynare++/kord/normal_conjugate.hh +++ b/dynare++/kord/normal_conjugate.hh @@ -1,4 +1,22 @@ -// Copyright 2007, Ondra Kamenik +/* + * Copyright © 2007 Ondra Kamenik + * Copyright © 2019 Dynare Team + * + * This file is part of Dynare. + * + * Dynare is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * Dynare is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * 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/>. + */ // Conjugate family for normal distribution diff --git a/dynare++/kord/seed_generator.cc b/dynare++/kord/seed_generator.cc index 184d55d01612b4a24a6844161d131380e4fe2fc1..edd6f295e27327c3bb1d8e98d56a5c2c71849ff7 100644 --- a/dynare++/kord/seed_generator.cc +++ b/dynare++/kord/seed_generator.cc @@ -1,3 +1,22 @@ +/* + * Copyright © 2019 Dynare Team + * + * This file is part of Dynare. + * + * Dynare is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * Dynare is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * 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/>. + */ + #include "seed_generator.hh" #include <limits> diff --git a/dynare++/kord/seed_generator.hh b/dynare++/kord/seed_generator.hh index 74cd2275634a885bcbfff796ac05c4c7d866755a..50320e427c707c710adce6fffdf9579ad0b4f119 100644 --- a/dynare++/kord/seed_generator.hh +++ b/dynare++/kord/seed_generator.hh @@ -1,3 +1,22 @@ +/* + * Copyright © 2019 Dynare Team + * + * This file is part of Dynare. + * + * Dynare is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * Dynare is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * 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/>. + */ + #ifndef RANDOM_H #define RANDOM_H diff --git a/dynare++/kord/tests.cc b/dynare++/kord/tests.cc index 65b790605514b9e16e44af5c1f4c7c5e2fbb78f1..1cadbe3b9345d9badd47487e42ec789fa1ead8e2 100644 --- a/dynare++/kord/tests.cc +++ b/dynare++/kord/tests.cc @@ -1,5 +1,22 @@ -/* $Id: tests.cpp 148 2005-04-19 15:12:26Z kamenik $ */ -/* Copyright 2004, Ondra Kamenik */ +/* + * Copyright © 2004 Ondra Kamenik + * Copyright © 2019 Dynare Team + * + * This file is part of Dynare. + * + * Dynare is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * Dynare is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * 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/>. + */ #include <chrono> #include <random> diff --git a/dynare++/parser/cc/assign.ll b/dynare++/parser/cc/assign.ll index e4a195bbc0254f061b1e7e904881993437a743f3..5fe338fc5ebd5d2f6067618eeb5c2db8e9b85dcf 100644 --- a/dynare++/parser/cc/assign.ll +++ b/dynare++/parser/cc/assign.ll @@ -1,4 +1,23 @@ /* -*- C++ -*- */ +/* + * Copyright © 2004-2011 Ondra Kamenik + * Copyright © 2019 Dynare Team + * + * This file is part of Dynare. + * + * Dynare is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * Dynare is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * 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/>. + */ %{ #include "location.hh" #include "assign_tab.hh" diff --git a/dynare++/parser/cc/assign.yy b/dynare++/parser/cc/assign.yy index 72d16d8d0bc3a1f92e9f488e67d5cfa5430d5c87..a9de698b5a1a9b715739b5d8757402729c09b932 100644 --- a/dynare++/parser/cc/assign.yy +++ b/dynare++/parser/cc/assign.yy @@ -1,5 +1,23 @@ // -*- C++ -*- -/* Copyright © 2006-2011, Ondra Kamenik */ +/* + * Copyright © 2006-2011 Ondra Kamenik + * Copyright © 2019 Dynare Team + * + * This file is part of Dynare. + * + * Dynare is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * Dynare is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * 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/>. + */ %code requires { diff --git a/dynare++/parser/cc/atom_assignings.cc b/dynare++/parser/cc/atom_assignings.cc index 853182f29093658ea450b8d8d89cd5b72960e1f4..2a5cb493a42d29fa43e5ba73b2c231edaeba6ec7 100644 --- a/dynare++/parser/cc/atom_assignings.cc +++ b/dynare++/parser/cc/atom_assignings.cc @@ -1,6 +1,22 @@ -// Copyright © 2006, Ondra Kamenik - -// $Id: atom_assignings.cpp 92 2007-04-19 11:38:21Z ondra $ +/* + * Copyright © 2006 Ondra Kamenik + * Copyright © 2019 Dynare Team + * + * This file is part of Dynare. + * + * Dynare is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * Dynare is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * 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/>. + */ #include "atom_assignings.hh" #include "location.hh" diff --git a/dynare++/parser/cc/atom_assignings.hh b/dynare++/parser/cc/atom_assignings.hh index e992aa6804be2506c5efd115ed7c429a6883e676..ace2b58302cc3414e7855e93db0daaa812c67454 100644 --- a/dynare++/parser/cc/atom_assignings.hh +++ b/dynare++/parser/cc/atom_assignings.hh @@ -1,6 +1,22 @@ -// Copyright © 2006, Ondra Kamenik - -// $Id: atom_assignings.h 149 2007-04-30 02:11:46Z okamenik $ +/* + * Copyright © 2006 Ondra Kamenik + * Copyright © 2019 Dynare Team + * + * This file is part of Dynare. + * + * Dynare is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * Dynare is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * 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/>. + */ #ifndef OGP_ATOM_ASSIGNINGS_H #define OGP_ATOM_ASSIGNINGS_H diff --git a/dynare++/parser/cc/atom_substitutions.cc b/dynare++/parser/cc/atom_substitutions.cc index 8e3a077c5bd300e6292200660129499bbbb23112..f0a8f8481fe1e9f2b4d3f229258a17dfb094a12e 100644 --- a/dynare++/parser/cc/atom_substitutions.cc +++ b/dynare++/parser/cc/atom_substitutions.cc @@ -1,6 +1,22 @@ -// Copyright © 2006, Ondra Kamenik - -// $Id: atom_substitutions.cpp 42 2007-01-22 21:53:24Z ondra $ +/* + * Copyright © 2006 Ondra Kamenik + * Copyright © 2019 Dynare Team + * + * This file is part of Dynare. + * + * Dynare is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * Dynare is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * 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/>. + */ #include "atom_substitutions.hh" #include "utils/cc/exception.hh" diff --git a/dynare++/parser/cc/atom_substitutions.hh b/dynare++/parser/cc/atom_substitutions.hh index 4a4d85c871dbb90a7ccaa91953cd623edbba9a03..3f50e2266096d0f260efe33bf6a7fb1e032991ca 100644 --- a/dynare++/parser/cc/atom_substitutions.hh +++ b/dynare++/parser/cc/atom_substitutions.hh @@ -1,6 +1,22 @@ -// Copyright © 2006, Ondra Kamenik - -// $Id: atom_substitutions.h 42 2007-01-22 21:53:24Z ondra $ +/* + * Copyright © 2006 Ondra Kamenik + * Copyright © 2019 Dynare Team + * + * This file is part of Dynare. + * + * Dynare is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * Dynare is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * 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/>. + */ #ifndef OGP_ATOM_SUBSTITUTIONS_H #define OGP_ATOM_SUBSTITUTIONS_H diff --git a/dynare++/parser/cc/dynamic_atoms.cc b/dynare++/parser/cc/dynamic_atoms.cc index cb5de80da6bd0059e2a6a7ec0e3a27a063921759..4ec1707ea622fd3aa52326f8b6031fa5c3f17247 100644 --- a/dynare++/parser/cc/dynamic_atoms.cc +++ b/dynare++/parser/cc/dynamic_atoms.cc @@ -1,6 +1,22 @@ -// Copyright © 2005, Ondra Kamenik - -// $Id: dynamic_atoms.cpp 1362 2007-07-10 11:50:18Z kamenik $ +/* + * Copyright © 2005 Ondra Kamenik + * Copyright © 2019 Dynare Team + * + * This file is part of Dynare. + * + * Dynare is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * Dynare is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * 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/>. + */ #include "utils/cc/exception.hh" #include "dynamic_atoms.hh" diff --git a/dynare++/parser/cc/dynamic_atoms.hh b/dynare++/parser/cc/dynamic_atoms.hh index e717b59e0d2209805165605aab7da53b42b729d6..f963a099a20c0ba54e77cfaa33a1b9c94238df54 100644 --- a/dynare++/parser/cc/dynamic_atoms.hh +++ b/dynare++/parser/cc/dynamic_atoms.hh @@ -1,6 +1,22 @@ -// Copyright © 2005, Ondra Kamenik - -// $Id: dynamic_atoms.h 2269 2008-11-23 14:33:22Z michel $ +/* + * Copyright © 2005 Ondra Kamenik + * Copyright © 2019 Dynare Team + * + * This file is part of Dynare. + * + * Dynare is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * Dynare is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * 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/>. + */ #ifndef OGP_DYNAMIC_ATOMS_H #define OGP_DYNAMIC_ATOMS_H diff --git a/dynare++/parser/cc/fine_atoms.cc b/dynare++/parser/cc/fine_atoms.cc index 28b1fc5114680a0d2003999ee1063aadcace4b89..2c5a28d6b6bf4a62bf13abb6258c162be36e2b0d 100644 --- a/dynare++/parser/cc/fine_atoms.cc +++ b/dynare++/parser/cc/fine_atoms.cc @@ -1,6 +1,22 @@ -// Copyright © 2005, Ondra Kamenik - -// $Id: fine_atoms.cpp 1759 2008-03-31 14:25:20Z kamenik $ +/* + * Copyright © 2005 Ondra Kamenik + * Copyright © 2019 Dynare Team + * + * This file is part of Dynare. + * + * Dynare is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * Dynare is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * 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/>. + */ #include "utils/cc/exception.hh" diff --git a/dynare++/parser/cc/fine_atoms.hh b/dynare++/parser/cc/fine_atoms.hh index 10261129d12b1273f5b63d593aa4370a0467bc88..010f5baf0c9b89d85253c2f584ef482a05572d32 100644 --- a/dynare++/parser/cc/fine_atoms.hh +++ b/dynare++/parser/cc/fine_atoms.hh @@ -1,6 +1,22 @@ -// Copyright © 2005, Ondra Kamenik - -// $Id: fine_atoms.h 1759 2008-03-31 14:25:20Z kamenik $ +/* + * Copyright © 2005 Ondra Kamenik + * Copyright © 2019 Dynare Team + * + * This file is part of Dynare. + * + * Dynare is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * Dynare is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * 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/>. + */ #ifndef OGP_FINE_ATOMS_H #define OGP_FINE_ATOMS_H diff --git a/dynare++/parser/cc/formula.ll b/dynare++/parser/cc/formula.ll index d6241157d2d29cc0c6c37540dcb72afc19e53035..69e1909c4c139395accf1d18b957dab4354ddbe9 100644 --- a/dynare++/parser/cc/formula.ll +++ b/dynare++/parser/cc/formula.ll @@ -1,4 +1,23 @@ /* -*- C++ -*- */ +/* + * Copyright © 2004-2011 Ondra Kamenik + * Copyright © 2019 Dynare Team + * + * This file is part of Dynare. + * + * Dynare is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * Dynare is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * 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/>. + */ %{ #include "location.hh" #include "formula_tab.hh" diff --git a/dynare++/parser/cc/formula.yy b/dynare++/parser/cc/formula.yy index f8ac65042fe5c3ed11824abbbc56fcf1d11e24df..a25205305f5c26f6e48cc4a405dad784b9af9677 100644 --- a/dynare++/parser/cc/formula.yy +++ b/dynare++/parser/cc/formula.yy @@ -1,5 +1,23 @@ // -*- C++ -*- -/* Copyright © 2006-2011, Ondra Kamenik */ +/* + * Copyright © 2006-2011 Ondra Kamenik + * Copyright © 2019 Dynare Team + * + * This file is part of Dynare. + * + * Dynare is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * Dynare is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * 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/>. + */ %code requires { diff --git a/dynare++/parser/cc/formula_parser.cc b/dynare++/parser/cc/formula_parser.cc index 4498f8a1d3fa9cf45b16577edfb1b0a2d3a1f50d..76eb2904013ee9bb7970ab9bb9039366fcc07389 100644 --- a/dynare++/parser/cc/formula_parser.cc +++ b/dynare++/parser/cc/formula_parser.cc @@ -1,6 +1,22 @@ -// Copyright © 2005, Ondra Kamenik - -// $Id: formula_parser.cpp 2268 2008-11-22 10:38:03Z michel $ +/* + * Copyright © 2005 Ondra Kamenik + * Copyright © 2019 Dynare Team + * + * This file is part of Dynare. + * + * Dynare is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * Dynare is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * 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/>. + */ #include "utils/cc/pascal_triangle.hh" #include "utils/cc/exception.hh" diff --git a/dynare++/parser/cc/formula_parser.hh b/dynare++/parser/cc/formula_parser.hh index c1f370bb3b251b511c286b63578549d22bd4ef3c..44fbcbdfc58533566a8dd3bd7ef63ec56470e282 100644 --- a/dynare++/parser/cc/formula_parser.hh +++ b/dynare++/parser/cc/formula_parser.hh @@ -1,4 +1,22 @@ -// Copyright © 2005-2011, Ondra Kamenik +/* + * Copyright © 2005-2011 Ondra Kamenik + * Copyright © 2019 Dynare Team + * + * This file is part of Dynare. + * + * Dynare is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * Dynare is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * 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/>. + */ #ifndef OGP_FORMULA_PARSER_H #define OGP_FORMULA_PARSER_H diff --git a/dynare++/parser/cc/matrix.ll b/dynare++/parser/cc/matrix.ll index 91bdb6486ed8217961c925eec676898154d864b2..d65b3b5e8f7d8cf5fb1969c3513c219f5b0b8b3d 100644 --- a/dynare++/parser/cc/matrix.ll +++ b/dynare++/parser/cc/matrix.ll @@ -1,7 +1,25 @@ /* -*- C++ -*- */ -%{ -// Copyright © 2006-2011, Ondra Kamenik +/* + * Copyright © 2006-2011 Ondra Kamenik + * Copyright © 2019 Dynare Team + * + * This file is part of Dynare. + * + * Dynare is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * Dynare is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * 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/>. + */ +%{ #include <string> #include "location.hh" diff --git a/dynare++/parser/cc/matrix.yy b/dynare++/parser/cc/matrix.yy index 7d6cea5ddd4a7d4f16e7f480a5d001561a859c6b..361d678e2eac7b4d423b113d44fcab7b4184b23b 100644 --- a/dynare++/parser/cc/matrix.yy +++ b/dynare++/parser/cc/matrix.yy @@ -1,5 +1,23 @@ // -*- C++ -*- -// Copyright © 2006-2011, Ondra Kamenik +/* + * Copyright © 2006-2011 Ondra Kamenik + * Copyright © 2019 Dynare Team + * + * This file is part of Dynare. + * + * Dynare is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * Dynare is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * 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/>. + */ %code requires { diff --git a/dynare++/parser/cc/matrix_parser.cc b/dynare++/parser/cc/matrix_parser.cc index ae3ac67dc461fc36859288a3a51c02eba6c391e9..f0f29a8d6fa1ea27d6234cb78cb7876c69aa763f 100644 --- a/dynare++/parser/cc/matrix_parser.cc +++ b/dynare++/parser/cc/matrix_parser.cc @@ -1,6 +1,22 @@ -// Copyright © 2006, Ondra Kamenik - -// $Id: matrix_parser.cpp 2269 2008-11-23 14:33:22Z michel $ +/* + * Copyright © 2006 Ondra Kamenik + * Copyright © 2019 Dynare Team + * + * This file is part of Dynare. + * + * Dynare is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * Dynare is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * 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/>. + */ #include "parser_exception.hh" #include "matrix_parser.hh" diff --git a/dynare++/parser/cc/matrix_parser.hh b/dynare++/parser/cc/matrix_parser.hh index 35dd58bd895946d5b21c298607fa80c68ca39fe5..b2028429bcaace34a8bfe589e29bd4cfbc3d8695 100644 --- a/dynare++/parser/cc/matrix_parser.hh +++ b/dynare++/parser/cc/matrix_parser.hh @@ -1,6 +1,22 @@ -// Copyright © 2006, Ondra Kamenik - -// $Id: matrix_parser.h 762 2006-05-22 13:00:07Z kamenik $ +/* + * Copyright © 2006 Ondra Kamenik + * Copyright © 2019 Dynare Team + * + * This file is part of Dynare. + * + * Dynare is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * Dynare is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * 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/>. + */ #ifndef OGP_MATRIX_PARSER #define OGP_MATRIX_PARSER diff --git a/dynare++/parser/cc/parser_exception.cc b/dynare++/parser/cc/parser_exception.cc index c433990faa1e4a031c0ec92a588424b460532ca1..f0bb91b4934fac328c50a0cd79a11013451422fe 100644 --- a/dynare++/parser/cc/parser_exception.cc +++ b/dynare++/parser/cc/parser_exception.cc @@ -1,6 +1,22 @@ -// Copyright © 2006, Ondra Kamenik - -// $Id: parser_exception.cpp 2269 2008-11-23 14:33:22Z michel $ +/* + * Copyright © 2006 Ondra Kamenik + * Copyright © 2019 Dynare Team + * + * This file is part of Dynare. + * + * Dynare is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * Dynare is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * 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/>. + */ #include "parser_exception.hh" diff --git a/dynare++/parser/cc/parser_exception.hh b/dynare++/parser/cc/parser_exception.hh index 5a8fbd33a5b3822947351d42bbca4379bec952a8..8844e2bc7d2f54731a1319d338544164d9377458 100644 --- a/dynare++/parser/cc/parser_exception.hh +++ b/dynare++/parser/cc/parser_exception.hh @@ -1,6 +1,22 @@ -// Copyright © 2006, Ondra Kamenik - -// $Id: parser_exception.h 1761 2008-03-31 14:27:13Z kamenik $ +/* + * Copyright © 2006 Ondra Kamenik + * Copyright © 2019 Dynare Team + * + * This file is part of Dynare. + * + * Dynare is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * Dynare is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * 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/>. + */ #ifndef OG_FORMULA_PARSER_H #define OG_FORMULA_PARSER_H diff --git a/dynare++/parser/cc/static_atoms.cc b/dynare++/parser/cc/static_atoms.cc index 2e31eeb47f51ebadeabe1f2d58036a12aa6078bd..56659841499a177648b52b46ee58189139789064 100644 --- a/dynare++/parser/cc/static_atoms.cc +++ b/dynare++/parser/cc/static_atoms.cc @@ -1,6 +1,22 @@ -// Copyright © 2006, Ondra Kamenik - -// $Id: static_atoms.cpp 1360 2007-07-10 11:44:20Z kamenik $ +/* + * Copyright © 2006 Ondra Kamenik + * Copyright © 2019 Dynare Team + * + * This file is part of Dynare. + * + * Dynare is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * Dynare is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * 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/>. + */ #include "static_atoms.hh" #include "utils/cc/exception.hh" diff --git a/dynare++/parser/cc/static_atoms.hh b/dynare++/parser/cc/static_atoms.hh index 437ad8775ab6dd0cc15315743259f5570aacaaaf..19ef6cf888c53f07c169424f4e702a1fa2f81676 100644 --- a/dynare++/parser/cc/static_atoms.hh +++ b/dynare++/parser/cc/static_atoms.hh @@ -1,6 +1,22 @@ -// Copyright © 2006, Ondra Kamenik - -// $Id: static_atoms.h 1218 2007-03-19 21:52:49Z kamenik $ +/* + * Copyright © 2006 Ondra Kamenik + * Copyright © 2019 Dynare Team + * + * This file is part of Dynare. + * + * Dynare is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * Dynare is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * 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/>. + */ #ifndef OGP_STATIC_ATOMS #define OGP_STATIC_ATOMS diff --git a/dynare++/parser/cc/static_fine_atoms.cc b/dynare++/parser/cc/static_fine_atoms.cc index 2d49fe457cdbaa8d5c8e8d4769799f7f73a0b9f0..b4b7487b2aeee302df9b8b5ef5969488f546268b 100644 --- a/dynare++/parser/cc/static_fine_atoms.cc +++ b/dynare++/parser/cc/static_fine_atoms.cc @@ -1,6 +1,22 @@ -// Copyright © 2006, Ondra Kamenik - -// $Id: static_fine_atoms.cpp 82 2007-04-19 11:33:30Z ondra $ +/* + * Copyright © 2006 Ondra Kamenik + * Copyright © 2019 Dynare Team + * + * This file is part of Dynare. + * + * Dynare is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * Dynare is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * 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/>. + */ #include "utils/cc/exception.hh" diff --git a/dynare++/parser/cc/static_fine_atoms.hh b/dynare++/parser/cc/static_fine_atoms.hh index 1f09f3c5f526710f5127e0d1d6ef392c37c1b377..1751370528cf5f78cd46e76c24483a502606a37a 100644 --- a/dynare++/parser/cc/static_fine_atoms.hh +++ b/dynare++/parser/cc/static_fine_atoms.hh @@ -1,6 +1,22 @@ -// Copyright © 2006, Ondra Kamenik - -// $Id: static_fine_atoms.h 42 2007-01-22 21:53:24Z ondra $ +/* + * Copyright © 2006 Ondra Kamenik + * Copyright © 2019 Dynare Team + * + * This file is part of Dynare. + * + * Dynare is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * Dynare is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * 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/>. + */ #ifndef OGP_STATIC_FINE_ATOMS_H #define OGP_STATIC_FINE_ATOMS_H diff --git a/dynare++/parser/cc/tree.cc b/dynare++/parser/cc/tree.cc index e9a1ac67785518542ed668e96ad0825520417b5c..3ba9b8351de9c02538b8780d671e0a09ff1b1b11 100644 --- a/dynare++/parser/cc/tree.cc +++ b/dynare++/parser/cc/tree.cc @@ -1,4 +1,22 @@ -// Copyright © 2005-2011, Ondra Kamenik +/* + * Copyright © 2005-2011 Ondra Kamenik + * Copyright © 2019 Dynare Team + * + * This file is part of Dynare. + * + * Dynare is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * Dynare is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * 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/>. + */ #include "utils/cc/exception.hh" diff --git a/dynare++/parser/cc/tree.hh b/dynare++/parser/cc/tree.hh index 7b466f669713ee1c010fa3781df4ae56580a1303..5e14c8bf2ecbba50ab6a0320a933fdeb3ebae48c 100644 --- a/dynare++/parser/cc/tree.hh +++ b/dynare++/parser/cc/tree.hh @@ -1,4 +1,22 @@ -// Copyright © 2005-2011, Ondra Kamenik +/* + * Copyright © 2005-2011 Ondra Kamenik + * Copyright © 2019 Dynare Team + * + * This file is part of Dynare. + * + * Dynare is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * Dynare is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * 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/>. + */ #ifndef OGP_TREE_H #define OGP_TREE_H diff --git a/dynare++/src/Makefile.am b/dynare++/src/Makefile.am index 0187b4a408f8691e68b92d5879e5dd9f125e4ee7..cb42b216f6758643eedc30eaa563bf6429d4bc14 100644 --- a/dynare++/src/Makefile.am +++ b/dynare++/src/Makefile.am @@ -21,7 +21,7 @@ dynare___SOURCES = \ nlsolve.hh \ $(GENERATED_FILES) -dynare___CPPFLAGS = -I../sylv/cc -I../tl/cc -I../kord -I../integ/cc -I../utils/cc -I.. -I$(top_srcdir)/mex/sources -DDYNVERSION=\"$(PACKAGE_VERSION)\" $(BOOST_CPPFLAGS) $(CPPFLAGS_MATIO) +dynare___CPPFLAGS = -I../sylv/cc -I../tl/cc -I../kord -I../integ/cc -I../utils/cc -I.. -I$(top_srcdir)/mex/sources $(BOOST_CPPFLAGS) $(CPPFLAGS_MATIO) dynare___LDFLAGS = $(AM_LDFLAGS) $(LDFLAGS_MATIO) $(BOOST_LDFLAGS) dynare___LDADD = ../kord/libkord.a ../integ/cc/libinteg.a ../tl/cc/libtl.a ../parser/cc/libparser.a ../utils/cc/libutils.a ../sylv/cc/libsylv.a $(LIBADD_MATIO) $(noinst_LIBRARIES) $(LAPACK_LIBS) $(BLAS_LIBS) $(LIBS) $(FLIBS) dynare___CXXFLAGS = $(AM_CXXFLAGS) $(THREAD_CXXFLAGS) diff --git a/dynare++/src/dynare3.cc b/dynare++/src/dynare3.cc index cd04585b9b54649c85bf94a11bb8af3bb05ee7bd..226570eaabdb9fc8a2d43c381e50398b3b67c383 100644 --- a/dynare++/src/dynare3.cc +++ b/dynare++/src/dynare3.cc @@ -1,3 +1,23 @@ +/* + * Copyright © 2004-2011 Ondra Kamenik + * Copyright © 2019 Dynare Team + * + * This file is part of Dynare. + * + * Dynare is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * Dynare is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * 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/>. + */ + #include <sstream> #include <fstream> @@ -12,10 +32,6 @@ #include "../tl/cc/tl_exception.hh" #include "../kord/kord_exception.hh" -#ifndef DYNVERSION -# define DYNVERSION "unknown" -#endif - /**************************************************************************************/ /* DynareNameList class */ /**************************************************************************************/ diff --git a/dynare++/src/dynare3.hh b/dynare++/src/dynare3.hh index 4603da10b91ff1a97ba0f37ff896da3225a8ba8a..e2aede483f0cad116949ba7d57f9278a072df2ad 100644 --- a/dynare++/src/dynare3.hh +++ b/dynare++/src/dynare3.hh @@ -1,5 +1,22 @@ -// $Id: dynare3.h 1764 2008-03-31 14:30:55Z kamenik $ -// Copyright 2005, Ondra Kamenik +/* + * Copyright © 2005 Ondra Kamenik + * Copyright © 2019 Dynare Team + * + * This file is part of Dynare. + * + * Dynare is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * Dynare is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * 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/>. + */ #ifndef DYNARE3_H #define DYNARE3_H diff --git a/dynare++/src/dynare_atoms.cc b/dynare++/src/dynare_atoms.cc index e4f3bce3eaf848807fab3f831e609e512b53d6f2..0ca99840f3dfac47cc162492ebd6367ba58e6cb2 100644 --- a/dynare++/src/dynare_atoms.cc +++ b/dynare++/src/dynare_atoms.cc @@ -1,6 +1,22 @@ -// Copyright © 2006, Ondra Kamenik - -// $Id: dynare_atoms.cpp 1765 2008-03-31 14:32:08Z kamenik $ +/* + * Copyright © 2006 Ondra Kamenik + * Copyright © 2019 Dynare Team + * + * This file is part of Dynare. + * + * Dynare is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * Dynare is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * 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/>. + */ #include "parser/cc/parser_exception.hh" #include "utils/cc/exception.hh" diff --git a/dynare++/src/dynare_atoms.hh b/dynare++/src/dynare_atoms.hh index 91701627e6839017c6bc590c2e0a89063ac4fa93..f389fe2d289fd3a607d5b4e650cc3702b87b285b 100644 --- a/dynare++/src/dynare_atoms.hh +++ b/dynare++/src/dynare_atoms.hh @@ -1,6 +1,22 @@ -// Copyright © 2006, Ondra Kamenik - -// $Id: dynare_atoms.h 1765 2008-03-31 14:32:08Z kamenik $ +/* + * Copyright © 2006 Ondra Kamenik + * Copyright © 2019 Dynare Team + * + * This file is part of Dynare. + * + * Dynare is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * Dynare is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * 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/>. + */ #ifndef OGDYN_DYNARE_ATOMS_H #define OGDYN_DYNARE_ATOMS_H diff --git a/dynare++/src/dynare_exception.hh b/dynare++/src/dynare_exception.hh index 8cc4e319601e80a0c37ef7ec0fe02891d5c6c843..99eff6ad929c985f224e2cae395a8455cc35d522 100644 --- a/dynare++/src/dynare_exception.hh +++ b/dynare++/src/dynare_exception.hh @@ -1,6 +1,22 @@ -// Copyright © 2006, Ondra Kamenik - -// $Id: dynare_exception.h 853 2006-08-01 08:42:42Z kamenik $ +/* + * Copyright © 2006 Ondra Kamenik + * Copyright © 2019 Dynare Team + * + * This file is part of Dynare. + * + * Dynare is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * Dynare is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * 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/>. + */ #ifndef DYNARE_EXCEPTION_H #define DYNARE_EXCEPTION_H diff --git a/dynare++/src/dynare_model.cc b/dynare++/src/dynare_model.cc index f289fe3ec615f2f956536dc9ade4496c42853c3f..fbf20247cd8ec02c530bc7affb91c53173cf6f81 100644 --- a/dynare++/src/dynare_model.cc +++ b/dynare++/src/dynare_model.cc @@ -1,4 +1,22 @@ -// Copyright © 2006-2011, Ondra Kamenik +/* + * Copyright © 2006-2011 Ondra Kamenik + * Copyright © 2019 Dynare Team + * + * This file is part of Dynare. + * + * Dynare is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * Dynare is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * 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/>. + */ #include "parser/cc/parser_exception.hh" #include "parser/cc/location.hh" @@ -776,7 +794,7 @@ MatlabSSWriter::write_common1_preamble(std::ostream &os) const << "% y is a (" << model.getAtoms().ny() << ",1) vector of endogenous variables\n" << "% in the ordering as declared\n" << "%\n" - << "% Created by Dynare++ v. " << DYNVERSION << "\n"; + << "% Created by Dynare++ v. " << VERSION << "\n"; // write ordering of parameters os << "\n% params ordering\n% =====================\n"; for (auto parname : model.getAtoms().get_params()) diff --git a/dynare++/src/dynare_model.hh b/dynare++/src/dynare_model.hh index fe9a3b72c2be9820a5a26062088fb8b5b07fb4bf..ea977df4e4be7cbe97bbf21c18acae1a4bfc2de8 100644 --- a/dynare++/src/dynare_model.hh +++ b/dynare++/src/dynare_model.hh @@ -1,4 +1,22 @@ -// Copyright © 2005-2011, Ondra Kamenik +/* + * Copyright © 2005-2011 Ondra Kamenik + * Copyright © 2019 Dynare Team + * + * This file is part of Dynare. + * + * Dynare is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * Dynare is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * 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/>. + */ #ifndef OGDYN_DYNARE_MODEL #define OGDYN_DYNARE_MODEL diff --git a/dynare++/src/dynare_params.cc b/dynare++/src/dynare_params.cc index 99e97ab820855f8dc53142ada8cbdac304f4eacc..a2a989a69539e744df3c3c3c276bdb8b720f34be 100644 --- a/dynare++/src/dynare_params.cc +++ b/dynare++/src/dynare_params.cc @@ -1,4 +1,22 @@ -// Copyright © 2004-2011, Ondra Kamenik +/* + * Copyright © 2004-2011 Ondra Kamenik + * Copyright © 2019 Dynare Team + * + * This file is part of Dynare. + * + * Dynare is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * Dynare is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * 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/>. + */ #include "dynare_params.hh" diff --git a/dynare++/src/dynare_params.hh b/dynare++/src/dynare_params.hh index ddfb22253ad68e017634fe0c5218e203afd9b888..ca8318cbb4edda08a0ccf6b2936de6ca846d23c2 100644 --- a/dynare++/src/dynare_params.hh +++ b/dynare++/src/dynare_params.hh @@ -1,6 +1,22 @@ -// $Id: dynare_params.h 2347 2009-03-24 11:54:29Z kamenik $ - -// Copyright 2004, Ondra Kamenik +/* + * Copyright © 2004 Ondra Kamenik + * Copyright © 2019 Dynare Team + * + * This file is part of Dynare. + * + * Dynare is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * Dynare is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * 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 shocks: m mult max_evals diff --git a/dynare++/src/dynglob.ll b/dynare++/src/dynglob.ll index 10dfb80f847178c5e6aa40ba7d5206e2e28222ed..f9a561173a4a4689095346e5679e3333b294eeee 100644 --- a/dynare++/src/dynglob.ll +++ b/dynare++/src/dynglob.ll @@ -1,4 +1,23 @@ /* -*- C++ -*- */ +/* + * Copyright © 2004-2011 Ondra Kamenik + * Copyright © 2019 Dynare Team + * + * This file is part of Dynare. + * + * Dynare is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * Dynare is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * 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/>. + */ %{ #include "parser/cc/location.hh" #include "dynglob_tab.hh" diff --git a/dynare++/src/dynglob.yy b/dynare++/src/dynglob.yy index c927153150ca5eaa81d428f690a88a33994405a6..97a9c6b233b64fe6808a80d529e40861476f2b5b 100644 --- a/dynare++/src/dynglob.yy +++ b/dynare++/src/dynglob.yy @@ -1,5 +1,23 @@ // -*- C++ -*- -// Copyright © 2006-2011, Ondra Kamenik +/* + * Copyright © 2006-2011 Ondra Kamenik + * Copyright © 2019 Dynare Team + * + * This file is part of Dynare. + * + * Dynare is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * Dynare is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * 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/>. + */ %code requires { diff --git a/dynare++/src/forw_subst_builder.cc b/dynare++/src/forw_subst_builder.cc index 9abf266939ab5f2e29b320e467dc00392a083cf7..e062ec652263d98d5e77c905a51a1a6ba072a230 100644 --- a/dynare++/src/forw_subst_builder.cc +++ b/dynare++/src/forw_subst_builder.cc @@ -1,4 +1,22 @@ -// Copyright © 2006-2011, Ondra Kamenik +/* + * Copyright © 2006-2011 Ondra Kamenik + * Copyright © 2019 Dynare Team + * + * This file is part of Dynare. + * + * Dynare is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * Dynare is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * 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/>. + */ #include "forw_subst_builder.hh" diff --git a/dynare++/src/forw_subst_builder.hh b/dynare++/src/forw_subst_builder.hh index 7a83d96d08a48d02f64633e5763c622055b61489..4083a9b6a9e2b1750882393ef8bab32c56cc632d 100644 --- a/dynare++/src/forw_subst_builder.hh +++ b/dynare++/src/forw_subst_builder.hh @@ -1,6 +1,22 @@ -// Copyright © 2006, Ondra Kamenik - -// $Id$ +/* + * Copyright © 2006 Ondra Kamenik + * Copyright © 2019 Dynare Team + * + * This file is part of Dynare. + * + * Dynare is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * Dynare is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * 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/>. + */ #ifndef FORW_SUBST_BUILDER_H #define FORW_SUBST_BUILDER_H diff --git a/dynare++/src/main.cc b/dynare++/src/main.cc index 10dd2c5ed1a26a032e6df67bde9bb8aadc0b10db..6d53d0331ecde9280e98807cfa2f8f8693967b52 100644 --- a/dynare++/src/main.cc +++ b/dynare++/src/main.cc @@ -1,4 +1,22 @@ -// Copyright © 2004-2011, Ondra Kamenik +/* + * Copyright © 2004-2011 Ondra Kamenik + * Copyright © 2019 Dynare Team + * + * This file is part of Dynare. + * + * Dynare is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * Dynare is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * 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/>. + */ #include "dynare3.hh" #include "dynare_exception.hh" @@ -26,12 +44,12 @@ main(int argc, char **argv) } if (params.version) { - std::cout << u8"Dynare++ v. " << DYNVERSION << ". Copyright © 2004-2011, Ondra Kamenik\n" - << "Dynare++ comes with ABSOLUTELY NO WARRANTY and is distributed under\n" - << "GPL: modules integ, tl, kord, sylv, src and documentation\n" - << "LGPL: modules parser, utils\n" - << " for GPL see https://www.gnu.org/licenses/gpl.html\n" - << " for LGPL see https://www.gnu.org/licenses/lgpl.html\n"; + std::cout << "Dynare++ v. " << VERSION << '\n' + << '\n' + << u8"Copyright © 2004-2011 Ondra Kamenik\n" + << u8"Copyright © 2019 Dynare Team\n" + << "Dynare++ comes with ABSOLUTELY NO WARRANTY and is distributed under the GNU GPL,\n" + << "version 3 or later (see https://www.gnu.org/licenses/gpl.html)\n"; return EXIT_SUCCESS; } sthread::detach_thread_group::max_parallel_threads = params.num_threads; diff --git a/dynare++/src/nlsolve.cc b/dynare++/src/nlsolve.cc index a71a0d7339bc3abefb46dc526de877ce2084cc0a..a841522e5b3725aea455cd49001785e22e8e7648 100644 --- a/dynare++/src/nlsolve.cc +++ b/dynare++/src/nlsolve.cc @@ -1,6 +1,22 @@ -// Copyright © 2006, Ondra Kamenik - -// $Id: nlsolve.cpp 762 2006-05-22 13:00:07Z kamenik $ +/* + * Copyright © 2006 Ondra Kamenik + * Copyright © 2019 Dynare Team + * + * This file is part of Dynare. + * + * Dynare is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * Dynare is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * 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/>. + */ #include "nlsolve.hh" #include "dynare_exception.hh" diff --git a/dynare++/src/nlsolve.hh b/dynare++/src/nlsolve.hh index 83a46bbf709d44b408ebcee722a403efff732551..b7aeb9448130568db590c98d987bd754e4840cd3 100644 --- a/dynare++/src/nlsolve.hh +++ b/dynare++/src/nlsolve.hh @@ -1,6 +1,22 @@ -// Copyright © 2006, Ondra Kamenik - -// $Id: nlsolve.h 762 2006-05-22 13:00:07Z kamenik $ +/* + * Copyright © 2006 Ondra Kamenik + * Copyright © 2019 Dynare Team + * + * This file is part of Dynare. + * + * Dynare is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * Dynare is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * 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/>. + */ #ifndef OGU_NLSOLVE_H #define OGU_NLSOLVE_H diff --git a/dynare++/src/planner_builder.cc b/dynare++/src/planner_builder.cc index 4257bf6bc124828854d676e53fca5d1df25669ca..9f0d998d522074afdc59c2d56267fc86f5ee0520 100644 --- a/dynare++/src/planner_builder.cc +++ b/dynare++/src/planner_builder.cc @@ -1,6 +1,22 @@ -// Copyright © 2006, Ondra Kamenik - -// $Id$ +/* + * Copyright © 2006 Ondra Kamenik + * Copyright © 2019 Dynare Team + * + * This file is part of Dynare. + * + * Dynare is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * Dynare is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * 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/>. + */ #include "planner_builder.hh" #include "dynare_exception.hh" diff --git a/dynare++/src/planner_builder.hh b/dynare++/src/planner_builder.hh index df587ac0edb601a190ad27a97ad4b3e32e6e3e87..a2fe7dd1b014a82a6751d9973b5b1acfe6e58917 100644 --- a/dynare++/src/planner_builder.hh +++ b/dynare++/src/planner_builder.hh @@ -1,4 +1,22 @@ -// Copyright © 2006-2011, Ondra Kamenik +/* + * Copyright © 2006-2011 Ondra Kamenik + * Copyright © 2019 Dynare Team + * + * This file is part of Dynare. + * + * Dynare is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * Dynare is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * 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/>. + */ #ifndef PLANNER_BUILDER_H #define PLANNER_BUILDER_H diff --git a/dynare++/sylv/cc/BlockDiagonal.cc b/dynare++/sylv/cc/BlockDiagonal.cc index f9c98d6cac3e39d99f75474ea315276af1d58221..eb8d4d1195e8200dabe221ca5e98b3d168edbe0a 100644 --- a/dynare++/sylv/cc/BlockDiagonal.cc +++ b/dynare++/sylv/cc/BlockDiagonal.cc @@ -1,6 +1,22 @@ -/* $Header: /var/lib/cvs/dynare_cpp/sylv/cc/BlockDiagonal.cpp,v 1.1.1.1 2004/06/04 13:00:20 kamenik Exp $ */ - -/* Tag $Name: $ */ +/* + * Copyright © 2004-2011 Ondra Kamenik + * Copyright © 2019 Dynare Team + * + * This file is part of Dynare. + * + * Dynare is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * Dynare is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * 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/>. + */ #include "BlockDiagonal.hh" #include "int_power.hh" diff --git a/dynare++/sylv/cc/BlockDiagonal.hh b/dynare++/sylv/cc/BlockDiagonal.hh index b8930a781b0f5769cbb85dcd1c45016612c292e5..404c9fb2eedd3f390c9f0d10e7a606001dd0d8f4 100644 --- a/dynare++/sylv/cc/BlockDiagonal.hh +++ b/dynare++/sylv/cc/BlockDiagonal.hh @@ -1,6 +1,22 @@ -/* $Header: /var/lib/cvs/dynare_cpp/sylv/cc/BlockDiagonal.h,v 1.1.1.1 2004/06/04 13:00:20 kamenik Exp $ */ - -/* Tag $Name: $ */ +/* + * Copyright © 2004-2011 Ondra Kamenik + * Copyright © 2019 Dynare Team + * + * This file is part of Dynare. + * + * Dynare is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * Dynare is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * 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/>. + */ #ifndef BLOCK_DIAGONAL_H #define BLOCK_DIAGONAL_H diff --git a/dynare++/sylv/cc/GeneralMatrix.cc b/dynare++/sylv/cc/GeneralMatrix.cc index 4b8c098bc527f2c21c34e56fbf470e70258e6fcf..e4d1a4eaacfcd078cec765e0da5c39232c0d91c4 100644 --- a/dynare++/sylv/cc/GeneralMatrix.cc +++ b/dynare++/sylv/cc/GeneralMatrix.cc @@ -1,6 +1,22 @@ -/* $Header: /var/lib/cvs/dynare_cpp/sylv/cc/GeneralMatrix.cpp,v 1.4 2004/11/24 20:41:59 kamenik Exp $ */ - -/* Tag $Name: $ */ +/* + * Copyright © 2004-2011 Ondra Kamenik + * Copyright © 2019 Dynare Team + * + * This file is part of Dynare. + * + * Dynare is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * Dynare is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * 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/>. + */ #include "SylvException.hh" #include "GeneralMatrix.hh" diff --git a/dynare++/sylv/cc/GeneralMatrix.hh b/dynare++/sylv/cc/GeneralMatrix.hh index d47042829ad9e07c8faefad3e5525dafea6d3b98..383cf0cda14ef24ff9ba6c1308403a537a0b1098 100644 --- a/dynare++/sylv/cc/GeneralMatrix.hh +++ b/dynare++/sylv/cc/GeneralMatrix.hh @@ -1,6 +1,22 @@ -/* $Header: /var/lib/cvs/dynare_cpp/sylv/cc/GeneralMatrix.h,v 1.3 2004/11/24 20:41:59 kamenik Exp $ */ - -/* Tag $Name: $ */ +/* + * Copyright © 2004-2011 Ondra Kamenik + * Copyright © 2019 Dynare Team + * + * This file is part of Dynare. + * + * Dynare is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * Dynare is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * 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/>. + */ #ifndef GENERAL_MATRIX_H #define GENERAL_MATRIX_H diff --git a/dynare++/sylv/cc/GeneralSylvester.cc b/dynare++/sylv/cc/GeneralSylvester.cc index 2dfd4b66e014cb1e26575bb7e43b22326c4cd462..fd12e21d51ce6ccd9f63c7d0e656ba57ac66da38 100644 --- a/dynare++/sylv/cc/GeneralSylvester.cc +++ b/dynare++/sylv/cc/GeneralSylvester.cc @@ -1,6 +1,22 @@ -/* $Header: /var/lib/cvs/dynare_cpp/sylv/cc/GeneralSylvester.cpp,v 1.1.1.1 2004/06/04 13:00:20 kamenik Exp $ */ - -/* Tag $Name: $ */ +/* + * Copyright © 2004-2011 Ondra Kamenik + * Copyright © 2019 Dynare Team + * + * This file is part of Dynare. + * + * Dynare is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * Dynare is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * 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/>. + */ #include "GeneralSylvester.hh" #include "SchurDecomp.hh" diff --git a/dynare++/sylv/cc/GeneralSylvester.hh b/dynare++/sylv/cc/GeneralSylvester.hh index 9614593903dd7e9f2b659d058a26ed1d14953ea3..d3b98aee02f0ac48bf34152fac5d25f3e1c15b2e 100644 --- a/dynare++/sylv/cc/GeneralSylvester.hh +++ b/dynare++/sylv/cc/GeneralSylvester.hh @@ -1,6 +1,22 @@ -/* $Header: /var/lib/cvs/dynare_cpp/sylv/cc/GeneralSylvester.h,v 1.1.1.1 2004/06/04 13:00:20 kamenik Exp $ */ - -/* Tag $Name: $ */ +/* + * Copyright © 2004-2011 Ondra Kamenik + * Copyright © 2019 Dynare Team + * + * This file is part of Dynare. + * + * Dynare is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * Dynare is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * 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/>. + */ #ifndef GENERAL_SYLVESTER_H #define GENERAL_SYLVESTER_H diff --git a/dynare++/sylv/cc/IterativeSylvester.cc b/dynare++/sylv/cc/IterativeSylvester.cc index 87e5cdf64e09abf990481bafab1b35a29ac7bf75..5c81d60fafa760b9e0de49de05c65d4783a6cc0d 100644 --- a/dynare++/sylv/cc/IterativeSylvester.cc +++ b/dynare++/sylv/cc/IterativeSylvester.cc @@ -1,6 +1,22 @@ -/* $Header: /var/lib/cvs/dynare_cpp/sylv/cc/IterativeSylvester.cpp,v 1.1.1.1 2004/06/04 13:00:20 kamenik Exp $ */ - -/* Tag $Name: $ */ +/* + * Copyright © 2004-2011 Ondra Kamenik + * Copyright © 2019 Dynare Team + * + * This file is part of Dynare. + * + * Dynare is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * Dynare is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * 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/>. + */ #include "IterativeSylvester.hh" #include "KronUtils.hh" diff --git a/dynare++/sylv/cc/IterativeSylvester.hh b/dynare++/sylv/cc/IterativeSylvester.hh index 114537c7c3948566090da9df555321015d7c7ee7..11a81d05f8afe008fba7282a049de948b7769e28 100644 --- a/dynare++/sylv/cc/IterativeSylvester.hh +++ b/dynare++/sylv/cc/IterativeSylvester.hh @@ -1,6 +1,22 @@ -/* $Header: /var/lib/cvs/dynare_cpp/sylv/cc/IterativeSylvester.h,v 1.1.1.1 2004/06/04 13:00:20 kamenik Exp $ */ - -/* Tag $Name: $ */ +/* + * Copyright © 2004-2011 Ondra Kamenik + * Copyright © 2019 Dynare Team + * + * This file is part of Dynare. + * + * Dynare is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * Dynare is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * 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/>. + */ #ifndef ITERATIVE_SYLVESTER_H #define ITERATIVE_SYLVESTER_H diff --git a/dynare++/sylv/cc/KronUtils.cc b/dynare++/sylv/cc/KronUtils.cc index 1115b38f42282a34306df318838b83571ee411b6..92abea68e0e75b50fd57de5dbb61a6e07ef0dab3 100644 --- a/dynare++/sylv/cc/KronUtils.cc +++ b/dynare++/sylv/cc/KronUtils.cc @@ -1,6 +1,22 @@ -/* $Header: /var/lib/cvs/dynare_cpp/sylv/cc/KronUtils.cpp,v 1.1.1.1 2004/06/04 13:00:31 kamenik Exp $ */ - -/* Tag $Name: $ */ +/* + * Copyright © 2004-2011 Ondra Kamenik + * Copyright © 2019 Dynare Team + * + * This file is part of Dynare. + * + * Dynare is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * Dynare is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * 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/>. + */ #include "KronUtils.hh" #include "int_power.hh" diff --git a/dynare++/sylv/cc/KronUtils.hh b/dynare++/sylv/cc/KronUtils.hh index c7935e676af6ffdc5a54327ac61511178b733eeb..38a0cf34adc480ab63ae2f711310db491603041c 100644 --- a/dynare++/sylv/cc/KronUtils.hh +++ b/dynare++/sylv/cc/KronUtils.hh @@ -1,6 +1,22 @@ -/* $Header: /var/lib/cvs/dynare_cpp/sylv/cc/KronUtils.h,v 1.1.1.1 2004/06/04 13:00:31 kamenik Exp $ */ - -/* Tag $Name: $ */ +/* + * Copyright © 2004-2011 Ondra Kamenik + * Copyright © 2019 Dynare Team + * + * This file is part of Dynare. + * + * Dynare is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * Dynare is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * 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/>. + */ #ifndef KRON_UTILS_H #define KRON_UTILS_H diff --git a/dynare++/sylv/cc/KronVector.cc b/dynare++/sylv/cc/KronVector.cc index fc833a8619e36d20d4bd6b7f4c213099c9cad155..330e150bd18569557e1c6c6ece5215a63bd678aa 100644 --- a/dynare++/sylv/cc/KronVector.cc +++ b/dynare++/sylv/cc/KronVector.cc @@ -1,6 +1,22 @@ -/* $Header: /var/lib/cvs/dynare_cpp/sylv/cc/KronVector.cpp,v 1.1.1.1 2004/06/04 13:00:31 kamenik Exp $ */ - -/* Tag $Name: $ */ +/* + * Copyright © 2004-2011 Ondra Kamenik + * Copyright © 2019 Dynare Team + * + * This file is part of Dynare. + * + * Dynare is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * Dynare is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * 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/>. + */ #include "KronVector.hh" #include "SylvException.hh" diff --git a/dynare++/sylv/cc/KronVector.hh b/dynare++/sylv/cc/KronVector.hh index b39e48a5ce20c6ab318e8ac9ea3d37ea1e1769f6..5ab01f47edc31305bd87fd4a7914b04c19b131d8 100644 --- a/dynare++/sylv/cc/KronVector.hh +++ b/dynare++/sylv/cc/KronVector.hh @@ -1,6 +1,22 @@ -/* $Header: /var/lib/cvs/dynare_cpp/sylv/cc/KronVector.h,v 1.1.1.1 2004/06/04 13:00:31 kamenik Exp $ */ - -/* Tag $Name: $ */ +/* + * Copyright © 2004-2011 Ondra Kamenik + * Copyright © 2019 Dynare Team + * + * This file is part of Dynare. + * + * Dynare is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * Dynare is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * 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/>. + */ #ifndef KRON_VECTOR_H #define KRON_VECTOR_H diff --git a/dynare++/sylv/cc/QuasiTriangular.cc b/dynare++/sylv/cc/QuasiTriangular.cc index f16db0bf3a4a47362d82542a36d777385096feae..5814273526524eebaae5903fbe5170ab6fc0abb5 100644 --- a/dynare++/sylv/cc/QuasiTriangular.cc +++ b/dynare++/sylv/cc/QuasiTriangular.cc @@ -1,6 +1,22 @@ -/* $Header: /var/lib/cvs/dynare_cpp/sylv/cc/QuasiTriangular.cpp,v 1.1.1.1 2004/06/04 13:00:31 kamenik Exp $ */ - -/* Tag $Name: $ */ +/* + * Copyright © 2004-2011 Ondra Kamenik + * Copyright © 2019 Dynare Team + * + * This file is part of Dynare. + * + * Dynare is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * Dynare is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * 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/>. + */ #include "QuasiTriangular.hh" #include "SylvException.hh" diff --git a/dynare++/sylv/cc/QuasiTriangular.hh b/dynare++/sylv/cc/QuasiTriangular.hh index 3beba20136bbd9b94ea39ad40380d1cfb8fb29c8..b7e52787daadbf7a7bb32ad490cd4e77dd5c2002 100644 --- a/dynare++/sylv/cc/QuasiTriangular.hh +++ b/dynare++/sylv/cc/QuasiTriangular.hh @@ -1,6 +1,22 @@ -/* $Header: /var/lib/cvs/dynare_cpp/sylv/cc/QuasiTriangular.h,v 1.1.1.1 2004/06/04 13:00:44 kamenik Exp $ */ - -/* Tag $Name: $ */ +/* + * Copyright © 2004-2011 Ondra Kamenik + * Copyright © 2019 Dynare Team + * + * This file is part of Dynare. + * + * Dynare is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * Dynare is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * 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/>. + */ #ifndef QUASI_TRIANGULAR_H #define QUASI_TRIANGULAR_H diff --git a/dynare++/sylv/cc/QuasiTriangularZero.cc b/dynare++/sylv/cc/QuasiTriangularZero.cc index bb9f665ccb5663aba910a2af0f526426e7b43a4f..210e1d8a0961fee2a898df1b6197bdc7f515336c 100644 --- a/dynare++/sylv/cc/QuasiTriangularZero.cc +++ b/dynare++/sylv/cc/QuasiTriangularZero.cc @@ -1,6 +1,22 @@ -/* $Header: /var/lib/cvs/dynare_cpp/sylv/cc/QuasiTriangularZero.cpp,v 1.1.1.1 2004/06/04 13:00:44 kamenik Exp $ */ - -/* Tag $Name: $ */ +/* + * Copyright © 2004-2011 Ondra Kamenik + * Copyright © 2019 Dynare Team + * + * This file is part of Dynare. + * + * Dynare is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * Dynare is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * 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/>. + */ #include "QuasiTriangularZero.hh" #include "SchurDecomp.hh" diff --git a/dynare++/sylv/cc/QuasiTriangularZero.hh b/dynare++/sylv/cc/QuasiTriangularZero.hh index 921c54ebe668233e56626f1f11596f04536909a1..ef896d4aef108cf2c470d4ec7be3e8ea68a2d44b 100644 --- a/dynare++/sylv/cc/QuasiTriangularZero.hh +++ b/dynare++/sylv/cc/QuasiTriangularZero.hh @@ -1,6 +1,22 @@ -/* $Header: /var/lib/cvs/dynare_cpp/sylv/cc/QuasiTriangularZero.h,v 1.1.1.1 2004/06/04 13:00:44 kamenik Exp $ */ - -/* Tag $Name: $ */ +/* + * Copyright © 2004-2011 Ondra Kamenik + * Copyright © 2019 Dynare Team + * + * This file is part of Dynare. + * + * Dynare is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * Dynare is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * 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/>. + */ #ifndef QUASI_TRIANGULAR_ZERO_H #define QUASI_TRIANGULAR_ZERO_H diff --git a/dynare++/sylv/cc/SchurDecomp.cc b/dynare++/sylv/cc/SchurDecomp.cc index acafa9a357ec2d32360b5bd49709c2d4bfbabfcc..b4b1eb6cf0d1eac35aab62c06b25de4b37e2a2b6 100644 --- a/dynare++/sylv/cc/SchurDecomp.cc +++ b/dynare++/sylv/cc/SchurDecomp.cc @@ -1,6 +1,22 @@ -/* $Header: /var/lib/cvs/dynare_cpp/sylv/cc/SchurDecomp.cpp,v 1.1.1.1 2004/06/04 13:00:44 kamenik Exp $ */ - -/* Tag $Name: $ */ +/* + * Copyright © 2004-2011 Ondra Kamenik + * Copyright © 2019 Dynare Team + * + * This file is part of Dynare. + * + * Dynare is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * Dynare is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * 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/>. + */ #include "SchurDecomp.hh" diff --git a/dynare++/sylv/cc/SchurDecomp.hh b/dynare++/sylv/cc/SchurDecomp.hh index 00ed6088142fd9cbd04a064a73558bc62c0a37db..69d9d02a3e271a7ed687e9d64c0df15824297ad1 100644 --- a/dynare++/sylv/cc/SchurDecomp.hh +++ b/dynare++/sylv/cc/SchurDecomp.hh @@ -1,6 +1,22 @@ -/* $Header: /var/lib/cvs/dynare_cpp/sylv/cc/SchurDecomp.h,v 1.1.1.1 2004/06/04 13:00:44 kamenik Exp $ */ - -/* Tag $Name: $ */ +/* + * Copyright © 2004-2011 Ondra Kamenik + * Copyright © 2019 Dynare Team + * + * This file is part of Dynare. + * + * Dynare is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * Dynare is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * 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/>. + */ #ifndef SCHUR_DECOMP_H #define SCHUR_DECOMP_H diff --git a/dynare++/sylv/cc/SchurDecompEig.cc b/dynare++/sylv/cc/SchurDecompEig.cc index c491feaef31c72bbd58e69484c34374c1d829e14..edc78e7253eb020db69415ea3d583293b6d9a7b5 100644 --- a/dynare++/sylv/cc/SchurDecompEig.cc +++ b/dynare++/sylv/cc/SchurDecompEig.cc @@ -1,3 +1,23 @@ +/* + * Copyright © 2004-2011 Ondra Kamenik + * Copyright © 2019 Dynare Team + * + * This file is part of Dynare. + * + * Dynare is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * Dynare is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * 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/>. + */ + #include "SchurDecompEig.hh" #include "SylvException.hh" diff --git a/dynare++/sylv/cc/SchurDecompEig.hh b/dynare++/sylv/cc/SchurDecompEig.hh index 1fea7d2bd7aa0db4349c95b289c773695bc2dbe2..62ba7ccd17d4d4f2f32af110eccd0654ec518a70 100644 --- a/dynare++/sylv/cc/SchurDecompEig.hh +++ b/dynare++/sylv/cc/SchurDecompEig.hh @@ -1,6 +1,22 @@ -/* $Header: /var/lib/cvs/dynare_cpp/sylv/cc/SchurDecompEig.h,v 1.1.1.1 2004/06/04 13:00:44 kamenik Exp $ */ - -/* Tag $Name: $ */ +/* + * Copyright © 2004-2011 Ondra Kamenik + * Copyright © 2019 Dynare Team + * + * This file is part of Dynare. + * + * Dynare is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * Dynare is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * 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/>. + */ // contains algorithms for eigenvalue reordering diff --git a/dynare++/sylv/cc/SimilarityDecomp.cc b/dynare++/sylv/cc/SimilarityDecomp.cc index 2a366c0abcfbac05f12ff44ac6d1a28ebd6f5350..64690aa4d3e6f54c586053840609c3a79af13a82 100644 --- a/dynare++/sylv/cc/SimilarityDecomp.cc +++ b/dynare++/sylv/cc/SimilarityDecomp.cc @@ -1,6 +1,22 @@ -/* $Header: /var/lib/cvs/dynare_cpp/sylv/cc/SimilarityDecomp.cpp,v 1.1.1.1 2004/06/04 13:00:44 kamenik Exp $ */ - -/* Tag $Name: $ */ +/* + * Copyright © 2004-2011 Ondra Kamenik + * Copyright © 2019 Dynare Team + * + * This file is part of Dynare. + * + * Dynare is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * Dynare is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * 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/>. + */ #include "SimilarityDecomp.hh" #include "SchurDecomp.hh" diff --git a/dynare++/sylv/cc/SimilarityDecomp.hh b/dynare++/sylv/cc/SimilarityDecomp.hh index 7dc7074c6b93a99c476869a68409cb7ecb18ffc4..960ddd51be7ce93915fd0b783c1b5c39f4b7fc2a 100644 --- a/dynare++/sylv/cc/SimilarityDecomp.hh +++ b/dynare++/sylv/cc/SimilarityDecomp.hh @@ -1,6 +1,22 @@ -/* $Header: /var/lib/cvs/dynare_cpp/sylv/cc/SimilarityDecomp.h,v 1.1.1.1 2004/06/04 13:00:44 kamenik Exp $ */ - -/* Tag $Name: $ */ +/* + * Copyright © 2004-2011 Ondra Kamenik + * Copyright © 2019 Dynare Team + * + * This file is part of Dynare. + * + * Dynare is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * Dynare is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * 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/>. + */ #ifndef SIMILARITY_DECOMP_H #define SIMILARITY_DECOMP_H diff --git a/dynare++/sylv/cc/SylvException.cc b/dynare++/sylv/cc/SylvException.cc index 599ea9bcc372a56c318aeb757ab59f2ddb5e74fc..c168d3be00ca417f48fa0a04a9f502d5c74a7f08 100644 --- a/dynare++/sylv/cc/SylvException.cc +++ b/dynare++/sylv/cc/SylvException.cc @@ -1,6 +1,22 @@ -/* $Header: /var/lib/cvs/dynare_cpp/sylv/cc/SylvException.cpp,v 1.2 2004/10/01 10:30:40 kamenik Exp $ */ - -/* Tag $Name: $ */ +/* + * Copyright © 2004-2011 Ondra Kamenik + * Copyright © 2019 Dynare Team + * + * This file is part of Dynare. + * + * Dynare is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * Dynare is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * 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/>. + */ #include "SylvException.hh" diff --git a/dynare++/sylv/cc/SylvException.hh b/dynare++/sylv/cc/SylvException.hh index a65a0df19ea8c3eacc7c918b0ffcf1518699728e..eba7fdc532c1524326efc7b5c80446f81396f121 100644 --- a/dynare++/sylv/cc/SylvException.hh +++ b/dynare++/sylv/cc/SylvException.hh @@ -1,6 +1,22 @@ -/* $Header: /var/lib/cvs/dynare_cpp/sylv/cc/SylvException.h,v 1.1.1.1 2004/06/04 13:00:44 kamenik Exp $ */ - -/* Tag $Name: $ */ +/* + * Copyright © 2004-2011 Ondra Kamenik + * Copyright © 2019 Dynare Team + * + * This file is part of Dynare. + * + * Dynare is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * Dynare is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * 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/>. + */ #ifndef SYLV_EXCEPTION_H #define SYLV_EXCEPTION_H diff --git a/dynare++/sylv/cc/SylvMatrix.cc b/dynare++/sylv/cc/SylvMatrix.cc index a66ede20cffc17320da7a70d6098958c129d4afb..dff00ecdced831d6894d96ed3567c6aecde2850d 100644 --- a/dynare++/sylv/cc/SylvMatrix.cc +++ b/dynare++/sylv/cc/SylvMatrix.cc @@ -1,6 +1,22 @@ -/* $Header: /var/lib/cvs/dynare_cpp/sylv/cc/SylvMatrix.cpp,v 1.1.1.1 2004/06/04 13:00:44 kamenik Exp $ */ - -/* Tag $Name: $ */ +/* + * Copyright © 2004-2011 Ondra Kamenik + * Copyright © 2019 Dynare Team + * + * This file is part of Dynare. + * + * Dynare is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * Dynare is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * 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/>. + */ #include "SylvException.hh" #include "SylvMatrix.hh" diff --git a/dynare++/sylv/cc/SylvMatrix.hh b/dynare++/sylv/cc/SylvMatrix.hh index ed603ab9208365fa071b1f777ca1947afcdc4467..bfd8a0fda6cd61073adbce8f40ecbe742e9f0d56 100644 --- a/dynare++/sylv/cc/SylvMatrix.hh +++ b/dynare++/sylv/cc/SylvMatrix.hh @@ -1,6 +1,22 @@ -/* $Header: /var/lib/cvs/dynare_cpp/sylv/cc/SylvMatrix.h,v 1.1.1.1 2004/06/04 13:00:44 kamenik Exp $ */ - -/* Tag $Name: $ */ +/* + * Copyright © 2004-2011 Ondra Kamenik + * Copyright © 2019 Dynare Team + * + * This file is part of Dynare. + * + * Dynare is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * Dynare is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * 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/>. + */ #ifndef SYLV_MATRIX_H #define SYLV_MATRIX_H diff --git a/dynare++/sylv/cc/SylvParams.cc b/dynare++/sylv/cc/SylvParams.cc index ee644b79053a2846f0cfa1002e6a84c3b7c58708..933c2be9bfb71032ae2a2ece132bd1a51f703871 100644 --- a/dynare++/sylv/cc/SylvParams.cc +++ b/dynare++/sylv/cc/SylvParams.cc @@ -1,6 +1,22 @@ -/* $Header: /var/lib/cvs/dynare_cpp/sylv/cc/SylvParams.cpp,v 1.1.1.1 2004/06/04 13:00:52 kamenik Exp $ */ - -/* Tag $Name: $ */ +/* + * Copyright © 2004-2011 Ondra Kamenik + * Copyright © 2019 Dynare Team + * + * This file is part of Dynare. + * + * Dynare is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * Dynare is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * 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/>. + */ #include "SylvParams.hh" diff --git a/dynare++/sylv/cc/SylvParams.hh b/dynare++/sylv/cc/SylvParams.hh index f4ec1d02cb84f2d1cefdfaa0449279feb2b6bd7d..29b141c067c228077ea8034eb986a66a7bafb237 100644 --- a/dynare++/sylv/cc/SylvParams.hh +++ b/dynare++/sylv/cc/SylvParams.hh @@ -1,6 +1,22 @@ -/* $Header: /var/lib/cvs/dynare_cpp/sylv/cc/SylvParams.h,v 1.1.1.1 2004/06/04 13:00:54 kamenik Exp $ */ - -/* Tag $Name: $ */ +/* + * Copyright © 2004-2011 Ondra Kamenik + * Copyright © 2019 Dynare Team + * + * This file is part of Dynare. + * + * Dynare is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * Dynare is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * 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/>. + */ #ifndef SYLV_PARAMS_H #define SYLV_PARAMS_H diff --git a/dynare++/sylv/cc/SylvesterSolver.hh b/dynare++/sylv/cc/SylvesterSolver.hh index be358c847ed79bc8a7814dd1fcbf6ee7f2feb736..3178a107b393ab6da8a8674437ea6bf59f2f9991 100644 --- a/dynare++/sylv/cc/SylvesterSolver.hh +++ b/dynare++/sylv/cc/SylvesterSolver.hh @@ -1,6 +1,22 @@ -/* $Header: /var/lib/cvs/dynare_cpp/sylv/cc/SylvesterSolver.h,v 1.1.1.1 2004/06/04 13:00:54 kamenik Exp $ */ - -/* Tag $Name: $ */ +/* + * Copyright © 2004-2011 Ondra Kamenik + * Copyright © 2019 Dynare Team + * + * This file is part of Dynare. + * + * Dynare is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * Dynare is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * 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/>. + */ #ifndef SYLVESTER_SOLVER_H #define SYLVESTER_SOLVER_H diff --git a/dynare++/sylv/cc/SymSchurDecomp.cc b/dynare++/sylv/cc/SymSchurDecomp.cc index e6df5437527a9a09440c50259a605430be1d6e2c..d6aa8351aa90df80f98ed730d2b8a14ffa929495 100644 --- a/dynare++/sylv/cc/SymSchurDecomp.cc +++ b/dynare++/sylv/cc/SymSchurDecomp.cc @@ -1,6 +1,22 @@ -/* $Header$ */ - -/* Tag $Name$ */ +/* + * Copyright © 2004-2011 Ondra Kamenik + * Copyright © 2019 Dynare Team + * + * This file is part of Dynare. + * + * Dynare is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * Dynare is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * 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/>. + */ #include "SymSchurDecomp.hh" #include "SylvException.hh" diff --git a/dynare++/sylv/cc/SymSchurDecomp.hh b/dynare++/sylv/cc/SymSchurDecomp.hh index 04deaf8ac1ba663a474bbd0be75f2043e8f57654..1d0e268e6fd67074d578212f4ea065c252834cc3 100644 --- a/dynare++/sylv/cc/SymSchurDecomp.hh +++ b/dynare++/sylv/cc/SymSchurDecomp.hh @@ -1,6 +1,22 @@ -/* $Header: /var/lib/cvs/dynare_cpp/sylv/cc/SchurDecomp.h,v 1.1.1.1 2004/06/04 13:00:44 kamenik Exp $ */ - -/* Tag $Name: $ */ +/* + * Copyright © 2004-2011 Ondra Kamenik + * Copyright © 2019 Dynare Team + * + * This file is part of Dynare. + * + * Dynare is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * Dynare is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * 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/>. + */ #ifndef SYM_SCHUR_DECOMP_H #define SYM_SCHUR_DECOMP_H diff --git a/dynare++/sylv/cc/TriangularSylvester.cc b/dynare++/sylv/cc/TriangularSylvester.cc index abe3e8e0a8e58c44db935aed6b6dadac34fb1790..fb8e2640400269e68307a30094689be87834f2d3 100644 --- a/dynare++/sylv/cc/TriangularSylvester.cc +++ b/dynare++/sylv/cc/TriangularSylvester.cc @@ -1,6 +1,22 @@ -/* $Header: /var/lib/cvs/dynare_cpp/sylv/cc/TriangularSylvester.cpp,v 1.1.1.1 2004/06/04 13:00:59 kamenik Exp $ */ - -/* Tag $Name: $ */ +/* + * Copyright © 2004-2011 Ondra Kamenik + * Copyright © 2019 Dynare Team + * + * This file is part of Dynare. + * + * Dynare is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * Dynare is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * 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/>. + */ #include "TriangularSylvester.hh" #include "QuasiTriangularZero.hh" diff --git a/dynare++/sylv/cc/TriangularSylvester.hh b/dynare++/sylv/cc/TriangularSylvester.hh index 425a4f617c29cb0c07a5e9d29b2441e47af44f01..8abe68ac377f0aa6c8c8a9126d12c621b8903abf 100644 --- a/dynare++/sylv/cc/TriangularSylvester.hh +++ b/dynare++/sylv/cc/TriangularSylvester.hh @@ -1,6 +1,22 @@ -/* $Header: /var/lib/cvs/dynare_cpp/sylv/cc/TriangularSylvester.h,v 1.1.1.1 2004/06/04 13:01:03 kamenik Exp $ */ - -/* Tag $Name: $ */ +/* + * Copyright © 2004-2011 Ondra Kamenik + * Copyright © 2019 Dynare Team + * + * This file is part of Dynare. + * + * Dynare is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * Dynare is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * 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/>. + */ #ifndef TRIANGULAR_SYLVESTER_H #define TRIANGULAR_SYLVESTER_H diff --git a/dynare++/sylv/cc/Vector.cc b/dynare++/sylv/cc/Vector.cc index 99ff17ee20ee635bd65d2e4e4a25541a85e5400b..a61046d80b2ac122caedabc0152a05793a680d1f 100644 --- a/dynare++/sylv/cc/Vector.cc +++ b/dynare++/sylv/cc/Vector.cc @@ -1,4 +1,22 @@ -// Copyright © 2004-2011, Ondra Kamenik +/* + * Copyright © 2004-2011 Ondra Kamenik + * Copyright © 2019 Dynare Team + * + * This file is part of Dynare. + * + * Dynare is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * Dynare is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * 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/>. + */ #include "Vector.hh" #include "GeneralMatrix.hh" diff --git a/dynare++/sylv/cc/Vector.hh b/dynare++/sylv/cc/Vector.hh index 9859a8d51f9eecacff1f58705362331dbe24828c..3d4be9c055bedc149634d7d74b150c77171fa1a8 100644 --- a/dynare++/sylv/cc/Vector.hh +++ b/dynare++/sylv/cc/Vector.hh @@ -1,6 +1,22 @@ -/* $Header: /var/lib/cvs/dynare_cpp/sylv/cc/Vector.h,v 1.1.1.1 2004/06/04 13:01:13 kamenik Exp $ */ - -/* Tag $Name: $ */ +/* + * Copyright © 2004-2011 Ondra Kamenik + * Copyright © 2019 Dynare Team + * + * This file is part of Dynare. + * + * Dynare is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * Dynare is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * 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/>. + */ #ifndef VECTOR_H #define VECTOR_H diff --git a/dynare++/sylv/testing/MMMatrix.cc b/dynare++/sylv/testing/MMMatrix.cc index f3bb5242bbaa76d37de726383a745b17478642c1..e9ee8e5c001daec458be8379bce6b384e4631006 100644 --- a/dynare++/sylv/testing/MMMatrix.cc +++ b/dynare++/sylv/testing/MMMatrix.cc @@ -1,6 +1,22 @@ -/* $Header: /var/lib/cvs/dynare_cpp/sylv/testing/MMMatrix.cpp,v 1.1.1.1 2004/06/04 13:01:13 kamenik Exp $ */ - -/* Tag $Name: $ */ +/* + * Copyright © 2004-2011 Ondra Kamenik + * Copyright © 2019 Dynare Team + * + * This file is part of Dynare. + * + * Dynare is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * Dynare is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * 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/>. + */ #include "MMMatrix.hh" diff --git a/dynare++/sylv/testing/MMMatrix.hh b/dynare++/sylv/testing/MMMatrix.hh index 78ff024a2a0a8dc89f2f89c774ea323a8553fb11..cba6bce54de003ffac4d5a37c18368576d37e41a 100644 --- a/dynare++/sylv/testing/MMMatrix.hh +++ b/dynare++/sylv/testing/MMMatrix.hh @@ -1,6 +1,22 @@ -/* $Header: /var/lib/cvs/dynare_cpp/sylv/testing/MMMatrix.h,v 1.1.1.1 2004/06/04 13:01:13 kamenik Exp $ */ - -/* Tag $Name: $ */ +/* + * Copyright © 2004-2011 Ondra Kamenik + * Copyright © 2019 Dynare Team + * + * This file is part of Dynare. + * + * Dynare is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * Dynare is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * 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/>. + */ #ifndef MM_MATRIX_H #define MM_MATRIX_H diff --git a/dynare++/sylv/testing/tests.cc b/dynare++/sylv/testing/tests.cc index 65a610c060ebda601ed1a404abddc02c44b04997..eaf80833daf68a7b8d38f457e368225aa26f496c 100644 --- a/dynare++/sylv/testing/tests.cc +++ b/dynare++/sylv/testing/tests.cc @@ -1,6 +1,22 @@ -/* $Header: /var/lib/cvs/dynare_cpp/sylv/testing/tests.cpp,v 1.2 2004/07/05 19:55:48 kamenik Exp $ */ - -/* Tag $Name: $ */ +/* + * Copyright © 2004-2011 Ondra Kamenik + * Copyright © 2019 Dynare Team + * + * This file is part of Dynare. + * + * Dynare is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * Dynare is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * 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/>. + */ #include "SylvException.hh" #include "QuasiTriangular.hh" diff --git a/dynare++/tl/cc/equivalence.cc b/dynare++/tl/cc/equivalence.cc index 14080d50030d4825a03fb25cfff750a5514f1c95..dfc041445c882dceec28c8d999d23585a095bd60 100644 --- a/dynare++/tl/cc/equivalence.cc +++ b/dynare++/tl/cc/equivalence.cc @@ -1,4 +1,22 @@ -// Copyright 2004, Ondra Kamenik +/* + * Copyright © 2004 Ondra Kamenik + * Copyright © 2019 Dynare Team + * + * This file is part of Dynare. + * + * Dynare is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * Dynare is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * 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/>. + */ #include "equivalence.hh" #include "permutation.hh" diff --git a/dynare++/tl/cc/equivalence.hh b/dynare++/tl/cc/equivalence.hh index 6df576be40bcae218f3d74cc77233ae886303a54..d5edf96ba43b8d7ad4f3ed5a6203be4c7ef7365a 100644 --- a/dynare++/tl/cc/equivalence.hh +++ b/dynare++/tl/cc/equivalence.hh @@ -1,4 +1,22 @@ -// Copyright 2004, Ondra Kamenik +/* + * Copyright © 2004 Ondra Kamenik + * Copyright © 2019 Dynare Team + * + * This file is part of Dynare. + * + * Dynare is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * Dynare is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * 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/>. + */ // Equivalences. diff --git a/dynare++/tl/cc/fine_container.cc b/dynare++/tl/cc/fine_container.cc index 50c1a7b1caf86ac1964dda3c764dfaa058807488..b1114493f453e3734a2733fdbdb21ab9be3cf2b8 100644 --- a/dynare++/tl/cc/fine_container.cc +++ b/dynare++/tl/cc/fine_container.cc @@ -1,4 +1,22 @@ -// Copyright 2005, Ondra Kamenik +/* + * Copyright © 2005 Ondra Kamenik + * Copyright © 2019 Dynare Team + * + * This file is part of Dynare. + * + * Dynare is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * Dynare is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * 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/>. + */ #include "fine_container.hh" diff --git a/dynare++/tl/cc/fine_container.hh b/dynare++/tl/cc/fine_container.hh index 33be347db83acaa343ad6a56ba55936458cb81fa..70b6843f0ff1a96d4d08f87c8653e35157236b87 100644 --- a/dynare++/tl/cc/fine_container.hh +++ b/dynare++/tl/cc/fine_container.hh @@ -1,4 +1,22 @@ -// Copyright 2005, Ondra Kamenik +/* + * Copyright © 2005 Ondra Kamenik + * Copyright © 2019 Dynare Team + * + * This file is part of Dynare. + * + * Dynare is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * Dynare is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * 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/>. + */ // Refined stack of containers. diff --git a/dynare++/tl/cc/fs_tensor.cc b/dynare++/tl/cc/fs_tensor.cc index 7c207fa07f998a6a1c75ad2986f729b8fcac3b8a..7d77dcebcaab9839d24399d3f18a78da0e486dc8 100644 --- a/dynare++/tl/cc/fs_tensor.cc +++ b/dynare++/tl/cc/fs_tensor.cc @@ -1,4 +1,22 @@ -// Copyright 2004, Ondra Kamenik +/* + * Copyright © 2004 Ondra Kamenik + * Copyright © 2019 Dynare Team + * + * This file is part of Dynare. + * + * Dynare is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * Dynare is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * 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/>. + */ #include "fs_tensor.hh" #include "gs_tensor.hh" diff --git a/dynare++/tl/cc/fs_tensor.hh b/dynare++/tl/cc/fs_tensor.hh index 59fdad4f743f42e6b980bc274c37094d722b59f2..9e84a2e5c222dd1ee342522915a29a5c62640c87 100644 --- a/dynare++/tl/cc/fs_tensor.hh +++ b/dynare++/tl/cc/fs_tensor.hh @@ -1,4 +1,22 @@ -// Copyright 2004, Ondra Kamenik +/* + * Copyright © 2004 Ondra Kamenik + * Copyright © 2019 Dynare Team + * + * This file is part of Dynare. + * + * Dynare is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * Dynare is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * 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/>. + */ // Full symmetry tensor. diff --git a/dynare++/tl/cc/gs_tensor.cc b/dynare++/tl/cc/gs_tensor.cc index 851f7cf801507f0845e3ceb4e8d5153ee3ab9127..188bca1381fd5dbafb7132baa098808502282e0a 100644 --- a/dynare++/tl/cc/gs_tensor.cc +++ b/dynare++/tl/cc/gs_tensor.cc @@ -1,4 +1,22 @@ -// Copyright 2004, Ondra Kamenik +/* + * Copyright © 2004 Ondra Kamenik + * Copyright © 2019 Dynare Team + * + * This file is part of Dynare. + * + * Dynare is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * Dynare is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * 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/>. + */ #include "gs_tensor.hh" #include "sparse_tensor.hh" diff --git a/dynare++/tl/cc/gs_tensor.hh b/dynare++/tl/cc/gs_tensor.hh index 1e943c7d8acd2d9405b685557ae4bf0702362e0e..19168d2c26941cdc8bd8fafaaea11ba466797143 100644 --- a/dynare++/tl/cc/gs_tensor.hh +++ b/dynare++/tl/cc/gs_tensor.hh @@ -1,4 +1,22 @@ -// Copyright 2004, Ondra Kamenik +/* + * Copyright © 2004 Ondra Kamenik + * Copyright © 2019 Dynare Team + * + * This file is part of Dynare. + * + * Dynare is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * Dynare is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * 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/>. + */ // General symmetry tensor. diff --git a/dynare++/tl/cc/int_sequence.cc b/dynare++/tl/cc/int_sequence.cc index 19a09ae299e120cd5d14775aca73b66cc07afbc3..8cba193ad23727b8c208a44e8d48cb9abd8193a0 100644 --- a/dynare++/tl/cc/int_sequence.cc +++ b/dynare++/tl/cc/int_sequence.cc @@ -1,4 +1,22 @@ -// Copyright 2004, Ondra Kamenik +/* + * Copyright © 2004 Ondra Kamenik + * Copyright © 2019 Dynare Team + * + * This file is part of Dynare. + * + * Dynare is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * Dynare is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * 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/>. + */ #include "int_sequence.hh" #include "symmetry.hh" diff --git a/dynare++/tl/cc/int_sequence.hh b/dynare++/tl/cc/int_sequence.hh index 1f481a63c817327da6732acf77f0aa243166c0fa..135a0b64f137aef77406b9f0ea94cd9d6a30ac98 100644 --- a/dynare++/tl/cc/int_sequence.hh +++ b/dynare++/tl/cc/int_sequence.hh @@ -1,4 +1,22 @@ -// Copyright 2004, Ondra Kamenik +/* + * Copyright © 2004 Ondra Kamenik + * Copyright © 2019 Dynare Team + * + * This file is part of Dynare. + * + * Dynare is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * Dynare is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * 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/>. + */ // Integer sequence. diff --git a/dynare++/tl/cc/kron_prod.cc b/dynare++/tl/cc/kron_prod.cc index 74dd836d787260bb58f6639b610fb948c3a0721e..f0a6f10b2263139cc1d7014d126acc11712c8678 100644 --- a/dynare++/tl/cc/kron_prod.cc +++ b/dynare++/tl/cc/kron_prod.cc @@ -1,4 +1,22 @@ -// Copyright 2004, Ondra Kamenik +/* + * Copyright © 2004 Ondra Kamenik + * Copyright © 2019 Dynare Team + * + * This file is part of Dynare. + * + * Dynare is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * Dynare is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * 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/>. + */ #include "kron_prod.hh" #include "tl_exception.hh" diff --git a/dynare++/tl/cc/kron_prod.hh b/dynare++/tl/cc/kron_prod.hh index 497ce623b4de93e21fa1c08fa76b26f3f4e9bd49..5a59ca8f00df55d635a5fb960340a9305dd8860b 100644 --- a/dynare++/tl/cc/kron_prod.hh +++ b/dynare++/tl/cc/kron_prod.hh @@ -1,4 +1,22 @@ -// Copyright 2004, Ondra Kamenik +/* + * Copyright © 2004 Ondra Kamenik + * Copyright © 2019 Dynare Team + * + * This file is part of Dynare. + * + * Dynare is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * Dynare is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * 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/>. + */ // Kronecker product. diff --git a/dynare++/tl/cc/normal_moments.cc b/dynare++/tl/cc/normal_moments.cc index 33be11ba3d51896ba0feb2490417d12c38d6cc8e..e0931cb2b51273664dec21975398a3b99499b043 100644 --- a/dynare++/tl/cc/normal_moments.cc +++ b/dynare++/tl/cc/normal_moments.cc @@ -1,4 +1,22 @@ -// Copyright 2004, Ondra Kamenik +/* + * Copyright © 2004 Ondra Kamenik + * Copyright © 2019 Dynare Team + * + * This file is part of Dynare. + * + * Dynare is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * Dynare is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * 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/>. + */ #include <memory> diff --git a/dynare++/tl/cc/normal_moments.hh b/dynare++/tl/cc/normal_moments.hh index d148c370665efc9a619afb64f4099e7e5ff11cdc..da77067bddd167353750c11668f9d12473018e68 100644 --- a/dynare++/tl/cc/normal_moments.hh +++ b/dynare++/tl/cc/normal_moments.hh @@ -1,4 +1,22 @@ -// Copyright 2004, Ondra Kamenik +/* + * Copyright © 2004 Ondra Kamenik + * Copyright © 2019 Dynare Team + * + * This file is part of Dynare. + * + * Dynare is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * Dynare is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * 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/>. + */ // Moments of normal distribution. diff --git a/dynare++/tl/cc/permutation.cc b/dynare++/tl/cc/permutation.cc index 831b7186a066497b712b258d6365b96eae1a23af..5c9d48ca3a85c5caee2ba1ca7b62d9b468393e11 100644 --- a/dynare++/tl/cc/permutation.cc +++ b/dynare++/tl/cc/permutation.cc @@ -1,4 +1,22 @@ -// Copyright 2004, Ondra Kamenik +/* + * Copyright © 2004 Ondra Kamenik + * Copyright © 2019 Dynare Team + * + * This file is part of Dynare. + * + * Dynare is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * Dynare is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * 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/>. + */ #include "permutation.hh" #include "tl_exception.hh" diff --git a/dynare++/tl/cc/permutation.hh b/dynare++/tl/cc/permutation.hh index 53d772621d98710f114bf2deda11a804721b2297..32e1045b005423a1da31a240d18ec110ff729621 100644 --- a/dynare++/tl/cc/permutation.hh +++ b/dynare++/tl/cc/permutation.hh @@ -1,4 +1,22 @@ -// Copyright 2004, Ondra Kamenik +/* + * Copyright © 2004 Ondra Kamenik + * Copyright © 2019 Dynare Team + * + * This file is part of Dynare. + * + * Dynare is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * Dynare is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * 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/>. + */ // Permutations. diff --git a/dynare++/tl/cc/ps_tensor.cc b/dynare++/tl/cc/ps_tensor.cc index 35975ecc101c73093d22eca78a92ba80ad209a1b..a5c51c81bb1279121227ee3e5c80b4fa7488e841 100644 --- a/dynare++/tl/cc/ps_tensor.cc +++ b/dynare++/tl/cc/ps_tensor.cc @@ -1,4 +1,22 @@ -// Copyright 2004, Ondra Kamenik +/* + * Copyright © 2004 Ondra Kamenik + * Copyright © 2019 Dynare Team + * + * This file is part of Dynare. + * + * Dynare is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * Dynare is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * 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/>. + */ #include "ps_tensor.hh" #include "fs_tensor.hh" diff --git a/dynare++/tl/cc/ps_tensor.hh b/dynare++/tl/cc/ps_tensor.hh index d14b2d975fa3a2cb59602bb53deff2487832a110..3acfd236e6fd1beb5c13d7acc0cf3f9847e257e9 100644 --- a/dynare++/tl/cc/ps_tensor.hh +++ b/dynare++/tl/cc/ps_tensor.hh @@ -1,4 +1,22 @@ -// Copyright 2004, Ondra Kamenik +/* + * Copyright © 2004 Ondra Kamenik + * Copyright © 2019 Dynare Team + * + * This file is part of Dynare. + * + * Dynare is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * Dynare is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * 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/>. + */ // Even more general symmetry tensor. diff --git a/dynare++/tl/cc/pyramid_prod.cc b/dynare++/tl/cc/pyramid_prod.cc index 83458845f4af8b72b25d1d59b3b9d41f8c777411..0bfb156ad553401fe066c2a397fcdf2c1deae680 100644 --- a/dynare++/tl/cc/pyramid_prod.cc +++ b/dynare++/tl/cc/pyramid_prod.cc @@ -1,4 +1,22 @@ -// Copyright 2004, Ondra Kamenik +/* + * Copyright © 2004 Ondra Kamenik + * Copyright © 2019 Dynare Team + * + * This file is part of Dynare. + * + * Dynare is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * Dynare is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * 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/>. + */ #include "pyramid_prod.hh" #include "permutation.hh" diff --git a/dynare++/tl/cc/pyramid_prod.hh b/dynare++/tl/cc/pyramid_prod.hh index f2b35680cca4ed59aaa89917c6c55ceb05f7d8ac..01312cd02766f28f7077876b1d167e51c80da441 100644 --- a/dynare++/tl/cc/pyramid_prod.hh +++ b/dynare++/tl/cc/pyramid_prod.hh @@ -1,4 +1,22 @@ -// Copyright 2004, Ondra Kamenik +/* + * Copyright © 2004 Ondra Kamenik + * Copyright © 2019 Dynare Team + * + * This file is part of Dynare. + * + * Dynare is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * Dynare is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * 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/>. + */ // Multiplying tensor columns. diff --git a/dynare++/tl/cc/pyramid_prod2.cc b/dynare++/tl/cc/pyramid_prod2.cc index 1dbbd34a6e3aa26d9f18cd786b59435f24a51ba8..a129257e40d09ac82032348950566f5decbb7ca8 100644 --- a/dynare++/tl/cc/pyramid_prod2.cc +++ b/dynare++/tl/cc/pyramid_prod2.cc @@ -1,4 +1,22 @@ -// Copyright 2004, Ondra Kamenik +/* + * Copyright © 2004 Ondra Kamenik + * Copyright © 2019 Dynare Team + * + * This file is part of Dynare. + * + * Dynare is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * Dynare is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * 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/>. + */ #include "pyramid_prod2.hh" #include "rfs_tensor.hh" diff --git a/dynare++/tl/cc/pyramid_prod2.hh b/dynare++/tl/cc/pyramid_prod2.hh index 645c2ca93147a3f7d9dc9dbb31f23b560611642c..0e80a67f89ea2dfa01e148a3c9ab2f1585a7c05d 100644 --- a/dynare++/tl/cc/pyramid_prod2.hh +++ b/dynare++/tl/cc/pyramid_prod2.hh @@ -1,4 +1,22 @@ -// Copyright 2004, Ondra Kamenik +/* + * Copyright © 2004 Ondra Kamenik + * Copyright © 2019 Dynare Team + * + * This file is part of Dynare. + * + * Dynare is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * Dynare is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * 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/>. + */ // Multiplying stacked tensor columns. diff --git a/dynare++/tl/cc/rfs_tensor.cc b/dynare++/tl/cc/rfs_tensor.cc index a79057b03621b13bd6b54c24a557d926a4303647..aaf0e4f7a6fecab5117af8e8a6e079899355e525 100644 --- a/dynare++/tl/cc/rfs_tensor.cc +++ b/dynare++/tl/cc/rfs_tensor.cc @@ -1,4 +1,22 @@ -// Copyright 2004, Ondra Kamenik +/* + * Copyright © 2004 Ondra Kamenik + * Copyright © 2019 Dynare Team + * + * This file is part of Dynare. + * + * Dynare is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * Dynare is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * 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/>. + */ #include "rfs_tensor.hh" #include "kron_prod.hh" diff --git a/dynare++/tl/cc/rfs_tensor.hh b/dynare++/tl/cc/rfs_tensor.hh index 3825e6cb3f58d373fa2d2f40d44563290e591470..bbf6997f92f57fe2eb7c165e084aaf5132a715a2 100644 --- a/dynare++/tl/cc/rfs_tensor.hh +++ b/dynare++/tl/cc/rfs_tensor.hh @@ -1,4 +1,22 @@ -// Copyright 2004, Ondra Kamenik +/* + * Copyright © 2004 Ondra Kamenik + * Copyright © 2019 Dynare Team + * + * This file is part of Dynare. + * + * Dynare is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * Dynare is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * 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/>. + */ // Row-wise full symmetry tensor. diff --git a/dynare++/tl/cc/sparse_tensor.cc b/dynare++/tl/cc/sparse_tensor.cc index a2669dfcc3480d8d2bceabbfccd78dd55e2757f5..81cfeea69af3e9af8f936a1c8077cd627a00eb8c 100644 --- a/dynare++/tl/cc/sparse_tensor.cc +++ b/dynare++/tl/cc/sparse_tensor.cc @@ -1,4 +1,22 @@ -// Copyright 2004, Ondra Kamenik +/* + * Copyright © 2004 Ondra Kamenik + * Copyright © 2019 Dynare Team + * + * This file is part of Dynare. + * + * Dynare is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * Dynare is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * 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/>. + */ #include "sparse_tensor.hh" #include "fs_tensor.hh" diff --git a/dynare++/tl/cc/sparse_tensor.hh b/dynare++/tl/cc/sparse_tensor.hh index c620f069e0162e622533ab0b4be0307b5aa58add..89d3414a1d2f8daaee417ad402236d13302424eb 100644 --- a/dynare++/tl/cc/sparse_tensor.hh +++ b/dynare++/tl/cc/sparse_tensor.hh @@ -1,4 +1,22 @@ -// Copyright 2004, Ondra Kamenik +/* + * Copyright © 2004 Ondra Kamenik + * Copyright © 2019 Dynare Team + * + * This file is part of Dynare. + * + * Dynare is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * Dynare is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * 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/>. + */ // Sparse tensor. diff --git a/dynare++/tl/cc/stack_container.cc b/dynare++/tl/cc/stack_container.cc index b9732e03b40887da25931ceac43c0b9bf45a5bd2..291d3af7df006f419bc72f87b580d1a5e2864794 100644 --- a/dynare++/tl/cc/stack_container.cc +++ b/dynare++/tl/cc/stack_container.cc @@ -1,4 +1,22 @@ -// Copyright 2004, Ondra Kamenik +/* + * Copyright © 2004 Ondra Kamenik + * Copyright © 2019 Dynare Team + * + * This file is part of Dynare. + * + * Dynare is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * Dynare is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * 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/>. + */ #include "stack_container.hh" #include "pyramid_prod2.hh" diff --git a/dynare++/tl/cc/stack_container.hh b/dynare++/tl/cc/stack_container.hh index dded36c5aa378a8aadb38b794745d1f889cf9499..d5800df4202d4b7d12ddb0cd1f2e385e20a5f1a1 100644 --- a/dynare++/tl/cc/stack_container.hh +++ b/dynare++/tl/cc/stack_container.hh @@ -1,4 +1,22 @@ -// Copyright 2004, Ondra Kamenik +/* + * Copyright © 2004 Ondra Kamenik + * Copyright © 2019 Dynare Team + * + * This file is part of Dynare. + * + * Dynare is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * Dynare is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * 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/>. + */ // Stack of containers. diff --git a/dynare++/tl/cc/symmetry.cc b/dynare++/tl/cc/symmetry.cc index bb8c87b72ae8ae93e696267bdd77fd9f5fba0e16..f41c48c291aa40fee254eadb5bd0bf85e089d0a0 100644 --- a/dynare++/tl/cc/symmetry.cc +++ b/dynare++/tl/cc/symmetry.cc @@ -1,4 +1,22 @@ -// Copyright © 2004-2011, Ondra Kamenik +/* + * Copyright © 2004-2011 Ondra Kamenik + * Copyright © 2019 Dynare Team + * + * This file is part of Dynare. + * + * Dynare is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * Dynare is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * 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/>. + */ #include "symmetry.hh" #include "permutation.hh" diff --git a/dynare++/tl/cc/symmetry.hh b/dynare++/tl/cc/symmetry.hh index b10d735f33948125ad0c012bb693a53dec88557e..9431c23da6113037cdf47de83ed7fcf0896548bb 100644 --- a/dynare++/tl/cc/symmetry.hh +++ b/dynare++/tl/cc/symmetry.hh @@ -1,4 +1,22 @@ -// Copyright 2004, Ondra Kamenik +/* + * Copyright © 2004 Ondra Kamenik + * Copyright © 2019 Dynare Team + * + * This file is part of Dynare. + * + * Dynare is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * Dynare is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * 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/>. + */ // Symmetry. diff --git a/dynare++/tl/cc/t_container.cc b/dynare++/tl/cc/t_container.cc index ad14e177371ce479642e776509d66ed560e6fdb4..4e846e618176ac37f7e4077845d103bd7fe0bd66 100644 --- a/dynare++/tl/cc/t_container.cc +++ b/dynare++/tl/cc/t_container.cc @@ -1,4 +1,22 @@ -// Copyright 2004, Ondra Kamenik +/* + * Copyright © 2004 Ondra Kamenik + * Copyright © 2019 Dynare Team + * + * This file is part of Dynare. + * + * Dynare is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * Dynare is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * 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/>. + */ #include "t_container.hh" #include "kron_prod.hh" diff --git a/dynare++/tl/cc/t_container.hh b/dynare++/tl/cc/t_container.hh index 8ce9251f8c55037ffbb070530c8b20e5061af24f..b81d03fc44cf800365b991092f35009c3ff685b3 100644 --- a/dynare++/tl/cc/t_container.hh +++ b/dynare++/tl/cc/t_container.hh @@ -1,4 +1,22 @@ -// Copyright 2004, Ondra Kamenik +/* + * Copyright © 2004 Ondra Kamenik + * Copyright © 2019 Dynare Team + * + * This file is part of Dynare. + * + * Dynare is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * Dynare is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * 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/>. + */ // Tensor containers. diff --git a/dynare++/tl/cc/t_polynomial.cc b/dynare++/tl/cc/t_polynomial.cc index 7e501c81e20f449933f4c44b7d4e907c3cf32e8d..8de62a00831b65371aa4ebe05f0aa42f96309eff 100644 --- a/dynare++/tl/cc/t_polynomial.cc +++ b/dynare++/tl/cc/t_polynomial.cc @@ -1,4 +1,22 @@ -// Copyright 2004, Ondra Kamenik +/* + * Copyright © 2004 Ondra Kamenik + * Copyright © 2019 Dynare Team + * + * This file is part of Dynare. + * + * Dynare is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * Dynare is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * 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/>. + */ #include "t_polynomial.hh" #include "kron_prod.hh" diff --git a/dynare++/tl/cc/t_polynomial.hh b/dynare++/tl/cc/t_polynomial.hh index efd95dac212b514e6dee46d406c554070460026f..8a876ae9fa87d4693238a1e340882366939c34c6 100644 --- a/dynare++/tl/cc/t_polynomial.hh +++ b/dynare++/tl/cc/t_polynomial.hh @@ -1,4 +1,22 @@ -// Copyright 2004, Ondra Kamenik +/* + * Copyright © 2004 Ondra Kamenik + * Copyright © 2019 Dynare Team + * + * This file is part of Dynare. + * + * Dynare is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * Dynare is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * 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/>. + */ // Tensor polynomial evaluation. diff --git a/dynare++/tl/cc/tensor.cc b/dynare++/tl/cc/tensor.cc index 237f36c6b8c9e75e93683e1da483c8a2fb66b277..2d1c4fcc59dcb72d26092d7822040359c4cfb711 100644 --- a/dynare++/tl/cc/tensor.cc +++ b/dynare++/tl/cc/tensor.cc @@ -1,4 +1,22 @@ -// Copyright 2004, Ondra Kamenik +/* + * Copyright © 2004 Ondra Kamenik + * Copyright © 2019 Dynare Team + * + * This file is part of Dynare. + * + * Dynare is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * Dynare is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * 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/>. + */ #include "tensor.hh" #include "tl_exception.hh" diff --git a/dynare++/tl/cc/tensor.hh b/dynare++/tl/cc/tensor.hh index 702a2418fcc411102dc897fff8951634041a1aea..a4a4b1a10e558be27fe4f8d40f8c3a1020db7584 100644 --- a/dynare++/tl/cc/tensor.hh +++ b/dynare++/tl/cc/tensor.hh @@ -1,4 +1,22 @@ -// Copyright 2004, Ondra Kamenik +/* + * Copyright © 2004 Ondra Kamenik + * Copyright © 2019 Dynare Team + * + * This file is part of Dynare. + * + * Dynare is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * Dynare is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * 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/>. + */ // Tensor concept. diff --git a/dynare++/tl/cc/tl_exception.hh b/dynare++/tl/cc/tl_exception.hh index fd71f9b31eecc598f1954d7dc43f6658d76dadd3..19002d54177d98b2913c57bcab7dc4718b4d6386 100644 --- a/dynare++/tl/cc/tl_exception.hh +++ b/dynare++/tl/cc/tl_exception.hh @@ -1,4 +1,22 @@ -// Copyright 2004, Ondra Kamenik +/* + * Copyright © 2004 Ondra Kamenik + * Copyright © 2019 Dynare Team + * + * This file is part of Dynare. + * + * Dynare is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * Dynare is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * 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/>. + */ // Exception. diff --git a/dynare++/tl/cc/tl_static.cc b/dynare++/tl/cc/tl_static.cc index 352a842a8f299de4fc493c928bbc054f17abc340..9804086e89cfd36e621d4109142de2693fac9e44 100644 --- a/dynare++/tl/cc/tl_static.cc +++ b/dynare++/tl/cc/tl_static.cc @@ -1,4 +1,22 @@ -// Copyright 2004, Ondra Kamenik +/* + * Copyright © 2004 Ondra Kamenik + * Copyright © 2019 Dynare Team + * + * This file is part of Dynare. + * + * Dynare is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * Dynare is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * 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/>. + */ #include "tl_static.hh" #include "pascal_triangle.hh" diff --git a/dynare++/tl/cc/tl_static.hh b/dynare++/tl/cc/tl_static.hh index c1bc2a719c0e42833ab65b5ec1d2e35c4076179f..2318f629517b3d404e37ddb8914dd42a5ca132a8 100644 --- a/dynare++/tl/cc/tl_static.hh +++ b/dynare++/tl/cc/tl_static.hh @@ -1,4 +1,22 @@ -// Copyright 2004, Ondra Kamenik +/* + * Copyright © 2004 Ondra Kamenik + * Copyright © 2019 Dynare Team + * + * This file is part of Dynare. + * + * Dynare is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * Dynare is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * 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/>. + */ // Tensor library static data. diff --git a/dynare++/tl/cc/twod_matrix.cc b/dynare++/tl/cc/twod_matrix.cc index afac960de66b02ac901aae1deb4efe9974f53956..31445b3e92164af09875461d6bab19cb5512728b 100644 --- a/dynare++/tl/cc/twod_matrix.cc +++ b/dynare++/tl/cc/twod_matrix.cc @@ -1,4 +1,22 @@ -// Copyright 2004, Ondra Kamenik +/* + * Copyright © 2004 Ondra Kamenik + * Copyright © 2019 Dynare Team + * + * This file is part of Dynare. + * + * Dynare is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * Dynare is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * 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/>. + */ #include "twod_matrix.hh" #include "tl_exception.hh" diff --git a/dynare++/tl/cc/twod_matrix.hh b/dynare++/tl/cc/twod_matrix.hh index 12c7502a5d9e0ef26d59f4d1a80147e1348ce5fe..7fc51be945b9fc808fdd40fcac745bb8982d9fc6 100644 --- a/dynare++/tl/cc/twod_matrix.hh +++ b/dynare++/tl/cc/twod_matrix.hh @@ -1,4 +1,22 @@ -// Copyright © 2004-2011, Ondra Kamenik +/* + * Copyright © 2004-2011 Ondra Kamenik + * Copyright © 2019 Dynare Team + * + * This file is part of Dynare. + * + * Dynare is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * Dynare is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * 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/>. + */ // Matrix interface. diff --git a/dynare++/tl/testing/factory.cc b/dynare++/tl/testing/factory.cc index 10fd23ef65d56f8853f51f7b75a1a8dbd3051733..724eecd1c603dcad8f32c971ac0de15439d8b040 100644 --- a/dynare++/tl/testing/factory.cc +++ b/dynare++/tl/testing/factory.cc @@ -1,5 +1,22 @@ -/* $Id: factory.cpp 148 2005-04-19 15:12:26Z kamenik $ */ -/* Copyright 2004, Ondra Kamenik */ +/* + * Copyright © 2004 Ondra Kamenik + * Copyright © 2019 Dynare Team + * + * This file is part of Dynare. + * + * Dynare is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * Dynare is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * 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/>. + */ #include "factory.hh" diff --git a/dynare++/tl/testing/factory.hh b/dynare++/tl/testing/factory.hh index bb306837ab3f2953ee8cd85f37229bee783fabee..87007b650ff40f478131637ea9f43f705c1d9418 100644 --- a/dynare++/tl/testing/factory.hh +++ b/dynare++/tl/testing/factory.hh @@ -1,5 +1,22 @@ -/* $Id: factory.h 148 2005-04-19 15:12:26Z kamenik $ */ -/* Copyright 2004, Ondra Kamenik */ +/* + * Copyright © 2004 Ondra Kamenik + * Copyright © 2019 Dynare Team + * + * This file is part of Dynare. + * + * Dynare is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * Dynare is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * 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/>. + */ #ifndef FACTORY_H #define FACTORY_H diff --git a/dynare++/tl/testing/monoms.cc b/dynare++/tl/testing/monoms.cc index f3951c5a2d13692838010b9c452b78984c33e589..1f31e656bb844cca2e941e3c439afa31dcc35e01 100644 --- a/dynare++/tl/testing/monoms.cc +++ b/dynare++/tl/testing/monoms.cc @@ -1,5 +1,22 @@ -/* $Id: monoms.cpp 148 2005-04-19 15:12:26Z kamenik $ */ -/* Copyright 2004, Ondra Kamenik */ +/* + * Copyright © 2004 Ondra Kamenik + * Copyright © 2019 Dynare Team + * + * This file is part of Dynare. + * + * Dynare is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * Dynare is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * 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/>. + */ #include "monoms.hh" #include "tl_exception.hh" diff --git a/dynare++/tl/testing/monoms.hh b/dynare++/tl/testing/monoms.hh index 0de3dc7f8c7e76fa30e4612e8287143c31a406e8..0c1fffe929a7f115784df51edea9e236f4aa7c13 100644 --- a/dynare++/tl/testing/monoms.hh +++ b/dynare++/tl/testing/monoms.hh @@ -1,5 +1,22 @@ -/* $Id: monoms.h 148 2005-04-19 15:12:26Z kamenik $ */ -/* Copyright 2004, Ondra Kamenik */ +/* + * Copyright © 2004 Ondra Kamenik + * Copyright © 2019 Dynare Team + * + * This file is part of Dynare. + * + * Dynare is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * Dynare is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * 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/>. + */ #ifndef MONOMS_H #define MONOMS_H diff --git a/dynare++/tl/testing/tests.cc b/dynare++/tl/testing/tests.cc index 9beb7cf69cbd5e4d44d4877be7da3c1517e079e5..1bce947d43f193f16dc92f25b33625a7eac45639 100644 --- a/dynare++/tl/testing/tests.cc +++ b/dynare++/tl/testing/tests.cc @@ -1,5 +1,22 @@ -/* $Id: tests.cpp 148 2005-04-19 15:12:26Z kamenik $ */ -/* Copyright 2004, Ondra Kamenik */ +/* + * Copyright © 2004 Ondra Kamenik + * Copyright © 2019 Dynare Team + * + * This file is part of Dynare. + * + * Dynare is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * Dynare is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * 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/>. + */ #include "SylvException.hh" #include "tl_exception.hh" diff --git a/dynare++/utils/cc/exception.hh b/dynare++/utils/cc/exception.hh index d2bb90f1b3e082c7a17073cb128d52e4411412ad..a7c74c26520a55b8ad4b6e16163ce9b04a8244fd 100644 --- a/dynare++/utils/cc/exception.hh +++ b/dynare++/utils/cc/exception.hh @@ -1,6 +1,22 @@ -// Copyright © 2005, Ondra Kamenik - -// $Id: exception.h 1367 2007-07-11 14:21:57Z kamenik $ +/* + * Copyright © 2005 Ondra Kamenik + * Copyright © 2019 Dynare Team + * + * This file is part of Dynare. + * + * Dynare is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * Dynare is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * 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/>. + */ #ifndef OGU_EXCEPTION_H #define OGU_EXCEPTION_H diff --git a/dynare++/utils/cc/int_power.cc b/dynare++/utils/cc/int_power.cc index 1b4ed61089ce7e01ce9e7d217531f5ff609fe9c0..f2169880c92074370794706a86ac27a435d2fe10 100644 --- a/dynare++/utils/cc/int_power.cc +++ b/dynare++/utils/cc/int_power.cc @@ -1,3 +1,22 @@ +/* + * Copyright © 2019 Dynare Team + * + * This file is part of Dynare. + * + * Dynare is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * Dynare is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * 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/>. + */ + int power(int a, int b) { diff --git a/dynare++/utils/cc/int_power.hh b/dynare++/utils/cc/int_power.hh index 40f16918c9b8d26f9a6cab251007c71a5f5ef35c..8d6ee86fa307e2bf3d96d1055896e89985bdfc8d 100644 --- a/dynare++/utils/cc/int_power.hh +++ b/dynare++/utils/cc/int_power.hh @@ -1,2 +1,21 @@ +/* + * Copyright © 2019 Dynare Team + * + * This file is part of Dynare. + * + * Dynare is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * Dynare is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * 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/>. + */ + // Integer exponentiation (by squaring) int power(int a, int b); diff --git a/dynare++/utils/cc/pascal_triangle.cc b/dynare++/utils/cc/pascal_triangle.cc index 67d987ee4b58d5d7299b5e0948a64b204fd1e787..d48922db0b0666b048da36222efb734cd90f8b90 100644 --- a/dynare++/utils/cc/pascal_triangle.cc +++ b/dynare++/utils/cc/pascal_triangle.cc @@ -1,3 +1,23 @@ +/* + * Copyright © 2004-2011 Ondra Kamenik + * Copyright © 2019 Dynare Team + * + * This file is part of Dynare. + * + * Dynare is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * Dynare is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * 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/>. + */ + #include "pascal_triangle.hh" #include <iostream> diff --git a/dynare++/utils/cc/pascal_triangle.hh b/dynare++/utils/cc/pascal_triangle.hh index cb78b9d1f7ca1bcbbe24e583f68aa9a9015a083f..e69dd815dee61923249a5009a0155c2c699e99dd 100644 --- a/dynare++/utils/cc/pascal_triangle.hh +++ b/dynare++/utils/cc/pascal_triangle.hh @@ -1,6 +1,22 @@ -// Copyright © 2005, Ondra Kamenik - -// $Id: pascal_triangle.h 762 2006-05-22 13:00:07Z kamenik $ +/* + * Copyright © 2005 Ondra Kamenik + * Copyright © 2019 Dynare Team + * + * This file is part of Dynare. + * + * Dynare is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * Dynare is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * 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/>. + */ #ifndef PASCAL_TRIANGLE_H #define PASCAL_TRIANGLE_H diff --git a/dynare++/utils/cc/sthread.cc b/dynare++/utils/cc/sthread.cc index 623b026f8e473ab223b8960459cde9f8bcffc2be..3b8eaec0da5ce09b92d0debfc4f3d38db57b2aa7 100644 --- a/dynare++/utils/cc/sthread.cc +++ b/dynare++/utils/cc/sthread.cc @@ -1,4 +1,22 @@ -// Copyright 2004, Ondra Kamenik +/* + * Copyright © 2004 Ondra Kamenik + * Copyright © 2019 Dynare Team + * + * This file is part of Dynare. + * + * Dynare is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * Dynare is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * 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/>. + */ #include <algorithm> diff --git a/dynare++/utils/cc/sthread.hh b/dynare++/utils/cc/sthread.hh index bd2f26c3af7e72ac491b185081f9e1dd5d80a6e0..a4d01705693a2b7d9ce958b73e94bf60136bdfad 100644 --- a/dynare++/utils/cc/sthread.hh +++ b/dynare++/utils/cc/sthread.hh @@ -1,4 +1,22 @@ -// Copyright 2004, Ondra Kamenik +/* + * Copyright © 2004 Ondra Kamenik + * Copyright © 2019 Dynare Team + * + * This file is part of Dynare. + * + * Dynare is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * Dynare is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * 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/>. + */ // Simple threads. diff --git a/license.txt b/license.txt index a231917254961aeeb0b255f5a269fccd3ab419f8..97c3e38730ffbc3d96919d3f5e631465acdf2124 100644 --- a/license.txt +++ b/license.txt @@ -223,17 +223,11 @@ Files: doc/dr.tex doc/bvar_a_la_sims.tex Copyright: 2007-2011 Sébastien Villemot License: GFDL-NIV-1.3+ -Files: dynare++/*.cc dynare++/*.hh - dynare++/*.tex dynare++/*.mod dynare++/*.m dynare++/*.ll - dynare++/*.yy +Files: dynare++/* Copyright: 2004-2011 Ondra Kamenik + 2019 Dynare Team License: GPL-3+ -Files: dynare++/utils/*.cc dynare++/utils/*.hh dynare++/parser/*.cc - dynare++/parser/*.hh dynare++/parser/*.ll dynare++/parser/*.yy -Copyright: 2004-2011 Ondra Kamenik -License: LGPL-3+ - Files: m4/ax_blas.m4 m4/ax_lapack.m4 Copyright: 2008 Steven G. Johnson <stevenj@alum.mit.edu> License: GPL-3+ with Autoconf exception