From b73d554ad2508968e07521256fb727e984fdb346 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?S=C3=A9bastien=20Villemot?= <sebastien@dynare.org>
Date: Tue, 16 Apr 2019 11:35:31 +0200
Subject: [PATCH] Use Unicode copyright symbol (in UTF-8 encoding)

---
 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/DynareMain.cc                | 2 +-
 src/DynareMain1.cc               | 2 +-
 src/DynareMain2.cc               | 2 +-
 src/ExprNode.cc                  | 2 +-
 src/ExprNode.hh                  | 2 +-
 src/ExtendedPreprocessorTypes.hh | 2 +-
 src/ExternalFunctionsTable.cc    | 2 +-
 src/ExternalFunctionsTable.hh    | 2 +-
 src/MinimumFeedbackSet.cc        | 2 +-
 src/MinimumFeedbackSet.hh        | 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/WarningConsolidation.cc      | 2 +-
 src/WarningConsolidation.hh      | 2 +-
 src/macro/MacroDriver.cc         | 2 +-
 src/macro/MacroDriver.hh         | 2 +-
 src/macro/MacroValue.cc          | 2 +-
 src/macro/MacroValue.hh          | 2 +-
 51 files changed, 51 insertions(+), 51 deletions(-)

diff --git a/src/CodeInterpreter.hh b/src/CodeInterpreter.hh
index e347588b..5892214f 100644
--- a/src/CodeInterpreter.hh
+++ b/src/CodeInterpreter.hh
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2007-2018 Dynare Team
+ * Copyright © 2007-2018 Dynare Team
  *
  * This file is part of Dynare.
  *
diff --git a/src/ComputingTasks.cc b/src/ComputingTasks.cc
index 4ccdf731..a3f2a926 100644
--- a/src/ComputingTasks.cc
+++ b/src/ComputingTasks.cc
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2003-2019 Dynare Team
+ * Copyright © 2003-2019 Dynare Team
  *
  * This file is part of Dynare.
  *
diff --git a/src/ComputingTasks.hh b/src/ComputingTasks.hh
index 75386fa6..24e6de75 100644
--- a/src/ComputingTasks.hh
+++ b/src/ComputingTasks.hh
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2003-2019 Dynare Team
+ * Copyright © 2003-2019 Dynare Team
  *
  * This file is part of Dynare.
  *
diff --git a/src/ConfigFile.cc b/src/ConfigFile.cc
index 5d805900..4a166fdc 100644
--- a/src/ConfigFile.cc
+++ b/src/ConfigFile.cc
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2010-2017 Dynare Team
+ * Copyright © 2010-2017 Dynare Team
  *
  * This file is part of Dynare.
  *
diff --git a/src/ConfigFile.hh b/src/ConfigFile.hh
index 123d924d..5e5dbada 100644
--- a/src/ConfigFile.hh
+++ b/src/ConfigFile.hh
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2010-2017 Dynare Team
+ * Copyright © 2010-2017 Dynare Team
  *
  * This file is part of Dynare.
  *
diff --git a/src/DataTree.cc b/src/DataTree.cc
index cc00fb27..e03db0c7 100644
--- a/src/DataTree.cc
+++ b/src/DataTree.cc
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2003-2018 Dynare Team
+ * Copyright © 2003-2018 Dynare Team
  *
  * This file is part of Dynare.
  *
diff --git a/src/DataTree.hh b/src/DataTree.hh
index f64e6228..6e7da7a2 100644
--- a/src/DataTree.hh
+++ b/src/DataTree.hh
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2003-2018 Dynare Team
+ * Copyright © 2003-2018 Dynare Team
  *
  * This file is part of Dynare.
  *
diff --git a/src/DynamicModel.cc b/src/DynamicModel.cc
index ed424fbd..08b5df9c 100644
--- a/src/DynamicModel.cc
+++ b/src/DynamicModel.cc
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2003-2019 Dynare Team
+ * Copyright © 2003-2019 Dynare Team
  *
  * This file is part of Dynare.
  *
diff --git a/src/DynamicModel.hh b/src/DynamicModel.hh
index 79fd8fa9..e00bd354 100644
--- a/src/DynamicModel.hh
+++ b/src/DynamicModel.hh
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2003-2019 Dynare Team
+ * Copyright © 2003-2019 Dynare Team
  *
  * This file is part of Dynare.
  *
diff --git a/src/DynareMain.cc b/src/DynareMain.cc
index 88404669..53200f20 100644
--- a/src/DynareMain.cc
+++ b/src/DynareMain.cc
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2003-2019 Dynare Team
+ * Copyright © 2003-2019 Dynare Team
  *
  * This file is part of Dynare.
  *
