components/javascript/qunit/other-licenses.txt
author Danek Duvall <danek.duvall@oracle.com>
Thu, 08 Sep 2016 17:47:13 -0700
changeset 6910 93182fb9923a
parent 6029 4f3a208f87d0
permissions -rw-r--r--
24589822 deliver httplib2 for Python 3.x
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
4728
a766705f467f PSARC 2015/298 QUnit 1.18.0
Yiteng Zhang <yiteng.zhang@oracle.com>
parents:
diff changeset
     1
/*
a766705f467f PSARC 2015/298 QUnit 1.18.0
Yiteng Zhang <yiteng.zhang@oracle.com>
parents:
diff changeset
     2
* This file is a modified version of google-diff-match-patch's JavaScript implementation
a766705f467f PSARC 2015/298 QUnit 1.18.0
Yiteng Zhang <yiteng.zhang@oracle.com>
parents:
diff changeset
     3
* (https://code.google.com/p/google-diff-match-patch/source/browse/trunk/javascript/diff_match_patch_uncompressed.js),
a766705f467f PSARC 2015/298 QUnit 1.18.0
Yiteng Zhang <yiteng.zhang@oracle.com>
parents:
diff changeset
     4
* modifications are licensed as more fully set forth in LICENSE.txt.
a766705f467f PSARC 2015/298 QUnit 1.18.0
Yiteng Zhang <yiteng.zhang@oracle.com>
parents:
diff changeset
     5
*
a766705f467f PSARC 2015/298 QUnit 1.18.0
Yiteng Zhang <yiteng.zhang@oracle.com>
parents:
diff changeset
     6
* The original source of google-diff-match-patch is attributable and licensed as follows:
a766705f467f PSARC 2015/298 QUnit 1.18.0
Yiteng Zhang <yiteng.zhang@oracle.com>
parents:
diff changeset
     7
*
a766705f467f PSARC 2015/298 QUnit 1.18.0
Yiteng Zhang <yiteng.zhang@oracle.com>
parents:
diff changeset
     8
* Copyright 2006 Google Inc.
a766705f467f PSARC 2015/298 QUnit 1.18.0
Yiteng Zhang <yiteng.zhang@oracle.com>
parents:
diff changeset
     9
* http://code.google.com/p/google-diff-match-patch/
a766705f467f PSARC 2015/298 QUnit 1.18.0
Yiteng Zhang <yiteng.zhang@oracle.com>
parents:
diff changeset
    10
*
a766705f467f PSARC 2015/298 QUnit 1.18.0
Yiteng Zhang <yiteng.zhang@oracle.com>
parents:
diff changeset
    11
* Licensed under the Apache License, Version 2.0 (the "License");
a766705f467f PSARC 2015/298 QUnit 1.18.0
Yiteng Zhang <yiteng.zhang@oracle.com>
parents:
diff changeset
    12
* you may not use this file except in compliance with the License.
a766705f467f PSARC 2015/298 QUnit 1.18.0
Yiteng Zhang <yiteng.zhang@oracle.com>
parents:
diff changeset
    13
* You may obtain a copy of the License at
a766705f467f PSARC 2015/298 QUnit 1.18.0
Yiteng Zhang <yiteng.zhang@oracle.com>
parents:
diff changeset
    14
*
a766705f467f PSARC 2015/298 QUnit 1.18.0
Yiteng Zhang <yiteng.zhang@oracle.com>
parents:
diff changeset
    15
* http://www.apache.org/licenses/LICENSE-2.0
a766705f467f PSARC 2015/298 QUnit 1.18.0
Yiteng Zhang <yiteng.zhang@oracle.com>
parents:
diff changeset
    16
*
a766705f467f PSARC 2015/298 QUnit 1.18.0
Yiteng Zhang <yiteng.zhang@oracle.com>
parents:
diff changeset
    17
* Unless required by applicable law or agreed to in writing, software
a766705f467f PSARC 2015/298 QUnit 1.18.0
Yiteng Zhang <yiteng.zhang@oracle.com>
parents:
diff changeset
    18
* distributed under the License is distributed on an "AS IS" BASIS,
a766705f467f PSARC 2015/298 QUnit 1.18.0
Yiteng Zhang <yiteng.zhang@oracle.com>
parents:
diff changeset
    19
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
a766705f467f PSARC 2015/298 QUnit 1.18.0
Yiteng Zhang <yiteng.zhang@oracle.com>
parents:
diff changeset
    20
* See the License for the specific language governing permissions and
a766705f467f PSARC 2015/298 QUnit 1.18.0
Yiteng Zhang <yiteng.zhang@oracle.com>
parents:
diff changeset
    21
* limitations under the License.
a766705f467f PSARC 2015/298 QUnit 1.18.0
Yiteng Zhang <yiteng.zhang@oracle.com>
parents:
diff changeset
    22
*