Skip to main content

license

Display the Ritual project license (AGPLv3).

Usage

./ritual license [options]

Options

OptionDescription
--plainOutput license text directly to stdout

Examples

View the license in an interactive pager (press q or ESC to exit):

./ritual license

Print the license text to stdout (useful for piping or scripting):

./ritual license --plain

Save the license to a file:

./ritual license --plain > LICENSE.txt