new version distinguishing between rtentries and ortentries
[unix-history] / usr / src / usr.bin / indent / indent_codes.h
index 982ac46..5d2c1a6 100644 (file)
@@ -1,36 +1,25 @@
 /*
 /*
- * Copyright (c) 1980 Regents of the University of California.
- * All rights reserved.  The Berkeley software License Agreement
- * specifies the terms and conditions for redistribution.
+ * Copyright (c) 1985 Sun Microsystems, Inc.
+ * Copyright (c) 1980 The Regents of the University of California.
+ * Copyright (c) 1976 Board of Trustees of the University of Illinois.
+ * All rights reserved.
  *
  *
- *     @(#)indent_codes.h      5.3 (Berkeley) %G%
+ * Redistribution and use in source and binary forms are permitted
+ * provided that the above copyright notice and this paragraph are
+ * duplicated in all such forms and that any documentation,
+ * advertising materials, and other materials related to such
+ * distribution and use acknowledge that the software was developed
+ * by the University of California, Berkeley, the University of Illinois,
+ * Urbana, and Sun Microsystems, Inc.  The name of either University
+ * or Sun Microsystems may not be used to endorse or promote products
+ * derived from this software without specific prior written permission.
+ * THIS SOFTWARE IS PROVIDED ``AS IS'' AND WITHOUT ANY EXPRESS OR
+ * IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED
+ * WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE.
+ *
+ *     @(#)indent_codes.h      5.6 (Berkeley) %G%
  */
 
  */
 
-/*
-
-                         Copyright (C) 1976
-                               by the
-                         Board of Trustees
-                               of the
-                       University of Illinois
-
-                        All rights reserved
-
-FILE NAME:
-       indent_codes.h
-
-PURPOSE:
-       This include file contains defines for codes used within indent.  They
-       are here so that codes passed between and within routines can be
-       referenced symbolically.
-
-GLOBALS:
-       No global variables, just a bunch of defines
-
-FUNCTIONS:
-       None
-*/\f
-
 #define newline                1
 #define lparen         2
 #define rparen         3
 #define newline                1
 #define lparen         2
 #define rparen         3