copyright/SUNWgnome-terminal.copyright
changeset 13598 e6be6ecb4ab8
parent 11963 2d0d271222b0
child 13782 3704757a7d48
equal deleted inserted replaced
13597:6df63b99e910 13598:e6be6ecb4ab8
     1 
       
     2 Copyright 2008 Sun Microsystems, Inc.  All rights reserved.
     1 Copyright 2008 Sun Microsystems, Inc.  All rights reserved.
     3 Use is subject to license terms.
     2 Use is subject to license terms.
     4 
       
     5 --------------------------------------------------------------------
       
     6 
     3 
     7 For the avoidance of doubt, except that if any license choice other
     4 For the avoidance of doubt, except that if any license choice other
     8 than GPL or LGPL is available it will apply instead, Sun elects to
     5 than GPL or LGPL is available it will apply instead, Sun elects to
     9 use only the General Public License version 2 (GPLv2) at this time
     6 use only the General Public License version 2 (GPLv2) at this time
    10 for any software where a choice of GPL license versions is made
     7 for any software where a choice of GPL license versions is made
    12 version may be used, or where a choice of which version of the GPL
     9 version may be used, or where a choice of which version of the GPL
    13 is applied is otherwise unspecified.
    10 is applied is otherwise unspecified.
    14 
    11 
    15 --------------------------------------------------------------------
    12 --------------------------------------------------------------------
    16 
    13 
    17  This code implements the MD5 message-digest algorithm.
    14 Package %{name} consists of the following components:
    18  The algorithm is due to Ron Rivest.  This code was
       
    19  written by Colin Plumb in 1993, no copyright is claimed.
       
    20  This code is in the public domain; do with it what you wish.
       
    21 
    15 
    22  Equivalent code is available from RSA Data Security, Inc.
    16   - gnome-terminal-%{gterminal.version}
    23  This code has been tested against that, and is equivalent,
    17   - vte-%{vte.version}
    24  except that you don't need to include two pages of legalese
       
    25  with every copy.
       
    26 
    18 
    27  To compute the message digest of a chunk of bytes, declare an
    19 Licensing and copyright information for gnome-terminal-%{gterminal.version}:
    28  MD5Context structure, pass it to MD5Init, call MD5Update as
       
    29  needed on buffers full of bytes, and then call MD5Final, which
       
    30  will fill a supplied 16-byte array with the digest.
       
    31 
    20 
    32 --------------------------------------------------------------------
    21  License: GNU General Public License Version 2
    33 
    22 
    34  Copyright 2001.2002 Red Hat, Inc.
    23  You can find more information in the following directory:
       
    24  %{_pkg_docdir}
    35 
    25 
    36  This program is free software; you can redistribute it and/or
    26   COPYING.bz2:               GNU GPL
    37  modify it under the terms of the GNU Library General Public
    27   AUTHORS:                   List of authors of %{gterminal.name}
    38  License as published by the Free Software Foundation; either
    28   NEWS.bz2:                  List of the most important changes in %{gterminal.name}
    39  version 2 of the License, or (at your option) any later version.
    29   ChangeLog.bz2:             List of all changes and authors of %{gterminal.name}
       
    30   ChangeLog.README.bz2:      List of all changes and authors of %{gterminal.name}
       
    31   ChangeLog.pre-2-23.bz2:    List of all changes and authors of %{gterminal.name}
       
    32   po/ChangeLog.pre-2-23.bz2: List of all changes and authors of %{gterminal.name}
       
    33   README: More information about %{gterminal.name}
    40 
    34 
    41  This program is distributed in the hope that it will be useful,
    35   The %{gterminal.name} MD5 implementation uses the following license:
    42  but WITHOUT ANY WARRANTY; without even the implied warranty of
       
    43  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
       
    44  Library General Public License for more details.
       
    45 
    36 
    46  You should have received a copy of the GNU Library General Public
    37   ---
    47  License along with this program; if not, write to the Free
       
    48  Software Foundation, Inc., 59 Temple Place - Suite 330, Boston,
       
    49  MA 02111-1307, USA
       
    50 
    38 
    51 --------------------------------------------------------------------
    39   This code implements the MD5 message-digest algorithm.
       
    40   The algorithm is due to Ron Rivest.  This code was
       
    41   written by Colin Plumb in 1993, no copyright is claimed.
       
    42   This code is in the public domain; do with it what you wish.
       
    43  
       
    44   Equivalent code is available from RSA Data Security, Inc.
       
    45   This code has been tested against that, and is equivalent,
       
    46   except that you don't need to include two pages of legalese
       
    47   with every copy.
    52 
    48 
    53  Copyright (C) 2002 Anders Carlsson <[email protected]>
    49   ---
    54  Copyright (C) 2001, 2002 Havoc Pennington, Red Hat Inc.
       
    55  Copyright (C) 2002 Jonathan Blandford <[email protected]>
       
    56  Copyright (C) 2003 Mariano Suarez-Alvarez
       
    57  Copyright (C) 2002 Mathias Hasselmann
       
    58  Copyright (C) 2002 Red Hat, Inc.
       
    59  Copyright (C) 2002 Red Hat, Inc.; Copyright 1998, 2001 Tim Janik
       
    60  Copyright (C) 2002 Sun Microsystems
       
    61 
    50 
    62  Gnome-terminal is free software; you can redistribute it and/or modify
    51  The sources of gnome-terminal-%{gterminal.version} were downloaded
    63  it under the terms of the GNU General Public License as published by
    52  from %{gterminal.SOURCE0.url}
    64  the Free Software Foundation; either version 2 of the License, or
       
    65  (at your option) any later version.
       
    66 
    53 
    67  Gnome-terminal is distributed in the hope that it will be useful,
    54 Licensing and copyright information for vte-%{vte.version}:
    68  but WITHOUT ANY WARRANTY; without even the implied warranty of
       
    69  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
       
    70  GNU General Public License for more details.
       
    71 
    55 
    72  You should have received a copy of the GNU General Public License
    56  License: GNU Library General Public License Version 2
    73  along with this program.  If not, see <http://www.gnu.org/licenses/>.
       
    74  
       
    75 
    57 
    76  grab gtk_style_get_font and gdk_x11_get_font_name 
    58  You can find more information in the following directory:
       
    59  %{_pkg_docdir}
    77 
    60 
    78 --------------------------------------------------------------------
    61   COPYING.LIB.bz2:                GNU LGPL
       
    62   AUTHORS:                        List of authors of %{vte.name}
       
    63   NEWS.bz2:                       List of the most important changes in
       
    64                                   %{vte.name}
       
    65   gnome-pty-helper/NEWS.bz2:      List of the most important changes in
       
    66                                   gnome-pty-helper
       
    67   ChangeLog.bz2:                  List of all changes and authors of %{vte.name}
       
    68   gnome-pty-helper/ChangeLog.bz2: List of all changes and authors of
       
    69                                   gnome-pty-helper
       
    70   po/ChangeLog.bz2:               List of all changes and authors of %{vte.name}
       
    71   ChangeLog.bz2:                  List of all changes and authors of %{vte.name}
       
    72   README:                         More information about %{vte.name}
    79 
    73 
    80  Copyright (C) 1995 Roger Espel Llima
    74  The sources of vte-%{vte.version} were downloaded
    81 
    75  from %{vte.SOURCE0.url}
    82  This program is free software; you can redistribute it and/or modify
       
    83  it under the terms of the GNU General Public License as published by
       
    84  the Free Software Foundation. See the file LICENSE for details.
       
    85 
       
    86 --------------------------------------------------------------------
       
    87 
       
    88  Copyright (C) 2000 Red Hat, Inc.,  Jonathan Blandford <[email protected]>
       
    89 
       
    90  Copyright (C) 2000  Red Hat, Inc.,  Jonathan Blandford <[email protected]>
       
    91  Copyright (C) 2001, 2002 Havoc Pennington
       
    92  Copyright (C) 2002 Jonathan Blandford <[email protected]>
       
    93  Copyright (C) 2002 Mathias Hasselmann
       
    94  Copyright (C) 2001 Nikos Mavroyanopoulos
       
    95  Copyright (C) 2002 Red Hat, Inc.
       
    96 
       
    97  This library is free software; you can redistribute it and/or
       
    98  modify it under the terms of the GNU Library General Public
       
    99  License as published by the Free Software Foundation; either
       
   100  version 2 of the License, or (at your option) any later version.
       
   101 
       
   102  This library is distributed in the hope that it will be useful,
       
   103  but WITHOUT ANY WARRANTY; without even the implied warranty of
       
   104  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
       
   105  Library General Public License for more details.
       
   106 
       
   107  You should have received a copy of the GNU Library General Public
       
   108  License along with this library; if not, write to the
       
   109  Free Software Foundation, Inc., 59 Temple Place - Suite 330,
       
   110  Boston, MA 02111-1307, USA.
       
   111 
       
   112 --------------------------------------------------------------------
       
   113 
       
   114  Copyright (C) 2004 Benjamin Otte <[email protected]>
       
   115  Copyright (C) 2000-2004 Red Hat, Inc.
       
   116  Copyright © 2006 Ryan Lortie <[email protected]>
       
   117 
       
   118  This is free software; you can redistribute it and/or modify it under
       
   119  the terms of the GNU Library General Public License as published by
       
   120  the Free Software Foundation; either version 2 of the License, or
       
   121  (at your option) any later version.
       
   122 
       
   123  This program is distributed in the hope that it will be useful, but
       
   124  WITHOUT ANY WARRANTY; without even the implied warranty of
       
   125  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
       
   126  General Public License for more details.
       
   127 
       
   128  You should have received a copy of the GNU Library General Public
       
   129  License along with this program; if not, write to the Free Software
       
   130  Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
       
   131 
       
   132 --------------------------------------------------------------------
       
   133