1 /*  BEGIN INCLUDE FILE  protection_notice.incl.pl1  */
 2 
 3 /*  *  *  *  *  *  *  *  *  *  *  *  *  *  *  *  *  *  *  *  *  *  *  *  *  *  *  *  *  * */
 4 /*                                                                                        */
 5 /* This include file contains the software protection notice for BOS. The notice is       */
 6 /* written onto the label of the BOS system tape by tape_mult_ and then the BOS program   */
 7 /* LOADDM writes the entire tape label's contents into a file in the BOS partition. This  */
 8 /* protection notice is part of the Multics implementation of IS Policy 14, Protection    */
 9 /* of Software and Firmware.                                                              */
10 /* Created:     June 1981 by JM Stansbury                                                 */
11 /*                                                                                        */
12 /*                                                                                        */
13 /*  *  *  *  *  *  *  *  *  *  *  *  *  *  *  *  *  *  *  *  *  *  *  *  *  *  *  *  *  * */
14 
15 dcl  protection_notice char (55) int static options (constant) init
16     ("Copyright, (C) Honeywell Information Systems Inc., 1981");
17 
18 /*  END INCLUDE FILE protection_notice.incl.pl1 */