new copyright notice
authorKeith Bostic <bostic@ucbvax.Berkeley.EDU>
Sat, 2 Jun 1990 06:39:23 +0000 (22:39 -0800)
committerKeith Bostic <bostic@ucbvax.Berkeley.EDU>
Sat, 2 Jun 1990 06:39:23 +0000 (22:39 -0800)
SCCS-vsn: lib/libcurses/clrtobot.c 5.5
SCCS-vsn: lib/libcurses/clrtoeol.c 5.4
SCCS-vsn: lib/libcurses/cr_put.c 5.5
SCCS-vsn: lib/libcurses/setterm.c 5.8
SCCS-vsn: lib/libcurses/curses.c 5.7
SCCS-vsn: lib/libm/common/atan2.c 5.5
SCCS-vsn: lib/libcurses/curses.h 5.8
SCCS-vsn: lib/libm/common/sincos.c 5.4
SCCS-vsn: lib/libm/common/tan.c 5.4
SCCS-vsn: lib/libcurses/delch.c 5.4
SCCS-vsn: lib/libcurses/deleteln.c 5.4
SCCS-vsn: lib/libm/common/trig.h 5.5
SCCS-vsn: lib/libcurses/delwin.c 5.4
SCCS-vsn: lib/libcurses/endwin.c 5.4
SCCS-vsn: lib/libcurses/erase.c 5.4
SCCS-vsn: lib/libcurses/fullname.c 5.4
SCCS-vsn: lib/libcurses/getch.c 5.6
SCCS-vsn: lib/libcurses/getstr.c 5.4
SCCS-vsn: lib/libcurses/id_subwins.c 5.4
SCCS-vsn: lib/libcurses/idlok.c 5.4
SCCS-vsn: lib/libcurses/initscr.c 5.5
SCCS-vsn: lib/libcurses/insch.c 5.4
SCCS-vsn: lib/libcurses/insertln.c 5.4
SCCS-vsn: lib/libcurses/longname.c 5.4
SCCS-vsn: lib/libcurses/move.c 5.5
SCCS-vsn: lib/libcurses/mvprintw.c 5.5
SCCS-vsn: lib/libcurses/mvscanw.c 5.4

27 files changed:
usr/src/lib/libcurses/clrtobot.c
usr/src/lib/libcurses/clrtoeol.c
usr/src/lib/libcurses/cr_put.c
usr/src/lib/libcurses/curses.c
usr/src/lib/libcurses/curses.h
usr/src/lib/libcurses/delch.c
usr/src/lib/libcurses/deleteln.c
usr/src/lib/libcurses/delwin.c
usr/src/lib/libcurses/endwin.c
usr/src/lib/libcurses/erase.c
usr/src/lib/libcurses/fullname.c
usr/src/lib/libcurses/getch.c
usr/src/lib/libcurses/getstr.c
usr/src/lib/libcurses/id_subwins.c
usr/src/lib/libcurses/idlok.c
usr/src/lib/libcurses/initscr.c
usr/src/lib/libcurses/insch.c
usr/src/lib/libcurses/insertln.c
usr/src/lib/libcurses/longname.c
usr/src/lib/libcurses/move.c
usr/src/lib/libcurses/mvprintw.c
usr/src/lib/libcurses/mvscanw.c
usr/src/lib/libcurses/setterm.c
usr/src/lib/libm/common/atan2.c
usr/src/lib/libm/common/sincos.c
usr/src/lib/libm/common/tan.c
usr/src/lib/libm/common/trig.h

index f959924..0b780ae 100644 (file)
@@ -2,21 +2,11 @@
  * Copyright (c) 1981 Regents of the University of California.
  * All rights reserved.
  *
  * Copyright (c) 1981 Regents of the University of California.
  * All rights reserved.
  *
- * Redistribution and use in source and binary forms are permitted
- * provided that the above copyright notice and this paragraph are
- * duplicated in all such forms and that any documentation,
- * advertising materials, and other materials related to such
- * distribution and use acknowledge that the software was developed
- * by the University of California, 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'' AND WITHOUT ANY EXPRESS OR
- * IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED
- * WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE.
+ * %sccs.include.redist.c%
  */
 
 #ifndef lint
  */
 
 #ifndef lint
