Searched defs:CDDL (Results 1 - 1 of 1) sorted by relevance

/osnet-11/usr/src/tools/onbld/Checks/
H A DCddl.py3 CDDL = '''
4 CDDL HEADER START
15 When distributing Covered Code, include this CDDL HEADER in each
17 If applicable, add the following below this CDDL HEADER, with the
21 CDDL HEADER END
30 # Check that source files contain a valid CDDL block
43 # The CDDL string above contains the block guards so that the text will
47 CDDL = CDDL.splitlines()[3:-2] variable
50 return CmtBlk.cmtblkchk(fh, 'CDDL', CDD
[all...]

Completed in 34 milliseconds