SUNWgnome-vfs.copyright revision 12738
1N/A Copyright 2008 Sun Microsystems, Inc. All rights reserved.
1N/A Use is subject to license terms.
1N/A
1N/AFor the avoidance of doubt, except that if any license choice other
1N/Athan GPL or LGPL is available it will apply instead, Sun elects to
1N/Ause only the General Public License version 2 (GPLv2) at this time
1N/Afor any software where a choice of GPL license versions is made
1N/Aavailable with the language indicating that GPLv2 or any later
1N/Aversion may be used, or where a choice of which version of the GPL
1N/Ais applied is otherwise unspecified.
1N/A
1N/A--------------------------------------------------------------------
1N/A
1N/A Copyright (C) 2000 Eazel, Inc.
1N/A Copyright (C) 2004 Nokia Corporation.
1N/A Copyright (C) 2004-2005 Nokia Corporation.
1N/A Copyright (C) 2004-2006 Nokia Corporation.
1N/A Copyright (C) 2001,2002,2004 Red Hat, Inc.
1N/A Copyright (C) 1995, 1996, 1997 Free Software Foundation, Inc.
1N/A
1N/A
1N/A This program is free software; you can redistribute it and/or
1N/A modify it under the terms of the GNU Lesser General Public License as
1N/A published by the Free Software Foundation; version 2 of the
1N/A License.
1N/A
1N/A This program is distributed in the hope that it will be useful,
1N/A but WITHOUT ANY WARRANTY; without even the implied warranty of
1N/A MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
1N/A Lesser General Public License for more details.
1N/A
1N/A You should have received a copy of the GNU Lesser General Public
1N/A License along with this program; if not, write to the
1N/A Free Software Foundation, Inc., 59 Temple Place - Suite 330,
1N/A Boston, MA 02111-1307, USA.
1N/A
1N/A Authora:
1N/A Richard Hult <richard@imendio.com>
1N/A Alexander Larsson <alexl@redhat.com>
1N/A Ulrich Drepper <drepper@gnu.ai.mit.edu>, 1995.
1N/A John Sullivan <sullivan@eazel.com>
1N/A John Sullivan <sullivan@eazel.com>
1N/A
1N/A--------------------------------------------------------------------
1N/A
1N/A Copyright (C) 2001,2002,2003 Red Hat
1N/A Copyright (C) 2002 Bradford Hovinen
1N/A Copyright (c) 2001 Markus Friedl. All rights reserved.
1N/A Copyright (c) 2001,2002 Damien Miller. All rights reserved.
1N/A Copyright notice for derived sources from OpenBSD: sftp.h
1N/A
1N/A Author: Bastien Nocera <hadess@hadess.net>
1N/A Author: Bradford Hovinen <bghovinen@math.uwaterloo.ca>
1N/A
1N/A
1N/A smb-method.h - VFS modules for SMB
1N/A
1N/A sftp-method.c - Gnome VFS module for SFTP
1N/A
1N/A Portions copyright (C) 2001, 2002 Damien Miller
1N/A
1N/A Authors:
1N/A Alexander Larsson <alexl@redhat.com>
1N/A Nate Nielsen <nielsen@memberwebs.com>
1N/A
1N/A This program is free software; you can redistribute it and/or
1N/A modify it under the terms of the GNU General Public License as
1N/A published by the Free Software Foundation; either version 2 of the
1N/A License, or (at your option) any later version.
1N/A
1N/A This program is distributed in the hope that it will be useful,
1N/A but WITHOUT ANY WARRANTY; without even the implied warranty of
1N/A MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
1N/A General Public License for more details.
1N/A
1N/A You should have received a copy of the GNU General Public License
1N/A along with this program; if not, write to the Free Software
1N/A Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
1N/A
1N/A Portions of this file are derived from OpenSSH.
1N/A
1N/A Redistribution and use in source and binary forms, with or without
1N/A modification, are permitted provided that the following conditions
1N/A are met:
1N/A 1. Redistributions of source code must retain the above copyright
1N/A notice, this list of conditions and the following disclaimer.
1N/A 2. Redistributions in binary form must reproduce the above copyright
1N/A notice, this list of conditions and the following disclaimer in the
1N/A documentation and/or other materials provided with the distribution.
1N/A
1N/A THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
1N/A IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
1N/A OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
1N/A IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT,
1N/A INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
1N/A NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
1N/A DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
1N/A THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
1N/A (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
1N/A THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
1N/A
1N/A--------------------------------------------------------------------
1N/A
1N/A Copyright (C) 1999-2000 Tommi Komulainen <Tommi.Komulainen@iki.fi>
1N/A Copyright (C) 1999-2005, Joe Orton <joe@manyfish.co.uk>
1N/A Copyright (C) 2004 Jiang Lei <tristone@deluxe.ocn.ne.jp>
1N/A Copyright (C) 2004 Red Hat, Inc., Marco Pesenti Gritti <mpg@redhat.com>
1N/A Copyright (C) 2005 Novell, Inc
1N/A
1N/A
1N/A This library is free software; you can redistribute it and/or
1N/A modify it under the terms of the GNU Library General Public
1N/A License as published by the Free Software Foundation; either
1N/A version 2 of the License, or (at your option) any later version.
1N/A
1N/A This library is distributed in the hope that it will be useful,
1N/A but WITHOUT ANY WARRANTY; without even the implied warranty of
1N/A MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
1N/A Library General Public License for more details.
1N/A
1N/A You should have received a copy of the GNU Library General Public
1N/A License along with this library; if not, write to the Free
1N/A Software Foundation, Inc., 59 Temple Place - Suite 330, Boston,
1N/A MA 02111-1307, USA
1N/A
1N/A--------------------------------------------------------------------
1N/A
1N/A Copyright (C) 2001 Andy Hertzfeld
1N/A All rights reserved.
1N/A
1N/A Copyright (C) 1990, 91, 92, 93, 94 Free Software Foundation, Inc.
1N/A Copyright (C) 1998 Miguel de Icaza
1N/A Copyright (C) 2000 Ian McKellar, Eazel Inc.
1N/A Copyright (C) 2000, 2001 Eazel, Inc.
1N/A Copyright (C) 2000, Eazel Inc.
1N/A Copyright (C) 2001 Andy Hertzfeld
1N/A Copyright (C) 2001 Ian McKellar
1N/A Copyright (C) 2001 Maciej Stachowiak
1N/A Copyright (C) 2002 Giovanni Corriga
1N/A Copyright (C) 2002 Seth Nickell
1N/A Copyright (C) 2002 Ximian, Inc
1N/A Copyright (C) 2003-2006, Red Hat
1N/A Copyright (C) 2004-2006 Christian Kellner <gicmo@gnome.org>
1N/A Copyright (C) 2005 John McCutchan
1N/A Copyright (C) 2005 Sun Microsystems
1N/A Copyright (C) 2006 John McCutchan <john@johnmccutchan.com>
1N/A Copyright (C) 2007 Thadeu Lima de Souza Cascardo
1N/A Copyright 1993 Yggdrasil Computing, Incorporated
1N/A Copyright (C) 1997 Paolo Molaro
1N/A Copyright (C) 1997-2001 Free Software Foundation
1N/A Copyright (C) 2001 Maciej Stachowiak
1N/A Copyright (C) 2001 Seth Nickell
1N/A Copyright (C) 2002 Andrew McDonald
1N/A
1N/A Author: Abigail Brady <morwen@evilmagic.org> (tarpet.h)
1N/A Author: Alexander Larsson <alexl@redhat.com>
1N/A Author: Alvaro Lopez Ortega <alvaro@sun.com>
1N/A Author: Andy Hertzfeld <andy@differnet.com>
1N/A Author: Bastien Nocera <hadess@hadess.net>
1N/A Author: Chrsitian Kellner <gicmo@gnome.org>
1N/A Author: Cody Russell <cody@jhu.edu>
1N/A Author: Darin Adler <darin@eazel.com>
1N/A Author: David Zeuthen <davidz@redhat.com>
1N/A Author: David MacKenzie <djm@gnu.ai.mit.edu>
1N/A Author: Eric Youngdale (1993).
1N/A Author: Ettore Perazzoli <ettore@comm2000.it>
1N/A Author: Ettore Perazzoli <ettore@gnu.org>
1N/A Author: Gene Z. Ragan <gzr@eazel.com>
1N/A Author: George Lebl, <jirka@5z.com>
1N/A Author: Giovanni Corriga <valkadesh@libero.it>
1N/A Author: Havoc Pennington <hp@redhat.com>
1N/A Author: Ian McKellar <yakk@yakk.net>
1N/A Author: John McCutchan <john@johnmccutchan.com>
1N/A Author: John McCutchan <ttb@tentacle.dhs.org>
1N/A Author: L�szl� P�ter <laca@ireland.sun.com>
1N/A Author: Maciej Stachowiak <mjs@eazel.com>
1N/A Author: Maciej Stachowiak <mjs@noisehavoc.org>
1N/A Author: Mathieu Lacage <mathieu@eazel.com>
1N/A Author: Michael Fleming <mfleming@eazel.com>
1N/A Author: Michael Meeks <michael@imaginator.com>
1N/A Author: Michael Meeks <mmeeks@gnu.org>
1N/A Author: Pavel Cisler <pavel@eazel.com>
1N/A Author: Rachel Hestilow <hestilow@ximian.com>
1N/A Author: Seth Nickell <snickell@stanford.edu>
1N/A Author: Thadeu Lima de Souza Cascardo
1N/A
1N/A The Gnome Library is free software; you can redistribute it and/or
1N/A modify it under the terms of the GNU Library General Public License as
1N/A published by the Free Software Foundation; either version 2 of the
1N/A License, or (at your option) any later version.
1N/A
1N/A The Gnome Library is distributed in the hope that it will be useful,
1N/A but WITHOUT ANY WARRANTY; without even the implied warranty of
1N/A MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
1N/A Library General Public License for more details.
1N/A
1N/A You should have received a copy of the GNU Library General Public
1N/A License along with the Gnome Library; see the file COPYING.LIB. If not,
1N/A write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
1N/A Boston, MA 02111-1307, USA.
1N/A
1N/A
1N/A `_gnome_vfs_canonicalize_pathname()' derived from code by Brian Fox and Chet
1N/A Ramey in GNU Bash, the Bourne Again SHell. Copyright (C) 1987, 1988, 1989,
1N/A 1990, 1991, 1992 Free Software Foundation, Inc.
1N/A
1N/A Authors: 1995 Miguel de Icaza
1N/A 1995 Jakub Jelinek
1N/A 1998 Pavel Machek
1N/A 1999 Cleanup by Ettore Perazzoli
1N/A
1N/A finduid, findgid are from GNU tar.
1N/A Authors:
1N/A Ian McKellar <yakk@yakk.net>
1N/A
1N/A--------------------------------------------------------------------
1N/A Copyright (C) 1991, 1992, 1993 Free Software Foundation, Inc.
1N/A Copyright (C) 2003,2004 Jonathan Blandford <jrb@alum.mit.edu>
1N/A Copyright (C) 2003-2005 Red Hat, Inc.
1N/A Copyright (C) 2004-2005 Matthias Clasen <mclasen@redhat.com>
1N/A
1N/A Licensed under the Academic Free License version 2.0
1N/A Or under the following terms:
1N/A xdgmimeint.h: Internal defines and functions.
1N/A xdgmimemagic.: Private file. Datastructure for storing magic files.
1N/A xdgmimeint.c: Internal defines and functions.
1N/A xdgmimeglob.h: Private file. Datastructure for storing the globs.
1N/A
1N/A More info can be found at http://www.freedesktop.org/standards/
1N/A
1N/A xdgmimeparent.h: Private file. Datastructure for storing the hierarchy.
1N/A xdgmimealias.h: Private file. Datastructure for storing the aliases.
1N/A xdgmimealias.c: Private file. Datastructure for storing the aliases.
1N/A xdgmime.h: XDG Mime Spec mime resolver. Based on version 0.11 of the spec.
1N/A xdgmimecache.h: Private file. Datastructure for mmapped caches.
1N/A
1N/A
1N/A This library is free software; you can redistribute it and/or
1N/A modify it under the terms of the GNU Lesser General Public
1N/A License as published by the Free Software Foundation; either
1N/A version 2 of the License, or (at your option) any later version.
1N/A
1N/A This library is distributed in the hope that it will be useful,
1N/A but WITHOUT ANY WARRANTY; without even the implied warranty of
1N/A MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
1N/A Lesser General Public License for more details.
1N/A
1N/A You should have received a copy of the GNU Lesser General Public
1N/A License along with this library; if not, write to the
1N/A Free Software Foundation, Inc., 59 Temple Place - Suite 330,
1N/A Boston, MA 02111-1307, USA.
1N/A
1N/A
1N/A Stripped-down UTF-8 fnmatch() lifted from GTK+
1N/A
1N/A--------------------------------------------------------------------
1N/A
1N/A