add Berkeley specific headers
authorKeith Bostic <bostic@ucbvax.Berkeley.EDU>
Tue, 29 Mar 1988 03:18:29 +0000 (19:18 -0800)
committerKeith Bostic <bostic@ucbvax.Berkeley.EDU>
Tue, 29 Mar 1988 03:18:29 +0000 (19:18 -0800)
SCCS-vsn: usr.bin/tn3270/sys_curses/makefile 3.2
SCCS-vsn: usr.bin/tn3270/sys_curses/system.c 3.3
SCCS-vsn: usr.bin/tn3270/sys_curses/terminal.h 3.2
SCCS-vsn: usr.bin/tn3270/sys_curses/termout.c 3.2
SCCS-vsn: usr.bin/tn3270/tools/mkhits/dohits.c 3.2
SCCS-vsn: usr.bin/tn3270/tools/mkhits/dohits.h 3.2
SCCS-vsn: usr.bin/tn3270/tools/mkdctype/ectype.c 3.2
SCCS-vsn: usr.bin/tn3270/tools/mkdctype/ectype.h 3.2
SCCS-vsn: usr.bin/tn3270/tools/makefile 3.2
SCCS-vsn: usr.bin/tn3270/tools/mkastods/mkastods.c 3.2
SCCS-vsn: usr.bin/tn3270/tools/mkastosc/mkastosc.c 3.2
SCCS-vsn: usr.bin/tn3270/tools/mkdctype/mkdctype.c 3.2
SCCS-vsn: usr.bin/tn3270/tools/mkdstoas/mkdstoas.c 3.2
SCCS-vsn: usr.bin/tn3270/tools/mkhits/mkhits.c 3.2
SCCS-vsn: usr.bin/tn3270/tools/mkmake.y 1.18
SCCS-vsn: usr.bin/tn3270/tools/prt3270.c 3.3
SCCS-vsn: usr.bin/tn3270/distribution/utilities/makefile 3.2
SCCS-vsn: usr.bin/tn3270/distribution/utilities/tncomp.h 3.2
SCCS-vsn: usr.bin/tn3270/distribution/utilities/tnrecv.c 3.2

19 files changed:
usr/src/usr.bin/tn3270/distribution/utilities/makefile
usr/src/usr.bin/tn3270/distribution/utilities/tncomp.h
usr/src/usr.bin/tn3270/distribution/utilities/tnrecv.c
usr/src/usr.bin/tn3270/sys_curses/makefile
usr/src/usr.bin/tn3270/sys_curses/system.c
usr/src/usr.bin/tn3270/sys_curses/terminal.h
usr/src/usr.bin/tn3270/sys_curses/termout.c
usr/src/usr.bin/tn3270/tools/makefile
usr/src/usr.bin/tn3270/tools/mkastods/mkastods.c
usr/src/usr.bin/tn3270/tools/mkastosc/mkastosc.c
usr/src/usr.bin/tn3270/tools/mkdctype/ectype.c
usr/src/usr.bin/tn3270/tools/mkdctype/ectype.h
usr/src/usr.bin/tn3270/tools/mkdctype/mkdctype.c
usr/src/usr.bin/tn3270/tools/mkdstoas/mkdstoas.c
usr/src/usr.bin/tn3270/tools/mkhits/dohits.c
usr/src/usr.bin/tn3270/tools/mkhits/dohits.h
usr/src/usr.bin/tn3270/tools/mkhits/mkhits.c
usr/src/usr.bin/tn3270/tools/mkmake.y
usr/src/usr.bin/tn3270/tools/prt3270.c

index d80f97a..98e5ff9 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 a6f89c3..c7331b9 100644 (file)
@@ -1,8 +1,20 @@
+/*
+ * 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.
+ *
+ *     @(#)tncomp.h    3.2 (Berkeley) %G%
+ */
+
 /*
  * Where the fields fall on the formatted screen used by tncomp, tnrecv,
  * and tnsend.
 /*
  * Where the fields fall on the formatted screen used by tncomp, tnrecv,
  * and tnsend.
- *
- * @(#)tncomp.h        3.1 (Berkeley) %G%
  */
 
 #define        SEND_SEQUENCE           1
  */
 
 #define        SEND_SEQUENCE           1
index daff4c9..1e3bfaf 100644 (file)
@@ -1,27 +1,24 @@
 /*
 /*
- *     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
  */
 
 #ifndef lint
