components/javascript/qunit/other-licenses.txt
author Shawn Ferry <shawn.ferry@oracle.com>
Wed, 30 Mar 2016 12:56:49 -0400
changeset 5747 4441137c3e4a
parent 4728 a766705f467f
child 6029 4f3a208f87d0
permissions -rw-r--r--
22853886 ruby/gem specs and tests should be faceted out via default transforms
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
/*istanbul ignore next */
a766705f467f PSARC 2015/298 QUnit 1.18.0
Yiteng Zhang <yiteng.zhang@oracle.com>
parents:
diff changeset
     2
// jscs:disable maximumLineLength
a766705f467f PSARC 2015/298 QUnit 1.18.0
Yiteng Zhang <yiteng.zhang@oracle.com>
parents:
diff changeset
     3
/*
a766705f467f PSARC 2015/298 QUnit 1.18.0
Yiteng Zhang <yiteng.zhang@oracle.com>
parents:
diff changeset
     4
* 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
     5
* (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
     6
* 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
     7
*
a766705f467f PSARC 2015/298 QUnit 1.18.0
Yiteng Zhang <yiteng.zhang@oracle.com>
parents:
diff changeset
     8
* 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
     9
*
a766705f467f PSARC 2015/298 QUnit 1.18.0
Yiteng Zhang <yiteng.zhang@oracle.com>
parents:
diff changeset
    10
* Copyright 2006 Google Inc.
a766705f467f PSARC 2015/298 QUnit 1.18.0
Yiteng Zhang <yiteng.zhang@oracle.com>
parents:
diff changeset
    11
* 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
    12
*
a766705f467f PSARC 2015/298 QUnit 1.18.0
Yiteng Zhang <yiteng.zhang@oracle.com>
parents:
diff changeset
    13
* 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
    14
* 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
    15
* 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
    16
*
a766705f467f PSARC 2015/298 QUnit 1.18.0
Yiteng Zhang <yiteng.zhang@oracle.com>
parents:
diff changeset
    17
* 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
    18
*
a766705f467f PSARC 2015/298 QUnit 1.18.0
Yiteng Zhang <yiteng.zhang@oracle.com>
parents:
diff changeset
    19
* 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
    20
* 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
    21
* 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
    22
* 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
    23
* limitations under the License.
a766705f467f PSARC 2015/298 QUnit 1.18.0
Yiteng Zhang <yiteng.zhang@oracle.com>
parents:
diff changeset
    24
*