Skip to content

license

Display the Ritual project license (AGPLv3).

Terminal window
./ritual license [options]
OptionDescription
--plainOutput license text directly to stdout

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

Terminal window
./ritual license

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

Terminal window
./ritual license --plain

Save the license to a file:

Terminal window
./ritual license --plain > LICENSE.txt