1/*
2 * SPDX-License-Identifier: ISC
3 */
4
5comment = "GNU 3-way file comparison and merge utility"
6
7desc = <<EOD
8Compares three files line by line, optionally merging them.
9EOD
10
11licenses = [ "GPL-2.0-or-later" ]
12
13annotations {
14 set = "optional,optional-jail"
15}
16