components/python/pygments/pygments.license
author Rich Burridge <rich.burridge@oracle.com>
Tue, 05 Nov 2013 06:16:44 -0800
branchs11-update
changeset 2812 8dd40225690f
child 6410 3ae42b2b5dad
permissions -rw-r--r--
PSARC 2013/319 Pygments version 1.6 17502674 The Python pygments module should be added to Userland
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
2812
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
     1
========== BEGIN ATTRIBUTION FOR pygments v1.5 =================================
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
     2
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
     3
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
     4
Copyright 2006-2012 by the Pygments team, see AUTHORS.
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
     5
All rights reserved.
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
     6
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
     7
Redistribution and use in source and binary forms, with or without
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
     8
modification, are permitted provided that the following conditions are
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
     9
met:
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    10
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    11
* Redistributions of source code must retain the above copyright
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    12
  notice, this list of conditions and the following disclaimer.
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    13
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    14
* Redistributions in binary form must reproduce the above copyright
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    15
  notice, this list of conditions and the following disclaimer in the
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    16
  documentation and/or other materials provided with the distribution.
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    17
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    18
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    19
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    20
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    21
A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    22
OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    23
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    24
LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    25
DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    26
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    27
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    28
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    29
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    30
--------------------------------------------------------------------------------
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    31
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    32
 Copyright (c) 2005-2007 Terence Parr
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    33
 All rights reserved.
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    34
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    35
 Redistribution and use in source and binary forms, with or without
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    36
 modification, are permitted provided that the following conditions
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    37
 are met:
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    38
 1. Redistributions of source code must retain the above copyright
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    39
    notice, this list of conditions and the following disclaimer.
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    40
 2. Redistributions in binary form must reproduce the above copyright
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    41
    notice, this list of conditions and the following disclaimer in the
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    42
    documentation and/or other materials provided with the distribution.
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    43
 3. The name of the author may not be used to endorse or promote products
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    44
    derived from this software without specific prior written permission.
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    45
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    46
 THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    47
 IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    48
 OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    49
 IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT,
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    50
 INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    51
 NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    52
 DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    53
 THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    54
 (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    55
 THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    56
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    57
--------------------------------------------------------------------------------
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    58
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    59
Copyright (C) 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004 Free Software Foundation, Inc.
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    60
 
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    61
This program is free software; you can redistribute it and/or modify
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    62
it under the terms of the GNU General Public License as published by
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    63
the Free Software Foundation; either version 2, or (at your option)
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    64
any later version.
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    65
 
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    66
This program is distributed in the hope that it will be useful,
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    67
but WITHOUT ANY WARRANTY; without even the implied warranty of
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    68
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    69
GNU General Public License for more details.
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    70
 
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    71
You should have received a copy of the GNU General Public License
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    72
along with this software; see the file COPYING.  If not, write to
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    73
the Free Software Foundation, Inc., 59 Temple Place, Suite 330,
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    74
Boston, MA 02111-1307 USA
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    75
 
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    76
As a special exception, the Free Software Foundation gives permission
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    77
for additional uses of the text contained in its release of GUILE.
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    78
 
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    79
The exception is that, if you link the GUILE library with other files
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    80
to produce an executable, this does not by itself cause the
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    81
resulting executable to be covered by the GNU General Public License.
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    82
Your use of that executable is in no way restricted on account of
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    83
linking the GUILE library code into it.
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    84
 
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    85
This exception does not however invalidate any other reasons why
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    86
the executable file might be covered by the GNU General Public License.
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    87
 
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    88
This exception applies only to the code released by the
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    89
Free Software Foundation under the name GUILE.  If you copy
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    90
code from other Free Software Foundation releases into a copy of
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    91
GUILE, as the General Public License permits, the exception does
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    92
not apply to the code that you add in this way.  To avoid misleading
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    93
anyone as to the status of such modified files, you must delete
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    94
this exception notice from them.
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    95
 
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    96
If you write modifications of your own for GUILE, it is your choice
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    97
whether to permit this exception to apply to your modifications.
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    98
If you do not wish that, delete this exception notice.
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    99
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   100
--------------------------------------------------------------------------------
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   101
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   102
		    GNU GENERAL PUBLIC LICENSE
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   103
		       Version 2, June 1991
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   104
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   105
 Copyright (C) 1989, 1991 Free Software Foundation, Inc.
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   106
                       59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   107
 Everyone is permitted to copy and distribute verbatim copies
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   108
 of this license document, but changing it is not allowed.
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   109
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   110
			    Preamble
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   111
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   112
  The licenses for most software are designed to take away your
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   113
freedom to share and change it.  By contrast, the GNU General Public
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   114
License is intended to guarantee your freedom to share and change free
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   115
software--to make sure the software is free for all its users.  This
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   116
General Public License applies to most of the Free Software
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   117
Foundation's software and to any other program whose authors commit to
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   118
using it.  (Some other Free Software Foundation software is covered by
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   119
the GNU Library General Public License instead.)  You can apply it to
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   120
your programs, too.
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   121
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   122
  When we speak of free software, we are referring to freedom, not
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   123
price.  Our General Public Licenses are designed to make sure that you
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   124
have the freedom to distribute copies of free software (and charge for
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   125
this service if you wish), that you receive source code or can get it
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   126
if you want it, that you can change the software or use pieces of it
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   127
in new free programs; and that you know you can do these things.
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   128
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   129
  To protect your rights, we need to make restrictions that forbid
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   130
anyone to deny you these rights or to ask you to surrender the rights.
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   131
These restrictions translate to certain responsibilities for you if you
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   132
distribute copies of the software, or if you modify it.
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   133
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   134
  For example, if you distribute copies of such a program, whether
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   135
gratis or for a fee, you must give the recipients all the rights that
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   136
you have.  You must make sure that they, too, receive or can get the
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   137
source code.  And you must show them these terms so they know their
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   138
rights.
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   139
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   140
  We protect your rights with two steps: (1) copyright the software, and
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   141
(2) offer you this license which gives you legal permission to copy,
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   142
distribute and/or modify the software.
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   143
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   144
  Also, for each author's protection and ours, we want to make certain
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   145
that everyone understands that there is no warranty for this free
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   146
software.  If the software is modified by someone else and passed on, we
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   147
want its recipients to know that what they have is not the original, so
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   148
that any problems introduced by others will not reflect on the original
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   149
authors' reputations.
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   150
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   151
  Finally, any free program is threatened constantly by software
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   152
patents.  We wish to avoid the danger that redistributors of a free
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   153
program will individually obtain patent licenses, in effect making the
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   154
program proprietary.  To prevent this, we have made it clear that any
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   155
patent must be licensed for everyone's free use or not licensed at all.
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   156
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   157
  The precise terms and conditions for copying, distribution and
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   158
modification follow.
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   159
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   160
		    GNU GENERAL PUBLIC LICENSE
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   161
   TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   162
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   163
  0. This License applies to any program or other work which contains
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   164
a notice placed by the copyright holder saying it may be distributed
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   165
under the terms of this General Public License.  The "Program", below,
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   166
refers to any such program or work, and a "work based on the Program"
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   167
means either the Program or any derivative work under copyright law:
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   168
that is to say, a work containing the Program or a portion of it,
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   169
either verbatim or with modifications and/or translated into another
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   170
language.  (Hereinafter, translation is included without limitation in
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   171
the term "modification".)  Each licensee is addressed as "you".
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   172
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   173
Activities other than copying, distribution and modification are not
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   174
covered by this License; they are outside its scope.  The act of
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   175
running the Program is not restricted, and the output from the Program
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   176
is covered only if its contents constitute a work based on the
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   177
Program (independent of having been made by running the Program).
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   178
Whether that is true depends on what the Program does.
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   179
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   180
  1. You may copy and distribute verbatim copies of the Program's
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   181
source code as you receive it, in any medium, provided that you
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   182
conspicuously and appropriately publish on each copy an appropriate
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   183
copyright notice and disclaimer of warranty; keep intact all the
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   184
notices that refer to this License and to the absence of any warranty;
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   185
and give any other recipients of the Program a copy of this License
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   186
along with the Program.
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   187
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   188
You may charge a fee for the physical act of transferring a copy, and
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   189
you may at your option offer warranty protection in exchange for a fee.
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   190
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   191
  2. You may modify your copy or copies of the Program or any portion
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   192
of it, thus forming a work based on the Program, and copy and
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   193
distribute such modifications or work under the terms of Section 1
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   194
above, provided that you also meet all of these conditions:
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   195
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   196
    a) You must cause the modified files to carry prominent notices
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   197
    stating that you changed the files and the date of any change.
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   198
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   199
    b) You must cause any work that you distribute or publish, that in
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   200
    whole or in part contains or is derived from the Program or any
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   201
    part thereof, to be licensed as a whole at no charge to all third
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   202
    parties under the terms of this License.
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   203
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   204
    c) If the modified program normally reads commands interactively
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   205
    when run, you must cause it, when started running for such
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   206
    interactive use in the most ordinary way, to print or display an
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   207
    announcement including an appropriate copyright notice and a
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   208
    notice that there is no warranty (or else, saying that you provide
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   209
    a warranty) and that users may redistribute the program under
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   210
    these conditions, and telling the user how to view a copy of this
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   211
    License.  (Exception: if the Program itself is interactive but
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   212
    does not normally print such an announcement, your work based on
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   213
    the Program is not required to print an announcement.)
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   214
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   215
These requirements apply to the modified work as a whole.  If
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   216
identifiable sections of that work are not derived from the Program,
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   217
and can be reasonably considered independent and separate works in
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   218
themselves, then this License, and its terms, do not apply to those
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   219
sections when you distribute them as separate works.  But when you
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   220
distribute the same sections as part of a whole which is a work based
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   221
on the Program, the distribution of the whole must be on the terms of
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   222
this License, whose permissions for other licensees extend to the
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   223
entire whole, and thus to each and every part regardless of who wrote it.
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   224
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   225
Thus, it is not the intent of this section to claim rights or contest
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   226
your rights to work written entirely by you; rather, the intent is to
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   227
exercise the right to control the distribution of derivative or
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   228
collective works based on the Program.
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   229
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   230
In addition, mere aggregation of another work not based on the Program
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   231
with the Program (or with a work based on the Program) on a volume of
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   232
a storage or distribution medium does not bring the other work under
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   233
the scope of this License.
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   234
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   235
  3. You may copy and distribute the Program (or a work based on it,
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   236
under Section 2) in object code or executable form under the terms of
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   237
Sections 1 and 2 above provided that you also do one of the following:
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   238
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   239
    a) Accompany it with the complete corresponding machine-readable
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   240
    source code, which must be distributed under the terms of Sections
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   241
    1 and 2 above on a medium customarily used for software interchange; or,
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   242
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   243
    b) Accompany it with a written offer, valid for at least three
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   244
    years, to give any third party, for a charge no more than your
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   245
    cost of physically performing source distribution, a complete
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   246
    machine-readable copy of the corresponding source code, to be
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   247
    distributed under the terms of Sections 1 and 2 above on a medium
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   248
    customarily used for software interchange; or,
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   249
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   250
    c) Accompany it with the information you received as to the offer
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   251
    to distribute corresponding source code.  (This alternative is
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   252
    allowed only for noncommercial distribution and only if you
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   253
    received the program in object code or executable form with such
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   254
    an offer, in accord with Subsection b above.)
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   255
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   256
The source code for a work means the preferred form of the work for
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   257
making modifications to it.  For an executable work, complete source
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   258
code means all the source code for all modules it contains, plus any
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   259
associated interface definition files, plus the scripts used to
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   260
control compilation and installation of the executable.  However, as a
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   261
special exception, the source code distributed need not include
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   262
anything that is normally distributed (in either source or binary
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   263
form) with the major components (compiler, kernel, and so on) of the
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   264
operating system on which the executable runs, unless that component
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   265
itself accompanies the executable.
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   266
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   267
If distribution of executable or object code is made by offering
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   268
access to copy from a designated place, then offering equivalent
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   269
access to copy the source code from the same place counts as
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   270
distribution of the source code, even though third parties are not
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   271
compelled to copy the source along with the object code.
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   272
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   273
  4. You may not copy, modify, sublicense, or distribute the Program
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   274
except as expressly provided under this License.  Any attempt
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   275
otherwise to copy, modify, sublicense or distribute the Program is
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   276
void, and will automatically terminate your rights under this License.
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   277
However, parties who have received copies, or rights, from you under
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   278
this License will not have their licenses terminated so long as such
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   279
parties remain in full compliance.
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   280
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   281
  5. You are not required to accept this License, since you have not
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   282
signed it.  However, nothing else grants you permission to modify or
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   283
distribute the Program or its derivative works.  These actions are
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   284
prohibited by law if you do not accept this License.  Therefore, by
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   285
modifying or distributing the Program (or any work based on the
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   286
Program), you indicate your acceptance of this License to do so, and
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   287
all its terms and conditions for copying, distributing or modifying
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   288
the Program or works based on it.
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   289
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   290
  6. Each time you redistribute the Program (or any work based on the
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   291
Program), the recipient automatically receives a license from the
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   292
original licensor to copy, distribute or modify the Program subject to
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   293
these terms and conditions.  You may not impose any further
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   294
restrictions on the recipients' exercise of the rights granted herein.
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   295
You are not responsible for enforcing compliance by third parties to
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   296
this License.
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   297
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   298
  7. If, as a consequence of a court judgment or allegation of patent
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   299
infringement or for any other reason (not limited to patent issues),
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   300
conditions are imposed on you (whether by court order, agreement or
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   301
otherwise) that contradict the conditions of this License, they do not
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   302
excuse you from the conditions of this License.  If you cannot
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   303
distribute so as to satisfy simultaneously your obligations under this
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   304
License and any other pertinent obligations, then as a consequence you
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   305
may not distribute the Program at all.  For example, if a patent
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   306
license would not permit royalty-free redistribution of the Program by
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   307
all those who receive copies directly or indirectly through you, then
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   308
the only way you could satisfy both it and this License would be to
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   309
refrain entirely from distribution of the Program.
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   310
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   311
If any portion of this section is held invalid or unenforceable under
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   312
any particular circumstance, the balance of the section is intended to
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   313
apply and the section as a whole is intended to apply in other
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   314
circumstances.
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   315
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   316
It is not the purpose of this section to induce you to infringe any
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   317
patents or other property right claims or to contest validity of any
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   318
such claims; this section has the sole purpose of protecting the
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   319
integrity of the free software distribution system, which is
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   320
implemented by public license practices.  Many people have made
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   321
generous contributions to the wide range of software distributed
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   322
through that system in reliance on consistent application of that
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   323
system; it is up to the author/donor to decide if he or she is willing
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   324
to distribute software through any other system and a licensee cannot
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   325
impose that choice.
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   326
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   327
This section is intended to make thoroughly clear what is believed to
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   328
be a consequence of the rest of this License.
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   329
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   330
  8. If the distribution and/or use of the Program is restricted in
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   331
certain countries either by patents or by copyrighted interfaces, the
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   332
original copyright holder who places the Program under this License
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   333
may add an explicit geographical distribution limitation excluding
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   334
those countries, so that distribution is permitted only in or among
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   335
countries not thus excluded.  In such case, this License incorporates
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   336
the limitation as if written in the body of this License.
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   337
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   338
  9. The Free Software Foundation may publish revised and/or new versions
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   339
of the General Public License from time to time.  Such new versions will
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   340
be similar in spirit to the present version, but may differ in detail to
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   341
address new problems or concerns.
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   342
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   343
Each version is given a distinguishing version number.  If the Program
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   344
specifies a version number of this License which applies to it and "any
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   345
later version", you have the option of following the terms and conditions
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   346
either of that version or of any later version published by the Free
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   347
Software Foundation.  If the Program does not specify a version number of
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   348
this License, you may choose any version ever published by the Free Software
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   349
Foundation.
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   350
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   351
  10. If you wish to incorporate parts of the Program into other free
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   352
programs whose distribution conditions are different, write to the author
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   353
to ask for permission.  For software which is copyrighted by the Free
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   354
Software Foundation, write to the Free Software Foundation; we sometimes
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   355
make exceptions for this.  Our decision will be guided by the two goals
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   356
of preserving the free status of all derivatives of our free software and
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   357
of promoting the sharing and reuse of software generally.
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   358
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   359
			    NO WARRANTY
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   360
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   361
  11. BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   362
FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW.  EXCEPT WHEN
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   363
OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   364
PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   365
OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   366
MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.  THE ENTIRE RISK AS
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   367
TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU.  SHOULD THE
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   368
PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING,
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   369
REPAIR OR CORRECTION.
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   370
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   371
  12. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   372
WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   373
REDISTRIBUTE THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES,
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   374
INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   375
OUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   376
TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   377
YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   378
PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   379
POSSIBILITY OF SUCH DAMAGES.
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   380
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   381
		     END OF TERMS AND CONDITIONS
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   382
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   383
	Appendix: How to Apply These Terms to Your New Programs
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   384
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   385
  If you develop a new program, and you want it to be of the greatest
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   386
possible use to the public, the best way to achieve this is to make it
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   387
free software which everyone can redistribute and change under these terms.
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   388
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   389
  To do so, attach the following notices to the program.  It is safest
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   390
to attach them to the start of each source file to most effectively
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   391
convey the exclusion of warranty; and each file should have at least
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   392
the "copyright" line and a pointer to where the full notice is found.
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   393
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   394
    <one line to give the program's name and a brief idea of what it does.>
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   395
    Copyright (C) 19yy  <name of author>
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   396
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   397
    This program is free software; you can redistribute it and/or modify
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   398
    it under the terms of the GNU General Public License as published by
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   399
    the Free Software Foundation; either version 2 of the License, or
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   400
    (at your option) any later version.
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   401
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   402
    This program is distributed in the hope that it will be useful,
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   403
    but WITHOUT ANY WARRANTY; without even the implied warranty of
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   404
    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   405
    GNU General Public License for more details.
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   406
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   407
    You should have received a copy of the GNU General Public License
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   408
    along with this program; if not, write to the Free Software
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   409
    Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   410
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   411
Also add information on how to contact you by electronic and paper mail.
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   412
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   413
If the program is interactive, make it output a short notice like this
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   414
when it starts in an interactive mode:
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   415
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   416
    Gnomovision version 69, Copyright (C) 19yy name of author
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   417
    Gnomovision comes with ABSOLUTELY NO WARRANTY; for details type `show w'.
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   418
    This is free software, and you are welcome to redistribute it
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   419
    under certain conditions; type `show c' for details.
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   420
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   421
The hypothetical commands `show w' and `show c' should show the appropriate
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   422
parts of the General Public License.  Of course, the commands you use may
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   423
be called something other than `show w' and `show c'; they could even be
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   424
mouse-clicks or menu items--whatever suits your program.
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   425
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   426
You should also get your employer (if you work as a programmer) or your
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   427
school, if any, to sign a "copyright disclaimer" for the program, if
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   428
necessary.  Here is a sample; alter the names:
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   429
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   430
  Yoyodyne, Inc., hereby disclaims all copyright interest in the program
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   431
  `Gnomovision' (which makes passes at compilers) written by James Hacker.
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   432
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   433
  <signature of Ty Coon>, 1 April 1989
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   434
  Ty Coon, President of Vice
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   435
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   436
This General Public License does not permit incorporating your program into
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   437
proprietary programs.  If your program is a subroutine library, you may
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   438
consider it more useful to permit linking proprietary applications with the
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   439
library.  If this is what you want to do, use the GNU Library General
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   440
Public License instead of this License.
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   441
--------------------------------------------------------------------------------
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   442
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   443
Copyright &copy; 1998-2009, Modelica Association and DLR.
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   444
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   445
The Modelica License 2
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   446
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   447
Preamble. The goal of this license is that Modelica related model libraries, 
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   448
software, images, documents, data files etc. can be used freely in the original 
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   449
or a modified form, in open source and in commercial environments (as long as 
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   450
the license conditions below are fulfilled, in particular sections 2c) and 2d). 
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   451
The Original Work is provided free of charge and the use is completely at your 
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   452
own risk. Developers of free Modelica packages are encouraged to utilize this 
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   453
license for their work.
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   454
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   455
The Modelica License applies to any Original Work that contains the following 
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   456
licensing notice adjacent to the copyright notice(s) for this Original Work:
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   457
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   458
Licensed by <name of Licensor> under the Modelica License 2
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   459
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   460
1. Definitions.
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   461
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   462
    “License” is this Modelica License.
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   463
    “Original Work” is any work of authorship, including software, images, 
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   464
     documents, data files, that contains the above licensing notice or that is 
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   465
     packed together with a licensing notice referencing it.
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   466
    “Licensor” is the provider of the Original Work who has placed this 
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   467
     licensing notice adjacent to the copyright notice(s) for the Original Work. The 
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   468
     Original Work is either directly provided by the owner of the Original Work, or 
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   469
     by a licensee of the owner.
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   470
    “Derivative Work” is any modification of the Original Work which 
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   471
     represents, as a whole, an original work of authorship. For the matter of 
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   472
     clarity and as examples:
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   473
        Derivative Work shall not include work that remains separable from the 
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   474
          Original Work, as well as merely extracting a part of the Original Work without 
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   475
          modifying it.
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   476
        Derivative Work shall not include (a) fixing of errors and/or (b) 
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   477
          adding vendor specific Modelica annotations and/or (c) using a subset of the 
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   478
          classes of a Modelica package, and/or (d) using a different representation, 
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   479
          e.g., a binary representation.
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   480
        Derivative Work shall include classes that are copied from the Original 
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   481
          Work where declarations, equations or the documentation are modified.
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   482
        Derivative Work shall include executables to simulate the models that 
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   483
          are generated by a Modelica translator based on the Original Work (of a 
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   484
          Modelica package).
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   485
    “Modified Work” is any modification of the Original Work with the 
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   486
          following exceptions: (a) fixing of errors and/or (b) adding vendor specific 
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   487
          Modelica annotations and/or (c) using a subset of the classes of a Modelica 
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   488
          package, and/or (d) using a different representation, e.g., a binary 
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   489
          representation.
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   490
    "Source Code" means the preferred form of the Original Work for making 
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   491
          modifications to it and all available documentation describing how to modify 
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   492
          the Original Work.
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   493
    “You” means an individual or a legal entity exercising rights under, and 
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   494
          complying with all of the terms of, this License.
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   495
    “Modelica package” means any Modelica library that is defined with the 
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   496
          “package <Name> ... end <Name>;” Modelica language element.
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   497
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   498
2. Grant of Copyright License. Licensor grants You a worldwide, royalty-free, 
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   499
non-exclusive, sublicensable license, for the duration of the copyright, to do 
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   500
the following:
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   501
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   502
    To reproduce the Original Work in copies, either alone or as part of a 
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   503
     collection.
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   504
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   505
    To create Derivative Works according to Section 1d) of this License.
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   506
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   507
    To distribute or communicate to the public copies of the Original Work or a 
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   508
     Derivative Work under this License. No fee, neither as a copyright-license fee, 
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   509
     nor as a selling fee for the copy as such may be charged under this License. 
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   510
     Furthermore, a verbatim copy of this License must be included in any copy of 
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   511
     the Original Work or a Derivative Work under this License.
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   512
    For the matter of clarity, it is permitted A) to distribute or communicate 
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   513
     such copies as part of a (possible commercial) collection where other parts are 
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   514
     provided under different licenses and a license fee is charged for the other 
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   515
     parts only and B) to charge for mere printing and shipping costs.
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   516
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   517
    To distribute or communicate to the public copies of a Derivative Work, 
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   518
     alternatively to Section 2c), under any other license of your choice, 
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   519
     especially also under a license for commercial/proprietary software, as long as 
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   520
     You comply with Sections 3, 4 and 8 below.
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   521
    For the matter of clarity, no restrictions regarding fees, either as to a 
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   522
     copyright-license fee or as to a selling fee for the copy as such apply.
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   523
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   524
    To perform the Original Work publicly.
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   525
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   526
    To display the Original Work publicly.
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   527
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   528
3. Acceptance. Any use of the Original Work or a Derivative Work, or any action 
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   529
   according to either Section 2a) to 2f) above constitutes Your acceptance of 
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   530
   this License.
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   531
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   532
4. Designation of Derivative Works and of Modified Works. The identifying 
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   533
   designation of Derivative Work and of Modified Work must be different to the 
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   534
   corresponding identifying designation of the Original Work. This means 
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   535
   especially that the (root-level) name of a Modelica package under this license 
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   536
   must be changed if the package is modified (besides fixing of errors, adding 
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   537
   vendor specific Modelica annotations, using a subset of the classes of a 
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   538
   Modelica package, or using another representation, e.g. a binary 
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   539
   representation).
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   540
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   541
5. Grant of Patent License. Licensor grants You a worldwide, royalty-free, 
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   542
   non-exclusive, sublicensable license, under patent claims owned by the Licensor 
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   543
   or licensed to the Licensor by the owners of the Original Work that are 
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   544
   embodied in the Original Work as furnished by the Licensor, for the duration of 
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   545
   the patents, to make, use, sell, offer for sale, have made, and import the 
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   546
   Original Work and Derivative Works under the conditions as given in Section 2. 
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   547
   For the matter of clarity, the license regarding Derivative Works covers patent 
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   548
   claims to the extent as they are embodied in the Original Work only.
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   549
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   550
6. Provision of Source Code. Licensor agrees to provide You with a copy of the 
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   551
   Source Code of the Original Work but reserves the right to decide freely on the 
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   552
   manner of how the Original Work is provided.
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   553
      For the matter of clarity, Licensor might provide only a binary 
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   554
   representation of the Original Work. In that case, You may (a) either reproduce 
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   555
   the Source Code from the binary representation if this is possible (e.g., by 
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   556
   performing a copy of an encrypted Modelica package, if encryption allows the 
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   557
   copy operation) or (b) request the Source Code from the Licensor who will 
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   558
   provide it to You.
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   559
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   560
7. Exclusions from License Grant. Neither the names of Licensor, nor the names 
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   561
   of any contributors to the Original Work, nor any of their trademarks or 
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   562
   service marks, may be used to endorse or promote products derived from this 
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   563
   Original Work without express prior permission of the Licensor. Except as 
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   564
   otherwise expressly stated in this License and in particular in Sections 2 and 
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   565
5, nothing in this License grants any license to Licensor’s trademarks, 
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   566
   copyrights, patents, trade secrets or any other intellectual property, and no 
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   567
   patent license is granted to make, use, sell, offer for sale, have made, or 
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   568
   import embodiments of any patent claims.
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   569
      No license is granted to the trademarks of Licensor even if such 
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   570
   trademarks are included in the Original Work, except as expressly stated in 
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   571
   this License. Nothing in this License shall be interpreted to prohibit Licensor 
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   572
   from licensing under terms different from this License any Original Work that 
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   573
   Licensor otherwise would have a right to license.
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   574
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   575
8. Attribution Rights. You must retain in the Source Code of the Original Work 
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   576
   and of any Derivative Works that You create, all author, copyright, patent, or 
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   577
   trademark notices, as well as any descriptive text identified therein as an 
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   578
   "Attribution Notice". The same applies to the licensing notice of this License 
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   579
   in the Original Work. For the matter of clarity, “author notice” means the 
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   580
   notice that identifies the original author(s).
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   581
      You must cause the Source Code for any Derivative Works that You create 
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   582
   to carry a prominent Attribution Notice reasonably calculated to inform 
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   583
   recipients that You have modified the Original Work.
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   584
      In case the Original Work or Derivative Work is not provided in Source 
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   585
   Code, the Attribution Notices shall be appropriately displayed, e.g., in the 
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   586
   documentation of the Derivative Work.
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   587
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   588
9. Disclaimer of Warranty.
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   589
   The Original Work is provided under this License on an "as is" basis and 
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   590
   without warranty, either express or implied, including, without limitation, the 
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   591
   warranties of non-infringement, merchantability or fitness for a particular 
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   592
   purpose. The entire risk as to the quality of the Original Work is with You. 
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   593
   This disclaimer of warranty constitutes an essential part of this License. No 
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   594
   license to the Original Work is granted by this License except under this 
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   595
   disclaimer.
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   596
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   597
10. Limitation of Liability. Under no circumstances and under no legal theory, 
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   598
   whether in tort (including negligence), contract, or otherwise, shall the 
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   599
   Licensor, the owner or a licensee of the Original Work be liable to anyone for 
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   600
   any direct, indirect, general, special, incidental, or consequential damages of 
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   601
   any character arising as a result of this License or the use of the Original 
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   602
   Work including, without limitation, damages for loss of goodwill, work 
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   603
   stoppage, computer failure or malfunction, or any and all other commercial 
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   604
   damages or losses. This limitation of liability shall not apply to the extent 
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   605
   applicable law prohibits such limitation.
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   606
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   607
11. Termination. This License conditions your rights to undertake the 
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   608
   activities listed in Section 2 and 5, including your right to create Derivative 
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   609
   Works based upon the Original Work, and doing so without observing these terms 
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   610
   and conditions is prohibited by copyright law and international treaty. Nothing 
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   611
   in this License is intended to affect copyright exceptions and limitations. 
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   612
   This License shall terminate immediately and You may no longer exercise any of 
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   613
   the rights granted to You by this License upon your failure to observe the 
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   614
   conditions of this license.
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   615
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   616
12. Termination for Patent Action. This License shall terminate automatically 
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   617
   and You may no longer exercise any of the rights granted to You by this License 
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   618
   as of the date You commence an action, including a cross-claim or counterclaim, 
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   619
   against Licensor, any owners of the Original Work or any licensee alleging that 
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   620
   the Original Work infringes a patent. This termination provision shall not 
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   621
   apply for an action alleging patent infringement through combinations of the 
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   622
   Original Work under combination with other software or hardware.
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   623
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   624
13. Jurisdiction. Any action or suit relating to this License may be brought 
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   625
   only in the courts of a jurisdiction wherein the Licensor resides and under the 
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   626
   laws of that jurisdiction excluding its conflict-of-law provisions. The 
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   627
   application of the United Nations Convention on Contracts for the International 
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   628
   Sale of Goods is expressly excluded. Any use of the Original Work outside the 
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   629
   scope of this License or after its termination shall be subject to the 
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   630
   requirements and penalties of copyright or patent law in the appropriate 
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   631
   jurisdiction. This section shall survive the termination of this License.
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   632
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   633
14. Attorneys’ Fees. In any action to enforce the terms of this License or 
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   634
   seeking damages relating thereto, the prevailing party shall be entitled to 
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   635
   recover its costs and expenses, including, without limitation, reasonable 
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   636
   attorneys' fees and costs incurred in connection with such action, including 
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   637
   any appeal of such action. This section shall survive the termination of this 
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   638
   License.
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   639
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   640
15. Miscellaneous.
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   641
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   642
    If any provision of this License is held to be unenforceable, such 
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   643
   provision shall be reformed only to the extent necessary to make it enforceable.
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   644
    No verbal ancillary agreements have been made. Changes and additions to 
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   645
   this License must appear in writing to be valid. This also applies to changing 
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   646
   the clause pertaining to written form.
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   647
    You may use the Original Work in all ways not otherwise restricted or 
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   648
   conditioned by this License or by law, and Licensor promises not to interfere 
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   649
   with or be responsible for such uses by You.
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   650
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   651
--------------------------------------------------------------------------------
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   652
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   653
                GNU LESSER GENERAL PUBLIC LICENSE
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   654
                   Version 2.1, February 1999 
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   655
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   656
Copyright (C) 1991, 1999 Free Software Foundation, Inc.
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   657
51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   658
Everyone is permitted to copy and distribute verbatim copies
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   659
of this license document, but changing it is not allowed.
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   660
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   661
[This is the first released version of the Lesser GPL. It also counts
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   662
as the successor of the GNU Library Public License, version 2, hence
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   663
the version number 2.1.]
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   664
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   665
Preamble
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   666
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   667
The licenses for most software are designed to take away your
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   668
freedom to share and change it. By contrast, the GNU General Public
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   669
Licenses are intended to guarantee your freedom to share and change
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   670
free software--to make sure the software is free for all its users.
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   671
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   672
This license, the Lesser General Public License, applies to some
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   673
specially designated software packages--typically libraries--of the
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   674
Free Software Foundation and other authors who decide to use it. You
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   675
can use it too, but we suggest you first think carefully about whether
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   676
this license or the ordinary General Public License is the better
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   677
strategy to use in any particular case, based on the explanations below.
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   678
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   679
When we speak of free software, we are referring to freedom of use,
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   680
not price. Our General Public Licenses are designed to make sure that
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   681
you have the freedom to distribute copies of free software (and charge
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   682
for this service if you wish); that you receive source code or can get
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   683
it if you want it; that you can change the software and use pieces of
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   684
it in new free programs; and that you are informed that you can do
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   685
these things.
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   686
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   687
To protect your rights, we need to make restrictions that forbid
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   688
distributors to deny you these rights or to ask you to surrender these
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   689
rights. These restrictions translate to certain responsibilities for
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   690
you if you distribute copies of the library or if you modify it.
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   691
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   692
For example, if you distribute copies of the library, whether gratis
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   693
or for a fee, you must give the recipients all the rights that we gave
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   694
you. You must make sure that they, too, receive or can get the source
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   695
code. If you link other code with the library, you must provide
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   696
complete object files to the recipients, so that they can relink them
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   697
with the library after making changes to the library and recompiling
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   698
it. And you must show them these terms so they know their rights.
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   699
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   700
We protect your rights with a two-step method: (1) we copyright the
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   701
library, and (2) we offer you this license, which gives you legal
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   702
permission to copy, distribute and/or modify the library.
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   703
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   704
To protect each distributor, we want to make it very clear that
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   705
there is no warranty for the free library. Also, if the library is
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   706
modified by someone else and passed on, the recipients should know
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   707
that what they have is not the original version, so that the original
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   708
author's reputation will not be affected by problems that might be
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   709
introduced by others.
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   710
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   711
Finally, software patents pose a constant threat to the existence of
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   712
any free program. We wish to make sure that a company cannot
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   713
effectively restrict the users of a free program by obtaining a
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   714
restrictive license from a patent holder. Therefore, we insist that
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   715
any patent license obtained for a version of the library must be
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   716
consistent with the full freedom of use specified in this license.
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   717
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   718
Most GNU software, including some libraries, is covered by the
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   719
ordinary GNU General Public License. This license, the GNU Lesser
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   720
General Public License, applies to certain designated libraries, and
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   721
is quite different from the ordinary General Public License. We use
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   722
this license for certain libraries in order to permit linking those
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   723
libraries into non-free programs.
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   724
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   725
When a program is linked with a library, whether statically or using
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   726
a shared library, the combination of the two is legally speaking a
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   727
combined work, a derivative of the original library. The ordinary
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   728
General Public License therefore permits such linking only if the
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   729
entire combination fits its criteria of freedom. The Lesser General
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   730
Public License permits more lax criteria for linking other code with
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   731
the library.
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   732
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   733
We call this license the "Lesser" General Public License because it
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   734
does Less to protect the user's freedom than the ordinary General
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   735
Public License. It also provides other free software developers Less
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   736
of an advantage over competing non-free programs. These disadvantages
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   737
are the reason we use the ordinary General Public License for many
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   738
libraries. However, the Lesser license provides advantages in certain
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   739
special circumstances.
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   740
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   741
For example, on rare occasions, there may be a special need to
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   742
encourage the widest possible use of a certain library, so that it becomes
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   743
a de-facto standard. To achieve this, non-free programs must be
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   744
allowed to use the library. A more frequent case is that a free
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   745
library does the same job as widely used non-free libraries. In this
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   746
case, there is little to gain by limiting the free library to free
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   747
software only, so we use the Lesser General Public License.
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   748
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   749
In other cases, permission to use a particular library in non-free
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   750
programs enables a greater number of people to use a large body of
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   751
free software. For example, permission to use the GNU C Library in
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   752
non-free programs enables many more people to use the whole GNU
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   753
operating system, as well as its variant, the GNU/Linux operating
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   754
system.
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   755
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   756
Although the Lesser General Public License is Less protective of the
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   757
users' freedom, it does ensure that the user of a program that is
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   758
linked with the Library has the freedom and the wherewithal to run
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   759
that program using a modified version of the Library.
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   760
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   761
The precise terms and conditions for copying, distribution and
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   762
modification follow. Pay close attention to the difference between a
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   763
"work based on the library" and a "work that uses the library". The
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   764
former contains code derived from the library, whereas the latter must
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   765
be combined with the library in order to run.
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   766
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   767
TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   768
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   769
0. This License Agreement applies to any software library or other
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   770
program which contains a notice placed by the copyright holder or
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   771
other authorized party saying it may be distributed under the terms of
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   772
this Lesser General Public License (also called "this License").
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   773
Each licensee is addressed as "you".
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   774
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   775
A "library" means a collection of software functions and/or data
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   776
prepared so as to be conveniently linked with application programs
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   777
(which use some of those functions and data) to form executables.
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   778
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   779
The "Library", below, refers to any such software library or work
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   780
which has been distributed under these terms. A "work based on the
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   781
Library" means either the Library or any derivative work under
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   782
copyright law: that is to say, a work containing the Library or a
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   783
portion of it, either verbatim or with modifications and/or translated
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   784
straightforwardly into another language. (Hereinafter, translation is
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   785
included without limitation in the term "modification".)
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   786
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   787
"Source code" for a work means the preferred form of the work for
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   788
making modifications to it. For a library, complete source code means
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   789
all the source code for all modules it contains, plus any associated
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   790
interface definition files, plus the scripts used to control compilation
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   791
and installation of the library.
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   792
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   793
Activities other than copying, distribution and modification are not
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   794
covered by this License; they are outside its scope. The act of
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   795
running a program using the Library is not restricted, and output from
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   796
such a program is covered only if its contents constitute a work based
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   797
on the Library (independent of the use of the Library in a tool for
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   798
writing it). Whether that is true depends on what the Library does
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   799
and what the program that uses the Library does.
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   800
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   801
1. You may copy and distribute verbatim copies of the Library's
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   802
complete source code as you receive it, in any medium, provided that
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   803
you conspicuously and appropriately publish on each copy an
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   804
appropriate copyright notice and disclaimer of warranty; keep intact
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   805
all the notices that refer to this License and to the absence of any
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   806
warranty; and distribute a copy of this License along with the
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   807
Library.
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   808
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   809
You may charge a fee for the physical act of transferring a copy,
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   810
and you may at your option offer warranty protection in exchange for a
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   811
fee.
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   812
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   813
2. You may modify your copy or copies of the Library or any portion
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   814
of it, thus forming a work based on the Library, and copy and
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   815
distribute such modifications or work under the terms of Section 1
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   816
above, provided that you also meet all of these conditions:
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   817
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   818
a) The modified work must itself be a software library.
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   819
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   820
b) You must cause the files modified to carry prominent notices
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   821
stating that you changed the files and the date of any change.
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   822
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   823
c) You must cause the whole of the work to be licensed at no
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   824
charge to all third parties under the terms of this License.
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   825
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   826
d) If a facility in the modified Library refers to a function or a
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   827
table of data to be supplied by an application program that uses
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   828
the facility, other than as an argument passed when the facility
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   829
is invoked, then you must make a good faith effort to ensure that,
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   830
in the event an application does not supply such function or
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   831
table, the facility still operates, and performs whatever part of
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   832
its purpose remains meaningful.
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   833
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   834
(For example, a function in a library to compute square roots has
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   835
a purpose that is entirely well-defined independent of the
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   836
application. Therefore, Subsection 2d requires that any
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   837
application-supplied function or table used by this function must
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   838
be optional: if the application does not supply it, the square
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   839
root function must still compute square roots.)
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   840
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   841
These requirements apply to the modified work as a whole. If
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   842
identifiable sections of that work are not derived from the Library,
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   843
and can be reasonably considered independent and separate works in
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   844
themselves, then this License, and its terms, do not apply to those
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   845
sections when you distribute them as separate works. But when you
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   846
distribute the same sections as part of a whole which is a work based
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   847
on the Library, the distribution of the whole must be on the terms of
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   848
this License, whose permissions for other licensees extend to the
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   849
entire whole, and thus to each and every part regardless of who wrote
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   850
it.
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   851
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   852
Thus, it is not the intent of this section to claim rights or contest
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   853
your rights to work written entirely by you; rather, the intent is to
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   854
exercise the right to control the distribution of derivative or
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   855
collective works based on the Library.
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   856
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   857
In addition, mere aggregation of another work not based on the Library
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   858
with the Library (or with a work based on the Library) on a volume of
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   859
a storage or distribution medium does not bring the other work under
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   860
the scope of this License.
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   861
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   862
3. You may opt to apply the terms of the ordinary GNU General Public
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   863
License instead of this License to a given copy of the Library. To do
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   864
this, you must alter all the notices that refer to this License, so
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   865
that they refer to the ordinary GNU General Public License, version 2,
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   866
instead of to this License. (If a newer version than version 2 of the
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   867
ordinary GNU General Public License has appeared, then you can specify
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   868
that version instead if you wish.) Do not make any other change in
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   869
these notices.
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   870
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   871
Once this change is made in a given copy, it is irreversible for
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   872
that copy, so the ordinary GNU General Public License applies to all
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   873
subsequent copies and derivative works made from that copy.
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   874
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   875
This option is useful when you wish to copy part of the code of
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   876
the Library into a program that is not a library.
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   877
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   878
4. You may copy and distribute the Library (or a portion or
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   879
derivative of it, under Section 2) in object code or executable form
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   880
under the terms of Sections 1 and 2 above provided that you accompany
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   881
it with the complete corresponding machine-readable source code, which
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   882
must be distributed under the terms of Sections 1 and 2 above on a
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   883
medium customarily used for software interchange.
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   884
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   885
If distribution of object code is made by offering access to copy
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   886
from a designated place, then offering equivalent access to copy the
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   887
source code from the same place satisfies the requirement to
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   888
distribute the source code, even though third parties are not
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   889
compelled to copy the source along with the object code.
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   890
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   891
5. A program that contains no derivative of any portion of the
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   892
Library, but is designed to work with the Library by being compiled or
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   893
linked with it, is called a "work that uses the Library". Such a
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   894
work, in isolation, is not a derivative work of the Library, and
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   895
therefore falls outside the scope of this License.
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   896
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   897
However, linking a "work that uses the Library" with the Library
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   898
creates an executable that is a derivative of the Library (because it
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   899
contains portions of the Library), rather than a "work that uses the
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   900
library". The executable is therefore covered by this License.
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   901
Section 6 states terms for distribution of such executables.
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   902
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   903
When a "work that uses the Library" uses material from a header file
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   904
that is part of the Library, the object code for the work may be a
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   905
derivative work of the Library even though the source code is not.
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   906
Whether this is true is especially significant if the work can be
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   907
linked without the Library, or if the work is itself a library. The
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   908
threshold for this to be true is not precisely defined by law.
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   909
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   910
If such an object file uses only numerical parameters, data
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   911
structure layouts and accessors, and small macros and small inline
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   912
functions (ten lines or less in length), then the use of the object
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   913
file is unrestricted, regardless of whether it is legally a derivative
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   914
work. (Executables containing this object code plus portions of the
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   915
Library will still fall under Section 6.)
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   916
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   917
Otherwise, if the work is a derivative of the Library, you may
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   918
distribute the object code for the work under the terms of Section 6.
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   919
Any executables containing that work also fall under Section 6,
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   920
whether or not they are linked directly with the Library itself.
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   921
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   922
6. As an exception to the Sections above, you may also combine or
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   923
link a "work that uses the Library" with the Library to produce a
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   924
work containing portions of the Library, and distribute that work
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   925
under terms of your choice, provided that the terms permit
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   926
modification of the work for the customer's own use and reverse
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   927
engineering for debugging such modifications.
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   928
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   929
You must give prominent notice with each copy of the work that the
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   930
Library is used in it and that the Library and its use are covered by
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   931
this License. You must supply a copy of this License. If the work
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   932
during execution displays copyright notices, you must include the
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   933
copyright notice for the Library among them, as well as a reference
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   934
directing the user to the copy of this License. Also, you must do one
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   935
of these things:
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   936
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   937
a) Accompany the work with the complete corresponding
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   938
machine-readable source code for the Library including whatever
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   939
changes were used in the work (which must be distributed under
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   940
Sections 1 and 2 above); and, if the work is an executable linked
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   941
with the Library, with the complete machine-readable "work that
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   942
uses the Library", as object code and/or source code, so that the
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   943
user can modify the Library and then relink to produce a modified
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   944
executable containing the modified Library. (It is understood
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   945
that the user who changes the contents of definitions files in the
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   946
Library will not necessarily be able to recompile the application
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   947
to use the modified definitions.)
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   948
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   949
b) Use a suitable shared library mechanism for linking with the
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   950
Library. A suitable mechanism is one that (1) uses at run time a
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   951
copy of the library already present on the user's computer system,
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   952
rather than copying library functions into the executable, and (2)
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   953
will operate properly with a modified version of the library, if
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   954
the user installs one, as long as the modified version is
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   955
interface-compatible with the version that the work was made with.
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   956
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   957
c) Accompany the work with a written offer, valid for at
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   958
least three years, to give the same user the materials
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   959
specified in Subsection 6a, above, for a charge no more
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   960
than the cost of performing this distribution.
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   961
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   962
d) If distribution of the work is made by offering access to copy
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   963
from a designated place, offer equivalent access to copy the above
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   964
specified materials from the same place.
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   965
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   966
e) Verify that the user has already received a copy of these
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   967
materials or that you have already sent this user a copy.
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   968
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   969
For an executable, the required form of the "work that uses the
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   970
Library" must include any data and utility programs needed for
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   971
reproducing the executable from it. However, as a special exception,
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   972
the materials to be distributed need not include anything that is
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   973
normally distributed (in either source or binary form) with the major
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   974
components (compiler, kernel, and so on) of the operating system on
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   975
which the executable runs, unless that component itself accompanies
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   976
the executable.
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   977
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   978
It may happen that this requirement contradicts the license
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   979
restrictions of other proprietary libraries that do not normally
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   980
accompany the operating system. Such a contradiction means you cannot
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   981
use both them and the Library together in an executable that you
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   982
distribute.
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   983
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   984
7. You may place library facilities that are a work based on the
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   985
Library side-by-side in a single library together with other library
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   986
facilities not covered by this License, and distribute such a combined
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   987
library, provided that the separate distribution of the work based on
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   988
the Library and of the other library facilities is otherwise
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   989
permitted, and provided that you do these two things:
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   990
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   991
a) Accompany the combined library with a copy of the same work
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   992
based on the Library, uncombined with any other library
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   993
facilities. This must be distributed under the terms of the
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   994
Sections above.
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   995
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   996
b) Give prominent notice with the combined library of the fact
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   997
that part of it is a work based on the Library, and explaining
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   998
where to find the accompanying uncombined form of the same work.
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   999
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1000
8. You may not copy, modify, sublicense, link with, or distribute
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1001
the Library except as expressly provided under this License. Any
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1002
attempt otherwise to copy, modify, sublicense, link with, or
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1003
distribute the Library is void, and will automatically terminate your
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1004
rights under this License. However, parties who have received copies,
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1005
or rights, from you under this License will not have their licenses
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1006
terminated so long as such parties remain in full compliance.
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1007
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1008
9. You are not required to accept this License, since you have not
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1009
signed it. However, nothing else grants you permission to modify or
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1010
distribute the Library or its derivative works. These actions are
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1011
prohibited by law if you do not accept this License. Therefore, by
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1012
modifying or distributing the Library (or any work based on the
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1013
Library), you indicate your acceptance of this License to do so, and
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1014
all its terms and conditions for copying, distributing or modifying
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1015
the Library or works based on it.
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1016
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1017
10. Each time you redistribute the Library (or any work based on the
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1018
Library), the recipient automatically receives a license from the
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1019
original licensor to copy, distribute, link with or modify the Library
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1020
subject to these terms and conditions. You may not impose any further
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1021
restrictions on the recipients' exercise of the rights granted herein.
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1022
You are not responsible for enforcing compliance by third parties with
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1023
this License. 
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1024
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1025
11. If, as a consequence of a court judgment or allegation of patent
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1026
infringement or for any other reason (not limited to patent issues),
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1027
conditions are imposed on you (whether by court order, agreement or
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1028
otherwise) that contradict the conditions of this License, they do not
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1029
excuse you from the conditions of this License. If you cannot
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1030
distribute so as to satisfy simultaneously your obligations under this
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1031
License and any other pertinent obligations, then as a consequence you
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1032
may not distribute the Library at all. For example, if a patent
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1033
license would not permit royalty-free redistribution of the Library by
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1034
all those who receive copies directly or indirectly through you, then
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1035
the only way you could satisfy both it and this License would be to
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1036
refrain entirely from distribution of the Library.
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1037
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1038
If any portion of this section is held invalid or unenforceable under any
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1039
particular circumstance, the balance of the section is intended to apply,
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1040
and the section as a whole is intended to apply in other circumstances.
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1041
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1042
It is not the purpose of this section to induce you to infringe any
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1043
patents or other property right claims or to contest validity of any
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1044
such claims; this section has the sole purpose of protecting the
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1045
integrity of the free software distribution system which is
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1046
implemented by public license practices. Many people have made
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1047
generous contributions to the wide range of software distributed
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1048
through that system in reliance on consistent application of that
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1049
system; it is up to the author/donor to decide if he or she is willing
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1050
to distribute software through any other system and a licensee cannot
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1051
impose that choice.
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1052
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1053
This section is intended to make thoroughly clear what is believed to
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1054
be a consequence of the rest of this License.
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1055
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1056
12. If the distribution and/or use of the Library is restricted in
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1057
certain countries either by patents or by copyrighted interfaces, the
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1058
original copyright holder who places the Library under this License may add
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1059
an explicit geographical distribution limitation excluding those countries,
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1060
so that distribution is permitted only in or among countries not thus
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1061
excluded. In such case, this License incorporates the limitation as if
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1062
written in the body of this License.
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1063
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1064
13. The Free Software Foundation may publish revised and/or new
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1065
versions of the Lesser General Public License from time to time.
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1066
Such new versions will be similar in spirit to the present version,
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1067
but may differ in detail to address new problems or concerns.
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1068
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1069
Each version is given a distinguishing version number. If the Library
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1070
specifies a version number of this License which applies to it and
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1071
"any later version", you have the option of following the terms and
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1072
conditions either of that version or of any later version published by
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1073
the Free Software Foundation. If the Library does not specify a
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1074
license version number, you may choose any version ever published by
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1075
the Free Software Foundation.
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1076
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1077
14. If you wish to incorporate parts of the Library into other free
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1078
programs whose distribution conditions are incompatible with these,
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1079
write to the author to ask for permission. For software which is
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1080
copyrighted by the Free Software Foundation, write to the Free
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1081
Software Foundation; we sometimes make exceptions for this. Our
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1082
decision will be guided by the two goals of preserving the free status
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1083
of all derivatives of our free software and of promoting the sharing
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1084
and reuse of software generally.
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1085
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1086
NO WARRANTY 
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1087
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1088
15. BECAUSE THE LIBRARY IS LICENSED FREE OF CHARGE, THERE IS NO
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1089
WARRANTY FOR THE LIBRARY, TO THE EXTENT PERMITTED BY APPLICABLE LAW.
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1090
EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1091
OTHER PARTIES PROVIDE THE LIBRARY "AS IS" WITHOUT WARRANTY OF ANY
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1092
KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1093
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1094
PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1095
LIBRARY IS WITH YOU. SHOULD THE LIBRARY PROVE DEFECTIVE, YOU ASSUME
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1096
THE COST OF ALL NECESSARY SERVICING, REPAIR OR CORRECTION.
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1097
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1098
16. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1099
WRITING WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1100
AND/OR REDISTRIBUTE THE LIBRARY AS PERMITTED ABOVE, BE LIABLE TO YOU
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1101
FOR DAMAGES, INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1102
CONSEQUENTIAL DAMAGES ARISING OUT OF THE USE OR INABILITY TO USE THE
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1103
LIBRARY (INCLUDING BUT NOT LIMITED TO LOSS OF DATA OR DATA BEING
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1104
RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD PARTIES OR A
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1105
FAILURE OF THE LIBRARY TO OPERATE WITH ANY OTHER SOFTWARE), EVEN IF
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1106
SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1107
DAMAGES.
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1108
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1109
END OF TERMS AND CONDITIONS
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1110
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1111
How to Apply These Terms to Your New Libraries
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1112
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1113
If you develop a new library, and you want it to be of the greatest
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1114
possible use to the public, we recommend making it free software that
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1115
everyone can redistribute and change. You can do so by permitting
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1116
redistribution under these terms (or, alternatively, under the terms of the
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1117
ordinary General Public License).
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1118
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1119
To apply these terms, attach the following notices to the library. It is
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1120
safest to attach them to the start of each source file to most effectively
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1121
convey the exclusion of warranty; and each file should have at least the
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1122
"copyright" line and a pointer to where the full notice is found.
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1123
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1124
one line to give the library's name and an idea of what it does.
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1125
Copyright (C) year name of author
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1126
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1127
This library is free software; you can redistribute it and/or
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1128
modify it under the terms of the GNU Lesser General Public
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1129
License as published by the Free Software Foundation; either
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1130
version 2.1 of the License, or (at your option) any later version.
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1131
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1132
This library is distributed in the hope that it will be useful,
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1133
but WITHOUT ANY WARRANTY; without even the implied warranty of
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1134
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1135
Lesser General Public License for more details.
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1136
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1137
You should have received a copy of the GNU Lesser General Public
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1138
License along with this library; if not, write to the Free Software
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1139
Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1140
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1141
Also add information on how to contact you by electronic and paper mail.
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1142
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1143
You should also get your employer (if you work as a programmer) or your
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1144
school, if any, to sign a "copyright disclaimer" for the library, if
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1145
necessary. Here is a sample; alter the names:
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1146
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1147
Yoyodyne, Inc., hereby disclaims all copyright interest in the
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1148
library `Frob' (a library for tweaking knobs) written by James Random Hacker.
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1149
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1150
signature of Ty Coon, 1 April 1990
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1151
Ty Coon, President of Vice
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1152
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1153
That's all there is to it!
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1154
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1155
--------------------------------------------------------------------------------
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1156
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1157
     The usual BSD license applies, copyright 2006.
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1158
     Uploaded to HaskellWiki as DancingSudoku.lhs
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1159
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1160
Redistribution and use in source and binary forms, with or without 
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1161
modification, are permitted provided that the following conditions are met:
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1162
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1163
    Redistributions of source code must retain the above copyright notice, this 
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1164
    list of conditions and the following disclaimer.
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1165
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1166
    Redistributions in binary form must reproduce the above copyright notice, 
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1167
    this list of conditions and the following disclaimer in the documentation 
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1168
    and/or other materials provided with the distribution.
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1169
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1170
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND 
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1171
ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED 
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1172
WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE 
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1173
DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE 
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1174
FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL 
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1175
DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR 
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1176
SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER 
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1177
CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, 
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1178
OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE 
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1179
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1180
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1181
--------------------------------------------------------------------------------
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1182
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1183
                    GNU GENERAL PUBLIC LICENSE
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1184
                       Version 3, 29 June 2007
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1185
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1186
 Copyright (C) 2007 Free Software Foundation, Inc. <http://fsf.org/>
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1187
 Everyone is permitted to copy and distribute verbatim copies
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1188
 of this license document, but changing it is not allowed.
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1189
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1190
                            Preamble
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1191
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1192
  The GNU General Public License is a free, copyleft license for
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1193
software and other kinds of works.
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1194
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1195
  The licenses for most software and other practical works are designed
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1196
to take away your freedom to share and change the works.  By contrast,
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1197
the GNU General Public License is intended to guarantee your freedom to
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1198
share and change all versions of a program--to make sure it remains free
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1199
software for all its users.  We, the Free Software Foundation, use the
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1200
GNU General Public License for most of our software; it applies also to
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1201
any other work released this way by its authors.  You can apply it to
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1202
your programs, too.
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1203
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1204
  When we speak of free software, we are referring to freedom, not
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1205
price.  Our General Public Licenses are designed to make sure that you
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1206
have the freedom to distribute copies of free software (and charge for
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1207
them if you wish), that you receive source code or can get it if you
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1208
want it, that you can change the software or use pieces of it in new
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1209
free programs, and that you know you can do these things.
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1210
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1211
  To protect your rights, we need to prevent others from denying you
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1212
these rights or asking you to surrender the rights.  Therefore, you have
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1213
certain responsibilities if you distribute copies of the software, or if
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1214
you modify it: responsibilities to respect the freedom of others.
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1215
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1216
  For example, if you distribute copies of such a program, whether
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1217
gratis or for a fee, you must pass on to the recipients the same
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1218
freedoms that you received.  You must make sure that they, too, receive
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1219
or can get the source code.  And you must show them these terms so they
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1220
know their rights.
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1221
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1222
  Developers that use the GNU GPL protect your rights with two steps:
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1223
(1) assert copyright on the software, and (2) offer you this License
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1224
giving you legal permission to copy, distribute and/or modify it.
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1225
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1226
  For the developers' and authors' protection, the GPL clearly explains
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1227
that there is no warranty for this free software.  For both users' and
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1228
authors' sake, the GPL requires that modified versions be marked as
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1229
changed, so that their problems will not be attributed erroneously to
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1230
authors of previous versions.
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1231
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1232
  Some devices are designed to deny users access to install or run
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1233
modified versions of the software inside them, although the manufacturer
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1234
can do so.  This is fundamentally incompatible with the aim of
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1235
protecting users' freedom to change the software.  The systematic
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1236
pattern of such abuse occurs in the area of products for individuals to
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1237
use, which is precisely where it is most unacceptable.  Therefore, we
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1238
have designed this version of the GPL to prohibit the practice for those
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1239
products.  If such problems arise substantially in other domains, we
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1240
stand ready to extend this provision to those domains in future versions
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1241
of the GPL, as needed to protect the freedom of users.
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1242
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1243
  Finally, every program is threatened constantly by software patents.
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1244
States should not allow patents to restrict development and use of
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1245
software on general-purpose computers, but in those that do, we wish to
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1246
avoid the special danger that patents applied to a free program could
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1247
make it effectively proprietary.  To prevent this, the GPL assures that
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1248
patents cannot be used to render the program non-free.
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1249
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1250
  The precise terms and conditions for copying, distribution and
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1251
modification follow.
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1252
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1253
                       TERMS AND CONDITIONS
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1254
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1255
  0. Definitions.
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1256
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1257
  "This License" refers to version 3 of the GNU General Public License.
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1258
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1259
  "Copyright" also means copyright-like laws that apply to other kinds of
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1260
works, such as semiconductor masks.
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1261
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1262
  "The Program" refers to any copyrightable work licensed under this
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1263
License.  Each licensee is addressed as "you".  "Licensees" and
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1264
"recipients" may be individuals or organizations.
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1265
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1266
  To "modify" a work means to copy from or adapt all or part of the work
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1267
in a fashion requiring copyright permission, other than the making of an
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1268
exact copy.  The resulting work is called a "modified version" of the
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1269
earlier work or a work "based on" the earlier work.
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1270
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1271
  A "covered work" means either the unmodified Program or a work based
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1272
on the Program.
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1273
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1274
  To "propagate" a work means to do anything with it that, without
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1275
permission, would make you directly or secondarily liable for
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1276
infringement under applicable copyright law, except executing it on a
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1277
computer or modifying a private copy.  Propagation includes copying,
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1278
distribution (with or without modification), making available to the
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1279
public, and in some countries other activities as well.
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1280
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1281
  To "convey" a work means any kind of propagation that enables other
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1282
parties to make or receive copies.  Mere interaction with a user through
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1283
a computer network, with no transfer of a copy, is not conveying.
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1284
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1285
  An interactive user interface displays "Appropriate Legal Notices"
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1286
to the extent that it includes a convenient and prominently visible
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1287
feature that (1) displays an appropriate copyright notice, and (2)
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1288
tells the user that there is no warranty for the work (except to the
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1289
extent that warranties are provided), that licensees may convey the
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1290
work under this License, and how to view a copy of this License.  If
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1291
the interface presents a list of user commands or options, such as a
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1292
menu, a prominent item in the list meets this criterion.
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1293
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1294
  1. Source Code.
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1295
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1296
  The "source code" for a work means the preferred form of the work
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1297
for making modifications to it.  "Object code" means any non-source
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1298
form of a work.
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1299
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1300
  A "Standard Interface" means an interface that either is an official
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1301
standard defined by a recognized standards body, or, in the case of
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1302
interfaces specified for a particular programming language, one that
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1303
is widely used among developers working in that language.
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1304
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1305
  The "System Libraries" of an executable work include anything, other
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1306
than the work as a whole, that (a) is included in the normal form of
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1307
packaging a Major Component, but which is not part of that Major
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1308
Component, and (b) serves only to enable use of the work with that
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1309
Major Component, or to implement a Standard Interface for which an
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1310
implementation is available to the public in source code form.  A
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1311
"Major Component", in this context, means a major essential component
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1312
(kernel, window system, and so on) of the specific operating system
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1313
(if any) on which the executable work runs, or a compiler used to
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1314
produce the work, or an object code interpreter used to run it.
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1315
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1316
  The "Corresponding Source" for a work in object code form means all
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1317
the source code needed to generate, install, and (for an executable
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1318
work) run the object code and to modify the work, including scripts to
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1319
control those activities.  However, it does not include the work's
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1320
System Libraries, or general-purpose tools or generally available free
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1321
programs which are used unmodified in performing those activities but
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1322
which are not part of the work.  For example, Corresponding Source
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1323
includes interface definition files associated with source files for
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1324
the work, and the source code for shared libraries and dynamically
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1325
linked subprograms that the work is specifically designed to require,
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1326
such as by intimate data communication or control flow between those
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1327
subprograms and other parts of the work.
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1328
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1329
  The Corresponding Source need not include anything that users
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1330
can regenerate automatically from other parts of the Corresponding
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1331
Source.
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1332
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1333
  The Corresponding Source for a work in source code form is that
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1334
same work.
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1335
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1336
  2. Basic Permissions.
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1337
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1338
  All rights granted under this License are granted for the term of
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1339
copyright on the Program, and are irrevocable provided the stated
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1340
conditions are met.  This License explicitly affirms your unlimited
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1341
permission to run the unmodified Program.  The output from running a
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1342
covered work is covered by this License only if the output, given its
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1343
content, constitutes a covered work.  This License acknowledges your
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1344
rights of fair use or other equivalent, as provided by copyright law.
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1345
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1346
  You may make, run and propagate covered works that you do not
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1347
convey, without conditions so long as your license otherwise remains
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1348
in force.  You may convey covered works to others for the sole purpose
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1349
of having them make modifications exclusively for you, or provide you
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1350
with facilities for running those works, provided that you comply with
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1351
the terms of this License in conveying all material for which you do
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1352
not control copyright.  Those thus making or running the covered works
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1353
for you must do so exclusively on your behalf, under your direction
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1354
and control, on terms that prohibit them from making any copies of
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1355
your copyrighted material outside their relationship with you.
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1356
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1357
  Conveying under any other circumstances is permitted solely under
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1358
the conditions stated below.  Sublicensing is not allowed; section 10
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1359
makes it unnecessary.
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1360
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1361
  3. Protecting Users' Legal Rights From Anti-Circumvention Law.
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1362
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1363
  No covered work shall be deemed part of an effective technological
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1364
measure under any applicable law fulfilling obligations under article
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1365
11 of the WIPO copyright treaty adopted on 20 December 1996, or
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1366
similar laws prohibiting or restricting circumvention of such
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1367
measures.
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1368
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1369
  When you convey a covered work, you waive any legal power to forbid
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1370
circumvention of technological measures to the extent such circumvention
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1371
is effected by exercising rights under this License with respect to
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1372
the covered work, and you disclaim any intention to limit operation or
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1373
modification of the work as a means of enforcing, against the work's
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1374
users, your or third parties' legal rights to forbid circumvention of
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1375
technological measures.
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1376
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1377
  4. Conveying Verbatim Copies.
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1378
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1379
  You may convey verbatim copies of the Program's source code as you
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1380
receive it, in any medium, provided that you conspicuously and
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1381
appropriately publish on each copy an appropriate copyright notice;
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1382
keep intact all notices stating that this License and any
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1383
non-permissive terms added in accord with section 7 apply to the code;
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1384
keep intact all notices of the absence of any warranty; and give all
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1385
recipients a copy of this License along with the Program.
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1386
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1387
  You may charge any price or no price for each copy that you convey,
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1388
and you may offer support or warranty protection for a fee.
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1389
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1390
  5. Conveying Modified Source Versions.
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1391
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1392
  You may convey a work based on the Program, or the modifications to
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1393
produce it from the Program, in the form of source code under the
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1394
terms of section 4, provided that you also meet all of these conditions:
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1395
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1396
    a) The work must carry prominent notices stating that you modified
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1397
    it, and giving a relevant date.
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1398
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1399
    b) The work must carry prominent notices stating that it is
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1400
    released under this License and any conditions added under section
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1401
    7.  This requirement modifies the requirement in section 4 to
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1402
    "keep intact all notices".
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1403
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1404
    c) You must license the entire work, as a whole, under this
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1405
    License to anyone who comes into possession of a copy.  This
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1406
    License will therefore apply, along with any applicable section 7
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1407
    additional terms, to the whole of the work, and all its parts,
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1408
    regardless of how they are packaged.  This License gives no
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1409
    permission to license the work in any other way, but it does not
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1410
    invalidate such permission if you have separately received it.
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1411
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1412
    d) If the work has interactive user interfaces, each must display
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1413
    Appropriate Legal Notices; however, if the Program has interactive
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1414
    interfaces that do not display Appropriate Legal Notices, your
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1415
    work need not make them do so.
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1416
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1417
  A compilation of a covered work with other separate and independent
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1418
works, which are not by their nature extensions of the covered work,
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1419
and which are not combined with it such as to form a larger program,
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1420
in or on a volume of a storage or distribution medium, is called an
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1421
"aggregate" if the compilation and its resulting copyright are not
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1422
used to limit the access or legal rights of the compilation's users
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1423
beyond what the individual works permit.  Inclusion of a covered work
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1424
in an aggregate does not cause this License to apply to the other
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1425
parts of the aggregate.
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1426
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1427
  6. Conveying Non-Source Forms.
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1428
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1429
  You may convey a covered work in object code form under the terms
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1430
of sections 4 and 5, provided that you also convey the
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1431
machine-readable Corresponding Source under the terms of this License,
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1432
in one of these ways:
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1433
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1434
    a) Convey the object code in, or embodied in, a physical product
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1435
    (including a physical distribution medium), accompanied by the
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1436
    Corresponding Source fixed on a durable physical medium
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1437
    customarily used for software interchange.
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1438
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1439
    b) Convey the object code in, or embodied in, a physical product
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1440
    (including a physical distribution medium), accompanied by a
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1441
    written offer, valid for at least three years and valid for as
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1442
    long as you offer spare parts or customer support for that product
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1443
    model, to give anyone who possesses the object code either (1) a
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1444
    copy of the Corresponding Source for all the software in the
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1445
    product that is covered by this License, on a durable physical
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1446
    medium customarily used for software interchange, for a price no
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1447
    more than your reasonable cost of physically performing this
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1448
    conveying of source, or (2) access to copy the
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1449
    Corresponding Source from a network server at no charge.
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1450
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1451
    c) Convey individual copies of the object code with a copy of the
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1452
    written offer to provide the Corresponding Source.  This
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1453
    alternative is allowed only occasionally and noncommercially, and
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1454
    only if you received the object code with such an offer, in accord
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1455
    with subsection 6b.
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1456
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1457
    d) Convey the object code by offering access from a designated
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1458
    place (gratis or for a charge), and offer equivalent access to the
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1459
    Corresponding Source in the same way through the same place at no
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1460
    further charge.  You need not require recipients to copy the
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1461
    Corresponding Source along with the object code.  If the place to
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1462
    copy the object code is a network server, the Corresponding Source
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1463
    may be on a different server (operated by you or a third party)
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1464
    that supports equivalent copying facilities, provided you maintain
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1465
    clear directions next to the object code saying where to find the
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1466
    Corresponding Source.  Regardless of what server hosts the
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1467
    Corresponding Source, you remain obligated to ensure that it is
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1468
    available for as long as needed to satisfy these requirements.
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1469
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1470
    e) Convey the object code using peer-to-peer transmission, provided
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1471
    you inform other peers where the object code and Corresponding
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1472
    Source of the work are being offered to the general public at no
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1473
    charge under subsection 6d.
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1474
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1475
  A separable portion of the object code, whose source code is excluded
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1476
from the Corresponding Source as a System Library, need not be
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1477
included in conveying the object code work.
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1478
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1479
  A "User Product" is either (1) a "consumer product", which means any
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1480
tangible personal property which is normally used for personal, family,
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1481
or household purposes, or (2) anything designed or sold for incorporation
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1482
into a dwelling.  In determining whether a product is a consumer product,
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1483
doubtful cases shall be resolved in favor of coverage.  For a particular
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1484
product received by a particular user, "normally used" refers to a
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1485
typical or common use of that class of product, regardless of the status
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1486
of the particular user or of the way in which the particular user
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1487
actually uses, or expects or is expected to use, the product.  A product
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1488
is a consumer product regardless of whether the product has substantial
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1489
commercial, industrial or non-consumer uses, unless such uses represent
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1490
the only significant mode of use of the product.
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1491
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1492
  "Installation Information" for a User Product means any methods,
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1493
procedures, authorization keys, or other information required to install
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1494
and execute modified versions of a covered work in that User Product from
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1495
a modified version of its Corresponding Source.  The information must
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1496
suffice to ensure that the continued functioning of the modified object
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1497
code is in no case prevented or interfered with solely because
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1498
modification has been made.
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1499
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1500
  If you convey an object code work under this section in, or with, or
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1501
specifically for use in, a User Product, and the conveying occurs as
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1502
part of a transaction in which the right of possession and use of the
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1503
User Product is transferred to the recipient in perpetuity or for a
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1504
fixed term (regardless of how the transaction is characterized), the
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1505
Corresponding Source conveyed under this section must be accompanied
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1506
by the Installation Information.  But this requirement does not apply
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1507
if neither you nor any third party retains the ability to install
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1508
modified object code on the User Product (for example, the work has
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1509
been installed in ROM).
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1510
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1511
  The requirement to provide Installation Information does not include a
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1512
requirement to continue to provide support service, warranty, or updates
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1513
for a work that has been modified or installed by the recipient, or for
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1514
the User Product in which it has been modified or installed.  Access to a
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1515
network may be denied when the modification itself materially and
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1516
adversely affects the operation of the network or violates the rules and
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1517
protocols for communication across the network.
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1518
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1519
  Corresponding Source conveyed, and Installation Information provided,
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1520
in accord with this section must be in a format that is publicly
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1521
documented (and with an implementation available to the public in
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1522
source code form), and must require no special password or key for
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1523
unpacking, reading or copying.
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1524
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1525
  7. Additional Terms.
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1526
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1527
  "Additional permissions" are terms that supplement the terms of this
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1528
License by making exceptions from one or more of its conditions.
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1529
Additional permissions that are applicable to the entire Program shall
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1530
be treated as though they were included in this License, to the extent
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1531
that they are valid under applicable law.  If additional permissions
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1532
apply only to part of the Program, that part may be used separately
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1533
under those permissions, but the entire Program remains governed by
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1534
this License without regard to the additional permissions.
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1535
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1536
  When you convey a copy of a covered work, you may at your option
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1537
remove any additional permissions from that copy, or from any part of
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1538
it.  (Additional permissions may be written to require their own
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1539
removal in certain cases when you modify the work.)  You may place
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1540
additional permissions on material, added by you to a covered work,
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1541
for which you have or can give appropriate copyright permission.
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1542
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1543
  Notwithstanding any other provision of this License, for material you
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1544
add to a covered work, you may (if authorized by the copyright holders of
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1545
that material) supplement the terms of this License with terms:
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1546
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1547
    a) Disclaiming warranty or limiting liability differently from the
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1548
    terms of sections 15 and 16 of this License; or
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1549
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1550
    b) Requiring preservation of specified reasonable legal notices or
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1551
    author attributions in that material or in the Appropriate Legal
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1552
    Notices displayed by works containing it; or
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1553
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1554
    c) Prohibiting misrepresentation of the origin of that material, or
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1555
    requiring that modified versions of such material be marked in
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1556
    reasonable ways as different from the original version; or
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1557
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1558
    d) Limiting the use for publicity purposes of names of licensors or
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1559
    authors of the material; or
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1560
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1561
    e) Declining to grant rights under trademark law for use of some
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1562
    trade names, trademarks, or service marks; or
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1563
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1564
    f) Requiring indemnification of licensors and authors of that
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1565
    material by anyone who conveys the material (or modified versions of
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1566
    it) with contractual assumptions of liability to the recipient, for
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1567
    any liability that these contractual assumptions directly impose on
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1568
    those licensors and authors.
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1569
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1570
  All other non-permissive additional terms are considered "further
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1571
restrictions" within the meaning of section 10.  If the Program as you
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1572
received it, or any part of it, contains a notice stating that it is
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1573
governed by this License along with a term that is a further
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1574
restriction, you may remove that term.  If a license document contains
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1575
a further restriction but permits relicensing or conveying under this
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1576
License, you may add to a covered work material governed by the terms
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1577
of that license document, provided that the further restriction does
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1578
not survive such relicensing or conveying.
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1579
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1580
  If you add terms to a covered work in accord with this section, you
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1581
must place, in the relevant source files, a statement of the
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1582
additional terms that apply to those files, or a notice indicating
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1583
where to find the applicable terms.
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1584
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1585
  Additional terms, permissive or non-permissive, may be stated in the
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1586
form of a separately written license, or stated as exceptions;
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1587
the above requirements apply either way.
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1588
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1589
  8. Termination.
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1590
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1591
  You may not propagate or modify a covered work except as expressly
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1592
provided under this License.  Any attempt otherwise to propagate or
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1593
modify it is void, and will automatically terminate your rights under
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1594
this License (including any patent licenses granted under the third
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1595
paragraph of section 11).
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1596
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1597
  However, if you cease all violation of this License, then your
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1598
license from a particular copyright holder is reinstated (a)
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1599
provisionally, unless and until the copyright holder explicitly and
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1600
finally terminates your license, and (b) permanently, if the copyright
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1601
holder fails to notify you of the violation by some reasonable means
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1602
prior to 60 days after the cessation.
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1603
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1604
  Moreover, your license from a particular copyright holder is
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1605
reinstated permanently if the copyright holder notifies you of the
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1606
violation by some reasonable means, this is the first time you have
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1607
received notice of violation of this License (for any work) from that
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1608
copyright holder, and you cure the violation prior to 30 days after
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1609
your receipt of the notice.
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1610
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1611
  Termination of your rights under this section does not terminate the
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1612
licenses of parties who have received copies or rights from you under
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1613
this License.  If your rights have been terminated and not permanently
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1614
reinstated, you do not qualify to receive new licenses for the same
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1615
material under section 10.
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1616
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1617
  9. Acceptance Not Required for Having Copies.
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1618
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1619
  You are not required to accept this License in order to receive or
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1620
run a copy of the Program.  Ancillary propagation of a covered work
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1621
occurring solely as a consequence of using peer-to-peer transmission
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1622
to receive a copy likewise does not require acceptance.  However,
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1623
nothing other than this License grants you permission to propagate or
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1624
modify any covered work.  These actions infringe copyright if you do
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1625
not accept this License.  Therefore, by modifying or propagating a
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1626
covered work, you indicate your acceptance of this License to do so.
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1627
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1628
  10. Automatic Licensing of Downstream Recipients.
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1629
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1630
  Each time you convey a covered work, the recipient automatically
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1631
receives a license from the original licensors, to run, modify and
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1632
propagate that work, subject to this License.  You are not responsible
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1633
for enforcing compliance by third parties with this License.
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1634
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1635
  An "entity transaction" is a transaction transferring control of an
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1636
organization, or substantially all assets of one, or subdividing an
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1637
organization, or merging organizations.  If propagation of a covered
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1638
work results from an entity transaction, each party to that
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1639
transaction who receives a copy of the work also receives whatever
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1640
licenses to the work the party's predecessor in interest had or could
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1641
give under the previous paragraph, plus a right to possession of the
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1642
Corresponding Source of the work from the predecessor in interest, if
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1643
the predecessor has it or can get it with reasonable efforts.
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1644
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1645
  You may not impose any further restrictions on the exercise of the
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1646
rights granted or affirmed under this License.  For example, you may
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1647
not impose a license fee, royalty, or other charge for exercise of
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1648
rights granted under this License, and you may not initiate litigation
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1649
(including a cross-claim or counterclaim in a lawsuit) alleging that
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1650
any patent claim is infringed by making, using, selling, offering for
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1651
sale, or importing the Program or any portion of it.
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1652
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1653
  11. Patents.
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1654
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1655
  A "contributor" is a copyright holder who authorizes use under this
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1656
License of the Program or a work on which the Program is based.  The
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1657
work thus licensed is called the contributor's "contributor version".
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1658
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1659
  A contributor's "essential patent claims" are all patent claims
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1660
owned or controlled by the contributor, whether already acquired or
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1661
hereafter acquired, that would be infringed by some manner, permitted
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1662
by this License, of making, using, or selling its contributor version,
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1663
but do not include claims that would be infringed only as a
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1664
consequence of further modification of the contributor version.  For
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1665
purposes of this definition, "control" includes the right to grant
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1666
patent sublicenses in a manner consistent with the requirements of
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1667
this License.
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1668
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1669
  Each contributor grants you a non-exclusive, worldwide, royalty-free
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1670
patent license under the contributor's essential patent claims, to
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1671
make, use, sell, offer for sale, import and otherwise run, modify and
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1672
propagate the contents of its contributor version.
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1673
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1674
  In the following three paragraphs, a "patent license" is any express
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1675
agreement or commitment, however denominated, not to enforce a patent
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1676
(such as an express permission to practice a patent or covenant not to
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1677
sue for patent infringement).  To "grant" such a patent license to a
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1678
party means to make such an agreement or commitment not to enforce a
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1679
patent against the party.
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1680
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1681
  If you convey a covered work, knowingly relying on a patent license,
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1682
and the Corresponding Source of the work is not available for anyone
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1683
to copy, free of charge and under the terms of this License, through a
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1684
publicly available network server or other readily accessible means,
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1685
then you must either (1) cause the Corresponding Source to be so
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1686
available, or (2) arrange to deprive yourself of the benefit of the
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1687
patent license for this particular work, or (3) arrange, in a manner
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1688
consistent with the requirements of this License, to extend the patent
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1689
license to downstream recipients.  "Knowingly relying" means you have
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1690
actual knowledge that, but for the patent license, your conveying the
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1691
covered work in a country, or your recipient's use of the covered work
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1692
in a country, would infringe one or more identifiable patents in that
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1693
country that you have reason to believe are valid.
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1694
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1695
  If, pursuant to or in connection with a single transaction or
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1696
arrangement, you convey, or propagate by procuring conveyance of, a
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1697
covered work, and grant a patent license to some of the parties
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1698
receiving the covered work authorizing them to use, propagate, modify
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1699
or convey a specific copy of the covered work, then the patent license
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1700
you grant is automatically extended to all recipients of the covered
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1701
work and works based on it.
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1702
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1703
  A patent license is "discriminatory" if it does not include within
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1704
the scope of its coverage, prohibits the exercise of, or is
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1705
conditioned on the non-exercise of one or more of the rights that are
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1706
specifically granted under this License.  You may not convey a covered
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1707
work if you are a party to an arrangement with a third party that is
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1708
in the business of distributing software, under which you make payment
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1709
to the third party based on the extent of your activity of conveying
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1710
the work, and under which the third party grants, to any of the
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1711
parties who would receive the covered work from you, a discriminatory
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1712
patent license (a) in connection with copies of the covered work
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1713
conveyed by you (or copies made from those copies), or (b) primarily
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1714
for and in connection with specific products or compilations that
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1715
contain the covered work, unless you entered into that arrangement,
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1716
or that patent license was granted, prior to 28 March 2007.
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1717
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1718
  Nothing in this License shall be construed as excluding or limiting
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1719
any implied license or other defenses to infringement that may
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1720
otherwise be available to you under applicable patent law.
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1721
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1722
  12. No Surrender of Others' Freedom.
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1723
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1724
  If conditions are imposed on you (whether by court order, agreement or
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1725
otherwise) that contradict the conditions of this License, they do not
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1726
excuse you from the conditions of this License.  If you cannot convey a
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1727
covered work so as to satisfy simultaneously your obligations under this
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1728
License and any other pertinent obligations, then as a consequence you may
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1729
not convey it at all.  For example, if you agree to terms that obligate you
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1730
to collect a royalty for further conveying from those to whom you convey
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1731
the Program, the only way you could satisfy both those terms and this
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1732
License would be to refrain entirely from conveying the Program.
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1733
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1734
  13. Use with the GNU Affero General Public License.
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1735
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1736
  Notwithstanding any other provision of this License, you have
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1737
permission to link or combine any covered work with a work licensed
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1738
under version 3 of the GNU Affero General Public License into a single
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1739
combined work, and to convey the resulting work.  The terms of this
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1740
License will continue to apply to the part which is the covered work,
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1741
but the special requirements of the GNU Affero General Public License,
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1742
section 13, concerning interaction through a network will apply to the
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1743
combination as such.
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1744
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1745
  14. Revised Versions of this License.
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1746
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1747
  The Free Software Foundation may publish revised and/or new versions of
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1748
the GNU General Public License from time to time.  Such new versions will
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1749
be similar in spirit to the present version, but may differ in detail to
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1750
address new problems or concerns.
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1751
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1752
  Each version is given a distinguishing version number.  If the
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1753
Program specifies that a certain numbered version of the GNU General
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1754
Public License "or any later version" applies to it, you have the
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1755
option of following the terms and conditions either of that numbered
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1756
version or of any later version published by the Free Software
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1757
Foundation.  If the Program does not specify a version number of the
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1758
GNU General Public License, you may choose any version ever published
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1759
by the Free Software Foundation.
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1760
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1761
  If the Program specifies that a proxy can decide which future
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1762
versions of the GNU General Public License can be used, that proxy's
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1763
public statement of acceptance of a version permanently authorizes you
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1764
to choose that version for the Program.
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1765
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1766
  Later license versions may give you additional or different
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1767
permissions.  However, no additional obligations are imposed on any
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1768
author or copyright holder as a result of your choosing to follow a
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1769
later version.
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1770
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1771
  15. Disclaimer of Warranty.
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1772
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1773
  THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1774
