Home | History | Annotate | Download | only in bzip2

Lines Matching defs:license

16    This program is released under the terms of the license contained
17 in the file LICENSE.
1601 void license ( void )
1611 " it under the terms set out in the LICENSE file, which is included\n"
1617 " LICENSE file for more details.\n"
1643 " -L --license display software version & license\n"
1644 " -V --version display software version & license\n"
1893 case 'L': license(); break;
1919 if (ISFLAG("--version")) license(); else
1920 if (ISFLAG("--license")) license(); else