-static char sccsid[] = "@(#)clrtobot.c 5.4 (Berkeley) %G%";
+static char sccsid[] = "@(#)clrtobot.c 5.5 (Berkeley) %G%";
 #endif /* not lint */
 
 # include      "curses.ext"
 #endif /* not lint */
 
 # include      "curses.ext"
index 9007f63..412f026 100644 (file)
@@ -2,21 +2,11 @@
  * Copyright (c) 1981 Regents of the University of California.
  * All rights reserved.
  *
  * Copyright (c) 1981 Regents of the University of California.
  * All rights reserved.
  *
- * Redistribution and use in source and binary forms are permitted
- * provided that the above copyright notice and this paragraph are
- * duplicated in all such forms and that any documentation,
- * advertising materials, and other materials related to such
- * distribution and use acknowledge that the software was developed
- * by the University of California, 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'' AND WITHOUT ANY EXPRESS OR
- * IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED
- * WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE.
+ * %sccs.include.redist.c%
  */
 
 #ifndef lint
  */
 
 #ifndef lint
-static char sccsid[] = "@(#)clrtoeol.c 5.3 (Berkeley) %G%";
+static char sccsid[] = "@(#)clrtoeol.c 5.4 (Berkeley) %G%";
 #endif /* not lint */
 
 # include      "curses.ext"
 #endif /* not lint */
 
 # include      "curses.ext"
index a1a948c..0d9432f 100644 (file)
@@ -2,21 +2,11 @@
  * Copyright (c) 1981 Regents of the University of California.
  * All rights reserved.
  *
  * Copyright (c) 1981 Regents of the University of California.
  * All rights reserved.
  *
- * Redistribution and use in source and binary forms are permitted
- * provided that the above copyright notice and this paragraph are
- * duplicated in all such forms and that any documentation,
- * advertising materials, and other materials related to such
- * distribution and use acknowledge that the software was developed
- * by the University of California, 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'' AND WITHOUT ANY EXPRESS OR
- * IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED
- * WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE.
+ * %sccs.include.redist.c%
  */
 
 #ifndef lint
  */
 
 #ifndef lint
-static char sccsid[] = "@(#)cr_put.c   5.4 (Berkeley) %G%";
+static char sccsid[] = "@(#)cr_put.c   5.5 (Berkeley) %G%";
 #endif /* not lint */
 
 # include      "curses.ext"
 #endif /* not lint */
 
 # include      "curses.ext"
index 7f940e9..b8298a8 100644 (file)
@@ -2,21 +2,11 @@
  * Copyright (c) 1981 Regents of the University of California.
  * All rights reserved.
  *
  * Copyright (c) 1981 Regents of the University of California.
  * All rights reserved.
  *
- * Redistribution and use in source and binary forms are permitted
- * provided that the above copyright notice and this paragraph are
- * duplicated in all such forms and that any documentation,
- * advertising materials, and other materials related to such
- * distribution and use acknowledge that the software was developed
- * by the University of California, 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'' AND WITHOUT ANY EXPRESS OR
- * IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED
- * WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE.
+ * %sccs.include.redist.c%
  */
 
 #ifndef lint
  */
 
 #ifndef lint
-static char sccsid[] = "@(#)curses.c   5.6 (Berkeley) %G%";
+static char sccsid[] = "@(#)curses.c   5.7 (Berkeley) %G%";
 #endif /* not lint */
 
 /*
 #endif /* not lint */
 
 /*
index a15c5f7..cdb1200 100644 (file)
@@ -2,19 +2,9 @@
  * Copyright (c) 1981 Regents of the University of California.
  * All rights reserved.
  *
  * Copyright (c) 1981 Regents of the University of California.
  * All rights reserved.
  *
- * Redistribution and use in source and binary forms are permitted
- * provided that the above copyright notice and this paragraph are
- * duplicated in all such forms and that any documentation,
- * advertising materials, and other materials related to such
- * distribution and use acknowledge that the software was developed
- * by the University of California, 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'' AND WITHOUT ANY EXPRESS OR
- * IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED
- * WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE.
+ * %sccs.include.redist.c%
  *
  *
- *     @(#)curses.h    5.7 (Berkeley) %G%
+ *     @(#)curses.h    5.8 (Berkeley) %G%
  */
 
 #ifndef WINDOW
  */
 
 #ifndef WINDOW
