1 -------------------------------------------------------------------- 2 This program is free software; you can redistribute it and/or 3 modify it under the terms of the GNU General Public License as 4 published by the Free Software Foundation; either version 2 of the 5 License, or (at your option) any later version. 6 7 This program is distributed in the hope that it will be useful, but 8 WITHOUT ANY WARRANTY; without even the implied warranty of 9 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 10 General Public License for more details. 11 12 You should have received a copy of the GNU General Public License 13 along with this program; if not, write to the Free Software 14 Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 15 02111-1307, USA. 16 17 Copyright (C) 2002-2003 Loban A Rahman 18 Copyright (C) 1999,2000 Eazel, Inc. 19 Copyright (C) 2004 Canonical Ltd. 20 Copyright (C) 2005 Raffaele Sandrini 21 Copyright (C) 2002,2003 George Lebl 22 Copyright (C) 2001 Queen of England, 23 Copyright (C) 2002-2004 Sun Microsystems, Inc. 24 Copyright (C) 2004-2005 Red Hat Inc. 25 Copyright (C) 1993 MicroWalt Corporation. 26 Copyright (C) 2005,2008 by Ryan Lortie <desrt (a] desrt.ca> 27 Copyright (C) 1997-2005 The Free Software Foundation, Inc. 28 Copyright (C) 1998,1999 Oliver Maruhn <oliver (a] maruhn.com> 29 Copyright (C) 1999 Dave Camp 30 Copyright (C) 2004 by Joe Marcus Clarke <marcus (a] FreeBSD.org> 31 Copyright (C) 2000 by Jrgen Pehrson <jp (a] spektr.eu.org> 32 Copyright (C) 2005 Ryan Lortie, 2004 Gareth Owen 33 Copyright (C) 2000 by Jrgen Pehrson <jp (a] spektr.eu.org> 34 Copyright (C) 2004 Gareth Owen 35 Copyright (c) 2004 Michiel Sikkes <michiel (a] eyesopened.nl>, 36 2004 Emmanuele Bassi <ebassi (a] gmail.com> 37 Copyright (c) 2004 Michiel Sikkes <michiel (a] eyesopened.nl>, 38 2004 Emmanuele Bassi <ebassi (a] gmail.com> 39 Copyright 2008 Ryan Lortie 40 Copyright (C) 2004 Carlos Garnacho 41 42 Authors: 43 Erwann Chenede <erwann.chenede (a] sun.com> 44 Raffaele Sandrini <rasa (a] gmx.ch> 45 George Lebl <jirka (a] 5z.com> 46 Mark McLoughlin <mark (a] skynet.ie> 47 Joe Marcus Clarke <marcus (a] freebsd.org> 48 Oliver Maruhn <oliver (a] maruhn.com> 49 Mark McLoughlin <mark (a] skynet.ie> 50 Federico Mena 51 Miguel de Icaza 52 George Lebl 53 James Henstridge <jamesh (a] canonical.com> 54 Lennart Poettering <lennart (a] poettering.de> 55 Carlos Garnacho Parro <carlosg (a] gnome.org> 56 -------------------------------------------------------------------- 57 This library is free software; you can redistribute it and/or 58 modify it under the terms of the GNU General Public 59 License as published by the Free Software Foundation; either 60 version 2 of the License, or (at your option) any later version. 61 62 This program is distributed in the hope that it will be useful, 63 but WITHOUT ANY WARRANTY; without even the implied warranty of 64 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 65 GNU General Public License for more details. 66 67 You should have received a copy of the GNU General Public License 68 along with this program; if not, write to the Free Software 69 Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 70 71 Copyright (c) 2004, Davyd Madeley 72 Copyright (C) 2004,2006 Carlos Garcia Campos <carlosgc (a] gnome.org> 73 Copyright (C) 2005 Philip Langdale, Papadimitriou Spiros 74 Copyright 1996, 1997 Rickard E. Faith (faith (a] acm.org) 75 Copyright (C) 2004 Ronald Bultje <rbultje (a] ronald.bitfreak.net> 76 Copyright (C) 2002 Red Hat, Inc.; Copyright 1998, 2001 Tim Janik 77 Copyright 2002,2003,2004 Sun Microsystems Inc. 78 Copyright (C) 2002 Red Hat, Inc. 79 Copyright (C) 2001, 2004 The Free Software Foundation, Inc. 80 81 Authors: 82 Davyd Madeley <davyd (a] madeley.id.au> 83 Papadimitriou Spiros <spapadim+@cs.cmu.edu> 84 Carlos Garca Campos <carlosgc (a] gnome.org> 85 Philip Langdale <philipl (a] mail.utexas.edu> 86 Papadimitriou Spiros <spapadim+@cs.cmu.edu> 87 Rickard E. Faith (faith (a] acm.org) 88 Havoc Pennington, Tim Janik 89 -------------------------------------------------------------------- 90 Copyright (C) 2000, 2001 Eazel, Inc. 91 2002 Sun Microsystems Inc. 92 Copyright (c) 1997-2002 Alfredo K. Kojima 93 (C) 2002 The Free Software Foundation 94 (C) 1997 The Free Software Foundation 95 96 Authors: George Lebl <jirka (a] 5z.com> 97 Mark McLoughlin <mark (a] skynet.ie> 98 Authors: Tim P. Gerla 99 Martin Baulig 100 Todd Kulesza 101 102 Contains code from the Window Maker window manager 103 With code from wmload.c, v0.9.2, apparently by Ryan Land, rland (a] bc1.com. 104 -------------------------------------------------------------------- 105 Copyright (C) 2003, 2004, 2005 Christian Persch 106 107 This library is free software; you can redistribute it and/or 108 modify it under the terms of the GNU Lesser General Public 109 License as published by the Free Software Foundation; either 110 version 2 of the License, or (at your option) any later version. 111 112 This library is distributed in the hope that it will be useful, 113 but WITHOUT ANY WARRANTY; without even the implied warranty of 114 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 115 Lesser General Public License for more details. 116 117 You should have received a copy of the GNU Lesser General Public 118 License along with this library; if not, write to the 119 Free Software Foundation, Inc., 59 Temple Place - Suite 330, 120 Boston, MA 02111-1307, USA. 121 122 Adapted and modified from gtk+ code: 123 124 Copyright (C) 1995-1997 Peter Mattis, Spencer Kimball and Josh MacDonald 125 Modified by the GTK+ Team and others 1997-2005. See the AUTHORS 126 file in the gtk+ distribution for a list of people on the GTK+ Team. 127 See the ChangeLog in the gtk+ distribution files for a list of changes. 128 These files are distributed with GTK+ at ftp://ftp.gtk.org/pub/gtk/. 129 130 $Id: ephy-icon-entry.c 174 2005-11-04 15:16:03Z rslinckx $ 131 132 Modified by the GTK+ Team and others 1997-2000. See the AUTHORS 133 file in the gtk+ distribution for a list of people on the GTK+ Team. 134 See the ChangeLog in the gtk+ distribution files for a list of changes. 135 These files are distributed with GTK+ at ftp://ftp.gtk.org/pub/gtk/. 136 137 $Id: ephy-icon-entry.h 11 2005-09-13 23:35:01Z rslinckx $ 138 -------------------------------------------------------------------- 139