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.

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

mercurial