Home | History | Annotate | Download | only in copyright
      1 
      2 Copyright 2008 Sun Microsystems, Inc.  All rights reserved.
      3 Use is subject to license terms.
      4 
      5 --------------------------------------------------------------------
      6 
      7 For the avoidance of doubt, except that if any license choice other
      8 than GPL or LGPL is available it will apply instead, Sun elects to
      9 use only the General Public License version 2 (GPLv2) at this time
     10 for any software where a choice of GPL license versions is made
     11 available with the language indicating that GPLv2 or any later
     12 version may be used, or where a choice of which version of the GPL
     13 is applied is otherwise unspecified.
     14 
     15 --------------------------------------------------------------------
     16 
     17  Copyright (C) 2002, 2003 CodeFactory AB
     18  Copyright (C) 2007 Codethink Ltd.
     19  Copyright (C) 2005 Nokia
     20  Copyright (C) 2002-2005 Red Hat, Inc.
     21  Copyright (C) 2004 Ximian, Inc.
     22 
     23  Licensed under the Academic Free License version 2.1
     24 
     25  This program is free software; you can redistribute it and/or modify
     26  it under the terms of the GNU General Public License as published by
     27  the Free Software Foundation; either version 2 of the License, or
     28  (at your option) any later version.
     29 
     30  This program is distributed in the hope that it will be useful,
     31  but WITHOUT ANY WARRANTY; without even the implied warranty of
     32  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
     33  GNU General Public License for more details.
     34 
     35  You should have received a copy of the GNU General Public License
     36  along with this program; if not, write to the Free Software
     37  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
     38 
     39 --------------------------------------------------------------------
     40 
     41  Copyright (C) 2003 Red Hat Inc.
     42  Copyright (C) 1990, 1991, 1992, 1993, 1994, 1996, 1997, 1998,
     43  1999, 2000, 2001, 2002 Free Software Foundation, Inc.
     44 
     45  This file is NOT licensed under the Academic Free License
     46  as it is largely derived from gcov.c and gcov-io.h in the
     47  gcc source code.
     48 
     49  This program is free software; you can redistribute it and/or modify
     50  it under the terms of the GNU General Public License as published by
     51  the Free Software Foundation; either version 2 of the License, or
     52  (at your option) any later version.
     53 
     54  This program is distributed in the hope that it will be useful,
     55  but WITHOUT ANY WARRANTY; without even the implied warranty of
     56  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
     57  GNU General Public License for more details.
     58 
     59  You should have received a copy of the GNU General Public License
     60  along with this program; if not, write to the Free Software
     61  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
     62 
     63 --------------------------------------------------------------------
     64 
     65  Copyright (C) 2004 Anders Carlsson
     66  Copyright (C) 2005 Colin Walters
     67  Copyright (C) 2005-2007 Collabora Ltd. <http://www.collabora.co.uk/>
     68  Copyright (C) 2003 David Zeuthen
     69  Copyright (C) 2003-2007 Red Hat Inc. <http://www.redhat.com/>
     70  Copyright (C) 2004 Rob Taylor
     71 
     72  Permission is hereby granted, free of charge, to any person
     73  obtaining a copy of this software and associated documentation
     74  files (the "Software"), to deal in the Software without
     75  restriction, including without limitation the rights to use, copy,
     76  modify, merge, publish, distribute, sublicense, and/or sell copies
     77  of the Software, and to permit persons to whom the Software is
     78  furnished to do so, subject to the following conditions:
     79 
     80  The above copyright notice and this permission notice shall be
     81  included in all copies or substantial portions of the Software.
     82 
     83  THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
     84  EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
     85  MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
     86  NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
     87  HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
     88  WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
     89  OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
     90  DEALINGS IN THE SOFTWARE.
     91 
     92 --------------------------------------------------------------------
     93 
     94