diff --git a/src/DynareMain1.cc b/src/DynareMain1.cc
index 41815a8a..a33fd537 100644
--- a/src/DynareMain1.cc
+++ b/src/DynareMain1.cc
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2015-2019 Dynare Team
+ * Copyright © 2015-2019 Dynare Team
  *
  * This file is part of Dynare.
  *
diff --git a/src/DynareMain2.cc b/src/DynareMain2.cc
index 6c921577..a4ea29f2 100644
--- a/src/DynareMain2.cc
+++ b/src/DynareMain2.cc
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2008-2017 Dynare Team
+ * Copyright © 2008-2017 Dynare Team
  *
  * This file is part of Dynare.
  *
diff --git a/src/ExprNode.cc b/src/ExprNode.cc
index 9b6cda1a..fde0cceb 100644
--- a/src/ExprNode.cc
+++ b/src/ExprNode.cc
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2007-2019 Dynare Team
+ * Copyright © 2007-2019 Dynare Team
  *
  * This file is part of Dynare.
  *
diff --git a/src/ExprNode.hh b/src/ExprNode.hh
index 67c92a37..c5c948e3 100644
--- a/src/ExprNode.hh
+++ b/src/ExprNode.hh
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2007-2019 Dynare Team
+ * Copyright © 2007-2019 Dynare Team
  *
  * This file is part of Dynare.
  *
diff --git a/src/ExtendedPreprocessorTypes.hh b/src/ExtendedPreprocessorTypes.hh
index e65ed3e6..c9eb7692 100644
--- a/src/ExtendedPreprocessorTypes.hh
+++ b/src/ExtendedPreprocessorTypes.hh
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2014-2017 Dynare Team
+ * Copyright © 2014-2017 Dynare Team
  *
  * This file is part of Dynare.
  *
diff --git a/src/ExternalFunctionsTable.cc b/src/ExternalFunctionsTable.cc
index b25f5434..1fe688ad 100644
--- a/src/ExternalFunctionsTable.cc
+++ b/src/ExternalFunctionsTable.cc
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2010-2015 Dynare Team
+ * Copyright © 2010-2015 Dynare Team
  *
  * This file is part of Dynare.
  *
diff --git a/src/ExternalFunctionsTable.hh b/src/ExternalFunctionsTable.hh
index 0b5b22c6..bd6c64c6 100644
--- a/src/ExternalFunctionsTable.hh
+++ b/src/ExternalFunctionsTable.hh
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2010-2015 Dynare Team
+ * Copyright © 2010-2015 Dynare Team
  *
  * This file is part of Dynare.
  *
diff --git a/src/MinimumFeedbackSet.cc b/src/MinimumFeedbackSet.cc
index b7a6551d..7b2b3e2b 100644
--- a/src/MinimumFeedbackSet.cc
+++ b/src/MinimumFeedbackSet.cc
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2009-2017 Dynare Team
+ * Copyright © 2009-2017 Dynare Team
  *
  * This file is part of Dynare.
  *
diff --git a/src/MinimumFeedbackSet.hh b/src/MinimumFeedbackSet.hh
index 75722a8f..3c4a0022 100644
--- a/src/MinimumFeedbackSet.hh
+++ b/src/MinimumFeedbackSet.hh
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2009-2010 Dynare Team
+ * Copyright © 2009-2010 Dynare Team
  *
  * This file is part of Dynare.
  *
diff --git a/src/ModFile.cc b/src/ModFile.cc
index 5c78c807..d3d26f42 100644
--- a/src/ModFile.cc
+++ b/src/ModFile.cc
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2006-2019 Dynare Team
+ * Copyright © 2006-2019 Dynare Team
  *
  * This file is part of Dynare.
  *
diff --git a/src/ModFile.hh b/src/ModFile.hh
index e6c4f2bf..424d76ce 100644
--- a/src/ModFile.hh
+++ b/src/ModFile.hh
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2006-2019 Dynare Team
+ * Copyright © 2006-2019 Dynare Team
  *
  * This file is part of Dynare.
  *
diff --git a/src/ModelEquationBlock.cc b/src/ModelEquationBlock.cc
index cfb513ce..298fe77c 100644
--- a/src/ModelEquationBlock.cc
+++ b/src/ModelEquationBlock.cc
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2010-2019 Dynare Team
+ * Copyright © 2010-2019 Dynare Team
  *
  * This file is part of Dynare.
  *
diff --git a/src/ModelEquationBlock.hh b/src/ModelEquationBlock.hh
index cb6cc606..f01605eb 100644
--- a/src/ModelEquationBlock.hh
+++ b/src/ModelEquationBlock.hh
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2010-2018 Dynare Team
+ * Copyright © 2010-2018 Dynare Team
  *
  * This file is part of Dynare.
  *
