Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
dynare
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Dynare
dynare
Commits
3dc9087f
Verified
Commit
3dc9087f
authored
4 years ago
by
Sébastien Villemot
Browse files
Options
Downloads
Patches
Plain Diff
Dynare++: update copyright years
parent
b1b8dc90
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
dynare++/kord/journal.cc
+3
-3
3 additions, 3 deletions
dynare++/kord/journal.cc
dynare++/src/main.cc
+2
-2
2 additions, 2 deletions
dynare++/src/main.cc
with
5 additions
and
5 deletions
dynare++/kord/journal.cc
+
3
−
3
View file @
3dc9087f
/*
* Copyright © 2004-2011 Ondra Kamenik
* Copyright © 2019 Dynare Team
* Copyright © 2019
-2020
Dynare Team
*
* This file is part of Dynare.
*
...
...
@@ -203,8 +203,8 @@ Journal::printHeader()
*
this
<<
"Dynare++ v. "
<<
VERSION
<<
'\n'
<<
'\n'
<<
u8"Copyright © 2004-2011 Ondra Kamenik
\n
"
<<
u8"Copyright © 2019 Dynare Team
\n
"
<<
"Dynare++ comes with ABSOLUTELY NO WARRANTY and is distributed under the GNU GPL,"
<<
u8"Copyright © 2019
-2020
Dynare Team
\n
"
<<
"Dynare++ comes with ABSOLUTELY NO WARRANTY and is distributed under the GNU GPL,
\n
"
<<
"version 3 or later (see https://www.gnu.org/licenses/gpl.html)
\n
"
<<
"
\n\n
"
<<
"System info: "
;
...
...
This diff is collapsed.
Click to expand it.
dynare++/src/main.cc
+
2
−
2
View file @
3dc9087f
/*
* Copyright © 2004-2011 Ondra Kamenik
* Copyright © 2019 Dynare Team
* Copyright © 2019
-2020
Dynare Team
*
* This file is part of Dynare.
*
...
...
@@ -47,7 +47,7 @@ main(int argc, char **argv)
std
::
cout
<<
"Dynare++ v. "
<<
VERSION
<<
'\n'
<<
'\n'
<<
u8"Copyright © 2004-2011 Ondra Kamenik
\n
"
<<
u8"Copyright © 2019 Dynare Team
\n
"
<<
u8"Copyright © 2019
-2020
Dynare Team
\n
"
<<
"Dynare++ comes with ABSOLUTELY NO WARRANTY and is distributed under the GNU GPL,
\n
"
<<
"version 3 or later (see https://www.gnu.org/licenses/gpl.html)
\n
"
;
return
EXIT_SUCCESS
;
...
...
This diff is collapsed.
Click to expand it.
Sébastien Villemot
@sebastien
mentioned in commit
ff562144
·
4 years ago
mentioned in commit
ff562144
mentioned in commit ff562144e6953316e2e6fbe708eceea078f4f581
Toggle commit list
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment