Use Unicode copyright symbol (in UTF-8 encoding)

Do not use it in MATLAB source files, since unfortunately the MATLAB editor
does not support UTF-8.
time-shift
Sébastien Villemot 2019-04-16 11:40:38 +02:00
parent 1e92e308b9
commit 57848930c6
No known key found for this signature in database
GPG Key ID: 2CECE9350ECEBE4A
86 changed files with 92 additions and 92 deletions

View File

@ -1,4 +1,4 @@
// Copyright (C) 2008-2011, Ondra Kamenik
// Copyright © 2008-2011, Ondra Kamenik
#include "parser/cc/matrix_parser.hh"
#include "utils/cc/exception.hh"

View File

@ -1,4 +1,4 @@
// Copyright (C) 2004-2011, Ondra Kamenik
// Copyright © 2004-2011, Ondra Kamenik
#include "journal.hh"
#include "kord_exception.hh"
@ -182,7 +182,7 @@ endrec(JournalRecord &rec)
void
Journal::printHeader()
{
*this << "This is Dynare++, Copyright (C) 2004-2011, Ondra Kamenik\n"
*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, extern and documentation\n"
<< "LGPL: modules parser, utils\n"

View File

@ -1,4 +1,4 @@
// Copyright (C) 2006, Ondra Kamenik
// Copyright © 2006, Ondra Kamenik
// $Id: atom_assignings.cpp 92 2007-04-19 11:38:21Z ondra $

View File

@ -1,4 +1,4 @@
// Copyright (C) 2006, Ondra Kamenik
// Copyright © 2006, Ondra Kamenik
// $Id: atom_assignings.h 149 2007-04-30 02:11:46Z okamenik $

View File

@ -1,4 +1,4 @@
// Copyright (C) 2006, Ondra Kamenik
// Copyright © 2006, Ondra Kamenik
// $Id: atom_substitutions.cpp 42 2007-01-22 21:53:24Z ondra $

View File

@ -1,4 +1,4 @@
// Copyright (C) 2006, Ondra Kamenik
// Copyright © 2006, Ondra Kamenik
// $Id: atom_substitutions.h 42 2007-01-22 21:53:24Z ondra $

View File

@ -1,4 +1,4 @@
// Copyright (C) 2007, Ondra Kamenik
// Copyright © 2007, Ondra Kamenik
// $Id$

View File

@ -1,4 +1,4 @@
// Copyright (C) 2005, Ondra Kamenik
// Copyright © 2005, Ondra Kamenik
// $Id: dynamic_atoms.cpp 1362 2007-07-10 11:50:18Z kamenik $

View File

@ -1,4 +1,4 @@
// Copyright (C) 2005, Ondra Kamenik
// Copyright © 2005, Ondra Kamenik
// $Id: dynamic_atoms.h 2269 2008-11-23 14:33:22Z michel $

View File

@ -1,4 +1,4 @@
// Copyright (C) 2005, Ondra Kamenik
// Copyright © 2005, Ondra Kamenik
// $Id: fine_atoms.cpp 1759 2008-03-31 14:25:20Z kamenik $

View File

@ -1,4 +1,4 @@
// Copyright (C) 2005, Ondra Kamenik
// Copyright © 2005, Ondra Kamenik
// $Id: fine_atoms.h 1759 2008-03-31 14:25:20Z kamenik $

View File

@ -1,4 +1,4 @@
// Copyright (C) 2005, Ondra Kamenik
// Copyright © 2005, Ondra Kamenik
// $Id: formula_parser.cpp 2268 2008-11-22 10:38:03Z michel $

View File

@ -1,4 +1,4 @@
// Copyright (C) 2005-2011, Ondra Kamenik
// Copyright © 2005-2011, Ondra Kamenik
#ifndef OGP_FORMULA_PARSER_H
#define OGP_FORMULA_PARSER_H

View File

@ -1,4 +1,4 @@
// Copyright (C) 2006, Ondra Kamenik
// Copyright © 2006, Ondra Kamenik
// $Id: location.h 762 2006-05-22 13:00:07Z kamenik $

View File

@ -1,4 +1,4 @@
// Copyright (C) 2006, Ondra Kamenik
// Copyright © 2006, Ondra Kamenik
// $Id: matrix_parser.cpp 2269 2008-11-23 14:33:22Z michel $

View File

@ -1,4 +1,4 @@
// Copyright (C) 2006, Ondra Kamenik
// Copyright © 2006, Ondra Kamenik
// $Id: matrix_parser.h 762 2006-05-22 13:00:07Z kamenik $

View File

@ -1,4 +1,4 @@
// Copyright (C) 2006, Ondra Kamenik
// Copyright © 2006, Ondra Kamenik
// $Id: namelist.cpp 42 2007-01-22 21:53:24Z ondra $

View File

@ -1,4 +1,4 @@
// Copyright (C) 2007, Ondra Kamenik
// Copyright © 2007, Ondra Kamenik
// $Id: namelist.h 107 2007-05-10 22:35:04Z ondra $

View File

@ -1,4 +1,4 @@
// Copyright (C) 2006, Ondra Kamenik
// Copyright © 2006, Ondra Kamenik
// $Id: parser_exception.cpp 2269 2008-11-23 14:33:22Z michel $

View File

@ -1,4 +1,4 @@
// Copyright (C) 2006, Ondra Kamenik
// Copyright © 2006, Ondra Kamenik
// $Id: parser_exception.h 1761 2008-03-31 14:27:13Z kamenik $

View File

@ -1,4 +1,4 @@
// Copyright (C) 2006, Ondra Kamenik
// Copyright © 2006, Ondra Kamenik
// $Id: static_atoms.cpp 1360 2007-07-10 11:44:20Z kamenik $

View File

@ -1,4 +1,4 @@
// Copyright (C) 2006, Ondra Kamenik
// Copyright © 2006, Ondra Kamenik
// $Id: static_atoms.h 1218 2007-03-19 21:52:49Z kamenik $

View File

@ -1,4 +1,4 @@
// Copyright (C) 2006, Ondra Kamenik
// Copyright © 2006, Ondra Kamenik
// $Id: static_fine_atoms.cpp 82 2007-04-19 11:33:30Z ondra $

View File

@ -1,4 +1,4 @@
// Copyright (C) 2006, Ondra Kamenik
// Copyright © 2006, Ondra Kamenik
// $Id: static_fine_atoms.h 42 2007-01-22 21:53:24Z ondra $

View File

@ -1,4 +1,4 @@
// Copyright (C) 2005-2011, Ondra Kamenik
// Copyright © 2005-2011, Ondra Kamenik
#include "utils/cc/exception.hh"

View File

@ -1,4 +1,4 @@
// Copyright (C) 2005-2011, Ondra Kamenik
// Copyright © 2005-2011, Ondra Kamenik
#ifndef OGP_TREE_H
#define OGP_TREE_H

View File

@ -1,4 +1,4 @@
// Copyright (C) 2006, Ondra Kamenik
// Copyright © 2006, Ondra Kamenik
// $Id: dynare_atoms.cpp 1765 2008-03-31 14:32:08Z kamenik $

View File

@ -1,4 +1,4 @@
// Copyright (C) 2006, Ondra Kamenik
// Copyright © 2006, Ondra Kamenik
// $Id: dynare_atoms.h 1765 2008-03-31 14:32:08Z kamenik $

View File

@ -1,4 +1,4 @@
// Copyright (C) 2006, Ondra Kamenik
// Copyright © 2006, Ondra Kamenik
// $Id: dynare_exception.h 853 2006-08-01 08:42:42Z kamenik $

View File

@ -1,4 +1,4 @@
// Copyright (C) 2006-2011, Ondra Kamenik
// Copyright © 2006-2011, Ondra Kamenik
#include "parser/cc/parser_exception.hh"
#include "parser/cc/location.hh"

View File

@ -1,4 +1,4 @@
// Copyright (C) 2005-2011, Ondra Kamenik
// Copyright © 2005-2011, Ondra Kamenik
#ifndef OGDYN_DYNARE_MODEL
#define OGDYN_DYNARE_MODEL

View File

@ -1,4 +1,4 @@
// Copyright (C) 2004-2011, Ondra Kamenik
// Copyright © 2004-2011, Ondra Kamenik
#include "dynare_params.hh"

View File

@ -1,4 +1,4 @@
// Copyright (C) 2006-2011, Ondra Kamenik
// Copyright © 2006-2011, Ondra Kamenik
#include "forw_subst_builder.hh"

View File

@ -1,4 +1,4 @@
// Copyright (C) 2006, Ondra Kamenik
// Copyright © 2006, Ondra Kamenik
// $Id$

View File

@ -1,4 +1,4 @@
// Copyright (C) 2004-2011, Ondra Kamenik
// Copyright © 2004-2011, Ondra Kamenik
#include "dynare3.hh"
#include "dynare_exception.hh"
@ -22,7 +22,7 @@ main(int argc, char **argv)
}
if (params.version)
{
printf("Dynare++ v. %s. Copyright (C) 2004-2011, Ondra Kamenik\n",
printf(u8"Dynare++ v. %s. Copyright © 2004-2011, Ondra Kamenik\n",
DYNVERSION);
printf("Dynare++ comes with ABSOLUTELY NO WARRANTY and is distributed under\n");
printf("GPL: modules integ, tl, kord, sylv, src, extern and documentation\n");

View File

@ -1,4 +1,4 @@
// Copyright (C) 2006, Ondra Kamenik
// Copyright © 2006, Ondra Kamenik
// $Id: nlsolve.cpp 762 2006-05-22 13:00:07Z kamenik $

View File

@ -1,4 +1,4 @@
// Copyright (C) 2006, Ondra Kamenik
// Copyright © 2006, Ondra Kamenik
// $Id: nlsolve.h 762 2006-05-22 13:00:07Z kamenik $

View File

@ -1,4 +1,4 @@
// Copyright (C) 2006, Ondra Kamenik
// Copyright © 2006, Ondra Kamenik
// $Id$

View File

@ -1,4 +1,4 @@
// Copyright (C) 2006-2011, Ondra Kamenik
// Copyright © 2006-2011, Ondra Kamenik
#ifndef PLANNER_BUILDER_H
#define PLANNER_BUILDER_H

View File

@ -1,4 +1,4 @@
// Copyright (C) 2004-2011, Ondra Kamenik
// Copyright © 2004-2011, Ondra Kamenik
#include "Vector.hh"
#include "GeneralMatrix.hh"

View File

@ -1,4 +1,4 @@
// Copyright (C) 2004-2011, Ondra Kamenik
// Copyright © 2004-2011, Ondra Kamenik
#include "symmetry.hh"
#include "permutation.hh"

View File

@ -1,4 +1,4 @@
// Copyright (C) 2004-2011, Ondra Kamenik
// Copyright © 2004-2011, Ondra Kamenik
// Matrix interface.

View File

@ -1,4 +1,4 @@
// Copyright (C) 2005, Ondra Kamenik
// Copyright © 2005, Ondra Kamenik
// $Id: exception.h 1367 2007-07-11 14:21:57Z kamenik $

View File

@ -1,4 +1,4 @@
// Copyright (C) 2005, Ondra Kamenik
// Copyright © 2005, Ondra Kamenik
// $Id: pascal_triangle.h 762 2006-05-22 13:00:07Z kamenik $

View File

@ -1,5 +1,5 @@
/*
* Copyright (C) 2007-2017 Dynare Team
* Copyright © 2007-2017 Dynare Team
*
* This file is part of Dynare.
*

View File

@ -1,5 +1,5 @@
/*
* Copyright (C) 2007-2017 Dynare Team
* Copyright © 2007-2017 Dynare Team
*
* This file is part of Dynare.
*

View File

@ -1,5 +1,5 @@
/*
* Copyright (C) 2007-2017 Dynare Team
* Copyright © 2007-2017 Dynare Team
*
* This file is part of Dynare.
*

View File

@ -1,5 +1,5 @@
/*
* Copyright (C) 2013-2017 Dynare Team
* Copyright © 2013-2017 Dynare Team
*
* This file is part of Dynare.
*

View File

@ -1,5 +1,5 @@
/*
* Copyright (C) 2007-2017 Dynare Team
* Copyright © 2007-2017 Dynare Team
*
* This file is part of Dynare.
*

View File

@ -1,5 +1,5 @@
/*
* Copyright (C) 2007-2017 Dynare Team
* Copyright © 2007-2017 Dynare Team
*
* This file is part of Dynare.
*

View File

@ -1,5 +1,5 @@
/*
* Copyright (C) 2007-2017 Dynare Team
* Copyright © 2007-2017 Dynare Team
*
* This file is part of Dynare.
*

View File

@ -1,5 +1,5 @@
/*
* Copyright (C) 2007-2017 Dynare Team
* Copyright © 2007-2017 Dynare Team
*
* This file is part of Dynare.
*

View File

@ -1,5 +1,5 @@
/*
* Copyright (C) 2007-2017 Dynare Team
* Copyright © 2007-2017 Dynare Team
*
* This file is part of Dynare.
*

View File

@ -1,5 +1,5 @@
/*
* Copyright (C) 2007-2017 Dynare Team
* Copyright © 2007-2017 Dynare Team
*
* This file is part of Dynare.
*

View File

@ -1,5 +1,5 @@
/*
* Copyright (C) 2007-2017 Dynare Team
* Copyright © 2007-2017 Dynare Team
*
* This file is part of Dynare.
*

View File

@ -1,5 +1,5 @@
/*
* Copyright (C) 2007-2017 Dynare Team
* Copyright © 2007-2017 Dynare Team
*
* This file is part of Dynare.
*

View File

@ -1,5 +1,5 @@
/*
* Copyright (C) 2007-2011 Dynare Team
* Copyright © 2007-2011 Dynare Team
*
* This file is part of Dynare.
*

View File

@ -1,5 +1,5 @@
/*
* Copyright (C) 2007-2017 Dynare Team
* Copyright © 2007-2017 Dynare Team
*
* This file is part of Dynare.
*

View File

@ -1,6 +1,6 @@
/*
* Copyright (C) 2005-2011 Ondra Kamenik
* Copyright (C) 2019 Dynare Team
* Copyright © 2005-2011 Ondra Kamenik
* Copyright © 2019 Dynare Team
*
* This file is part of Dynare.
*

View File

@ -8,7 +8,7 @@
* and MATLAB_VERSION (for version 7.4, define it to 0x0704).
*
*
* Copyright (C) 2009-2013 Dynare Team
* Copyright © 2009-2013 Dynare Team
*
* This file is part of Dynare.
*

View File

@ -8,7 +8,7 @@
* and MATLAB_VERSION (for version 7.4, define it to 0x0704).
*
*
* Copyright (C) 2009-2011 Dynare Team
* Copyright © 2009-2011 Dynare Team
*
* This file is part of Dynare.
*

View File

@ -1,5 +1,5 @@
/*
* Copyright (C) 2009-2014 Dynare Team
* Copyright © 2009-2014 Dynare Team
*
* This file is part of Dynare.
*

View File

@ -3,7 +3,7 @@
*/
/*
* Copyright (C) 2013-2017 Dynare Team
* Copyright © 2013-2017 Dynare Team
*
* This file is part of Dynare.
*

View File

@ -1,6 +1,6 @@
/*
* Copyright (C) 2005-2011 Ondra Kamenik
* Copyright (C) 2019 Dynare Team
* Copyright © 2005-2011 Ondra Kamenik
* Copyright © 2019 Dynare Team
*
* This file is part of Dynare.
*

View File

@ -1,5 +1,5 @@
/*
* Copyright (C) 2010-2019 Dynare Team
* Copyright © 2010-2019 Dynare Team
*
* This file is part of Dynare.
*

View File

@ -1,5 +1,5 @@
/*
* Copyright (C) 2008-2019 Dynare Team
* Copyright © 2008-2019 Dynare Team
*
* This file is part of Dynare.
*

View File

@ -1,5 +1,5 @@
/*
* Copyright (C) 2008-2019 Dynare Team
* Copyright © 2008-2019 Dynare Team
*
* This file is part of Dynare.
*

View File

@ -1,5 +1,5 @@
/*
* Copyright (C) 2010-2019 Dynare Team
* Copyright © 2010-2019 Dynare Team
*
* This file is part of Dynare.
*

View File

@ -1,5 +1,5 @@
/*
* Copyright (C) 2010-2019 Dynare Team
* Copyright © 2010-2019 Dynare Team
*
* This file is part of Dynare.
*

View File

@ -1,5 +1,5 @@
/*
* Copyright (C) 2008-2019 Dynare Team
* Copyright © 2008-2019 Dynare Team
*
* This file is part of Dynare.
*

View File

@ -1,5 +1,5 @@
/*
* Copyright (C) 2008-2019 Dynare Team
* Copyright © 2008-2019 Dynare Team
*
* This file is part of Dynare.
*

View File

@ -1,5 +1,5 @@
/*
* Copyright (C) 2008-2019 Dynare Team
* Copyright © 2008-2019 Dynare Team
*
* This file is part of Dynare.
*

View File

@ -1,5 +1,5 @@
/*
* Copyright (C) 2008-2011 Dynare Team
* Copyright © 2008-2011 Dynare Team
*
* This file is part of Dynare.
*

View File

@ -1,6 +1,6 @@
/* kalman_steady_state.cc
**
** Copyright (C) 2009-2013 Dynare Team.
** Copyright © 2009-2013 Dynare Team.
**
** This file is part of Dynare.
**

View File

@ -1,5 +1,5 @@
/*
* Copyright (C) 2007-2011 Dynare Team
* Copyright © 2007-2011 Dynare Team
*
* This file is part of Dynare.
*

View File

@ -1,5 +1,5 @@
/*
* Copyright (C) 2007-2017 Dynare Team
* Copyright © 2007-2017 Dynare Team
*
* This file is part of Dynare.
*

View File

@ -1,5 +1,5 @@
/*
* Copyright (C) 2010-2017 Dynare Team
* Copyright © 2010-2017 Dynare Team
*
* This file is part of Dynare.
*

View File

@ -1,5 +1,5 @@
/*
* Copyright (C) 2006-2017 Dynare Team
* Copyright © 2006-2017 Dynare Team
*
* This file is part of Dynare.
*

View File

@ -1,5 +1,5 @@
/*
* Copyright (C) 2010-2017 Dynare Team
* Copyright © 2010-2017 Dynare Team
*
* This file is part of Dynare.
*

View File

@ -1,5 +1,5 @@
/*
* Copyright (C) 2011-2017 Dynare Team
* Copyright © 2011-2017 Dynare Team
*
* This file is part of Dynare.
*

View File

@ -1,5 +1,5 @@
/*
* Copyright (C) 2010-2013 Dynare Team
* Copyright © 2010-2013 Dynare Team
*
* This file is part of Dynare.
*

View File

@ -1,5 +1,5 @@
/*
* Copyright (C) 2010-2017 Dynare Team
* Copyright © 2010-2017 Dynare Team
*
* This file is part of Dynare.
*

View File

@ -2,7 +2,7 @@
**
** Pseudo code of the algorithm is given at http://home.online.no/~pjacklam/notes/invnorm
**
** Copyright (C) 2010-2017 Dynare Team
** Copyright © 2010-2017 Dynare Team
**
** This file is part of Dynare.
**

View File

@ -6,8 +6,8 @@ initialize_v_array(int dim_max, int log_max, T **v)
**
** Original files downloaded from http://people.sc.fsu.edu/~burkardt/cpp_src/sobol/ (version 17-Feb-2009 09:46)
**
** Copyright (C) 2009 John Burkardt
** Copyright (C) 2010-2017 Dynare Team
** Copyright © 2009 John Burkardt
** Copyright © 2010-2017 Dynare Team
**
** This program is free software: you can redistribute it and/or modify
** it under the terms of the GNU Lesser General Public License as published by

View File

@ -1,7 +1,7 @@
/*
** Computes Quasi Monte-Carlo sequence.
**
** Copyright (C) 2010-2017 Dynare Team
** Copyright © 2010-2017 Dynare Team
**
** This file is part of Dynare (can be used outside Dynare).
**

View File

@ -2,8 +2,8 @@
**
** Original files downloaded from http://people.sc.fsu.edu/~burkardt/cpp_src/sobol/ (version 17-Feb-2009 09:46)
**
** Copyright (C) 2009 John Burkardt
** Copyright (C) 2010-2017 Dynare Team
** Copyright © 2009 John Burkardt
** Copyright © 2010-2017 Dynare Team
**
** This program is free software: you can redistribute it and/or modify
** it under the terms of the GNU Lesser General Public License as published by