The R Project SVN R

Rev

Rev 4562 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 4562 Rev 5458
Line 1... Line 1...
1
/*
1
/*
2
 *  R : A Computer Language for Statistical Data Analysis
2
 *  R : A Computer Language for Statistical Data Analysis
3
 
3
 
4
 *  Copyright (C) 1996, 1997  Robert Gentleman and Ross Ihaka
4
 *  Copyright (C) 1996, 1997  Robert Gentleman and Ross Ihaka
5
 *  Copyright (C) 1998        Robert Gentleman, Ross Ihaka and the
5
 *  Copyright (C) 1998, 1999  Robert Gentleman, Ross Ihaka and the
6
 *                            R Development Core Team
6
 *                            R Development Core Team
7
 *
7
 *
8
 *  This program is free software; you can redistribute it and/or modify
8
 *  This program is free software; you can redistribute it and/or modify
9
 *  it under the terms of the GNU General Public License as published by
9
 *  it under the terms of the GNU General Public License as published by
10
 *  the Free Software Foundation; either version 2 of the License, or
10
 *  the Free Software Foundation; either version 2 of the License, or
Line 15... Line 15...
15
 *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
15
 *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
16
 *  GNU General Public License for more details.
16
 *  GNU General Public License for more details.
17
 *
17
 *
18
 *  You should have received a copy of the GNU General Public License
18
 *  You should have received a copy of the GNU General Public License
19
 *  along with this program; if not, write to the Free Software
19
 *  along with this program; if not, write to the Free Software
20
 *  Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
20
 *  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
21
 */
21
 */