index 608ff3a..c088c71 100644 (file)
@@ -2,21 +2,11 @@
  * Copyright (c) 1981 Regents of the University of California.
  * All rights reserved.
  *
  * Copyright (c) 1981 Regents of the University of California.
  * All rights reserved.
  *
- * Redistribution and use in source and binary forms are permitted
- * provided that the above copyright notice and this paragraph are
- * duplicated in all such forms and that any documentation,
- * advertising materials, and other materials related to such
- * distribution and use acknowledge that the software was developed
- * by the University of California, 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'' AND WITHOUT ANY EXPRESS OR
- * IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED
- * WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE.
+ * %sccs.include.redist.c%
  */
 
 #ifndef lint
  */
 
 #ifndef lint
-static char sccsid[] = "@(#)delch.c    5.3 (Berkeley) %G%";
+static char sccsid[] = "@(#)delch.c    5.4 (Berkeley) %G%";
 #endif /* not lint */
 
 # include      "curses.ext"
 #endif /* not lint */
 
 # include      "curses.ext"
index fbc0d41..d6dee36 100644 (file)
@@ -2,21 +2,11 @@
  * Copyright (c) 1981 Regents of the University of California.
  * All rights reserved.
  *
  * Copyright (c) 1981 Regents of the University of California.
  * All rights reserved.
  *
- * Redistribution and use in source and binary forms are permitted
- * provided that the above copyright notice and this paragraph are
- * duplicated in all such forms and that any documentation,
- * advertising materials, and other materials related to such
- * distribution and use acknowledge that the software was developed
- * by the University of California, 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'' AND WITHOUT ANY EXPRESS OR
- * IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED
- * WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE.
+ * %sccs.include.redist.c%
  */
 
 #ifndef lint
  */
 
 #ifndef lint
-static char sccsid[] = "@(#)deleteln.c 5.3 (Berkeley) %G%";
+static char sccsid[] = "@(#)deleteln.c 5.4 (Berkeley) %G%";
 #endif /* not lint */
 
 # include      "curses.ext"
 #endif /* not lint */
 
 # include      "curses.ext"
index 6668e31..322fdd1 100644 (file)
@@ -2,21 +2,11 @@
  * Copyright (c) 1981 Regents of the University of California.
  * All rights reserved.
  *
  * Copyright (c) 1981 Regents of the University of California.
  * All rights reserved.
  *
- * Redistribution and use in source and binary forms are permitted
- * provided that the above copyright notice and this paragraph are
- * duplicated in all such forms and that any documentation,
- * advertising materials, and other materials related to such
- * distribution and use acknowledge that the software was developed
- * by the University of California, 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'' AND WITHOUT ANY EXPRESS OR
- * IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED
- * WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE.
+ * %sccs.include.redist.c%
  */
 
 #ifndef lint
  */
 
 #ifndef lint
-static char sccsid[] = "@(#)delwin.c   5.3 (Berkeley) %G%";
+static char sccsid[] = "@(#)delwin.c   5.4 (Berkeley) %G%";
 #endif /* not lint */
 
 # include      "curses.ext"
 #endif /* not lint */
 
 # include      "curses.ext"
index b30825b..f5fc8ef 100644 (file)
@@ -2,21 +2,11 @@
  * Copyright (c) 1981 Regents of the University of California.
  * All rights reserved.
  *
  * Copyright (c) 1981 Regents of the University of California.
  * All rights reserved.
  *
