Home | History | Annotate | Download | only in copyright
      1   Copyright 2008 Sun Microsystems, Inc.  All rights reserved.
      2   Use is subject to license terms.
      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) 2001-2008 Red Hat, Inc.
     16  Copyright (C) 2004-2005 Nokia Corporation.
     17  Copyright (C) 2008 Bastien Nocera <hadess (a] hadess.net>
     18  Copyright (c) 2008 Andrew Walton.
     19  Copyright (C) 2007 David Zeuthen
     20  Copyright (C) 2002, 2003  CodeFactory AB
     21  Copyright (C) 2008 Benjamin Otte <otte (a] gnome.org>
     22  Copyright (C) 2008 Carlos Garcia Campos
     23  Copyright (C) 2008 Christian Kellner <gicmo (a] gnome.org>
     24  
     25 Authors:
     26        Alexander Larsson <alexl (a] redhat.com>
     27        Andrew Walton <awalton (a] svn.gnome.org> (port only)
     28        Bastien Nocera <hadess (a] hadess.net> (gio port)
     29        Benjamin Otte <otte (a] gnome.org>
     30        Cosimo Cecchi <cosimoc (a] gnome.org>
     31        Carlos Garcia Campos <carlosgc (a] gnome.org>
     32        Christian Kellner <gicmo (a] gnome.org>
     33        David Zeuthen <davidz (a] redhat.com>
     34        Tomas Bzatek <tbzatek (a] redhat.com>
     35 
     36  This library is free software; you can redistribute it and/or
     37  modify it under the terms of the GNU Lesser General Public
     38  License as published by the Free Software Foundation; either
     39  version 2 of the License, or (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 Library General Public
     47  License along with the Gnome Library; see the file COPYING.LIB.  If not,
     48  write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
     49  Boston, MA 02111-1307, USA.
     50 
     51 
     52 --------------------------------------------------------------------
     53  ***** BEGIN LICENSE BLOCK *****
     54  Version: MPL 1.1/GPL 2.0/LGPL 2.1
     55 
     56  The contents of this file are subject to the Mozilla Public License Version
     57  1.1 (the "License"); you may not use this file except in compliance with
     58  the License. You may obtain a copy of the License at
     59  http://www.mozilla.org/MPL/
     60 
     61  Software distributed under the License is distributed on an "AS IS" basis,
     62  WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
     63  for the specific language governing rights and limitations under the
     64  License.
     65 
     66  The Original Code is mozilla.org Code.
     67 
     68  The Initial Developer of the Original Code is
     69  Cyrus Patel <cyp (a] fb14.uni-mainz.de>.
     70  Portions created by the Initial Developer are Copyright (C) 2002
     71  the Initial Developer. All Rights Reserved.
     72 
     73  Contributor(s):
     74    Doug Turner <dougt (a] netscape.com>
     75 
     76  Alternatively, the contents of this file may be used under the terms of
     77  either the GNU General Public License Version 2 or later (the "GPL"), or
     78  the GNU Lesser General Public License Version 2.1 or later (the "LGPL"),
     79  in which case the provisions of the GPL or the LGPL are applicable instead
     80  of those above. If you wish to allow use of your version of this file only
     81  under the terms of either the GPL or the LGPL, and not to allow others to
     82  use your version of this file under the terms of the MPL, indicate your
     83  decision by deleting the provisions above and replace them with the notice
     84  and other provisions required by the GPL or the LGPL. If you do not delete
     85  the provisions above, a recipient may use your version of this file under
     86  the terms of any one of the MPL, the GPL or the LGPL.
     87 
     88  * ***** END LICENSE BLOCK ***** 
     89 
     90 --------------------------------------------------------------------
     91 
     92  Copyright (C) 2006-2007 Red Hat, Inc.
     93 
     94  Author: Alexander Larsson <alexl (a] redhat.com>
     95 
     96  This is free software; you can redistribute it and/or modify it under
     97  the terms of the GNU Library General Public License as published by
     98  the Free Software Foundation; either version 2 of the License, or
     99  (at your option) any later version.
    100 
    101  This program is distributed in the hope that it will be useful, but
    102  WITHOUT ANY WARRANTY; without even the implied warranty of
    103  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
    104  General Public License for more details.
    105 
    106  You should have received a copy of the GNU Library General Public
    107  License along with this program; if not, write to the Free Software
    108  Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
    109 
    110 
    111  Copyright (C) 2002, 2003  CodeFactory AB
    112  Copyright (C) 2003, 2004 Red Hat, Inc.
    113 
    114  dbus-gmain.c GLib main loop integration
    115 
    116 
    117  Licensed under the Academic Free License version 2.1
    118  
    119  This program is free software; you can redistribute it and/or modify
    120  it under the terms of the GNU General Public License as published by
    121  the Free Software Foundation; either version 2 of the License, or
    122  (at your option) any later version.
    123 
    124  This program is distributed in the hope that it will be useful,
    125  but WITHOUT ANY WARRANTY; without even the implied warranty of
    126  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
    127  GNU General Public License for more details.
    128  
    129  You should have received a copy of the GNU General Public License
    130  along with this program; if not, write to the Free Software
    131  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
    132 
    133 --------------------------------------------------------------------
    134 
    135  Copyright (C) 2007 Red Hat, Inc.
    136  
    137  This library is free software; you can redistribute it and/or
    138  modify it under the terms of the GNU Lesser General Public
    139  License as published by the Free Software Foundation; either
    140  version 2 of the License, or (at your option) any later version.
    141 
    142  This library is distributed in the hope that it will be useful,
    143  but WITHOUT ANY WARRANTY; without even the implied warranty of
    144  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
    145  Lesser General Public License for more details.
    146  
    147  You should have received a copy of the GNU Lesser General
    148  Public License along with this library; if not, write to the
    149  Free Software Foundation, Inc., 59 Temple Place, Suite 330,
    150  Boston, MA 02111-1307, USA.
    151  
    152  Author: David Zeuthen <davidz (a] redhat.com>
    153  
    154 
    155  GVFS cdrom audio file system driver
    156 
    157 NOTE: since we link the libcdio libs (GPLv2) into our process space
    158 the combined work is GPLv2. This source file, however, is LGPLv2+.
    159 
    160 --------------------------------------------------------------------
    161 
    162 
    163 
    164 /
    165