comparison scripts/miscellaneous/license.m @ 19439:cbce5d1bcaf9

doc: Periodic grammarcheck of documentation.
author Rik <rik@octave.org>
date Tue, 16 Dec 2014 15:36:27 -0800
parents 672674d5e8d9
children 0e1f5a750d00
comparison
equal deleted inserted replaced
19438:c2f4f6eb5907 19439:cbce5d1bcaf9
28 ## @deftypefnx {Function File} {[@var{retval}, @var{errmsg}] =} license ("checkout", @var{feature}) 28 ## @deftypefnx {Function File} {[@var{retval}, @var{errmsg}] =} license ("checkout", @var{feature})
29 ## Get license information for Octave and Octave packages. 29 ## Get license information for Octave and Octave packages.
30 ## 30 ##
31 ## GNU Octave is free software distributed under the GNU General Public 31 ## GNU Octave is free software distributed under the GNU General Public
32 ## License (GPL), and a license manager makes no sense. This function is 32 ## License (GPL), and a license manager makes no sense. This function is
33 ## provided only for @sc{Matlab} compatibility. 33 ## provided only for @sc{matlab} compatibility.
34 ## 34 ##
35 ## When called with no extra input arguments, it returns the Octave license, 35 ## When called with no extra input arguments, it returns the Octave license,
36 ## otherwise the first input defines the operation mode and must be one of 36 ## otherwise the first input defines the operation mode and must be one of
37 ## the following strings: @code{inuse}, @code{test}, and @code{checkout}. 37 ## the following strings: @code{inuse}, @code{test}, and @code{checkout}.
38 ## The optional @var{feature} argument can either be @qcode{"octave"} (core), 38 ## The optional @var{feature} argument can either be @qcode{"octave"} (core),