From 74ef3457b4805099ee9885b34173a0d0fd6aca61 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Villemot?= Date: Wed, 9 Jun 2021 16:52:20 +0200 Subject: [PATCH] Use secure URL for link to GNU licenses --- COPYING | 8 ++++---- configure.ac | 2 +- m4/ax_latex_class.m4 | 2 +- m4/ax_latex_test.m4 | 2 +- scripts/create-julia-artifacts-toml | 2 +- src/CodeInterpreter.hh | 2 +- src/ComputingTasks.cc | 2 +- src/ComputingTasks.hh | 2 +- src/ConfigFile.cc | 2 +- src/ConfigFile.hh | 2 +- src/DataTree.cc | 2 +- src/DataTree.hh | 2 +- src/DynamicModel.cc | 2 +- src/DynamicModel.hh | 2 +- src/DynareBison.yy | 2 +- src/DynareFlex.ll | 2 +- src/DynareMain.cc | 2 +- src/EquationTags.cc | 2 +- src/EquationTags.hh | 2 +- src/ExprNode.cc | 2 +- src/ExprNode.hh | 2 +- src/ExtendedPreprocessorTypes.hh | 2 +- src/ExternalFunctionsTable.cc | 2 +- src/ExternalFunctionsTable.hh | 2 +- src/MacroExpandModFile.cc | 2 +- src/ModFile.cc | 2 +- src/ModFile.hh | 2 +- src/ModelEquationBlock.cc | 2 +- src/ModelEquationBlock.hh | 2 +- src/ModelTree.cc | 2 +- src/ModelTree.hh | 2 +- src/NumericalConstants.cc | 2 +- src/NumericalConstants.hh | 2 +- src/NumericalInitialization.cc | 2 +- src/NumericalInitialization.hh | 2 +- src/ParsingDriver.cc | 2 +- src/ParsingDriver.hh | 2 +- src/Shocks.cc | 2 +- src/Shocks.hh | 2 +- src/SigmaeInitialization.cc | 2 +- src/SigmaeInitialization.hh | 2 +- src/Statement.cc | 2 +- src/Statement.hh | 2 +- src/StaticModel.cc | 2 +- src/StaticModel.hh | 2 +- src/SubModel.cc | 2 +- src/SubModel.hh | 2 +- src/SymbolList.cc | 2 +- src/SymbolList.hh | 2 +- src/SymbolTable.cc | 2 +- src/SymbolTable.hh | 2 +- src/VariableDependencyGraph.cc | 2 +- src/VariableDependencyGraph.hh | 2 +- src/WarningConsolidation.cc | 2 +- src/WarningConsolidation.hh | 2 +- src/macro/Directives.cc | 2 +- src/macro/Directives.hh | 2 +- src/macro/Driver.cc | 2 +- src/macro/Driver.hh | 2 +- src/macro/Environment.cc | 2 +- src/macro/Environment.hh | 2 +- src/macro/Expressions.cc | 2 +- src/macro/Expressions.hh | 2 +- src/macro/ForwardDeclarationsAndEnums.hh | 2 +- src/macro/Parser.yy | 2 +- src/macro/Tokenizer.ll | 2 +- 66 files changed, 69 insertions(+), 69 deletions(-) diff --git a/COPYING b/COPYING index 94a9ed02..f288702d 100644 --- a/COPYING +++ b/COPYING @@ -1,7 +1,7 @@ GNU GENERAL PUBLIC LICENSE Version 3, 29 June 2007 - Copyright (C) 2007 Free Software Foundation, Inc. + Copyright (C) 2007 Free Software Foundation, Inc. Everyone is permitted to copy and distribute verbatim copies of this license document, but changing it is not allowed. @@ -645,7 +645,7 @@ the "copyright" line and a pointer to where the full notice is found. GNU General Public License for more details. You should have received a copy of the GNU General Public License - along with this program. If not, see . + along with this program. If not, see . Also add information on how to contact you by electronic and paper mail. @@ -664,11 +664,11 @@ might be different; for a GUI interface, you would use an "about box". You should also get your employer (if you work as a programmer) or school, if any, to sign a "copyright disclaimer" for the program, if necessary. For more information on this, and how to apply and follow the GNU GPL, see -. +. The GNU General Public License does not permit incorporating your program into proprietary programs. If your program is a subroutine library, you may consider it more useful to permit linking proprietary applications with the library. If this is what you want to do, use the GNU Lesser General Public License instead of this License. But first, please read -. +. diff --git a/configure.ac b/configure.ac index 1ceabf43..20dec928 100644 --- a/configure.ac +++ b/configure.ac @@ -15,7 +15,7 @@ dnl MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the dnl GNU General Public License for more details. dnl dnl You should have received a copy of the GNU General Public License -dnl along with Dynare. If not, see . +dnl along with Dynare. If not, see . AC_PREREQ([2.62]) AC_INIT([dynare-preprocessor], [4.7-unstable]) diff --git a/m4/ax_latex_class.m4 b/m4/ax_latex_class.m4 index 0f4c881f..6b560614 100644 --- a/m4/ax_latex_class.m4 +++ b/m4/ax_latex_class.m4 @@ -34,7 +34,7 @@ # General Public License for more details. # # You should have received a copy of the GNU Lesser General Public License -# along with this library. If not, see . +# along with this library. If not, see . AC_DEFUN([AX_LATEX_CLASS],[ AC_CACHE_CHECK([for usability of class $1],[ac_cv_latex_class_]translit($1,[-],[_]),[ diff --git a/m4/ax_latex_test.m4 b/m4/ax_latex_test.m4 index 5a3d012f..7e5b8d5e 100644 --- a/m4/ax_latex_test.m4 +++ b/m4/ax_latex_test.m4 @@ -36,7 +36,7 @@ # General Public License for more details. # # You should have received a copy of the GNU Lesser General Public License -# along with this library. If not, see . +# along with this library. If not, see . AC_DEFUN([AX_LATEX_TEST],[ rm -rf conftest.dir/.acltx diff --git a/scripts/create-julia-artifacts-toml b/scripts/create-julia-artifacts-toml index 183a0861..0e723485 100755 --- a/scripts/create-julia-artifacts-toml +++ b/scripts/create-julia-artifacts-toml @@ -30,7 +30,7 @@ # GNU General Public License for more details. # # You should have received a copy of the GNU General Public License -# along with Dynare. If not, see . +# along with Dynare. If not, see . set -e shopt -s extglob diff --git a/src/CodeInterpreter.hh b/src/CodeInterpreter.hh index a4acd54b..c25a4899 100644 --- a/src/CodeInterpreter.hh +++ b/src/CodeInterpreter.hh @@ -14,7 +14,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with Dynare. If not, see . + * along with Dynare. If not, see . */ #ifndef _CODEINTERPRETER_HH diff --git a/src/ComputingTasks.cc b/src/ComputingTasks.cc index 9d87b446..48bdd023 100644 --- a/src/ComputingTasks.cc +++ b/src/ComputingTasks.cc @@ -14,7 +14,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with Dynare. If not, see . + * along with Dynare. If not, see . */ #include diff --git a/src/ComputingTasks.hh b/src/ComputingTasks.hh index 96ae1627..6725263b 100644 --- a/src/ComputingTasks.hh +++ b/src/ComputingTasks.hh @@ -14,7 +14,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with Dynare. If not, see . + * along with Dynare. If not, see . */ #ifndef _COMPUTINGTASKS_HH diff --git a/src/ConfigFile.cc b/src/ConfigFile.cc index a6303148..d7147d53 100644 --- a/src/ConfigFile.cc +++ b/src/ConfigFile.cc @@ -14,7 +14,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with Dynare. If not, see . + * along with Dynare. If not, see . */ #include diff --git a/src/ConfigFile.hh b/src/ConfigFile.hh index c8d42466..f897e86b 100644 --- a/src/ConfigFile.hh +++ b/src/ConfigFile.hh @@ -14,7 +14,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with Dynare. If not, see . + * along with Dynare. If not, see . */ #ifndef _CONFIG_FILE_HH diff --git a/src/DataTree.cc b/src/DataTree.cc index e1f3e104..a74ea03c 100644 --- a/src/DataTree.cc +++ b/src/DataTree.cc @@ -14,7 +14,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with Dynare. If not, see . + * along with Dynare. If not, see . */ #include diff --git a/src/DataTree.hh b/src/DataTree.hh index ba84c443..39d7ff31 100644 --- a/src/DataTree.hh +++ b/src/DataTree.hh @@ -14,7 +14,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with Dynare. If not, see . + * along with Dynare. If not, see . */ #ifndef _DATATREE_HH diff --git a/src/DynamicModel.cc b/src/DynamicModel.cc index ab209904..54d823ad 100644 --- a/src/DynamicModel.cc +++ b/src/DynamicModel.cc @@ -14,7 +14,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with Dynare. If not, see . + * along with Dynare. If not, see . */ #include diff --git a/src/DynamicModel.hh b/src/DynamicModel.hh index c64ef062..2031c596 100644 --- a/src/DynamicModel.hh +++ b/src/DynamicModel.hh @@ -14,7 +14,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with Dynare. If not, see . + * along with Dynare. If not, see . */ #ifndef _DYNAMICMODEL_HH diff --git a/src/DynareBison.yy b/src/DynareBison.yy index 03ed88d3..ff8876e5 100644 --- a/src/DynareBison.yy +++ b/src/DynareBison.yy @@ -15,7 +15,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with Dynare. If not, see . + * along with Dynare. If not, see . */ %language "c++" diff --git a/src/DynareFlex.ll b/src/DynareFlex.ll index feedb790..4b553668 100644 --- a/src/DynareFlex.ll +++ b/src/DynareFlex.ll @@ -15,7 +15,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with Dynare. If not, see . + * along with Dynare. If not, see . */ diff --git a/src/DynareMain.cc b/src/DynareMain.cc index 5a357359..7ab8d785 100644 --- a/src/DynareMain.cc +++ b/src/DynareMain.cc @@ -14,7 +14,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with Dynare. If not, see . + * along with Dynare. If not, see . */ #include diff --git a/src/EquationTags.cc b/src/EquationTags.cc index 18cacd5f..a6693e4a 100644 --- a/src/EquationTags.cc +++ b/src/EquationTags.cc @@ -14,7 +14,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with Dynare. If not, see . + * along with Dynare. If not, see . */ #include "EquationTags.hh" diff --git a/src/EquationTags.hh b/src/EquationTags.hh index b983fbd4..57398bb5 100644 --- a/src/EquationTags.hh +++ b/src/EquationTags.hh @@ -14,7 +14,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with Dynare. If not, see . + * along with Dynare. If not, see . */ #ifndef _EQUATION_TAGS_HH diff --git a/src/ExprNode.cc b/src/ExprNode.cc index 6b655533..2cdf55c1 100644 --- a/src/ExprNode.cc +++ b/src/ExprNode.cc @@ -14,7 +14,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with Dynare. If not, see . + * along with Dynare. If not, see . */ #include diff --git a/src/ExprNode.hh b/src/ExprNode.hh index 3d9c3da9..64d4a1fd 100644 --- a/src/ExprNode.hh +++ b/src/ExprNode.hh @@ -14,7 +14,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with Dynare. If not, see . + * along with Dynare. If not, see . */ #ifndef _EXPR_NODE_HH diff --git a/src/ExtendedPreprocessorTypes.hh b/src/ExtendedPreprocessorTypes.hh index 732b80dc..d4d70a7d 100644 --- a/src/ExtendedPreprocessorTypes.hh +++ b/src/ExtendedPreprocessorTypes.hh @@ -14,7 +14,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with Dynare. If not, see . + * along with Dynare. If not, see . */ #ifndef _EXTENDED_PREPROCESSOR_TYPES_HH diff --git a/src/ExternalFunctionsTable.cc b/src/ExternalFunctionsTable.cc index 427fc552..3147f3e7 100644 --- a/src/ExternalFunctionsTable.cc +++ b/src/ExternalFunctionsTable.cc @@ -14,7 +14,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with Dynare. If not, see . + * along with Dynare. If not, see . */ #include diff --git a/src/ExternalFunctionsTable.hh b/src/ExternalFunctionsTable.hh index 61d50d5e..ce4dde68 100644 --- a/src/ExternalFunctionsTable.hh +++ b/src/ExternalFunctionsTable.hh @@ -14,7 +14,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with Dynare. If not, see . + * along with Dynare. If not, see . */ #ifndef _EXTERNALFUNCTIONSTABLE_HH diff --git a/src/MacroExpandModFile.cc b/src/MacroExpandModFile.cc index ea383421..ab09cb28 100644 --- a/src/MacroExpandModFile.cc +++ b/src/MacroExpandModFile.cc @@ -14,7 +14,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with Dynare. If not, see . + * along with Dynare. If not, see . */ #include diff --git a/src/ModFile.cc b/src/ModFile.cc index 55f59f66..c3e6d798 100644 --- a/src/ModFile.cc +++ b/src/ModFile.cc @@ -14,7 +14,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with Dynare. If not, see . + * along with Dynare. If not, see . */ #include diff --git a/src/ModFile.hh b/src/ModFile.hh index 6ab993f7..7839adfd 100644 --- a/src/ModFile.hh +++ b/src/ModFile.hh @@ -14,7 +14,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with Dynare. If not, see . + * along with Dynare. If not, see . */ #ifndef _MOD_FILE_HH diff --git a/src/ModelEquationBlock.cc b/src/ModelEquationBlock.cc index 69531800..ecd0042d 100644 --- a/src/ModelEquationBlock.cc +++ b/src/ModelEquationBlock.cc @@ -14,7 +14,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with Dynare. If not, see . + * along with Dynare. If not, see . */ #include diff --git a/src/ModelEquationBlock.hh b/src/ModelEquationBlock.hh index cf048dd6..93febc43 100644 --- a/src/ModelEquationBlock.hh +++ b/src/ModelEquationBlock.hh @@ -14,7 +14,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with Dynare. If not, see . + * along with Dynare. If not, see . */ #ifndef _MODEL_EQUATION_BLOCK_HH diff --git a/src/ModelTree.cc b/src/ModelTree.cc index 906c285c..bcfc7754 100644 --- a/src/ModelTree.cc +++ b/src/ModelTree.cc @@ -14,7 +14,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with Dynare. If not, see . + * along with Dynare. If not, see . */ #include "ModelTree.hh" diff --git a/src/ModelTree.hh b/src/ModelTree.hh index f295a04d..0014c34a 100644 --- a/src/ModelTree.hh +++ b/src/ModelTree.hh @@ -14,7 +14,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with Dynare. If not, see . + * along with Dynare. If not, see . */ #ifndef _MODELTREE_HH diff --git a/src/NumericalConstants.cc b/src/NumericalConstants.cc index 108fc6b3..9534e985 100644 --- a/src/NumericalConstants.cc +++ b/src/NumericalConstants.cc @@ -14,7 +14,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with Dynare. If not, see . + * along with Dynare. If not, see . */ #include diff --git a/src/NumericalConstants.hh b/src/NumericalConstants.hh index 809bed54..70ed6d09 100644 --- a/src/NumericalConstants.hh +++ b/src/NumericalConstants.hh @@ -14,7 +14,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with Dynare. If not, see . + * along with Dynare. If not, see . */ #ifndef _NUMERICALCONSTANTS_HH diff --git a/src/NumericalInitialization.cc b/src/NumericalInitialization.cc index 9bf0103e..344b6474 100644 --- a/src/NumericalInitialization.cc +++ b/src/NumericalInitialization.cc @@ -14,7 +14,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with Dynare. If not, see . + * along with Dynare. If not, see . */ #include diff --git a/src/NumericalInitialization.hh b/src/NumericalInitialization.hh index 60dfd75c..1ff828f6 100644 --- a/src/NumericalInitialization.hh +++ b/src/NumericalInitialization.hh @@ -14,7 +14,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with Dynare. If not, see . + * along with Dynare. If not, see . */ #ifndef _NUMERICALINITIALIZATION_HH diff --git a/src/ParsingDriver.cc b/src/ParsingDriver.cc index f25e0ef5..10eedf40 100644 --- a/src/ParsingDriver.cc +++ b/src/ParsingDriver.cc @@ -14,7 +14,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with Dynare. If not, see . + * along with Dynare. If not, see . */ #include diff --git a/src/ParsingDriver.hh b/src/ParsingDriver.hh index 46c3fde5..e10be031 100644 --- a/src/ParsingDriver.hh +++ b/src/ParsingDriver.hh @@ -14,7 +14,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with Dynare. If not, see . + * along with Dynare. If not, see . */ #ifndef _PARSING_DRIVER_HH diff --git a/src/Shocks.cc b/src/Shocks.cc index dd9a7704..1ab09572 100644 --- a/src/Shocks.cc +++ b/src/Shocks.cc @@ -14,7 +14,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with Dynare. If not, see . + * along with Dynare. If not, see . */ #include diff --git a/src/Shocks.hh b/src/Shocks.hh index 63bc6165..a11fe98b 100644 --- a/src/Shocks.hh +++ b/src/Shocks.hh @@ -14,7 +14,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with Dynare. If not, see . + * along with Dynare. If not, see . */ #ifndef _SHOCKS_HH diff --git a/src/SigmaeInitialization.cc b/src/SigmaeInitialization.cc index 62fa0090..c8ef1176 100644 --- a/src/SigmaeInitialization.cc +++ b/src/SigmaeInitialization.cc @@ -14,7 +14,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with Dynare. If not, see . + * along with Dynare. If not, see . */ #include diff --git a/src/SigmaeInitialization.hh b/src/SigmaeInitialization.hh index 14f71723..1d5bf1c2 100644 --- a/src/SigmaeInitialization.hh +++ b/src/SigmaeInitialization.hh @@ -14,7 +14,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with Dynare. If not, see . + * along with Dynare. If not, see . */ #ifndef _SIGMAEINITIALIZATION_HH diff --git a/src/Statement.cc b/src/Statement.cc index c18b404b..08fcd6a7 100644 --- a/src/Statement.cc +++ b/src/Statement.cc @@ -14,7 +14,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with Dynare. If not, see . + * along with Dynare. If not, see . */ #include "Statement.hh" diff --git a/src/Statement.hh b/src/Statement.hh index 8988441d..8c00dc51 100644 --- a/src/Statement.hh +++ b/src/Statement.hh @@ -14,7 +14,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with Dynare. If not, see . + * along with Dynare. If not, see . */ #ifndef _STATEMENT_HH diff --git a/src/StaticModel.cc b/src/StaticModel.cc index 7150ba6d..e8cccd15 100644 --- a/src/StaticModel.cc +++ b/src/StaticModel.cc @@ -14,7 +14,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with Dynare. If not, see . + * along with Dynare. If not, see . */ #include diff --git a/src/StaticModel.hh b/src/StaticModel.hh index 3ca11f69..c2fc1d6f 100644 --- a/src/StaticModel.hh +++ b/src/StaticModel.hh @@ -14,7 +14,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with Dynare. If not, see . + * along with Dynare. If not, see . */ #ifndef _STATIC_MODEL_HH diff --git a/src/SubModel.cc b/src/SubModel.cc index 8d1b9738..dfe0379b 100644 --- a/src/SubModel.cc +++ b/src/SubModel.cc @@ -14,7 +14,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with Dynare. If not, see . + * along with Dynare. If not, see . */ #include diff --git a/src/SubModel.hh b/src/SubModel.hh index 7c478065..415ae14e 100644 --- a/src/SubModel.hh +++ b/src/SubModel.hh @@ -14,7 +14,7 @@ * GNU General Public License for more details.SS * * You should have received a copy of the GNU General Public License - * along with Dynare. If not, see . + * along with Dynare. If not, see . */ #ifndef _SUBMODEL_HH diff --git a/src/SymbolList.cc b/src/SymbolList.cc index 32c2c30c..2ba1e6ef 100644 --- a/src/SymbolList.cc +++ b/src/SymbolList.cc @@ -14,7 +14,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with Dynare. If not, see . + * along with Dynare. If not, see . */ #include diff --git a/src/SymbolList.hh b/src/SymbolList.hh index 8b53cc37..d009d9e5 100644 --- a/src/SymbolList.hh +++ b/src/SymbolList.hh @@ -14,7 +14,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with Dynare. If not, see . + * along with Dynare. If not, see . */ #ifndef _SYMBOL_LIST_HH diff --git a/src/SymbolTable.cc b/src/SymbolTable.cc index d0873ae6..75b870a7 100644 --- a/src/SymbolTable.cc +++ b/src/SymbolTable.cc @@ -14,7 +14,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with Dynare. If not, see . + * along with Dynare. If not, see . */ #include diff --git a/src/SymbolTable.hh b/src/SymbolTable.hh index d294d36b..105c4ca9 100644 --- a/src/SymbolTable.hh +++ b/src/SymbolTable.hh @@ -14,7 +14,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with Dynare. If not, see . + * along with Dynare. If not, see . */ #ifndef _SYMBOLTABLE_HH diff --git a/src/VariableDependencyGraph.cc b/src/VariableDependencyGraph.cc index 4bd91a27..eea2e151 100644 --- a/src/VariableDependencyGraph.cc +++ b/src/VariableDependencyGraph.cc @@ -14,7 +14,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with Dynare. If not, see . + * along with Dynare. If not, see . */ #include diff --git a/src/VariableDependencyGraph.hh b/src/VariableDependencyGraph.hh index 5b603674..b6b4897a 100644 --- a/src/VariableDependencyGraph.hh +++ b/src/VariableDependencyGraph.hh @@ -14,7 +14,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with Dynare. If not, see . + * along with Dynare. If not, see . */ #ifndef _VARIABLEDEPENDENCYGRAPH_HH diff --git a/src/WarningConsolidation.cc b/src/WarningConsolidation.cc index bc398941..852df29f 100644 --- a/src/WarningConsolidation.cc +++ b/src/WarningConsolidation.cc @@ -14,7 +14,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with Dynare. If not, see . + * along with Dynare. If not, see . */ #include "WarningConsolidation.hh" diff --git a/src/WarningConsolidation.hh b/src/WarningConsolidation.hh index 417c29dd..741d9b8f 100644 --- a/src/WarningConsolidation.hh +++ b/src/WarningConsolidation.hh @@ -14,7 +14,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with Dynare. If not, see . + * along with Dynare. If not, see . */ #ifndef _WARNINGCONSOLIDATION_HH diff --git a/src/macro/Directives.cc b/src/macro/Directives.cc index 6fd26157..9e8ccd99 100644 --- a/src/macro/Directives.cc +++ b/src/macro/Directives.cc @@ -14,7 +14,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with Dynare. If not, see . + * along with Dynare. If not, see . */ #include "Directives.hh" diff --git a/src/macro/Directives.hh b/src/macro/Directives.hh index 426e17f3..a01918a2 100644 --- a/src/macro/Directives.hh +++ b/src/macro/Directives.hh @@ -14,7 +14,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with Dynare. If not, see . + * along with Dynare. If not, see . */ #ifndef _DIRECTIVES_HH diff --git a/src/macro/Driver.cc b/src/macro/Driver.cc index 6e80a7c4..c0419e02 100644 --- a/src/macro/Driver.cc +++ b/src/macro/Driver.cc @@ -14,7 +14,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with Dynare. If not, see . + * along with Dynare. If not, see . */ #include "Driver.hh" diff --git a/src/macro/Driver.hh b/src/macro/Driver.hh index c6ab34d1..5f1367f3 100644 --- a/src/macro/Driver.hh +++ b/src/macro/Driver.hh @@ -14,7 +14,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with Dynare. If not, see . + * along with Dynare. If not, see . */ #ifndef _MACRO_DRIVER_HH diff --git a/src/macro/Environment.cc b/src/macro/Environment.cc index 17b6e1be..883adf67 100644 --- a/src/macro/Environment.cc +++ b/src/macro/Environment.cc @@ -14,7 +14,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with Dynare. If not, see . + * along with Dynare. If not, see . */ #include "Environment.hh" diff --git a/src/macro/Environment.hh b/src/macro/Environment.hh index a02e2704..ee315cf9 100644 --- a/src/macro/Environment.hh +++ b/src/macro/Environment.hh @@ -14,7 +14,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with Dynare. If not, see . + * along with Dynare. If not, see . */ #ifndef _ENVIRONMENT_HH diff --git a/src/macro/Expressions.cc b/src/macro/Expressions.cc index e3fcb5f8..04eac220 100644 --- a/src/macro/Expressions.cc +++ b/src/macro/Expressions.cc @@ -14,7 +14,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with Dynare. If not, see . + * along with Dynare. If not, see . */ #include "Expressions.hh" diff --git a/src/macro/Expressions.hh b/src/macro/Expressions.hh index 3715fd65..8766eff5 100644 --- a/src/macro/Expressions.hh +++ b/src/macro/Expressions.hh @@ -14,7 +14,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with Dynare. If not, see . + * along with Dynare. If not, see . */ #ifndef _EXPRESSIONS_HH diff --git a/src/macro/ForwardDeclarationsAndEnums.hh b/src/macro/ForwardDeclarationsAndEnums.hh index 484ea77e..18f0c13e 100644 --- a/src/macro/ForwardDeclarationsAndEnums.hh +++ b/src/macro/ForwardDeclarationsAndEnums.hh @@ -14,7 +14,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with Dynare. If not, see . + * along with Dynare. If not, see . */ #ifndef _FORWARDDECLARATIONSANDENUMS_HH diff --git a/src/macro/Parser.yy b/src/macro/Parser.yy index 9537824c..92f6a04d 100644 --- a/src/macro/Parser.yy +++ b/src/macro/Parser.yy @@ -15,7 +15,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with Dynare. If not, see . + * along with Dynare. If not, see . */ %language "c++" diff --git a/src/macro/Tokenizer.ll b/src/macro/Tokenizer.ll index 3ee50abc..439fcb12 100644 --- a/src/macro/Tokenizer.ll +++ b/src/macro/Tokenizer.ll @@ -15,7 +15,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with Dynare. If not, see . + * along with Dynare. If not, see . */ %{