diff --git a/src/ModelTree.cc b/src/ModelTree.cc
index 6322e0cc..2d764f39 100644
--- a/src/ModelTree.cc
+++ b/src/ModelTree.cc
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2003-2019 Dynare Team
+ * Copyright © 2003-2019 Dynare Team
  *
  * This file is part of Dynare.
  *
diff --git a/src/ModelTree.hh b/src/ModelTree.hh
index f607fb3e..baf72f87 100644
--- a/src/ModelTree.hh
+++ b/src/ModelTree.hh
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2003-2019 Dynare Team
+ * Copyright © 2003-2019 Dynare Team
  *
  * This file is part of Dynare.
  *
diff --git a/src/NumericalConstants.cc b/src/NumericalConstants.cc
index 37be1a7f..8aba3c1e 100644
--- a/src/NumericalConstants.cc
+++ b/src/NumericalConstants.cc
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2003-2012 Dynare Team
+ * Copyright © 2003-2012 Dynare Team
  *
  * This file is part of Dynare.
  *
diff --git a/src/NumericalConstants.hh b/src/NumericalConstants.hh
index b9c601b5..809bed54 100644
--- a/src/NumericalConstants.hh
+++ b/src/NumericalConstants.hh
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2003-2016 Dynare Team
+ * Copyright © 2003-2016 Dynare Team
  *
  * This file is part of Dynare.
  *
diff --git a/src/NumericalInitialization.cc b/src/NumericalInitialization.cc
index 6eebb43b..8e899668 100644
--- a/src/NumericalInitialization.cc
+++ b/src/NumericalInitialization.cc
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2003-2019 Dynare Team
+ * Copyright © 2003-2019 Dynare Team
  *
  * This file is part of Dynare.
  *
diff --git a/src/NumericalInitialization.hh b/src/NumericalInitialization.hh
index d341ec82..aa7bf41f 100644
--- a/src/NumericalInitialization.hh
+++ b/src/NumericalInitialization.hh
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2003-2017 Dynare Team
+ * Copyright © 2003-2017 Dynare Team
  *
  * This file is part of Dynare.
  *
diff --git a/src/ParsingDriver.cc b/src/ParsingDriver.cc
index f1dbb76e..c46f94b2 100644
--- a/src/ParsingDriver.cc
+++ b/src/ParsingDriver.cc
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2003-2019 Dynare Team
+ * Copyright © 2003-2019 Dynare Team
  *
  * This file is part of Dynare.
  *
diff --git a/src/ParsingDriver.hh b/src/ParsingDriver.hh
index 78187ac2..ce0d9478 100644
--- a/src/ParsingDriver.hh
+++ b/src/ParsingDriver.hh
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2003-2019 Dynare Team
+ * Copyright © 2003-2019 Dynare Team
  *
  * This file is part of Dynare.
  *
diff --git a/src/Shocks.cc b/src/Shocks.cc
index 5e323829..c55ab572 100644
--- a/src/Shocks.cc
+++ b/src/Shocks.cc
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2003-2019 Dynare Team
+ * Copyright © 2003-2019 Dynare Team
  *
  * This file is part of Dynare.
  *
diff --git a/src/Shocks.hh b/src/Shocks.hh
index ad420e30..48176ff5 100644
--- a/src/Shocks.hh
+++ b/src/Shocks.hh
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2003-2019 Dynare Team
+ * Copyright © 2003-2019 Dynare Team
  *
  * This file is part of Dynare.
  *
diff --git a/src/SigmaeInitialization.cc b/src/SigmaeInitialization.cc
index 82e0cfff..da2e26da 100644
--- a/src/SigmaeInitialization.cc
+++ b/src/SigmaeInitialization.cc
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2003-2015 Dynare Team
+ * Copyright © 2003-2015 Dynare Team
  *
  * This file is part of Dynare.
  *
diff --git a/src/SigmaeInitialization.hh b/src/SigmaeInitialization.hh
index 275adc02..5a5428c2 100644
--- a/src/SigmaeInitialization.hh
+++ b/src/SigmaeInitialization.hh
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2003-2015 Dynare Team
+ * Copyright © 2003-2015 Dynare Team
  *
  * This file is part of Dynare.
  *
diff --git a/src/Statement.cc b/src/Statement.cc
index 6e968e3f..dec1082b 100644
--- a/src/Statement.cc
+++ b/src/Statement.cc
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2006-2019 Dynare Team
+ * Copyright © 2006-2019 Dynare Team
  *
  * This file is part of Dynare.
  *
diff --git a/src/Statement.hh b/src/Statement.hh
index 240e89fd..9c7df3e5 100644
--- a/src/Statement.hh
+++ b/src/Statement.hh
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2006-2019 Dynare Team
+ * Copyright © 2006-2019 Dynare Team
  *
  * This file is part of Dynare.
  *