- * Redistribution and use in source and binary forms are permitted
- * provided that the above copyright notice and this paragraph are
- * duplicated in all such forms and that any documentation,
- * advertising materials, and other materials related to such
- * distribution and use acknowledge that the software was developed
- * by the University of California, 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'' AND WITHOUT ANY EXPRESS OR
- * IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED
- * WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE.
+ * %sccs.include.redist.c%
  */
 
 #ifndef lint
  */
 
 #ifndef lint
-static char sccsid[] = "@(#)endwin.c   5.3 (Berkeley) %G%";
+static char sccsid[] = "@(#)endwin.c   5.4 (Berkeley) %G%";
 #endif /* not lint */
 
 /*
 #endif /* not lint */
 
 /*
index aa5ff38..e896211 100644 (file)
@@ -2,21 +2,11 @@
  * Copyright (c) 1981 Regents of the University of California.
  * All rights reserved.
  *
  * Copyright (c) 1981 Regents of the University of California.
  * All rights reserved.
  *
- * Redistribution and use in source and binary forms are permitted
- * provided that the above copyright notice and this paragraph are
- * duplicated in all such forms and that any documentation,
- * advertising materials, and other materials related to such
- * distribution and use acknowledge that the software was developed
- * by the University of California, 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'' AND WITHOUT ANY EXPRESS OR
- * IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED
- * WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE.
+ * %sccs.include.redist.c%
  */
 
 #ifndef lint
  */
 
 #ifndef lint
-static char sccsid[] = "@(#)erase.c    5.3 (Berkeley) %G%";
+static char sccsid[] = "@(#)erase.c    5.4 (Berkeley) %G%";
 #endif /* not lint */
 
 # include      "curses.ext"
 #endif /* not lint */
 
 # include      "curses.ext"
index eea658d..7c8e75d 100644 (file)
@@ -2,21 +2,11 @@
  * Copyright (c) 1981 Regents of the University of California.
  * All rights reserved.
  *
  * Copyright (c) 1981 Regents of the University of California.
  * All rights reserved.
  *
- * Redistribution and use in source and binary forms are permitted
- * provided that the above copyright notice and this paragraph are
- * duplicated in all such forms and that any documentation,
- * advertising materials, and other materials related to such
- * distribution and use acknowledge that the software was developed
- * by the University of California, 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'' AND WITHOUT ANY EXPRESS OR
- * IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED
- * WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE.
+ * %sccs.include.redist.c%
  */
 
 #ifndef lint
  */
 
 #ifndef lint
-static char sccsid[] = "@(#)fullname.c 5.3 (Berkeley) %G%";
+static char sccsid[] = "@(#)fullname.c 5.4 (Berkeley) %G%";
 #endif /* not lint */
 
 # define       reg     register
 #endif /* not lint */
 
 # define       reg     register
index 50c5774..304b60f 100644 (file)
@@ -2,21 +2,11 @@
  * Copyright (c) 1981 Regents of the University of California.
  * All rights reserved.
  *
  * Copyright (c) 1981 Regents of the University of California.
  * All rights reserved.
  *
- * Redistribution and use in source and binary forms are permitted
- * provided that the above copyright notice and this paragraph are
- * duplicated in all such forms and that any documentation,
- * advertising materials, and other materials related to such
- * distribution and use acknowledge that the software was developed
- * by the University of California, 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'' AND WITHOUT ANY EXPRESS OR
- * IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED
- * WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE.
+ * %sccs.include.redist.c%
  */
 
 #ifndef lint
  */
 
 #ifndef lint
-static char sccsid[] = "@(#)getch.c    5.5 (Berkeley) %G%";
+static char sccsid[] = "@(#)getch.c    5.6 (Berkeley) %G%";
 #endif /* not lint */
 
 # include      "curses.ext"
 #endif /* not lint */
 
 # include      "curses.ext"
index d928099..150d281 100644 (file)
@@ -2,21 +2,11 @@
  * Copyright (c) 1981 Regents of the University of California.
  * All rights reserved.
  *
  * Copyright (c) 1981 Regents of the University of California.
  * All rights reserved.
  *