APPLICABLE LAW.  EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1775
HOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1776
OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO,
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1777
THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1778
PURPOSE.  THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1779
IS WITH YOU.  SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1780
ALL NECESSARY SERVICING, REPAIR OR CORRECTION.
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1781
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1782
  16. Limitation of Liability.
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1783
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1784
  IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1785
WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MODIFIES AND/OR CONVEYS
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1786
THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1787
GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1788
USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS OF
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1789
DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1790
PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS),
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1791
EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1792
SUCH DAMAGES.
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1793
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1794
  17. Interpretation of Sections 15 and 16.
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1795
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1796
  If the disclaimer of warranty and limitation of liability provided
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1797
above cannot be given local legal effect according to their terms,
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1798
reviewing courts shall apply local law that most closely approximates
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1799
an absolute waiver of all civil liability in connection with the
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1800
Program, unless a warranty or assumption of liability accompanies a
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1801
copy of the Program in return for a fee.
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1802
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1803
                     END OF TERMS AND CONDITIONS
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1804
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1805
            How to Apply These Terms to Your New Programs
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1806
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1807
  If you develop a new program, and you want it to be of the greatest
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1808
possible use to the public, the best way to achieve this is to make it
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1809
free software which everyone can redistribute and change under these terms.
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1810
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1811
  To do so, attach the following notices to the program.  It is safest
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1812
to attach them to the start of each source file to most effectively
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1813
state the exclusion of warranty; and each file should have at least
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1814
the "copyright" line and a pointer to where the full notice is found.
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1815
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1816
    <one line to give the program's name and a brief idea of what it does.>
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1817
    Copyright (C) <year>  <name of author>
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1818
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1819
    This program is free software: you can redistribute it and/or modify
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1820
    it under the terms of the GNU General Public License as published by
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1821
    the Free Software Foundation, either version 3 of the License, or
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1822
    (at your option) any later version.
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1823
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1824
    This program is distributed in the hope that it will be useful,
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1825
    but WITHOUT ANY WARRANTY; without even the implied warranty of
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1826
    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1827
    GNU General Public License for more details.
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1828
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1829
    You should have received a copy of the GNU General Public License
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1830
    along with this program.  If not, see <http://www.gnu.org/licenses/>.
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1831
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1832
Also add information on how to contact you by electronic and paper mail.
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1833
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1834
  If the program does terminal interaction, make it output a short
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1835
notice like this when it starts in an interactive mode:
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1836
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1837
    <program>  Copyright (C) <year>  <name of author>
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1838
    This program comes with ABSOLUTELY NO WARRANTY; for details type `show w'.
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1839
    This is free software, and you are welcome to redistribute it
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1840
    under certain conditions; type `show c' for details.
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1841
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1842
The hypothetical commands `show w' and `show c' should show the appropriate
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1843
parts of the General Public License.  Of course, your program's commands
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1844
might be different; for a GUI interface, you would use an "about box".
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1845
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1846
  You should also get your employer (if you work as a programmer) or school,
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1847
if any, to sign a "copyright disclaimer" for the program, if necessary.
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1848
For more information on this, and how to apply and follow the GNU GPL, see
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1849
<http://www.gnu.org/licenses/>.
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1850
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1851
  The GNU General Public License does not permit incorporating your program
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1852
into proprietary programs.  If your program is a subroutine library, you
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1853
may consider it more useful to permit linking proprietary applications with
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1854
the library.  If this is what you want to do, use the GNU Lesser General
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1855
Public License instead of this License.  But first, please read
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1856
<http://www.gnu.org/philosophy/why-not-lgpl.html>.
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1857
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1858
--------------------------------------------------------------------------------
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1859
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1860
 Version: MPL 1.1/GPL 2.0/LGPL 2.1
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1861
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1862
 The contents of this file are subject to the Mozilla Public License Version
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1863
 1.1 (the "License"); you may not use this file except in compliance with
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1864
 the License. You may obtain a copy of the License at
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1865
 http://www.mozilla.org/MPL/
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1866
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1867
 Software distributed under the License is distributed on an "AS IS" basis,
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1868
 WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1869
 for the specific language governing rights and limitations under the
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1870
 License.
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1871
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1872
 The Original Code is mozilla.org code.
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1873
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1874
 The Initial Developer of the Original Code is
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1875
 Netscape Communications Corporation.
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1876
 Portions created by the Initial Developer are Copyright (C) 1998
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1877
 the Initial Developer. All Rights Reserved.
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1878
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1879
 Contributor(s):
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1880
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1881
 Alternatively, the contents of this file may be used under the terms of
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1882
 either the GNU General Public License Version 2 or later (the "GPL"), or
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1883
 the GNU Lesser General Public License Version 2.1 or later (the "LGPL"),
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1884
 in which case the provisions of the GPL or the LGPL are applicable instead
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1885
 of those above. If you wish to allow use of your version of this file only
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1886
 under the terms of either the GPL or the LGPL, and not to allow others to
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1887
 use your version of this file under the terms of the MPL, indicate your
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1888
 decision by deleting the provisions above and replace them with the notice
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1889
 and other provisions required by the GPL or the LGPL. If you do not delete
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1890
 the provisions above, a recipient may use your version of this file under
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1891
 the terms of any one of the MPL, the GPL or the LGPL.
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1892
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1893
Oracle chooses the LGPLv2.1
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1894
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1895
--------------------------------------------------------------------------------
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1896
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1897
Copyright (c) Rich Hickey. All rights reserved.
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1898
The use and distribution terms for this software are covered by the
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1899
Common Public License 1.0 (http://opensource.org/licenses/cpl.php)
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1900
which can be found in the file CPL.TXT at the root of this distribution.
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1901
By using this software in any fashion, you are agreeing to be bound by
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1902
the terms of this license.
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1903
You must not remove this notice, or any other, from this software.
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1904
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1905
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1906
Common Public License Version 1.0
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1907
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1908
THE ACCOMPANYING PROGRAM IS PROVIDED UNDER THE TERMS OF THIS COMMON PUBLIC
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1909
LICENSE ("AGREEMENT"). ANY USE, REPRODUCTION OR DISTRIBUTION OF THE PROGRAM
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1910
CONSTITUTES RECIPIENT'S ACCEPTANCE OF THIS AGREEMENT.
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1911
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1912
1. DEFINITIONS
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1913
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1914
"Contribution" means:
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1915
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1916
a) in the case of the initial Contributor, the initial code and
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1917
documentation distributed under this Agreement, and
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1918
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1919
b) in the case of each subsequent Contributor:
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1920
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1921
i) changes to the Program, and
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1922
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1923
ii) additions to the Program;
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1924
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1925
where such changes and/or additions to the Program originate from and are
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1926
distributed by that particular Contributor. A Contribution 'originates' from a
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1927
Contributor if it was added to the Program by such Contributor itself or anyone
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1928
acting on such Contributor's behalf. Contributions do not include additions to
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1929
the Program which: (i) are separate modules of software distributed in
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1930
conjunction with the Program under their own license agreement, and (ii) are not
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1931
derivative works of the Program.
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1932
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1933
"Contributor" means any person or entity that distributes the Program.
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1934
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1935
"Licensed Patents " mean patent claims licensable by a Contributor which are
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1936
necessarily infringed by the use or sale of its Contribution alone or when
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1937
combined with the Program.
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1938
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1939
"Program" means the Contributions distributed in accordance with this Agreement.
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1940
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1941
"Recipient" means anyone who receives the Program under this Agreement,
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1942
including all Contributors.
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1943
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1944
2. GRANT OF RIGHTS
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1945
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1946
a) Subject to the terms of this Agreement, each Contributor hereby grants
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1947
Recipient a non-exclusive, worldwide, royalty-free copyright license to
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1948
reproduce, prepare derivative works of, publicly display, publicly perform,
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1949
distribute and sublicense the Contribution of such Contributor, if any, and such
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1950
derivative works, in source code and object code form.
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1951
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1952
b) Subject to the terms of this Agreement, each Contributor hereby grants
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1953
Recipient a non-exclusive, worldwide, royalty-free patent license under Licensed
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1954
Patents to make, use, sell, offer to sell, import and otherwise transfer the
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1955
Contribution of such Contributor, if any, in source code and object code form.
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1956
This patent license shall apply to the combination of the Contribution and the
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1957
Program if, at the time the Contribution is added by the Contributor, such
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1958
addition of the Contribution causes such combination to be covered by the
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1959
Licensed Patents. The patent license shall not apply to any other combinations
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1960
which include the Contribution. No hardware per se is licensed hereunder.
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1961
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1962
c) Recipient understands that although each Contributor grants the licenses
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1963
to its Contributions set forth herein, no assurances are provided by any
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1964
Contributor that the Program does not infringe the patent or other intellectual
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1965
property rights of any other entity. Each Contributor disclaims any liability to
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1966
Recipient for claims brought by any other entity based on infringement of
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1967
intellectual property rights or otherwise. As a condition to exercising the
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1968
rights and licenses granted hereunder, each Recipient hereby assumes sole
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1969
responsibility to secure any other intellectual property rights needed, if any.
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1970
For example, if a third party patent license is required to allow Recipient to
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1971
distribute the Program, it is Recipient's responsibility to acquire that license
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1972
before distributing the Program.
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1973
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1974
d) Each Contributor represents that to its knowledge it has sufficient
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1975
copyright rights in its Contribution, if any, to grant the copyright license set
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1976
forth in this Agreement.
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1977
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1978
3. REQUIREMENTS
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1979
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1980
A Contributor may choose to distribute the Program in object code form under its
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1981
own license agreement, provided that:
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1982
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1983
a) it complies with the terms and conditions of this Agreement; and
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1984
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1985
b) its license agreement:
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1986
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1987
i) effectively disclaims on behalf of all Contributors all warranties and
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1988
conditions, express and implied, including warranties or conditions of title and
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1989
non-infringement, and implied warranties or conditions of merchantability and
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1990
fitness for a particular purpose;
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1991
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1992
ii) effectively excludes on behalf of all Contributors all liability for
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1993
damages, including direct, indirect, special, incidental and consequential
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1994
damages, such as lost profits;
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1995
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1996
iii) states that any provisions which differ from this Agreement are offered
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1997
by that Contributor alone and not by any other party; and
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1998
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1999
iv) states that source code for the Program is available from such
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2000
Contributor, and informs licensees how to obtain it in a reasonable manner on or
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2001
through a medium customarily used for software exchange.
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2002
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2003
When the Program is made available in source code form:
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2004
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2005
a) it must be made available under this Agreement; and
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2006
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2007
b) a copy of this Agreement must be included with each copy of the Program.
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2008
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2009
Contributors may not remove or alter any copyright notices contained within the
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2010
Program.
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2011
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2012
Each Contributor must identify itself as the originator of its Contribution, if
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2013
any, in a manner that reasonably allows subsequent Recipients to identify the
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2014
originator of the Contribution.
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2015
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2016
4. COMMERCIAL DISTRIBUTION
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2017
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2018
Commercial distributors of software may accept certain responsibilities with
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2019
respect to end users, business partners and the like. While this license is
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2020
intended to facilitate the commercial use of the Program, the Contributor who
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2021
includes the Program in a commercial product offering should do so in a manner
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2022
which does not create potential liability for other Contributors. Therefore, if
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2023
a Contributor includes the Program in a commercial product offering, such
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2024
Contributor ("Commercial Contributor") hereby agrees to defend and indemnify
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2025
every other Contributor ("Indemnified Contributor") against any losses, damages
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2026
and costs (collectively "Losses") arising from claims, lawsuits and other legal
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2027
actions brought by a third party against the Indemnified Contributor to the
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2028
extent caused by the acts or omissions of such Commercial Contributor in
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2029
connection with its distribution of the Program in a commercial product
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2030
offering. The obligations in this section do not apply to any claims or Losses
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2031
relating to any actual or alleged intellectual property infringement. In order
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2032
to qualify, an Indemnified Contributor must: a) promptly notify the Commercial
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2033
Contributor in writing of such claim, and b) allow the Commercial Contributor to
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2034
control, and cooperate with the Commercial Contributor in, the defense and any
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2035
related settlement negotiations. The Indemnified Contributor may participate in
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2036
any such claim at its own expense.
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2037
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2038
For example, a Contributor might include the Program in a commercial product
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2039
offering, Product X. That Contributor is then a Commercial Contributor. If that
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2040
Commercial Contributor then makes performance claims, or offers warranties
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2041
related to Product X, those performance claims and warranties are such
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2042
Commercial Contributor's responsibility alone. Under this section, the
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2043
Commercial Contributor would have to defend claims against the other
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2044
Contributors related to those performance claims and warranties, and if a court
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2045
requires any other Contributor to pay any damages as a result, the Commercial
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2046
Contributor must pay those damages.
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2047
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2048
5. NO WARRANTY
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2049
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2050
EXCEPT AS EXPRESSLY SET FORTH IN THIS AGREEMENT, THE PROGRAM IS PROVIDED ON AN
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2051
"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, EITHER EXPRESS OR
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2052
IMPLIED INCLUDING, WITHOUT LIMITATION, ANY WARRANTIES OR CONDITIONS OF TITLE,
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2053
NON-INFRINGEMENT, MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Each
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2054
Recipient is solely responsible for determining the appropriateness of using and
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2055
distributing the Program and assumes all risks associated with its exercise of
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2056
rights under this Agreement, including but not limited to the risks and costs of
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2057
program errors, compliance with applicable laws, damage to or loss of data,
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2058
programs or equipment, and unavailability or interruption of operations.
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2059
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2060
6. DISCLAIMER OF LIABILITY
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2061
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2062
EXCEPT AS EXPRESSLY SET FORTH IN THIS AGREEMENT, NEITHER RECIPIENT NOR ANY
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2063
CONTRIBUTORS SHALL HAVE ANY LIABILITY FOR ANY DIRECT, INDIRECT, INCIDENTAL,
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2064
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING WITHOUT LIMITATION LOST
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2065
PROFITS), HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2066
STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2067
OUT OF THE USE OR DISTRIBUTION OF THE PROGRAM OR THE EXERCISE OF ANY RIGHTS
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2068
GRANTED HEREUNDER, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGES.
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2069
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2070
7. GENERAL
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2071
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2072
If any provision of this Agreement is invalid or unenforceable under applicable
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2073
law, it shall not affect the validity or enforceability of the remainder of the
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2074
terms of this Agreement, and without further action by the parties hereto, such
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2075
provision shall be reformed to the minimum extent necessary to make such
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2076
provision valid and enforceable.
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2077
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2078
If Recipient institutes patent litigation against a Contributor with respect to
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2079
a patent applicable to software (including a cross-claim or counterclaim in a
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2080
lawsuit), then any patent licenses granted by that Contributor to such Recipient
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2081
under this Agreement shall terminate as of the date such litigation is filed. In
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2082
addition, if Recipient institutes patent litigation against any entity
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2083
(including a cross-claim or counterclaim in a lawsuit) alleging that the Program
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2084
itself (excluding combinations of the Program with other software or hardware)
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2085
infringes such Recipient's patent(s), then such Recipient's rights granted under
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2086
Section 2(b) shall terminate as of the date such litigation is filed.
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2087
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2088
All Recipient's rights under this Agreement shall terminate if it fails to
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2089
comply with any of the material terms or conditions of this Agreement and does
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2090
not cure such failure in a reasonable period of time after becoming aware of
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2091
such noncompliance. If all Recipient's rights under this Agreement terminate,
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2092
Recipient agrees to cease use and distribution of the Program as soon as
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2093
reasonably practicable. However, Recipient's obligations under this Agreement
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2094
and any licenses granted by Recipient relating to the Program shall continue and
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2095
survive.
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2096
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2097
Everyone is permitted to copy and distribute copies of this Agreement, but in
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2098
order to avoid inconsistency the Agreement is copyrighted and may only be
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2099
modified in the following manner. The Agreement Steward reserves the right to
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2100
publish new versions (including revisions) of this Agreement from time to time.
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2101
No one other than the Agreement Steward has the right to modify this Agreement.
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2102
IBM is the initial Agreement Steward. IBM may assign the responsibility to serve
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2103
as the Agreement Steward to a suitable separate entity. Each new version of the
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2104
Agreement will be given a distinguishing version number. The Program (including
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2105
Contributions) may always be distributed subject to the version of the Agreement
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2106
under which it was received. In addition, after a new version of the Agreement
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2107
is published, Contributor may elect to distribute the Program (including its
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2108
Contributions) under the new version. Except as expressly stated in Sections
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2109
2(a) and 2(b) above, Recipient receives no rights or licenses to the
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2110
intellectual property of any Contributor under this Agreement, whether
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2111
expressly, by implication, estoppel or otherwise. All rights in the Program not
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2112
expressly granted under this Agreement are reserved.
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2113
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2114
This Agreement is governed by the laws of the State of New York and the
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2115
intellectual property laws of the United States of America. No party to this
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2116
Agreement will bring a legal action under this Agreement more than one year
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2117
after the cause of action arose. Each party waives its rights to a jury trial in
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2118
any resulting litigation.
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2119
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2120
--------------------------------------------------------------------------------
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2121
 Copyright (c) 2003 Sun Microsystems, Inc. All  Rights Reserved.
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2122
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2123
 Redistribution and use in source and binary forms, with or without
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2124
 modification, are permitted provided that the following conditions
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2125
 are met:
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2126
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2127
 -Redistributions of source code must retain the above copyright
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2128
  notice, this list of conditions and the following disclaimer.
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2129
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2130
 -Redistribution in binary form must reproduct the above copyright
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2131
  notice, this list of conditions and the following disclaimer in
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2132
  the documentation and/or other materials provided with the distribution.
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2133
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2134
 Neither the name of Sun Microsystems, Inc. or the names of contributors
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2135
 may be used to endorse or promote products derived from this software
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2136
 without specific prior written permission.
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2137
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2138
 This software is provided "AS IS," without a warranty of any kind. ALL
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2139
 EXPRESS OR IMPLIED CONDITIONS, REPRESENTATIONS AND WARRANTIES, INCLUDING
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2140
 ANY IMPLIED WARRANTY OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2141
 OR NON-INFRINGEMENT, ARE HEREBY EXCLUDED. SUN AND ITS LICENSORS SHALL NOT
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2142
 BE LIABLE FOR ANY DAMAGES OR LIABILITIES SUFFERED BY LICENSEE AS A RESULT
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2143
 OF OR RELATING TO USE, MODIFICATION OR DISTRIBUTION OF THE SOFTWARE OR ITS
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2144
 DERIVATIVES. IN NO EVENT WILL SUN OR ITS LICENSORS BE LIABLE FOR ANY LOST
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2145
 REVENUE, PROFIT OR DATA, OR FOR DIRECT, INDIRECT, SPECIAL, CONSEQUENTIAL,
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2146
 INCIDENTAL OR PUNITIVE DAMAGES, HOWEVER CAUSED AND REGARDLESS OF THE THEORY
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2147
 OF LIABILITY, ARISING OUT OF THE USE OF OR INABILITY TO USE SOFTWARE, EVEN
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2148
 IF SUN HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES.
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2149
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2150
 You acknowledge that Software is not designed, licensed or intended for
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2151
 use in the design, construction, operation or maintenance of any nuclear
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2152
 facility.
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2153
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2154
--------------------------------------------------------------------------------
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2155
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2156
(C) Copyright 2006 Salvatore Filippone    University of Rome Tor Vergata
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2157
                   Alfredo Buttari        University of Rome Tor Vergata
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2158
                   Daniela Di Serafino    II University of Naples
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2159
                   Pasqua D'Ambra         ICAR-CNR
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2160
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2161
1. Redistributions of source code must retain the above copyright
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2162
   notice, this list of conditions and the following disclaimer.
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2163
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2164
2. Redistributions in binary form must reproduce the above copyright
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2165
   notice, this list of conditions, and the following disclaimer in the
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2166
   documentation and/or other materials provided with the distribution.
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2167
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2168
3. The name of the MD2P4 group or the names of its contributors may
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2169
   software without specific written permission.
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2170
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2171
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2172
``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2173
TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2174
PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE MD2P4 GROUP OR ITS CONTRIBUTORS
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2175
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2176
--------------------------------------------------------------------------------
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2177
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2178
Copyright (C) 2009 Benjamin Kowarsch. All rights reserved.
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2179
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2180
License:
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2181
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2182
Redistribution  and  use  in source  and  binary forms,  with  or  without
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2183
modification, are permitted provided that the following conditions are met
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2184
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2185
1) NO FEES may be charged for the provision of the software.  The software
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2186
   may  NOT  be published  on websites  that contain  advertising,  unless
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2187
   specific  prior  written  permission has been obtained.
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2188
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2189
2) Redistributions  of source code must retain the above copyright notice,
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2190
   this list of conditions and the following disclaimer.
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2191
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2192
3) Redistributions  in binary form  must  reproduce  the  above  copyright
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2193
   notice,  this list of conditions  and  the following disclaimer  in the
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2194
   documentation and other materials provided with the distribution.
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2195
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2196
4) Neither the author's name nor the names of any contributors may be used
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2197
   to endorse  or  promote  products  derived  from this software  without
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2198
   specific prior written permission.
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2199
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2200
5) Where this list of conditions  or  the following disclaimer, in part or
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2201
   as a whole is overruled  or  nullified by applicable law, no permission
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2202
   is granted to use the software.
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2203
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2204
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2205
AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING,  BUT NOT LIMITED TO,  THE
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2206
IMPLIED WARRANTIES OF MERCHANTABILITY  AND FITNESS FOR A PARTICULAR PURPOSE
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2207
ARE DISCLAIMED.  IN NO EVENT  SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2208
LIABLE  FOR  ANY  DIRECT,  INDIRECT,  INCIDENTAL,  SPECIAL,  EXEMPLARY,  OR
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2209
CONSEQUENTIAL  DAMAGES  (INCLUDING,  BUT  NOT  LIMITED  TO,  PROCUREMENT OF
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2210
SUBSTITUTE GOODS OR SERVICES;  LOSS OF USE,  DATA,  OR PROFITS; OR BUSINESS
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2211
INTERRUPTION)  HOWEVER  CAUSED  AND ON ANY THEORY OF LIABILITY,  WHETHER IN
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2212
CONTRACT,  STRICT LIABILITY,  OR TORT  (INCLUDING NEGLIGENCE  OR OTHERWISE)
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2213
ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE,  EVEN IF ADVISED OF THE
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2214
POSSIBILITY OF SUCH DAMAGE.
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2215
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2216
--------------------------------------------------------------------------------
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2217
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2218
Copyright (c) 2008 Silken Web - Free BSD License
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2219
All rights reserved.
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2220
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2221
Redistribution and use in source and binary forms, with or without 
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2222
modification, are permitted provided that the following conditions are met:
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2223
* Redistributions of source code must retain the above copyright notice, this 
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2224
  list of conditions and the following disclaimer
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2225
* Redistributions in binary form must reproduce the above copyright notice, 
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2226
  this list of conditions and the following disclaimer in the documentation 
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2227
  and/or other materials provided with the distribution.
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2228
* Neither the name of Silken Web nor the names of its contributors may be used 
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2229
  to endorse or promote products derived from this software without specific 
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2230
  prior written permission.
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2231
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2232
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND 
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2233
ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO,
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2234
THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE 
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2235
ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2236
BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR 
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2237
CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2238
GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) 
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2239
HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2240
LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT 
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2241
OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2242
DAMAGE.
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2243
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2244
--------------------------------------------------------------------------------
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2245
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2246
Copyright (C) 2008 Slava Pestov
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2247
See http://factorcode.org/license.txt for BSD license.
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2248
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2249
Redistribution and use in source and binary forms, with or without 
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2250
modification, are permitted provided that the following conditions are met:
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2251
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2252
    Redistributions of source code must retain the above copyright notice, this 
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2253
    list of conditions and the following disclaimer.
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2254
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2255
    Redistributions in binary form must reproduce the above copyright notice, 
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2256
    this list of conditions and the following disclaimer in the documentation 
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2257
    and/or other materials provided with the distribution.
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2258
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2259
    Neither the name of the <ORGANIZATION> nor the names of its contributors 
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2260
    may be used to endorse or promote products derived from this software without 
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2261
    specific prior written permission.
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2262
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2263
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND 
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2264
ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED 
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2265
WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE 
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2266
DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE 
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2267
FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL 
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2268
DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR 
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2269
SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER 
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2270
CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, 
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2271
OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE 
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2272
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2273
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2274
--------------------------------------------------------------------------------
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2275
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2276
   (C) Copyright 2006 Salvatore Filippone    University of Rome Tor Vergata
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2277
                      Alfredo Buttari        University of Rome Tor Vergata
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2278
                      Daniela Di Serafino    II University of Naples
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2279
                      Pasqua D'Ambra         ICAR-CNR
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2280
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2281
 Redistribution and use in source and binary forms, with or without
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2282
 modification, are permitted provided that the following conditions
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2283
 are met:
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2284
   1. Redistributions of source code must retain the above copyright
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2285
      notice, this list of conditions and the following disclaimer.
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2286
   2. Redistributions in binary form must reproduce the above copyright
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2287
      notice, this list of conditions, and the following disclaimer in the
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2288
      documentation and/or other materials provided with the distribution.
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2289
   3. The name of the MD2P4 group or the names of its contributors may
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2290
      not be used to endorse or promote products derived from this
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2291
      software without specific written permission.
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2292
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2293
 THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2294
 ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2295
 TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2296
 PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE MD2P4 GROUP OR ITS CONTRIBUTORS
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2297
 BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2298
 CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2299
 SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2300
 INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2301
 CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2302
 ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2303
 POSSIBILITY OF SUCH DAMAGE.
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2304
8dd40225690f PSARC 2013/319 Pygments version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2305