1 01/03/83  display_pnotice
 2 
 3 Syntax:  display_pnotice path {control_arg}
 4 
 5 
 6 Function: The display_pnotice command is used to provide information
 7 on software protection notices contained in source programs.  By
 8 default, the primary names of protection notices are printed instead
 9 of the entire notice text.  Archives of source code programs may be
10 audited for protection notices using this command if path includes the
11 full archive name.  If a source module does not contain any notices,
12 or contains conflicting notices (e.g., copyright and trade secret), an
13 error message is emitted.  A warning message is also printed if there
14 is an imbedded notice found in a source program (protection notices
15 should be the first comment encountered).
16 
17 
18 Arguments:
19 path
20    This is the full or relative pathname of the source language module.
21    The language suffix must be included, or the archive suffix if an
22    entire archive is to be processed.  The archive pathname convention
23    is supported.
24 
25 
26 Control arguments:
27 -long, -lg
28    If this control argument is used, the full text of notices found
29    will be displayed.
30 
31 -brief, -bf
32     This is the default. Instead of text of notices found, the primary
33     name of notices, without the "pnotice" suffix, is printed.
34