new version from James Gosling <jag@Sun.COM>
[unix-history] / usr / src / usr.bin / indent / indent_codes.h
index 6293a63..5d2c1a6 100644 (file)
@@ -1,35 +1,25 @@
 /*
 /*
- * Copyright (c) 1980 Regents of the University of California.
+ * 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.
  *
  * Redistribution and use in source and binary forms are permitted
  * Copyright (c) 1976 Board of Trustees of the University of Illinois.
  * All rights reserved.
  *
  * Redistribution and use in source and binary forms are permitted
- * provided that this notice is preserved and that due credit is given
- * to the University of California at Berkeley and the University of
- * Illinois at Urbana.  The name of either University may not be used
- * to endorse or promote products derived from this software without
- * specific prior written permission. This software is provided
- * ``as is'' without express or implied warranty.
+ * 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.4 (Berkeley) %G%
+ *     @(#)indent_codes.h      5.6 (Berkeley) %G%
  */
 
  */
 
-/*
-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