Copyright (c) 2010, Oracle and/or its affiliates. All rights reserved.

--------------------------------------------------------------------

 bonobo-moniker-extender-file.c: 

 Author:
	Dietmar Maurer (dietmar@helixcode.com)

 Copyright 2000, Helix Code, Inc.
 

--------------------------------------------------------------------

 bonobo-moniker-file.c: Sample file-system based Moniker implementation

 This is the file-system based Moniker implementation.

 Author:
	Michael Meeks (michael@helixcode.com)

 Copyright 2000, Helix Code, Inc.
 

--------------------------------------------------------------------

  Copyright (C) 2003, 2004 Red Hat, Inc.

  Nautilus is free software; you can redistribute it and/or
  modify it under the terms of the GNU General Public License as
  published by the Free Software Foundation; either version 2 of the
  License, or (at your option) any later version.

  Nautilus is distributed in the hope that it will be useful,
  but WITHOUT ANY WARRANTY; without even the implied warranty of
  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
  General Public License for more details.

  You should have received a copy of the GNU General Public License
  along with this program; if not, write to the Free Software
  Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.

  Authors: Alexander Larsson <alexl@redhat.com>

 

--------------------------------------------------------------------

 bonobo-storage-fs.c: Sample file-system based Storage implementation

 This is just a sample file-system based Storage implementation.
*
 bonobo-stream-fs.c: Sample file-system based Stream implementation

 This is just a sample file-system based Stream implementation.
 it is only used for debugging purposes

 Authors:
   Miguel de Icaza (miguel@gnu.org)
   Michael Meeks   (michael@ximian.com)

 Copyright 2001, Ximian, Inc
 

--------------------------------------------------------------------

 gnome-stream-vfs.c: Gnome VFS based stream implementation

 Author:
   Michael Meeks <michael@helixcode.com>

 Copyright 2001, Ximian, Inc.
 


--------------------------------------------------------------------

   gnome-vfs-mime-monitor.h: Class for noticing changes in MIME data.
 
   gnome-vfs-mime-monitor.c: Class for noticing changes in MIME data.
 
   Copyright (C) 2000 Eazel, Inc.
  
   This program is free software; you can redistribute it and/or
   modify it under the terms of the GNU General Public License as
   published by the Free Software Foundation; either version 2 of the
   License, or (at your option) any later version.
  
   This program is distributed in the hope that it will be useful,
   but WITHOUT ANY WARRANTY; without even the implied warranty of
   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
   General Public License for more details.
  
   You should have received a copy of the GNU General Public
   License along with this program; if not, write to the
   Free Software Foundation, Inc., 59 Temple Place - Suite 330,
   Boston, MA 02111-1307, USA.
  
   Author: John Sullivan <sullivan@eazel.com>
   Authors: John Sullivan <sullivan@eazel.com>,

--------------------------------------------------------------------

check-mime.pl:
  GNOME VFS

  Copyright (C) 2000, 2001 Eazel, Inc.

  This library is free software; you can redistribute it and/or
  modify it under the terms of the GNU General Public License as
  published by the Free Software Foundation; either version 2 of the
  License, or (at your option) any later version.

  This library is distributed in the hope that it will be useful,
  but WITHOUT ANY WARRANTY; without even the implied warranty of
  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
  General Public License for more details.

  You should have received a copy of the GNU General Public License
  along with this library; if not, write to the Free Software
  Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.

  Author: Darin Adler <darin@eazel.com>,


 check-mime.pl: 

 What we check:
     types are lower-case in all files
     types in gnome-vfs.keys.in are in alphabetical order
     types in gnome-vfs.mime are in alphabetical order
     types in gnome-vfs.mime have descriptions in gnome-vfs.keys.in
     types in gnome-vfs-mime-magic have descriptions in gnome-vfs.keys.in
     types in gnome-vfs.applications have descriptions in gnome-vfs.keys.in
     (need to add what we check now)

 Other things to check later:
     OAFIIDs are consistent (same UUID part for same prefix)
     some way of detecting gnome-vfs.keys.in entries for nonexistent MIME types


--------------------------------------------------------------------


  cdda-cddb.h

  cdda-cddb.c

  Based on code from libcdaudio 0.5.0 (Copyright (C)1998 Tony Arcieri)

  All changes copyright (c) 1998 by Mike Oliphant - oliphant@ling.ed.ac.uk

    http://www.ling.ed.ac.uk/~oliphant/grip

  This program is distributed in the hope that it will be useful,
  but WITHOUT ANY WARRANTY; without even the implied warranty of
  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  GNU General Public License for more details.

  You should have received a copy of the GNU General Public License
  along with this program; if not, write to the Free Software
  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111, USA.

****************************************************************

--------------------------------------------------------------------

 Copyright (C) 2001,2002,2004 Red Hat, Inc.

 This is free software; you can redistribute it and/or modify it under
 the terms of the GNU Library General Public License as published by
 the Free Software Foundation; either version 2 of the License, or
 (at your option) any later version.

 This program is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.

 You should have received a copy of the GNU Library General Public
 License along with this program; if not, write to the Free Software
 Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
 

 Originally from vte 

--------------------------------------------------------------------

	$OpenBSD: sftp.h,v 1.4 2002/02/13 00:59:23 djm Exp $	


 Copyright (c) 2001 Markus Friedl.  All rights reserved.

 smb-method.h - VFS modules for SMB

 Docs:
 http://www.ietf.org/internet-drafts/draft-crhertel-smb-url-05.txt
 http://samba.org/doxygen/samba/group__libsmbclient.html
 http://ubiqx.org/cifs/

  Copyright (C) 2001,2002,2003 Red Hat

 sftp-method.c - Gnome VFS module for SFTP

 Copyright (C) 2002 Bradford Hovinen
 Portions copyright (C) 2001, 2002 Damien Miller

 This program is free software; you can redistribute it and/or
 modify it under the terms of the GNU General Public License as
 published by the Free Software Foundation; either version 2 of the
 License, or (at your option) any later version.

 This program is distributed in the hope that it will be useful,
 but WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.

 You should have received a copy of the GNU General Public License
 along with this program; if not, write to the Free Software
 Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.

 Author: Bastien Nocera <hadess@hadess.net>
         Alexander Larsson <alexl@redhat.com>
 	   Nate Nielsen <nielsen@memberwebs.com>
 
 Author: Bradford Hovinen <bghovinen@math.uwaterloo.ca>
 

 Portions of this file are derived from OpenSSH.

 Copyright notice for derived sources follows:

 Copyright (c) 2001,2002 Damien Miller.  All rights reserved.

 Redistribution and use in source and binary forms, with or without
 modification, are permitted provided that the following conditions
 are met:
 1. Redistributions of source code must retain the above copyright
    notice, this list of conditions and the following disclaimer.
 2. 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.

 THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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.
 


 draft-ietf-secsh-filexfer-01.txt
 

 version 

--------------------------------------------------------------------

Oracle elects to use only the GNU Lesser General Public License version 2.1
(LGPL)/GNU General Public License version 2 (GPL) for any software where a
choice of LGPL/GPL license versions are made available with the language
indicating that LGPLv2.1/GPLv2 or any later version may be used, or where a
choice of which version of the LGPL/GPL is applied is unspecified.  Unless
specifically stated otherwise, where a choice exists between another license
and either the GPL or the LGPL, Oracle chooses the other license.

--------------------------------------------------------------------