- * Redistribution and use in source and binary forms are permitted
- * provided that the above copyright notice and this paragraph are
- * duplicated in all such forms and that any documentation,
- * advertising materials, and other materials related to such
- * distribution and use acknowledge that the software was developed
- * by the University of California, 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'' AND WITHOUT ANY EXPRESS OR
- * IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED
- * WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE.
+ * %sccs.include.redist.c%
  */
 
 #ifndef lint
  */
 
 #ifndef lint
-static char sccsid[] = "@(#)getstr.c   5.3 (Berkeley) %G%";
+static char sccsid[] = "@(#)getstr.c   5.4 (Berkeley) %G%";
 #endif /* not lint */
 
 # include      "curses.ext"
 #endif /* not lint */
 
 # include      "curses.ext"
index b0eb777..6cf7e06 100644 (file)
@@ -2,21 +2,11 @@
  * Copyright (c) 1981 Regents of the University of California.
  * All rights reserved.
  *
  * Copyright (c) 1981 Regents of the University of California.
  * All rights reserved.
  *
- * Redistribution and use in source and binary forms are permitted
- * provided that the above copyright notice and this paragraph are
- * duplicated in all such forms and that any documentation,
- * advertising materials, and other materials related to such
- * distribution and use acknowledge that the software was developed
- * by the University of California, 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'' AND WITHOUT ANY EXPRESS OR
- * IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED
- * WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE.
+ * %sccs.include.redist.c%
  */
 
 #ifndef lint
  */
 
 #ifndef lint
-static char sccsid[] = "@(#)id_subwins.c       5.3 (Berkeley) %G%";
+static char sccsid[] = "@(#)id_subwins.c       5.4 (Berkeley) %G%";
 #endif /* not lint */
 
 # include      "curses.ext"
 #endif /* not lint */
 
 # include      "curses.ext"
index dace185..4d0c9ee 100644 (file)
@@ -2,21 +2,11 @@
  * Copyright (c) 1981 Regents of the University of California.
  * All rights reserved.
  *
  * Copyright (c) 1981 Regents of the University of California.
  * All rights reserved.
  *
- * Redistribution and use in source and binary forms are permitted
- * provided that the above copyright notice and this paragraph are
- * duplicated in all such forms and that any documentation,
- * advertising materials, and other materials related to such
- * distribution and use acknowledge that the software was developed
- * by the University of California, 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'' AND WITHOUT ANY EXPRESS OR
- * IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED
- * WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE.
+ * %sccs.include.redist.c%
  */
 
 #ifndef lint
  */
 
 #ifndef lint
-static char sccsid[] = "@(#)idlok.c    5.3 (Berkeley) %G%";
+static char sccsid[] = "@(#)idlok.c    5.4 (Berkeley) %G%";
 #endif /* not lint */
 
 # include      "curses.ext"
 #endif /* not lint */
 
 # include      "curses.ext"
index 4b61b60..0883741 100644 (file)
@@ -2,21 +2,11 @@
  * Copyright (c) 1981 Regents of the University of California.
  * All rights reserved.
  *
  * Copyright (c) 1981 Regents of the University of California.
  * All rights reserved.
  *
- * Redistribution and use in source and binary forms are permitted
- * provided that the above copyright notice and this paragraph are
- * duplicated in all such forms and that any documentation,
- * advertising materials, and other materials related to such
- * distribution and use acknowledge that the software was developed
- * by the University of California, 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'' AND WITHOUT ANY EXPRESS OR
- * IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED
- * WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE.
+ * %sccs.include.redist.c%
  */
 
 #ifndef lint
  */
 
 #ifndef lint
-static char sccsid[] = "@(#)initscr.c  5.4 (Berkeley) %G%";
+static char sccsid[] = "@(#)initscr.c  5.5 (Berkeley) %G%";
 #endif /* not lint */
 
 # include      "curses.ext"
 #endif /* not lint */
 
 # include      "curses.ext"
index 00c920c..f8f6423 100644 (file)
@@ -2,21 +2,11 @@
  * Copyright (c) 1981 Regents of the University of California.
  * All rights reserved.
  *
  * Copyright (c) 1981 Regents of the University of California.
  * All rights reserved.
  *
