Skip to content

Commit 7d42a55

Browse files
author
Armin Biere
committed
new year
1 parent 39b2d33 commit 7d42a55

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

LICENSE

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2016-2017 Armin Biere, Johannes Kepler University Linz, Austria
3+
Copyright (c) 2016-2018 Armin Biere, Johannes Kepler University Linz, Austria
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

src/cadical.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ void Solver::banner () {
110110
REQUIRE_INITIALIZED ();
111111
message ("CaDiCaL Radically Simplified CDCL SAT Solver");
112112
message ("Version " CADICAL_VERSION " " CADICAL_GITID);
113-
message ("Copyright (c) 2016-2017 Armin Biere, JKU");
113+
message ("Copyright (c) 2016-2018 Armin Biere, JKU");
114114
message ("");
115115
message (CADICAL_COMPILED);
116116
message (CADICAL_CXXVERSION);

0 commit comments

Comments
 (0)