Correct copyright print for GLPK (#7015)
authorAndrew V. Jones <andrewvaughanj@gmail.com>
Mon, 16 Aug 2021 03:24:25 +0000 (04:24 +0100)
committerGitHub <noreply@github.com>
Mon, 16 Aug 2021 03:24:25 +0000 (20:24 -0700)
commitbb0b36445b37c5b7fd22f4b12e590ade4646589e
treefcf9c0f8e00b80dbc0e653fffdbc68d852cf488c
parent06f4747e4f6c97be9b6fca4edd1ffff66e386c06
Correct copyright print for GLPK (#7015)

In `master`, starting `cvc5` interactively will give you:

```
  glpk-cut-log -  a modified version of GPLK, the GNU Linear Programming Kit
  See http://github.com/timothy-king/glpk-cut-log for copyrightinformation
```

Notice: there's a double-space after the dash following the library name, and there's no space between "copyrightinformation".

This commit corrects this print such that it gives:

```
  glpk-cut-log - a modified version of GPLK, the GNU Linear Programming Kit
  See http://github.com/timothy-king/glpk-cut-log for copyright information
```

Signed-off-by: Andrew V. Jones <andrewvaughanj@gmail.com>
src/base/configuration.cpp