1 For the avoidance of doubt, except that if any license choice other 2 than GPL or LGPL is available it will apply instead, Sun elects to 3 use only the General Public License version 2 (GPLv2) at this time 4 for any software where a choice of GPL license versions is made 5 available with the language indicating that GPLv2 or any later 6 version may be used, or where a choice of which version of the GPL 7 is applied is otherwise unspecified. 8 9 -------------------------------------------------------------------- 10 11 Copyright (C) 2008 Sun Microsystems, Inc. All rights reserved. 12 Use is subject to license terms. 13 14 This library is free software; you can redistribute it and/or 15 modify it under the terms of the GNU Lesser General Public 16 License as published by the Free Software Foundation; either 17 version 2 of the License, or (at your option) any later version. 18 19 This library is distributed in the hope that it will be useful, 20 but WITHOUT ANY WARRANTY; without even the implied warranty of 21 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 22 Lesser General Public License for more details. 23 24 You should have received a copy of the GNU Lesser General 25 Public License along with this library; if not, write to the 26 Free Software Foundation, Inc., 59 Temple Place, Suite 330, 27 Boston, MA 02111-1307, USA. 28 29 Authors: Lin Ma <lin.ma (a] sun.com> 30 31 -------------------------------------------------------------------- 32 33 Copyright (C) 2005 Neal H. Walfield 34 Copyright (C) 2004 John McCutchan, James Willcox, Corey Bowers 35 36 This library is free software; you can redistribute it and/or 37 modify it under the terms of the GNU General Lesser Public License 38 as published by the Free Software Foundation; either version 2, or 39 (at your option) any later version. 40 41 This library is distributed in the hope that it will be useful, 42 but WITHOUT ANY WARRANTY; without even the implied warranty of 43 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 44 Lesser General Public License for more details. 45 46 You should have received a copy of the GNU General Lesser Public 47 License along with this library; if not, write to the Free Software 48 Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. 49 50 -------------------------------------------------------------------- 51 52 Copyright (C) 2004 Red Hat, Inc. All Rights Reserved. 53 Copyright (C) 1999 Silicon Graphics, Inc. All Rights Reserved. 54 Copyright (C) 2004 Red Hat, Inc. 55 56 This program is free software; you can redistribute it and/or modify it 57 under the terms of version 2.1 of the GNU Lesser General Public License 58 as published by the Free Software Foundation. 59 60 This program is distributed in the hope that it would be useful, but 61 WITHOUT ANY WARRANTY; without even the implied warranty of 62 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. Further, any 63 license provided herein, whether implied or otherwise, is limited to 64 this program in accordance with the express provisions of the GNU Lesser 65 General Public License. Patent licenses, if any, provided herein do not 66 apply to combinations of this program with other product or programs, or 67 any other product whatsoever. This program is distributed without any 68 warranty that the program is delivered free of the rightful claim of any 69 third person by way of infringement or the like. See the GNU Lesser 70 General Public License for more details. 71 72 You should have received a copy of the GNU General Public License along 73 with this program; if not, write the Free Software Foundation, Inc., 59 74 Temple Place - Suite 330, Boston MA 02111-1307, USA. 75 76 -------------------------------------------------------------------- 77 78 Copyright (C) 2005 John McCutchan 79 Copyright (C) 2006 John McCutchan <john (a] johnmccutchan.com> 80 81 The Gnome Library is free software; you can redistribute it and/or 82 modify it under the terms of the GNU Library General Public License as 83 published by the Free Software Foundation; either version 2 of the 84 License, or (at your option) any later version. 85 86 The Gnome Library is distributed in the hope that it will be useful, 87 but WITHOUT ANY WARRANTY; without even the implied warranty of 88 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 89 Library General Public License for more details. 90 91 You should have received a copy of the GNU Library General Public 92 License along with the Gnome Library; see the file COPYING.LIB. If not, 93 write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, 94 Boston, MA 02111-1307, USA. 95 96 Author: John McCutchan <ttb (a] tentacle.dhs.org> 97 Author: John McCutchan <john (a] johnmccutchan.com> 98 99 -------------------------------------------------------------------- 100 101 Copyright (C) 2003 James Willcox, Corey Bowers 102 Copyright (C) 2005 Joe Marcus Clarke <marcus (a] FreeBSD.org> 103 Copyright (C) 2005 Jean-Yves Lefort <jylefort (a] FreeBSD.org> 104 Copyright (C) 2004 Daniel Veillard, Red Hat, Inc. 105 Copyright (C) 2004 Daniel Veillard 106 Copyright (C) 2005 John McCutchan 107 108 This library is free software; you can redistribute it and/or 109 modify it under the terms of the GNU Lesser General Public 110 License as published by the Free Software Foundation; either 111 version 2 of the License, or (at your option) any later version. 112 113 This library is distributed in the hope that it will be useful, 114 but WITHOUT ANY WARRANTY; without even the implied warranty of 115 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 116 Lesser General Public License for more details. 117 118 You should have received a copy of the GNU Lesser General Public 119 License along with this library; if not, write to the Free 120 Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. 121 122 -------------------------------------------------------------------- 123 124 Copyright (C) 2006 John McCutchan <john (a] johnmccutchan.com> 125 126 This program is free software; you can redistribute it and/or modify 127 it under the terms of the GNU General Public License as published by 128 the Free Software Foundation; version 2. 129 130 This program is distributed in the hope that it will be useful, 131 but WITHOUT ANY WARRANTY; without even the implied warranty of 132 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 133 GNU General Public License version 2 for more details. 134 You should have received a copy of the GNU General Public License 135 along with this program; if not, write to the Free Software Foundation, 136 Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. 137 138 -------------------------------------------------------------------- 139