[BACK]Return to indent.c CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / src / usr.bin / indent

Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.

Diff for /src/usr.bin/indent/indent.c between version 1.1 and 1.1.1.1

version 1.1, 1993/04/09 12:59:10 version 1.1.1.1, 1993/06/08 03:22:08
Line 1 
Line 1 
 /*  /*
  * Copyright (c) 1985 Sun Microsystems, Inc.   * 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.   * Copyright (c) 1976 Board of Trustees of the University of Illinois.
  * All rights reserved.   * Copyright (c) 1980, 1993
    *      The Regents of the University of California.  All rights reserved.
  *   *
  * Redistribution and use in source and binary forms, with or without   * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions   * modification, are permitted provided that the following conditions
Line 36 
Line 36 
 #ifndef lint  #ifndef lint
 char copyright[] =  char copyright[] =
 "@(#) Copyright (c) 1985 Sun Microsystems, Inc.\n\  "@(#) Copyright (c) 1985 Sun Microsystems, Inc.\n\
  @(#) Copyright (c) 1980 The Regents of the University of California.\n\  @(#) Copyright (c) 1976 Board of Trustees of the University of Illinois.\n\
  @(#) Copyright (c) 1976 Board of Trustees of the University of Illinois.\n\  @(#) Copyright (c) 1980, 1993\n\
  All rights reserved.\n";          The Regents of the University of California.  All rights reserved.\n";
 #endif /* not lint */  #endif /* not lint */
   
 #ifndef lint  #ifndef lint
 static char sccsid[] = "@(#)indent.c    5.16 (Berkeley) 2/26/91";  static char sccsid[] = "@(#)indent.c    5.17 (Berkeley) 6/7/93";
 #endif /* not lint */  #endif /* not lint */
   
 #include <sys/param.h>  #include <sys/param.h>

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.1.1.1

CVSweb <webmaster@jp.NetBSD.org>