add Berkeley specific headers
authorKeith Bostic <bostic@ucbvax.Berkeley.EDU>
Tue, 29 Mar 1988 03:28:49 +0000 (19:28 -0800)
committerKeith Bostic <bostic@ucbvax.Berkeley.EDU>
Tue, 29 Mar 1988 03:28:49 +0000 (19:28 -0800)
SCCS-vsn: usr.bin/tn3270/general/genbsubs.c 3.2
SCCS-vsn: usr.bin/tn3270/general/general.h 3.2
SCCS-vsn: usr.bin/tn3270/general/globals.c 3.2
SCCS-vsn: usr.bin/tn3270/general/globals.h 3.2
SCCS-vsn: usr.bin/tn3270/general/makefile 3.2
SCCS-vsn: usr.bin/tn3270/general/vaxbsubs.s 1.2

usr/src/usr.bin/tn3270/general/genbsubs.c
usr/src/usr.bin/tn3270/general/general.h
usr/src/usr.bin/tn3270/general/globals.c
usr/src/usr.bin/tn3270/general/globals.h
usr/src/usr.bin/tn3270/general/makefile
usr/src/usr.bin/tn3270/general/vaxbsubs.s

index 35c58ee..b114f08 100644 (file)
@@ -1,27 +1,18 @@
 /*
 /*
- *     Copyright (c) 1984-1987 by the Regents of the
- *     University of California and by Gregory Glenn Minshall.
+ * Copyright (c) 1988 Regents of the University of California.
+ * All rights reserved.
  *
  *
- *     Permission to use, copy, modify, and distribute these
- *     programs and their documentation for any purpose and
- *     without fee is hereby granted, provided that this
- *     copyright and permission appear on all copies and
- *     supporting documentation, the name of the Regents of
- *     the University of California not be used in advertising
- *     or publicity pertaining to distribution of the programs
- *     without specific prior permission, and notice be given in
- *     supporting documentation that copying and distribution is
- *     by permission of the Regents of the University of California
- *     and by Gregory Glenn Minshall.  Neither the Regents of the
- *     University of California nor Gregory Glenn Minshall make
- *     representations about the suitability of this software
- *     for any purpose.  It is provided "as is" without
- *     express or implied warranty.
+ * 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. The name of the 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.
  */
 
  */
 
-#ifndef        lint
-static char sccsid[] = "@(#)genbsubs.c 3.1 (Berkeley) %G%";
-#endif /* ndef lint */
+#ifndef lint
+static char sccsid[] = "@(#)genbsubs.c 3.2 (Berkeley) %G%";
+#endif /* not lint */
 
 /* The output of bunequal is the offset of the byte which didn't match;
  * if all the bytes match, then we return n.
 
 /* The output of bunequal is the offset of the byte which didn't match;
  * if all the bytes match, then we return n.
index 1b6a413..51d34ab 100644 (file)
@@ -1,9 +1,20 @@
 /*
 /*
- * Some general definitions.
+ * Copyright (c) 1988 Regents of the University of California.
+ * 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. The name of the 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.
  *
  *
- * @(#)general.h       3.1 (Berkeley) %G%
+ *     @(#)general.h   3.2 (Berkeley) %G%
  */
 
  */
 
+/*
+ * Some general definitions.
+ */
 
 #define        numberof(x)     (sizeof x/sizeof x[0])
 #define        highestof(x)    (numberof(x)-1)
 
 #define        numberof(x)     (sizeof x/sizeof x[0])
 #define        highestof(x)    (numberof(x)-1)
index de8313a..dc33d44 100644 (file)
@@ -1,27 +1,18 @@
 /*
 /*
- *     Copyright (c) 1984-1987 by the Regents of the
- *     University of California and by Gregory Glenn Minshall.
+ * Copyright (c) 1988 Regents of the University of California.
+ * All rights reserved.
  *
  *
- *     Permission to use, copy, modify, and distribute these
- *     programs and their documentation for any purpose and
- *     without fee is hereby granted, provided that this
- *     copyright and permission appear on all copies and
- *     supporting documentation, the name of the Regents of
- *     the University of California not be used in advertising
- *     or publicity pertaining to distribution of the programs
- *     without specific prior permission, and notice be given in
- *     supporting documentation that copying and distribution is
- *     by permission of the Regents of the University of California
- *     and by Gregory Glenn Minshall.  Neither the Regents of the
- *     University of California nor Gregory Glenn Minshall make
- *     representations about the suitability of this software
- *     for any purpose.  It is provided "as is" without
- *     express or implied warranty.
+ * 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. The name of the 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.
  */
 
  */
 
-#ifndef        lint
-static char sccsid[] = "@(#)globals.c  3.1 (Berkeley) %G%";
-#endif /* ndef lint */
+#ifndef lint
+static char sccsid[] = "@(#)globals.c  3.2 (Berkeley) %G%";
+#endif /* not lint */
 
 /*
  *     Do the defining instances for the globals of tn3270.
 
 /*
  *     Do the defining instances for the globals of tn3270.
index 320d83a..fcb5a65 100644 (file)
@@ -1,3 +1,17 @@
+/*
+ * Copyright (c) 1988 Regents of the University of California.
+ * 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. The name of the 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.
+ *
+ *     @(#)globals.h   3.2 (Berkeley) %G%
+ */
+
 /*
  *     This file contains all the globals used by tn3270.
  *
 /*
  *     This file contains all the globals used by tn3270.
  *
@@ -7,7 +21,6 @@
  *     first, and we only give those globals relevant to
  *     the #include'd .h files.
  *
  *     first, and we only give those globals relevant to
  *     the #include'd .h files.
  *
- * @(#)globals.h       3.1 (Berkeley) %G%
  */
 
 #if    defined(DEFINING_INSTANCES)
  */
 
 #if    defined(DEFINING_INSTANCES)
index 512c1de..0bceb26 100644 (file)
@@ -1,3 +1,16 @@
+#
+# Copyright (c) 1988 Regents of the University of California.
+# 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. The name of the 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.
+#
+#      @(#)makefile    3.2 (Berkeley) %G%
+#
 # msdos versus unix defines
 O      = .o
 #PC_O  = .obj
 # msdos versus unix defines
 O      = .o
 #PC_O  = .obj
index f66ecf0..5835217 100644 (file)
@@ -1,26 +1,15 @@
 /*
 /*
- *     @(#)vaxbsubs.s  3.1  10/29/86
- */
-
-/*
- *     Copyright (c) 1984, 1985, 1986 by the Regents of the
- *     University of California and by Gregory Glenn Minshall.
+ * Copyright (c) 1988 Regents of the University of California.
+ * 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. The name of the 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.
  *
  *
- *     Permission to use, copy, modify, and distribute these
- *     programs and their documentation for any purpose and
- *     without fee is hereby granted, provided that this
- *     copyright and permission appear on all copies and
- *     supporting documentation, the name of the Regents of
- *     the University of California not be used in advertising
- *     or publicity pertaining to distribution of the programs
- *     without specific prior permission, and notice be given in
- *     supporting documentation that copying and distribution is
- *     by permission of the Regents of the University of California
- *     and by Gregory Glenn Minshall.  Neither the Regents of the
- *     University of California nor Gregory Glenn Minshall make
- *     representations about the suitability of this software
- *     for any purpose.  It is provided "as is" without
- *     express or implied warranty.
+ *     @(#)vaxbsubs.s  1.2 (Berkeley) %G%
  */
 
 /* This is taken from bcmp.s from 4.2.
  */
 
 /* This is taken from bcmp.s from 4.2.