1 Copyright 2008 Sun Microsystems, Inc. All rights reserved. 2 Use is subject to license terms. 3 4 For the avoidance of doubt, except that if any license choice other 5 than GPL or LGPL is available it will apply instead, Sun elects to 6 use only the General Public License version 2 (GPLv2) at this time 7 for any software where a choice of GPL license versions is made 8 available with the language indicating that GPLv2 or any later 9 version may be used, or where a choice of which version of the GPL 10 is applied is otherwise unspecified. 11 12 -------------------------------------------------------------------- 13 14 Modified by Cedric Gustin <cedric.gustin (a] gmail.com> on 2006/01/13 15 16 Copyright (c) 2003 Harald Bhme 17 18 This program is free software; you can redistribute it and/or modify 19 it under the terms of the GNU General Public License as published by 20 the Free Software Foundation; either version 2 of the License, or 21 (at your option) any later version. 22 23 This program is distributed in the hope that it will be useful, 24 but WITHOUT ANY WARRANTY; without even the implied warranty of 25 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 26 GNU General Public License for more details. 27 28 You should have received a copy of the GNU General Public License 29 along with this program; if not, write to the Free Software 30 Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. 31 32 -------------------------------------------------------------------- 33 34 by Daniel Elstner <daniel.kitta (a] gmail.com> 35 Modified by J. Abelardo Gutierrez <jabelardo (a] cantv.net> 36 Modified by Stephan Puchegger <stephan.puchegger (a] ap.univie.ac.at> 37 38 Copyright (C) 1998-2002 The gtkmm Development Team 39 (C) 2007 The gtkmm Development Team 40 (C) 2008 The gtkmm Development Team 41 (C) 2007 The gtkmm team 42 Copyright (C) 2003 The glibmm Development Team 43 (C) 2004 The glibmm Development Team 44 (C) 2005 The glibmm Development Team 45 (C) 2007 The glibmm Development Team 46 Copyright (C) 2001 The Free Software Foundation 47 (c) 2002-2003 Free Software Foundation 48 49 This library is free software; you can redistribute it and/or 50 modify it under the terms of the GNU Library General Public 51 License as published by the Free Software Foundation; either 52 version 2 of the License, or (at your option) any later version. 53 54 This library is distributed in the hope that it will be useful, 55 but WITHOUT ANY WARRANTY; without even the implied warranty of 56 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 57 Library General Public License for more details. 58 59 You should have received a copy of the GNU Library General Public 60 License along with this library; if not, write to the Free 61 Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. 62 63 -------------------------------------------------------------------- 64 65