1 Copyright 2008 Sun Microsystems, Inc. All rights reserved. 2 Use is subject to license terms. 3 4 For the avoidance of doubt, except that if any license choice other 5 than GPL or LGPL is available it will apply instead, Sun elects to 6 use only the General Public License version 2 (GPLv2) at this time 7 for any software where a choice of GPL license versions is made 8 available with the language indicating that GPLv2 or any later 9 version may be used, or where a choice of which version of the GPL 10 is applied is otherwise unspecified. 11 12 -------------------------------------------------------------------- 13 14 Copyright (C) 1999, 2001-2002 Free Software Foundation, Inc. 15 This file is part of the GNU C Library. 16 17 The GNU C Library is free software; you can redistribute it and/or 18 modify it under the terms of the GNU Library General Public License as 19 published by the Free Software Foundation; either version 2 of the 20 License, or (at your option) any later version. 21 22 The GNU C Library is distributed in the hope that it will be useful, 23 but WITHOUT ANY WARRANTY; without even the implied warranty of 24 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 25 Library General Public License for more details. 26 27 You should have received a copy of the GNU Library General Public 28 License along with the GNU C Library; see the file COPYING.LIB. If not, 29 write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, 30 Boston, MA 02111-1307, USA. 31 32 33 34 -------------------------------------------------------------------- 35 36 Copyright (C) 2001 Free Software Foundation, Inc. 37 38 This program is free software; you can redistribute it and/or modify 39 it under the terms of the GNU General Public License as published by 40 the Free Software Foundation; either version 2, or (at your option) 41 any later version. 42 43 This program is distributed in the hope that it will be useful, 44 but WITHOUT ANY WARRANTY; without even the implied warranty of 45 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 46 GNU General Public License for more details. 47 48 You should have received a copy of the GNU General Public License 49 along with this program; if not, write to the Free Software Foundation, 50 Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. 51 52 53 -------------------------------------------------------------------- 54 55 Copyright (C) 2002-2004 Bastien Nocera <hadess (a] hadess.net> 56 Copyright (C) 2004 James Bowes <bowes (a] cs.dal.ca> 57 Copyright (C) 2004-2006 William Jon McCann <mccann (a] jhu.edu> 58 59 This program is free software; you can redistribute it and/or modify 60 it under the terms of the GNU General Public License as published by 61 the Free Software Foundation; either version 2 of the License, or 62 (at your option) any later version. 63 64 This program is distributed in the hope that it will be useful, 65 but WITHOUT ANY WARRANTY; without even the implied warranty of 66 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 67 GNU General Public License for more details. 68 69 You should have received a copy of the GNU General Public License 70 along with this program; if not, write to the Free Software 71 Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. 72 73 Authors: James Bowes <bowes (a] cs.dal.ca> 74 Bastien Nocera <hadess (a] hadess.net> 75 William Jon McCann <mccann (a] jhu.edu> 76 77 78 -------------------------------------------------------------------- 79 80 Copyright (C) 2002-2004 Red Hat, Inc. 81 Copyright (C) 2003 Novell, Inc. 82 Copyright (C) 2005-2006 William Jon McCann <mccann (a] jhu.edu> 83 Copyright (C) 2006 Fabio Bonelli <fabiobonelli (a] libero.it> 84 85 This program is free software; you can redistribute it and/or 86 modify it under the terms of the GNU General Public License as 87 published by the Free Software Foundation; either version 2 of the 88 License, or (at your option) any later version. 89 90 This program is distributed in the hope that it will be useful, 91 but WITHOUT ANY WARRANTY; without even the implied warranty of 92 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 93 General Public License for more details. 94 95 You should have received a copy of the GNU General Public 96 License along with this program; if not, write to the 97 Free Software Foundation, Inc., 59 Temple Place - Suite 330, 98 Boston, MA 02111-1307, USA. 99 100 101 Authors: Alexander Larsson <alexl (a] redhat.com> 102 Bastien Nocera <hadess (a] hadess.net> 103 William Jon McCann <mccann (a] jhu.edu> 104 Fabio Bonelli <fabiobonelli (a] libero.it> 105 106 -------------------------------------------------------------------- 107 108