From 1fee4840b632a6a477797223006c6fec43db3f19 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?S=C3=A9bastien=20Villemot?= <sebastien@dynare.org>
Date: Tue, 16 Apr 2019 14:24:31 +0200
Subject: [PATCH] More Unicode copyright symbol

---
 configure.ac            | 2 +-
 m4/ax_latex_class.m4    | 4 ++--
 m4/ax_latex_test.m4     | 4 ++--
 src/DynareBison.yy      | 2 +-
 src/DynareFlex.ll       | 2 +-
 src/macro/MacroBison.yy | 2 +-
 src/macro/MacroFlex.ll  | 2 +-
 7 files changed, 9 insertions(+), 9 deletions(-)

diff --git a/configure.ac b/configure.ac
index 967e4d4e..3a10af2f 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,6 +1,6 @@
 dnl Process this file with autoconf to produce a configure script.
 
-dnl Copyright (C) 2009-2018 Dynare Team
+dnl Copyright © 2009-2018 Dynare Team
 dnl
 dnl This file is part of Dynare.
 dnl
diff --git a/m4/ax_latex_class.m4 b/m4/ax_latex_class.m4
index 0c1a9519..0f4c881f 100644
--- a/m4/ax_latex_class.m4
+++ b/m4/ax_latex_class.m4
@@ -20,8 +20,8 @@
 #
 # LICENSE
 #
-#   Copyright (c) 2008 Boretti Mathieu <boretti@eig.unige.ch>
-#   Copyright (c) 2009 Dynare Team
+#   Copyright © 2008 Boretti Mathieu <boretti@eig.unige.ch>
+#   Copyright © 2009 Dynare Team
 #
 #   This library is free software; you can redistribute it and/or modify it
 #   under the terms of the GNU Lesser General Public License as published by
diff --git a/m4/ax_latex_test.m4 b/m4/ax_latex_test.m4
index 4d5b73a3..5a3d012f 100644
--- a/m4/ax_latex_test.m4
+++ b/m4/ax_latex_test.m4
@@ -22,8 +22,8 @@
 #
 # LICENSE
 #
-#   Copyright (c) 2008 Boretti Mathieu <boretti@eig.unige.ch>
-#   Copyright (c) 2009 Dynare Team
+#   Copyright © 2008 Boretti Mathieu <boretti@eig.unige.ch>
+#   Copyright © 2009 Dynare Team
 #
 #   This library is free software; you can redistribute it and/or modify it
 #   under the terms of the GNU Lesser General Public License as published by
diff --git a/src/DynareBison.yy b/src/DynareBison.yy
index c5874329..a4e1ab12 100644
--- a/src/DynareBison.yy
+++ b/src/DynareBison.yy
@@ -1,6 +1,6 @@
 // -*- C++ -*-
 /*
- * Copyright (C) 2003-2019 Dynare Team
+ * Copyright © 2003-2019 Dynare Team
  *
  * This file is part of Dynare.
  *
diff --git a/src/DynareFlex.ll b/src/DynareFlex.ll
index 998754dc..6029e736 100644
--- a/src/DynareFlex.ll
+++ b/src/DynareFlex.ll
@@ -1,6 +1,6 @@
 /* -*- C++ -*- */
 /*
- * Copyright (C) 2003-2019 Dynare Team
+ * Copyright © 2003-2019 Dynare Team
  *
  * This file is part of Dynare.
  *
diff --git a/src/macro/MacroBison.yy b/src/macro/MacroBison.yy
index dbfebb13..d4282a99 100644
--- a/src/macro/MacroBison.yy
+++ b/src/macro/MacroBison.yy
@@ -1,6 +1,6 @@
 // -*- C++ -*-
 /*
- * Copyright (C) 2008-2018 Dynare Team
+ * Copyright © 2008-2018 Dynare Team
  *
  * This file is part of Dynare.
  *
diff --git a/src/macro/MacroFlex.ll b/src/macro/MacroFlex.ll
index 46a49fd4..5cf9956b 100644
--- a/src/macro/MacroFlex.ll
+++ b/src/macro/MacroFlex.ll
@@ -1,6 +1,6 @@
 /* -*- C++ -*- */
 /*
- * Copyright (C) 2008-2017 Dynare Team
+ * Copyright © 2008-2017 Dynare Team
  *
  * This file is part of Dynare.
  *
-- 
GitLab