Dynare++: update global copyright notices to span 2004-2011

time-shift
Sébastien Villemot 2011-01-14 16:41:24 +01:00
parent bf13ddcb74
commit 1bfbfbe73a
3 changed files with 12 additions and 7 deletions

View File

@ -208,10 +208,13 @@ JournalRecord& endrec(JournalRecord& rec)
@<|Journal::printHeader| code@>=
void Journal::printHeader()
{
(*this)<< "This is Dynare++, Copyright (C) 2004,2005 Michel Juillard, Ondra Kamenik\n";
(*this)<< "Dynare++ comes with ABSOLUTELY NO WARRANTY and is distributed under\n";
(*this)<< "General Public License, see http://www.gnu.org/license/gpl.html\n";
(*this)<< "\n\n";
(*this)<< "This is Dynare++, Copyright (C) 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"
<< " for GPL see http://www.gnu.org/licenses/gpl.html\n"
<< " for LGPL see http://www.gnu.org/licenses/lgpl.html\n"
<< "\n\n";
#if !defined(__MINGW32__)
utsname info;

View File

@ -1,3 +1,5 @@
// Copyright (C) 2004-2011, Ondra Kamenik
#include "dynare3.h"
#include "dynare_exception.h"
#include "dynare_params.h"
@ -17,7 +19,7 @@ int main(int argc, char** argv)
return 0;
}
if (params.version) {
printf("Dynare++ v. %s. Copyright (C) 2004,2005,2006 Ondra Kamenik\n",
printf("Dynare++ v. %s. Copyright (C) 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

@ -130,7 +130,7 @@ License: GFDL-1.3+
Files: dynare++/*.cweb, dynare++/*.hweb, dynare++/*.cpp, dynare++/*.h,
dynare++/*.tex, dynare++/*.mod, dynare++/*.m, dynare++/*.web, dynare++/*.lex,
dynare++/*.y
Copyright: 2005-2008, Ondra Kamenik
Copyright: 2004-2011, Ondra Kamenik
License: GPL-3+
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
@ -147,7 +147,7 @@ License: GPL-3+
Files: dynare++/utils/*.cpp, dynare++/utils/*.h, dynare++/parser/*.cpp,
dynare++/parser/*.h, dynare++/parser/*.lex, dynare++/parser/*.y
Copyright: 2005-2008, Ondra Kamenik
Copyright: 2004-2011, Ondra Kamenik
License: LGPL-3+
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