From 9b722bbff37720af6ff2c9df3b9da54d3a5b2904 Mon Sep 17 00:00:00 2001 From: roland Date: Sun, 31 Jul 1994 19:45:12 +0000 Subject: [PATCH] Incorporated from BSD 4.4-Lite. --- sysdeps/generic/tan.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/sysdeps/generic/tan.c b/sysdeps/generic/tan.c index c5ff3bc573..61ed5c55c7 100644 --- a/sysdeps/generic/tan.c +++ b/sysdeps/generic/tan.c @@ -1,6 +1,6 @@ /* - * Copyright (c) 1987 Regents of the University of California. - * All rights reserved. + * Copyright (c) 1987, 1993 + * The Regents of the University of California. All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions @@ -32,7 +32,7 @@ */ #ifndef lint -static char sccsid[] = "@(#)tan.c 5.5 (Berkeley) 10/9/90"; +static char sccsid[] = "@(#)tan.c 8.1 (Berkeley) 6/4/93"; #endif /* not lint */ #include "trig.h" -- 2.11.0