intl/hyphenation/src/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 GPL 2.0/LGPL 2.1/MPL 1.1 tri-license
     3 The contents of this software may be used under the terms of
     4 the GNU General Public License Version 2 or later (the "GPL"), or
     5 the GNU Lesser General Public License Version 2.1 or later (the "LGPL",
     6 see COPYING.LGPL) or the Mozilla Public License Version 1.1 or later
     7 (the "MPL", see COPYING.MPL).
     9 The Plain TeX hyphenation tables "hyphen.tex" by Donald E. Knuth
    10 has a non MPL/LGPL compatible license, but freely redistributable:
    11 "Unlimited copying and redistribution of this file are permitted as long
    12 as this file is not modified. Modifications are permitted, but only if
    13 the resulting file is not named hyphen.tex."
    15 Software distributed under these licenses is distributed on an "AS IS" basis,
    16 WITHOUT WARRANTY OF ANY KIND, either express or implied. See the licences
    17 for the specific language governing rights and limitations under the licenses.

mercurial