1 Copyright 2008 Sun Microsystems, Inc. All rights reserved. 2 3 -------------------------------------------------------------------- 4 5 For the avoidance of doubt, except that if any license choice other 6 than GPL or LGPL is available it will apply instead, Sun elects to 7 use only the General Public License version 2 (GPLv2) at this time 8 for any software where a choice of GPL license versions is made 9 available with the language indicating that GPLv2 or any later 10 version may be used, or where a choice of which version of the GPL 11 is applied is otherwise unspecified. 12 13 -------------------------------------------------------------------- 14 15 Copyright (C) 2005-2006 Kay Sievers <kay.sievers (a] vrfy.org> 16 17 This program is free software; you can redistribute it and/or modify it 18 under the terms of the GNU General Public License as published by the 19 Free Software Foundation version 2 of the License. 20 21 This program is distributed in the hope that it will be useful, but 22 WITHOUT ANY WARRANTY; without even the implied warranty of 23 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 24 General Public License for more details. 25 26 You should have received a copy of the GNU General Public License along 27 with this program; if not, write to the Free Software Foundation, Inc., 28 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. 29 30 -------------------------------------------------------------------- 31 32 Copyright (C) 1999 Aladdin Enterprises. All rights reserved. 33 34 This software is provided 'as-is', without any express or implied 35 warranty. In no event will the authors be held liable for any damages 36 arising from the use of this software. 37 38 Permission is granted to anyone to use this software for any purpose, 39 including commercial applications, and to alter it and redistribute it 40 freely, subject to the following restrictions: 41 42 1. The origin of this software must not be misrepresented; you must not 43 claim that you wrote the original software. If you use this software 44 in a product, an acknowledgment in the product documentation would be 45 appreciated but is not required. 46 2. Altered source versions must be plainly marked as such, and must not be 47 misrepresented as being the original software. 48 3. This notice may not be removed or altered from any source distribution. 49 50 L. Peter Deutsch 51 ghost (a] aladdin.com 52 53 54 The original and principal author of md5.c is L. Peter Deutsch 55 <ghost (a] aladdin.com>. Other authors are noted in the change history 56 that follows (in reverse chronological order): 57 58 -------------------------------------------------------------------- 59 60 Copyright (c) 2001, Dr Martin Porter 61 All rights reserved. 62 63 Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: 64 Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. 65 Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. 66 Neither the name of the <ORGANIZATION> nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission. 67 68 THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 69 70 -------------------------------------------------------------------- 71 72 Copyright (C) 1991-1993, 1996-2003 Free Software Foundation, Inc. 73 Copyright (c) 1991-2004, Jamie Zawinski <jwz (a] jwz.org> 74 Copyright (C) 2002-2005 Ulric Eriksson <ulric (a] siag.nu> 75 Copyright (C) 2004-2006 William Jon McCann <mccann (a] jhu.edu> 76 Copyright (C) 2006, Anders Aagaard 77 Copyright (C) 2006, Edward Duffy <eduffy (a] gmail.com> 78 Copyright (C) 2006, 2007, Laurent Aguerreche (laurent.aguerreche (a] free.fr) 79 Copyright (C) 2006-2007, Jamie McCracken (jamiemcc (a] gnome.org) 80 Copyright (C) 2007, Creative Commons (http://creativecommons.org) 81 Copyright (C) 2007, Jason Kivlighn (jkivlighn (a] gmail.com) 82 Copyright (C) 2007, Marcus Rosell (mudflap75 (a] gmail.com) 83 Copyright (C) 2007, Saleem Abdulrasool <compnerd (a] gentoo.org> 84 Copyright 2007 Sun Microsystems, Inc. All rights reserved. 85 Copyright (C) 2003-2006 the GStreamer project 86 Julien Moutte <julien (a] moutte.net> 87 Ronald Bultje <rbultje (a] ronald.bitfreak.net> 88 Tim-Philipp Mller <tim centricular net> 89 90 91 This program is free software; you can redistribute it and/or 92 modify it under the terms of the GNU General Public 93 License as published by the Free Software Foundation; either 94 version 2 of the License, or (at your option) any later version. 95 96 This program is distributed in the hope that it will be useful, 97 but WITHOUT ANY WARRANTY; without even the implied warranty of 98 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 99 General Public License for more details. 100 101 You should have received a copy of the GNU General Public 102 License along with this program; if not, write to the 103 Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, 104 Boston, MA 02110-1301, USA. 105 106 Authors: Dennis Cranston <dennis_cranston (a] yahoo.com> 107 George Lebl 108 109 The Totem project hereby grant permission for non-gpl compatible GStreamer 110 plugins to be used and distributed together with GStreamer and Totem. This 111 permission is above and beyond the permissions granted by the GPL license 112 Totem is covered by. 113 114 Monday 7th February 2005: Christian Schaller: Add exemption clause. 115 See license_change file for details. 116 117 118 -------------------------------------------------------------------- 119 120 Copyright (C) 2005 Novell, Inc. 121 Copyright (C) 2006, Mr Jamie McCracken (jamiemcc (a] gnome.org) 122 123 Based mostly on code by 124 Robert Love <rml (a] novell.com> 125 126 127 Permission is hereby granted, free of charge, to any person obtaining a 128 copy of this software and associated documentation files (the "Software"), 129 to deal in the Software without restriction, including without limitation 130 the rights to use, copy, modify, merge, publish, distribute, sublicense, 131 and/or sell copies of the Software, and to permit persons to whom the 132 Software is furnished to do so, subject to the following conditions: 133 134 The above copyright notice and this permission notice shall be included in 135 all copies or substantial portions of the Software. 136 137 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 138 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 139 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 140 AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 141 LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING 142 FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER 143 DEALINGS IN THE SOFTWARE. 144 145 146 -------------------------------------------------------------------- 147 148 Copyright (C) 2000, 2001 Free Software Foundation, Inc. 149 Contributed by Zack Weinberg <zackw (a] stanford.edu>. 150 Copyright (C) 2006, Laurent Aguerreche (laurent.aguerreche (a] free.fr) 151 Copyright (C) 2006, Mr Jamie McCracken (jamiemcc (a] gnome.org) 152 Copyright (C) 2007 John Stowers 153 Copyright (C) 2007 Neil Jagdish Patel <njpatel (a] gmail.com> 154 155 This library is free software; you can redistribute it and/or 156 modify it under the terms of the GNU Library General Public 157 License as published by the free Software Foundation; either 158 version 2 of the License, or (at your option) any later version. 159 160 This library is distributed in the hope that it will be useful, 161 but WITHOUT ANY WARRANTY; without even the implied warranty of 162 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 163 Library General Public License for more details. 164 165 You should have received a copy of the GNU Library General Public 166 License along with this library; if not, write to the 167 free Software Foundation, Inc., 59 Temple Place - Suite 330, 168 Boston, MA 02111-1307, USA. 169 170 Author : Neil Jagdish Patel <njpatel (a] gmail.com> 171 172 173 -------------------------------------------------------------------- 174 175 Copyright (C) 2000-2006 Mikio Hirabayashi 176 QDBM is free software; you can redistribute it and/or modify it under the terms of the GNU 177 Lesser General Public License as published by the Free Software Foundation; either version 178 2.1 of the License or any later version. QDBM is distributed in the hope that it will be 179 useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 180 FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more 181 details. 182 You should have received a copy of the GNU Lesser General Public License along with QDBM; if 183 not, write to the Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 184 02111-1307 USA. 185 ************************************************************************************************ 186 187 -------------------------------------------------------------------- 188 189 Copyright (C) 2003,2004 Red Hat, Inc. 190 Copyright (C) 2003,2004 Jonathan Blandford <jrb (a] alum.mit.edu> 191 Copyright (C) 2004,2005 Matthias Clasen <mclasen (a] redhat.com> 192 @Copyright (C) 2004-2006 Christian Hammond. 193 Copyright (C) 200 Matthias Clasen <mclasen (a] redhat.com> 194 195 Licensed under the Academic Free License version 2.0 196 Or under the following terms: 197 198 This library is free software; you can redistribute it and/or 199 modify it under the terms of the GNU Lesser General Public 200 License as published by the Free Software Foundation; either 201 version 2 of the License, or (at your option) any later version. 202 203 This library is distributed in the hope that it will be useful, 204 but WITHOUT ANY WARRANTY; without even the implied warranty of 205 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 206 Lesser General Public License for more details. 207 208 You should have received a copy of the GNU Lesser General Public 209 License along with this library; if not, write to the 210 Free Software Foundation, Inc., 59 Temple Place - Suite 330, 211 Boston, MA 02111-1307, USA. 212 213 214 -------------------------------------------------------------------- 215 216