- * Redistribution and use in source and binary forms are permitted
- * provided that the above copyright notice and this paragraph are
- * duplicated in all such forms and that any documentation,
- * advertising materials, and other materials related to such
- * distribution and use acknowledge that the software was developed
- * by the University of California, 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'' AND WITHOUT ANY EXPRESS OR
- * IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED
- * WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE.
+ * %sccs.include.redist.c%
  */
 
 #ifndef lint
  */
 
 #ifndef lint
-static char sccsid[] = "@(#)insch.c    5.3 (Berkeley) %G%";
+static char sccsid[] = "@(#)insch.c    5.4 (Berkeley) %G%";
 #endif /* not lint */
 
 # include      "curses.ext"
 #endif /* not lint */
 
 # include      "curses.ext"
index 2bea89b..4db51f1 100644 (file)
@@ -2,21 +2,11 @@
  * Copyright (c) 1981 Regents of the University of California.
  * All rights reserved.
  *
  * Copyright (c) 1981 Regents of the University of California.
  * All rights reserved.
  *
- * Redistribution and use in source and binary forms are permitted
- * provided that the above copyright notice and this paragraph are
- * duplicated in all such forms and that any documentation,
- * advertising materials, and other materials related to such
- * distribution and use acknowledge that the software was developed
- * by the University of California, 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'' AND WITHOUT ANY EXPRESS OR
- * IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED
- * WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE.
+ * %sccs.include.redist.c%
  */
 
 #ifndef lint
  */
 
 #ifndef lint
-static char sccsid[] = "@(#)insertln.c 5.3 (Berkeley) %G%";
+static char sccsid[] = "@(#)insertln.c 5.4 (Berkeley) %G%";
 #endif /* not lint */
 
 # include      "curses.ext"
 #endif /* not lint */
 
 # include      "curses.ext"
index 110f16b..710507c 100644 (file)
@@ -2,21 +2,11 @@
  * Copyright (c) 1981 Regents of the University of California.
  * All rights reserved.
  *
  * Copyright (c) 1981 Regents of the University of California.
  * All rights reserved.
  *
- * Redistribution and use in source and binary forms are permitted
- * provided that the above copyright notice and this paragraph are
- * duplicated in all such forms and that any documentation,
- * advertising materials, and other materials related to such
- * distribution and use acknowledge that the software was developed
- * by the University of California, 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'' AND WITHOUT ANY EXPRESS OR
- * IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED
- * WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE.
+ * %sccs.include.redist.c%
  */
 
 #ifndef lint
  */
 
 #ifndef lint
-static char sccsid[] = "@(#)longname.c 5.3 (Berkeley) %G%";
+static char sccsid[] = "@(#)longname.c 5.4 (Berkeley) %G%";
 #endif /* not lint */
 
 # define       reg     register
 #endif /* not lint */
 
 # define       reg     register
index ed89653..d459bea 100644 (file)
@@ -2,21 +2,11 @@
  * Copyright (c) 1981 Regents of the University of California.
  * All rights reserved.
  *
  * Copyright (c) 1981 Regents of the University of California.
  * All rights reserved.
  *
- * Redistribution and use in source and binary forms are permitted
- * provided that the above copyright notice and this paragraph are
- * duplicated in all such forms and that any documentation,
- * advertising materials, and other materials related to such
- * distribution and use acknowledge that the software was developed
- * by the University of California, 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'' AND WITHOUT ANY EXPRESS OR
- * IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED
- * WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE.
+ * %sccs.include.redist.c%
  */
 
 #ifndef lint
  */
 
 #ifndef lint
-static char sccsid[] = "@(#)move.c     5.4 (Berkeley) %G%";
+static char sccsid[] = "@(#)move.c     5.5 (Berkeley) %G%";
 #endif /* not lint */
 
 # include      "curses.ext"
 #endif /* not lint */
 
 # include      "curses.ext"
index 3419626..3485247 100644 (file)
@@ -2,21 +2,11 @@
  * Copyright (c) 1981 Regents of the University of California.
  * All rights reserved.
  *
  * Copyright (c) 1981 Regents of the University of California.
  * All rights reserved.
  *
