toolkit/crashreporter/google-breakpad/src/third_party/curl/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 COPYRIGHT AND PERMISSION NOTICE
michael@0 2
michael@0 3 Copyright (c) 1996 - 2011, Daniel Stenberg, <daniel@haxx.se>.
michael@0 4
michael@0 5 All rights reserved.
michael@0 6
michael@0 7 Permission to use, copy, modify, and distribute this software for any purpose
michael@0 8 with or without fee is hereby granted, provided that the above copyright
michael@0 9 notice and this permission notice appear in all copies.
michael@0 10
michael@0 11 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
michael@0 12 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
michael@0 13 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF THIRD PARTY RIGHTS. IN
michael@0 14 NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM,
michael@0 15 DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR
michael@0 16 OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE
michael@0 17 OR OTHER DEALINGS IN THE SOFTWARE.
michael@0 18
michael@0 19 Except as contained in this notice, the name of a copyright holder shall not
michael@0 20 be used in advertising or otherwise to promote the sale, use or other dealings
michael@0 21 in this Software without prior written authorization of the copyright holder.
michael@0 22

mercurial