gfx/harfbuzz/COPYING

Sat, 03 Jan 2015 20:18:00 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Sat, 03 Jan 2015 20:18:00 +0100
branch
TOR_BUG_3246
changeset 7
129ffea94266
permissions
-rw-r--r--

Conditionally enable double key logic according to:
private browsing mode or privacy.thirdparty.isolate preference and
implement in GetCookieStringCommon and FindCookie where it counts...
With some reservations of how to convince FindCookie users to test
condition and pass a nullptr when disabling double key logic.

     1 HarfBuzz is licensed under the so-called "Old MIT" license.  Details follow.
     3 Copyright © 2011 Codethink Limited
     4 Copyright © 2010,2011  Google, Inc.
     5 Copyright © 2006  Behdad Esfahbod
     6 Copyright © 2009  Keith Stribley
     7 Copyright © 2009  Martin Hosken and SIL International
     8 Copyright © 2007  Chris Wilson
     9 Copyright © 2004,2007,2008,2009,2010  Red Hat, Inc.
    10 Copyright © 1998-2004  David Turner and Werner Lemberg
    12 For full copyright notices consult the individual files in the package.
    15 Permission is hereby granted, without written agreement and without
    16 license or royalty fees, to use, copy, modify, and distribute this
    17 software and its documentation for any purpose, provided that the
    18 above copyright notice and the following two paragraphs appear in
    19 all copies of this software.
    21 IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR
    22 DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES
    23 ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN
    24 IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH
    25 DAMAGE.
    27 THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING,
    28 BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND
    29 FITNESS FOR A PARTICULAR PURPOSE.  THE SOFTWARE PROVIDED HEREUNDER IS
    30 ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO
    31 PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS.

mercurial