- * Redistribution and use in source and binary forms are permitted
- * provided that the above copyright notice and this paragraph are
- * duplicated in all such forms and that any documentation,
- * advertising materials, and other materials related to such
- * distribution and use acknowledge that the software was developed
- * by the University of California, 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'' AND WITHOUT ANY EXPRESS OR
- * IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED
- * WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE.
+ * %sccs.include.redist.c%
  */
 
 #ifndef lint
  */
 
 #ifndef lint
-static char sccsid[] = "@(#)mvprintw.c 5.4 (Berkeley) %G%";
+static char sccsid[] = "@(#)mvprintw.c 5.5 (Berkeley) %G%";
 #endif /* not lint */
 
 # include      "curses.ext"
 #endif /* not lint */
 
 # include      "curses.ext"
index 88398a3..d12eb67 100644 (file)
@@ -2,21 +2,11 @@
  * Copyright (c) 1981 Regents of the University of California.
  * All rights reserved.
  *
  * Copyright (c) 1981 Regents of the University of California.
  * All rights reserved.
  *
- * Redistribution and use in source and binary forms are permitted
- * provided that the above copyright notice and this paragraph are
- * duplicated in all such forms and that any documentation,
- * advertising materials, and other materials related to such
- * distribution and use acknowledge that the software was developed
- * by the University of California, 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'' AND WITHOUT ANY EXPRESS OR
- * IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED
- * WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE.
+ * %sccs.include.redist.c%
  */
 
 #ifndef lint
  */
 
 #ifndef lint
-static char sccsid[] = "@(#)mvscanw.c  5.3 (Berkeley) %G%";
+static char sccsid[] = "@(#)mvscanw.c  5.4 (Berkeley) %G%";
 #endif /* not lint */
 
 # include      "curses.ext"
 #endif /* not lint */
 
 # include      "curses.ext"
index b195211..3fd496f 100644 (file)
@@ -2,21 +2,11 @@
  * Copyright (c) 1981 Regents of the University of California.
  * All rights reserved.
  *
  * Copyright (c) 1981 Regents of the University of California.
  * All rights reserved.
  *
- * Redistribution and use in source and binary forms are permitted
- * provided that the above copyright notice and this paragraph are
- * duplicated in all such forms and that any documentation,
- * advertising materials, and other materials related to such
- * distribution and use acknowledge that the software was developed
- * by the University of California, 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'' AND WITHOUT ANY EXPRESS OR
- * IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED
- * WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE.
+ * %sccs.include.redist.c%
  */
 
 #ifndef lint
  */
 
 #ifndef lint
-static char sccsid[] = "@(#)setterm.c  5.7 (Berkeley) %G%";
+static char sccsid[] = "@(#)setterm.c  5.8 (Berkeley) %G%";
 #endif /* not lint */
 
 /*
 #endif /* not lint */
 
 /*
index 09e1ffc..b0f7f78 100644 (file)
@@ -2,17 +2,7 @@
  * Copyright (c) 1985 Regents of the University of California.
  * All rights reserved.
  *
  * Copyright (c) 1985 Regents of the University of California.
  * All rights reserved.
  *
- * Redistribution and use in source and binary forms are permitted
- * provided that the above copyright notice and this paragraph are
- * duplicated in all such forms and that any documentation,
- * advertising materials, and other materials related to such
- * distribution and use acknowledge that the software was developed
- * by the University of California, 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'' AND WITHOUT ANY EXPRESS OR
- * IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED
- * WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE.
+ * %sccs.include.redist.c%
  *
  * All recipients should regard themselves as participants in an ongoing
  * research project and hence should feel obligated to report their
  *
  * All recipients should regard themselves as participants in an ongoing
  * research project and hence should feel obligated to report their
@@ -21,7 +11,7 @@
  */
 
 #ifndef lint
  */
 
 #ifndef lint
