1KYUA-ABOUT(1) BSD General Commands Manual KYUA-ABOUT(1)
2
4 kyua about — Shows detailed authors, license, and version information
5
7 kyua about [authors | license | version]
8
10 The ‘about’ command provides generic information about the kyua(1) tool.
11 In the default synopsis form (no arguments), the information printed
12 includes:
13
14 1. The name of the package, which is ‘kyua’.
15
16 2. The version number, which is ‘0.13’.
17
18 3. License information.
19
20 4. Authors information.
21
22 5. A link to the project web site.
23
24 You can customize the information printed by this command by specifying
25 the desired topic as the single argument to the command. This can be one
26 of:
27
28 authors Displays the list of authors and contributors only.
29
30 license Displays the license information and the list of copyrights.
31
32 version Displays the package name and the version number in a format
33 that is compatible with the output of GNU tools that support a
34 --version flag. Use this whenever you have to query the ver‐
35 sion number of the package.
36
38 The following files are read by the kyua about command:
39
40 /usr/share/doc/kyua/AUTHORS
41 List of authors (aka copyright holders).
42
43 /usr/share/doc/kyua/CONTRIBUTORS
44 List of contributors (aka individuals that have contributed to the
45 project).
46
47 /usr/share/doc/kyua/LICENSE
48 License information.
49
51 The kyua about command always returns 0.
52
53 Additional exit codes may be returned as described in kyua(1).
54
56 kyua(1)
57
58BSD May 20, 2015 BSD