diff --git a/src/StaticModel.cc b/src/StaticModel.cc
index 9ed4e05a..022465bf 100644
--- a/src/StaticModel.cc
+++ b/src/StaticModel.cc
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2003-2019 Dynare Team
+ * Copyright © 2003-2019 Dynare Team
  *
  * This file is part of Dynare.
  *
diff --git a/src/StaticModel.hh b/src/StaticModel.hh
index 76bbb882..236a989b 100644
--- a/src/StaticModel.hh
+++ b/src/StaticModel.hh
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2003-2018 Dynare Team
+ * Copyright © 2003-2018 Dynare Team
  *
  * This file is part of Dynare.
  *
diff --git a/src/SubModel.cc b/src/SubModel.cc
index 17198ebf..d9deb01d 100644
--- a/src/SubModel.cc
+++ b/src/SubModel.cc
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2018-2019 Dynare Team
+ * Copyright © 2018-2019 Dynare Team
  *
  * This file is part of Dynare.
  *
diff --git a/src/SubModel.hh b/src/SubModel.hh
index e0dfe79c..7ddf92b6 100644
--- a/src/SubModel.hh
+++ b/src/SubModel.hh
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2018-2019 Dynare Team
+ * Copyright © 2018-2019 Dynare Team
  *
  * This file is part of Dynare.
  *
diff --git a/src/SymbolList.cc b/src/SymbolList.cc
index 4f11bb9f..1d290984 100644
--- a/src/SymbolList.cc
+++ b/src/SymbolList.cc
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2003-2018 Dynare Team
+ * Copyright © 2003-2018 Dynare Team
  *
  * This file is part of Dynare.
  *
diff --git a/src/SymbolList.hh b/src/SymbolList.hh
index e0107230..622f9914 100644
--- a/src/SymbolList.hh
+++ b/src/SymbolList.hh
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2003-2017 Dynare Team
+ * Copyright © 2003-2017 Dynare Team
  *
  * This file is part of Dynare.
  *
diff --git a/src/SymbolTable.cc b/src/SymbolTable.cc
index a615c9af..f2cb2ad2 100644
--- a/src/SymbolTable.cc
+++ b/src/SymbolTable.cc
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2003-2019 Dynare Team
+ * Copyright © 2003-2019 Dynare Team
  *
  * This file is part of Dynare.
  *
diff --git a/src/SymbolTable.hh b/src/SymbolTable.hh
index 7c68534c..06dc7214 100644
--- a/src/SymbolTable.hh
+++ b/src/SymbolTable.hh
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2003-2019 Dynare Team
+ * Copyright © 2003-2019 Dynare Team
  *
  * This file is part of Dynare.
  *
diff --git a/src/WarningConsolidation.cc b/src/WarningConsolidation.cc
index f1c24f4a..3fc59227 100644
--- a/src/WarningConsolidation.cc
+++ b/src/WarningConsolidation.cc
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2012-2017 Dynare Team
+ * Copyright © 2012-2017 Dynare Team
  *
  * This file is part of Dynare.
  *
diff --git a/src/WarningConsolidation.hh b/src/WarningConsolidation.hh
index 6bde987c..b973b370 100644
--- a/src/WarningConsolidation.hh
+++ b/src/WarningConsolidation.hh
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2012-2017 Dynare Team
+ * Copyright © 2012-2017 Dynare Team
  *
  * This file is part of Dynare.
  *
diff --git a/src/macro/MacroDriver.cc b/src/macro/MacroDriver.cc
index 23c4dc8d..6004f7fc 100644
--- a/src/macro/MacroDriver.cc
+++ b/src/macro/MacroDriver.cc
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2008-2019 Dynare Team
+ * Copyright © 2008-2019 Dynare Team
  *
  * This file is part of Dynare.
  *
diff --git a/src/macro/MacroDriver.hh b/src/macro/MacroDriver.hh
index 43dbc974..94c657ad 100644
--- a/src/macro/MacroDriver.hh
+++ b/src/macro/MacroDriver.hh
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2008-2019 Dynare Team
+ * Copyright © 2008-2019 Dynare Team
  *
  * This file is part of Dynare.
  *
diff --git a/src/macro/MacroValue.cc b/src/macro/MacroValue.cc
index 6088bdb2..579efe3c 100644
--- a/src/macro/MacroValue.cc
+++ b/src/macro/MacroValue.cc
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2008-2018 Dynare Team
+ * Copyright © 2008-2018 Dynare Team
  *
  * This file is part of Dynare.
  *
diff --git a/src/macro/MacroValue.hh b/src/macro/MacroValue.hh
index a39e5456..41b486e8 100644
--- a/src/macro/MacroValue.hh
+++ b/src/macro/MacroValue.hh
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2008-2018 Dynare Team
+ * Copyright © 2008-2018 Dynare Team
  *
  * This file is part of Dynare.
  *
-- 
GitLab