|
From: <ro...@us...> - 2003-01-03 22:48:45
|
Update of /cvsroot/ltp/ltp/testcases/misc/math/abs In directory sc8-pr-cvs1:/tmp/cvs-serv28349 Modified Files: abs01.c Log Message: Corrected copyright info. Index: abs01.c =================================================================== RCS file: /cvsroot/ltp/ltp/testcases/misc/math/abs/abs01.c,v retrieving revision 1.1 retrieving revision 1.2 diff -u -d -r1.1 -r1.2 --- abs01.c 3 Jan 2003 21:42:16 -0000 1.1 +++ abs01.c 3 Jan 2003 22:48:42 -0000 1.2 @@ -1,19 +1,24 @@ -/* IBM Corporation */ -/* 01/02/2003 Port to LTP av...@us... */ -/* 06/30/2001 Port to Linux nsh...@us... */ - /* - * $Copyright: $ - * Copyright (c) 1984, 1985, 1986, 1987, 1988, 1989 - * Sequent Computer Systems, Inc. All rights reserved. - * - * This software is furnished under a license and may be used - * only in accordance with the terms of that license and with the - * inclusion of the above copyright notice. This software may not - * be provided or otherwise made available to, or used by, any - * other person. No title to or ownership of the software is - * hereby transferred. + * + * Copyright (c) International Business Machines Corp., 2002 + * + * This program is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation; either version 2 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See + * the GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program; if not, write to the Free Software + * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */ + +/* 01/02/2003 Port to LTP av...@us... */ +/* 06/30/2001 Port to Linux nsh...@us... */ /* * NAME |