home *** CD-ROM | disk | FTP | other *** search
/ Boston 2 / boston-2.iso / DOS / PROGRAM / C / INDENT / README < prev   
Text File  |  1993-12-01  |  1KB  |  27 lines

  1. The University of California at Berkeley has recently modified the
  2. copyrights on some Unix programs written there to allow them to be
  3. freely redistributed.  One of those programs is `indent', which might
  4. be the best C program reformatter around.  With a few #ifdef MSDOS
  5. statements added, this program has been compiled with Microsoft C under
  6. MS-DOS.  The documentation has been adapted from the Unix manual page.
  7.  
  8. /*
  9.  * Copyright (c) 1980 Regents of the University of California.
  10.  * Copyright (c) 1976 Board of Trustees of the University of Illinois.
  11.  * All rights reserved.
  12.  *
  13.  * Redistribution and use in source and binary forms are permitted
  14.  * provided that the above copyright notice and this paragraph are
  15.  * duplicated in all such forms and that any documentation,
  16.  * advertising materials, and other materials related to such
  17.  * distribution and use acknowledge that the software was developed
  18.  * by the University of California, Berkeley and the University
  19.  * of Illinois, Urbana.  The name of either
  20.  * University may not be used to endorse or promote products derived
  21.  * from this software without specific prior written permission.
  22.  * THIS SOFTWARE IS PROVIDED ``AS IS'' AND WITHOUT ANY EXPRESS OR
  23.  * IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED
  24.  * WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE.
  25.  */
  26.  
  27.