Skip to content

Commit 55dc718

Browse files
committed
Added license.
1 parent dfab7fa commit 55dc718

File tree

1 file changed

+12
-3
lines changed

1 file changed

+12
-3
lines changed

trace.c

Lines changed: 12 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,17 @@
33
*
44
* (C) Copyright 1991-1994 Diomidis Spinellis. All rights reserved.
55
*
6-
* $Id: trace.c,v 1.27 1994/02/06 10:02:59 dds Exp $
6+
* $Id: trace.c,v 1.28 1994/10/01 11:32:56 dds Exp $
77
*
8+
* Permission to use, copy, and distribute this software and its
9+
* documentation for any purpose and without fee is hereby granted,
10+
* provided that the above copyright notice appear in all copies and that
11+
* both that copyright notice and this permission notice appear in
12+
* supporting documentation.
13+
*
14+
* THIS SOFTWARE IS PROVIDED ``AS IS'' AND WITHOUT ANY EXPRESS OR IMPLIED
15+
* WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED WARRANTIES OF
16+
* MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE.
817
*/
918

1019
#include <stddef.h>
@@ -23,7 +32,7 @@
2332
#include <errno.h>
2433

2534
#ifndef lint
26-
static char rcsid[] = "$Id: trace.c,v 1.27 1994/02/06 10:02:59 dds Exp $";
35+
static char rcsid[] = "$Id: trace.c,v 1.28 1994/10/01 11:32:56 dds Exp $";
2736
#endif
2837

2938
#define MAXBUFF 1025
@@ -1333,7 +1342,7 @@ main(int argc, char *argv[])
13331342
int errflag = 0;
13341343
char *usagestring = "usage: %s [-o fname] [-l len] [-help] [-abcfinrstvwxy] [-p psp] [command options ...]\n";
13351344
int c;
1336-
static char revstring[] = "$Revision: 1.27 $", revision[30];
1345+
static char revstring[] = "$Revision: 1.28 $", revision[30];
13371346
char *p;
13381347

13391348
strcpy(revision, strchr(revstring, ':') + 2);

0 commit comments

Comments
 (0)