-static char sccsid[] = "@(#)tnrecv.c   3.1 (Berkeley) %G%";
-#endif /* not lint */
+char copyright[] =
+"@(#) Copyright (c) 1988 Regents of the University of California.\n\
+ All rights reserved.\n";
+#endif /* not lint */
+
+#ifndef lint
+static char sccsid[] = "@(#)tnrecv.c   3.2 (Berkeley) %G%";
+#endif /* not lint */
 
 #include <stdio.h>
 
 
 #include <stdio.h>
 
index 164a95c..fdaeac9 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 a64e92f..e3679fa 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
  */
 
 #ifndef lint
-static char sccsid[] = "@(#)system.c   3.2 (Berkeley) %G%";
-#endif /* not lint */
+static char sccsid[] = "@(#)system.c   3.3 (Berkeley) %G%";
+#endif /* not lint */
 
 #include <sys/types.h>
 
 
 #include <sys/types.h>
 
index d400b98..2a399cb 100644 (file)
@@ -1,5 +1,15 @@
 /*
 /*
- * @(#)terminal.h      3.1 (Berkeley) %G%
+ * 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.
+ *
+ *     @(#)terminal.h  3.2 (Berkeley) %G%
  */
 
 #define        INCLUDED_TERMINAL
  */
 
 #define        INCLUDED_TERMINAL
index 077baad..34e0a32 100644 (file)
@@ -1,28 +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
  */
 
 #ifndef lint
-static char sccsid[] = "@(#)termout.c  3.1 (Berkeley) %G%";
-#endif /* lint */
-
+static char sccsid[] = "@(#)termout.c  3.2 (Berkeley) %G%";
+#endif /* not lint */
 
 #if defined(unix)
 #include <signal.h>
 
 #if defined(unix)
 #include <signal.h>
index 6b7acdb..f719d58 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 7cf58b8..417344d 100644 (file)
@@ -1,27 +1,24 @@
 /*
 /*
- *     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
  */
 
 #ifndef lint
-static char sccsid[] = "@(#)mkastods.c 3.1 (Berkeley) %G%";
-#endif /* not lint */
+char copyright[] =
+"@(#) Copyright (c) 1988 Regents of the University of California.\n\
+ All rights reserved.\n";
+#endif /* not lint */
+
+#ifndef lint
+static char sccsid[] = "@(#)mkastods.c 3.2 (Berkeley) %G%";
+#endif /* not lint */
 
 #include <stdio.h>
 #if    defined(unix)
 
 #include <stdio.h>
 #if    defined(unix)
@@ -33,7 +30,6 @@ static char sccsid[] = "@(#)mkastods.c        3.1 (Berkeley) %G%";
 #include "../api/asc_ebc.h"
 #include "../api/ebc_disp.h"
 
 #include "../api/asc_ebc.h"
 #include "../api/ebc_disp.h"
 
