Skip to content

Commit f8c4946

Browse files
committed
Distinguished HiPO build runtime copyright statement
1 parent 367cdba commit f8c4946

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

highs/lp_data/HConst.h

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,11 @@
1818
#include "util/HighsInt.h"
1919

2020
const std::string kHighsCopyrightStatement =
21-
"Copyright (c) 2025 HiGHS under MIT licence terms";
21+
#ifdef HIPO
22+
"Copyright (c) 2026 under BSD 3-Clause license terms";
23+
#else
24+
"Copyright (c) 2026 under MIT licence terms";
25+
#endif
2226

2327
const size_t kHighsSize_tInf = (std::numeric_limits<size_t>::max)();
2428
const HighsInt kHighsIInf = (std::numeric_limits<HighsInt>::max)();

0 commit comments

Comments
 (0)