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) 1990, 91, 92, 93, 94 Free Software Foundation, Inc. 18 19 This program is free software; you can redistribute it and/or modify 20 it under the terms of the GNU General Public License as published by 21 the Free Software Foundation; either version 2, or (at your option) 22 any later version. 23 24 This program is distributed in the hope that it will be useful, 25 but WITHOUT ANY WARRANTY; without even the implied warranty of 26 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 27 GNU General Public License for more details. 28 29 You should have received a copy of the GNU General Public License 30 along with this program; if not, write to the Free Software 31 Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. 32 33 This code was relicensed by the FSF on May 1 2002 34 35 This file is free software; you can redistribute it and/or 36 modify it under the terms of the GNU Library General Public License as 37 published by the Free Software Foundation; either version 2 of the 38 License, or (at your option) any later version. 39 40 this file is distributed in the hope that it will be useful, 41 but WITHOUT ANY WARRANTY; without even the implied warranty of 42 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 43 Library General Public License for more details. 44 45 You should have received a copy of the GNU Library General Public 46 License along with the Gnome Library; see the file COPYING.LIB. If not, 47 write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, 48 Boston, MA 02111-1307, USA. 49 50 -------------------------------------------------------------------- 51 52 Copyright (c) 1994 by Jon Tombs <jon (a] gtex02.us.es> 53 54 This program is free software; you can redistribute it and/or 55 modify it under the terms of the GNU General Public License 56 as published by the Free Software Foundation; either version 57 2 of the License, or (at your option) any later version. 58 59 -------------------------------------------------------------------- 60 61 Copyright (C) 2005 Red Hat, Inc. 62 63 This library is free software; you can redistribute it and/or 64 modify it under the terms of the GNU Lesser General Public 65 License as published by the Free Software Foundation; either 66 version 2 of the License, or (at your option) any later version. 67 68 This library is distributed in the hope that it will be useful, 69 but WITHOUT ANY WARRANTY; without even the implied warranty of 70 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 71 Lesser General Public License for more details. 72 73 You should have received a copy of the GNU Lesser General Public 74 License along with this library; if not, write to the 75 Free Software Foundation, Inc., 59 Temple Place - Suite 330, 76 Boston, MA 02111-1307, USA. 77 78 -------------------------------------------------------------------- 79 80 (c) 2000 Eazel, Inc. 81 (c) 2001, 2002 George Lebl 82 (c) 2000, 2002 Queen of England 83 Copyright (C) 2007 William Jon McCann <mccann (a] jhu.edu> 84 85 This library is free software; you can redistribute it and/or 86 modify it under the terms of the GNU Library General Public 87 License as published by the Free Software Foundation; either 88 version 2 of the License, or (at your option) any later version. 89 90 This library 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 Library General Public License for more details. 94 95 You should have received a copy of the GNU Library General Public 96 License along with this library; if not, write to the 97 Free Software Foundation, Inc., 59 Temple Place - Suite 330, 98 Boston, MA 02111-1307, USA. 99 100 -------------------------------------------------------------------- 101 102 Copyright (c) 2001-2003 George Lebl 103 Copyright (C) 1998, 1999, 2000 Martin K. Petersen <mkp (a] mkp.net> 104 Copyright (C) 2003 Red Hat, Inc. 105 Copyright (C) Rik Faith <faith (a] precisioninsight.com> 106 Copyright (c) 2002, 2003, 2005 Sun Microsystems Inc. 107 Copyright (C) 2001-2002 Queen of England 108 Copyright (C) 2003-2007 Sun Microsystems, Inc. 109 Copyright (C) 2005-2007 William Jon McCann <mccann (a] jhu.edu> 110 111 This program is free software; you can redistribute it and/or modify 112 it under the terms of the GNU General Public License as published by 113 the Free Software Foundation; either version 2 of the License, or 114 (at your option) any later version. 115 116 This program is distributed in the hope that it will be useful, 117 but WITHOUT ANY WARRANTY; without even the implied warranty of 118 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 119 GNU General Public License for more details. 120 121 You should have received a copy of the GNU General Public License 122 along with this program; if not, write to the Free Software 123 Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 124 125 -------------------------------------------------------------------- 126 127