-
 int
 main()
 {
 int
 main()
 {
index 6d14908..ee52bba 100644 (file)
@@ -1,28 +1,24 @@
 /*
 /*
- *     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
  */
 
 #ifndef lint
-static char sccsid[] = "@(#)mkastosc.c 3.1 (Berkeley) %G%";
-#endif /* not lint */
+char copyright[] =
+"@(#) Copyright (c) 1988 Regents of the University of California.\n\
+ All rights reserved.\n";
+#endif /* not lint */
 
 
+#ifndef lint
+static char sccsid[] = "@(#)mkastosc.c 3.2 (Berkeley) %G%";
+#endif /* not lint */
 
 #include <stdio.h>
 #if    defined(unix)
 
 #include <stdio.h>
 #if    defined(unix)
index a145a82..beb3d1b 100644 (file)
@@ -1,11 +1,18 @@
 /*
 /*
+ * Copyright (c) 1988 Regents of the University of California.
+ * All rights reserved.
  *
  *
- * @(#)ectype.c        3.1 (Berkeley) %G%
+ * 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[] = "@(#)ectype.c   3.1 (Berkeley) %G%";
-#endif /* ndef lint */
+#ifndef lint
+static char sccsid[] = "@(#)ectype.c   3.2 (Berkeley) %G%";
+#endif /* not lint */
 
 #include "ectype.h"
 
 
 #include "ectype.h"
 
index 00ea00f..bb5ba4d 100644 (file)
@@ -1,5 +1,15 @@
 /*
 /*
- * @(#)ectype.h        3.1 (Berkeley) %G%
+ * 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.
+ *
+ *     @(#)ectype.h    3.2 (Berkeley) %G%
  */
 
 #define        INCLUDED_ECTYPE
  */
 
 #define        INCLUDED_ECTYPE
index 3f3162a..c613d31 100644 (file)
@@ -1,27 +1,24 @@
 /*
 /*
- *     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
  */
 
 #ifndef lint
-static char sccsid[] = "@(#)mkdctype.c 3.1 (Berkeley) %G%";
-#endif /* not lint */
+char copyright[] =
+"@(#) Copyright (c) 1988 Regents of the University of California.\n\
+ All rights reserved.\n";
+#endif /* not lint */
+
+#ifndef lint
+static char sccsid[] = "@(#)mkdctype.c 3.2 (Berkeley) %G%";
+#endif /* not lint */
 
 #include "../api/ebc_disp.h"
 #include "ectype.h"
 
 #include "../api/ebc_disp.h"
 #include "ectype.h"
index 863ea8e..096fab5 100644 (file)
@@ -1,27 +1,24 @@
 /*
 /*
- *     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
  */
 
 #ifndef lint
-static char sccsid[] = "@(#)mkdstoas.c 3.1 (Berkeley) %G%";
-#endif /* not lint */
+char copyright[] =
+"@(#) Copyright (c) 1988 Regents of the University of California.\n\
+ All rights reserved.\n";
+#endif /* not lint */
+
+#ifndef lint
+static char sccsid[] = "@(#)mkdstoas.c 3.2 (Berkeley) %G%";
+#endif /* not lint */
 
 #include <stdio.h>
 #if    defined(unix)
 
 #include <stdio.h>
 #if    defined(unix)
index 6d00446..5d212f0 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
  */
 
 #ifndef lint
-static char sccsid[] = "@(#)dohits.c   3.1 (Berkeley) %G%";
-#endif /* not lint */
+static char sccsid[] = "@(#)dohits.c   3.2 (Berkeley) %G%";
+#endif /* not lint */
 
 /*
  * This program scans a file which describes a keyboard.  The output
 
 /*
  * This program scans a file which describes a keyboard.  The output
index cf5bc37..77b1c03 100644 (file)
@@ -1,6 +1,15 @@
 /*
 /*
+ * Copyright (c) 1988 Regents of the University of California.
+ * All rights reserved.
  *
  *
- * @(#)dohits.h        3.1 (Berkeley) %G%
+ * 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.
+ *
+ *     @(#)dohits.h    3.2 (Berkeley) %G%
  */
 
 #define        numberof(x)     (sizeof x/sizeof x[0])
  */
 
 #define        numberof(x)     (sizeof x/sizeof x[0])
index ca3cb24..b0bbb34 100644 (file)
@@ -1,27 +1,24 @@
 /*
 /*
- *     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
  */
 
 #ifndef lint
-static char sccsid[] = "@(#)mkhits.c   3.1 (Berkeley) %G%";
-#endif /* not lint */
+char copyright[] =
+"@(#) Copyright (c) 1988 Regents of the University of California.\n\
+ All rights reserved.\n";
+#endif /* not lint */
+
+#ifndef lint
+static char sccsid[] = "@(#)mkhits.c   3.2 (Berkeley) %G%";
+#endif /* not lint */
 
 /*
  * This program scans a file which describes a keyboard.  The output
 
 /*
  * This program scans a file which describes a keyboard.  The output
index 164da98..92d8636 100644 (file)
@@ -1,24 +1,17 @@
 %{
 
 /*
 %{
 
 /*
- *     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.
+ *
+ *     @(#)mkmake.y    1.18 (Berkeley) %G%
  */
 
 typedef struct string {
  */
 
 typedef struct string {
@@ -1003,7 +996,7 @@ yylex()
 }
 
 #ifndef lint
 }
 
 #ifndef lint
-static char sccsid[] = "@(#)mkmake.y   1.17 (Berkeley) %G%";
+static char sccsid[] = "@(#)mkmake.y   1.18 (Berkeley) %G%";
 #endif /* not lint */
 
 main()
 #endif /* not lint */
 
 main()
index e2f3816..de94c68 100644 (file)
@@ -1,27 +1,24 @@
 /*
 /*
- *     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
  */
 
 #ifndef lint
-static char sccsid[] = "@(#)prt3270.c  3.2 (Berkeley) %G%";
-#endif /* not lint */
+char copyright[] =
+"@(#) Copyright (c) 1988 Regents of the University of California.\n\
+ All rights reserved.\n";
+#endif /* not lint */
+
+#ifndef lint
+static char sccsid[] = "@(#)prt3270.c  3.3 (Berkeley) %G%";
+#endif /* not lint */
 
 #if defined(unix)
 #endif
 
 #if defined(unix)
 #endif