-static char sccsid[] = "@(#)atan2.c    5.4 (Berkeley) %G%";
+static char sccsid[] = "@(#)atan2.c    5.5 (Berkeley) %G%";
 #endif /* not lint */
 
 /* ATAN2(Y,X)
 #endif /* not lint */
 
 /* ATAN2(Y,X)
index eb47027..ecf97af 100644 (file)
@@ -2,17 +2,7 @@
  * Copyright (c) 1987 Regents of the University of California.
  * All rights reserved.
  *
  * Copyright (c) 1987 Regents of the University of California.
  * All rights reserved.
  *
- * Redistribution and use in source and binary forms are permitted
- * provided that the above copyright notice and this paragraph are
- * duplicated in all such forms and that any documentation,
- * advertising materials, and other materials related to such
- * distribution and use acknowledge that the software was developed
- * by the University of California, 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'' AND WITHOUT ANY EXPRESS OR
- * IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED
- * WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE.
+ * %sccs.include.redist.c%
  *
  * All recipients should regard themselves as participants in an ongoing
  * research project and hence should feel obligated to report their
  *
  * All recipients should regard themselves as participants in an ongoing
  * research project and hence should feel obligated to report their
@@ -21,7 +11,7 @@
  */
 
 #ifndef lint
  */
 
 #ifndef lint
-static char sccsid[] = "@(#)sincos.c   5.3 (Berkeley) %G%";
+static char sccsid[] = "@(#)sincos.c   5.4 (Berkeley) %G%";
 #endif /* not lint */
 
 #include "trig.h"
 #endif /* not lint */
 
 #include "trig.h"
index 693676f..f7432da 100644 (file)
@@ -2,17 +2,7 @@
  * Copyright (c) 1987 Regents of the University of California.
  * All rights reserved.
  *
  * Copyright (c) 1987 Regents of the University of California.
  * All rights reserved.
  *
- * Redistribution and use in source and binary forms are permitted
- * provided that the above copyright notice and this paragraph are
- * duplicated in all such forms and that any documentation,
- * advertising materials, and other materials related to such
- * distribution and use acknowledge that the software was developed
- * by the University of California, 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'' AND WITHOUT ANY EXPRESS OR
- * IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED
- * WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE.
+ * %sccs.include.redist.c%
  *
  * All recipients should regard themselves as participants in an ongoing
  * research project and hence should feel obligated to report their
  *
  * All recipients should regard themselves as participants in an ongoing
  * research project and hence should feel obligated to report their
@@ -21,7 +11,7 @@
  */
 
 #ifndef lint
  */
 
 #ifndef lint
-static char sccsid[] = "@(#)tan.c      5.3 (Berkeley) %G%";
+static char sccsid[] = "@(#)tan.c      5.4 (Berkeley) %G%";
 #endif /* not lint */
 
 #include "trig.h"
 #endif /* not lint */
 
 #include "trig.h"
index 5683139..6bb204c 100644 (file)
@@ -2,24 +2,14 @@
  * Copyright (c) 1987 Regents of the University of California.
  * All rights reserved.
  *
  * Copyright (c) 1987 Regents of the University of California.
  * All rights reserved.
  *
- * Redistribution and use in source and binary forms are permitted
- * provided that the above copyright notice and this paragraph are
- * duplicated in all such forms and that any documentation,
- * advertising materials, and other materials related to such
- * distribution and use acknowledge that the software was developed
- * by the University of California, 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'' AND WITHOUT ANY EXPRESS OR
- * IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED
- * WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE.
+ * %sccs.include.redist.c%
  *
  * All recipients should regard themselves as participants in an ongoing
  * research project and hence should feel obligated to report their
  * experiences (good or bad) with these elementary function codes, using
  * the sendbug(8) program, to the authors.
  *
  *
  * All recipients should regard themselves as participants in an ongoing
  * research project and hence should feel obligated to report their
  * experiences (good or bad) with these elementary function codes, using
  * the sendbug(8) program, to the authors.
  *
- *     @(#)trig.h      5.4 (Berkeley) %G%
+ *     @(#)trig.h      5.5 (Berkeley) %G%
  */
 
 #include "mathimpl.h"
  */
 
 #include "mathimpl.h"