File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 1
1
MIT License
2
2
3
- Copyright (c) 2016-2017 Armin Biere, Johannes Kepler University Linz, Austria
3
+ Copyright (c) 2016-2018 Armin Biere, Johannes Kepler University Linz, Austria
4
4
5
5
Permission is hereby granted, free of charge, to any person obtaining a copy
6
6
of this software and associated documentation files (the "Software"), to deal
Original file line number Diff line number Diff line change @@ -110,7 +110,7 @@ void Solver::banner () {
110
110
REQUIRE_INITIALIZED ();
111
111
message (" CaDiCaL Radically Simplified CDCL SAT Solver" );
112
112
message (" Version " CADICAL_VERSION " " CADICAL_GITID);
113
- message (" Copyright (c) 2016-2017 Armin Biere, JKU" );
113
+ message (" Copyright (c) 2016-2018 Armin Biere, JKU" );
114
114
message (" " );
115
115
message (CADICAL_COMPILED);
116
116
message (CADICAL_CXXVERSION);
You can’t perform that action at this time.
0 commit comments