SUNWgksu.copyright revision 12729
12729N/ACopyright 2008 Sun Microsystems, Inc. All rights reserved.
12729N/AUse is subject to license terms.
12729N/A
12729N/A--------------------------------------------------------------------
12729N/A
12729N/AFor the avoidance of doubt, except that if any license choice other
12729N/Athan GPL or LGPL is available it will apply instead, Sun elects to
12729N/Ause only the General Public License version 2 (GPLv2) at this time
12729N/Afor any software where a choice of GPL license versions is made
12729N/Aavailable with the language indicating that GPLv2 or any later
12729N/Aversion may be used, or where a choice of which version of the GPL
12729N/Ais applied is otherwise unspecified.
12729N/A
12729N/A--------------------------------------------------------------------
12729N/A
12729N/A Creating a private temporary directory.
12729N/A Copyright (C) 2001 Free Software Foundation, Inc.
12729N/A
12729N/A This program is free software; you can redistribute it and/or modify
12729N/A it under the terms of the GNU General Public License as published by
12729N/A the Free Software Foundation; either version 2, or (at your option)
12729N/A any later version.
12729N/A
12729N/A This program is distributed in the hope that it will be useful,
12729N/A but WITHOUT ANY WARRANTY; without even the implied warranty of
12729N/A MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
12729N/A GNU General Public License for more details.
12729N/A
12729N/A You should have received a copy of the GNU General Public License
12729N/A along with this program; if not, write to the Free Software Foundation,
12729N/A Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
12729N/A
12729N/A
12729N/A--------------------------------------------------------------------
12729N/A
12729N/A Gksu -- a library providing access to su functionality
12729N/A libgksuui -- Gtk+ widget and convenience functions for requesting passwords
12729N/A Copyright (C) 2004 Gustavo Noronha Silva
12729N/A
12729N/A This library is free software; you can redistribute it and/or
12729N/A modify it under the terms of the GNU Lesser General Public
12729N/A License as published by the Free Software Foundation; either
12729N/A version 2 of the License, or (at your option) any later version.
12729N/A
12729N/A This library is distributed in the hope that it will be useful,
12729N/A but WITHOUT ANY WARRANTY; without even the implied warranty of
12729N/A MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
12729N/A Lesser General Public License for more details.
12729N/A
12729N/A You should have received a copy of the GNU Lesser General Public
12729N/A License along with this library; if not, write to the
12729N/A Free Software Foundation, Inc., 59 Temple Place - Suite 330,
12729N/A Boston, MA 02111-1307, USA.
12729N/A
12729N/A
12729N/A--------------------------------------------------------------------
12729N/A
12729N/A Copyright (C) 1999, 2001-2003 Free Software Foundation, Inc.
12729N/A This file is part of the GNU C Library.
12729N/A
12729N/A The GNU C Library is free software; you can redistribute it and/or
12729N/A modify it under the terms of the GNU Library General Public License as
12729N/A published by the Free Software Foundation; either version 2 of the
12729N/A License, or (at your option) any later version.
12729N/A
12729N/A The GNU C Library is distributed in the hope that it will be useful,
12729N/A but WITHOUT ANY WARRANTY; without even the implied warranty of
12729N/A MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
12729N/A Library General Public License for more details.
12729N/A
12729N/A You should have received a copy of the GNU Library General Public
12729N/A License along with the GNU C Library; see the file COPYING.LIB. If not,
12729N/A write to the Free Software Foundation, Inc., 51 Franklin Street,
12729N/A Fifth Floor, Boston, MA 02110-1301, USA.
12729N/A
12729N/A
12729N/A--------------------------------------------------------------------
12729N/A
12729N/A GkSu -- Gtk+ Frontend to su
12729N/A Copyright (C) 2002 Gustavo Noronha Silva
12729N/A
12729N/A Gksu -- a library providing access to su functionality
12729N/A Copyright (C) 2004 Gustavo Noronha Silva
12729N/A
12729N/A This program is free software; you can redistribute it and/or modify
12729N/A it under the terms of the GNU General Public License as published by
12729N/A the Free Software Foundation; either version 2 of the License, or
12729N/A (at your option) any later version.
12729N/A
12729N/A This program is distributed in the hope that it will be useful,
12729N/A but WITHOUT ANY WARRANTY; without even the implied warranty of
12729N/A MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
12729N/A GNU General Public License for more details.
12729N/A
12729N/A You should have received a copy of the GNU General Public License
12729N/A along with this program; if not, write to the Free Software
12729N/A Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
12729N/A
12729N/A
12729N/A--------------------------------------------------------------------
12729N/A