components/javascript/qunit/other-licenses.txt
changeset 4728 a766705f467f
child 6029 4f3a208f87d0
equal deleted inserted replaced
4727:3ef0841967f5 4728:a766705f467f
       
     1 /*istanbul ignore next */
       
     2 // jscs:disable maximumLineLength
       
     3 /*
       
     4 * This file is a modified version of google-diff-match-patch's JavaScript implementation
       
     5 * (https://code.google.com/p/google-diff-match-patch/source/browse/trunk/javascript/diff_match_patch_uncompressed.js),
       
     6 * modifications are licensed as more fully set forth in LICENSE.txt.
       
     7 *
       
     8 * The original source of google-diff-match-patch is attributable and licensed as follows:
       
     9 *
       
    10 * Copyright 2006 Google Inc.
       
    11 * http://code.google.com/p/google-diff-match-patch/
       
    12 *
       
    13 * Licensed under the Apache License, Version 2.0 (the "License");
       
    14 * you may not use this file except in compliance with the License.
       
    15 * You may obtain a copy of the License at
       
    16 *
       
    17 * http://www.apache.org/licenses/LICENSE-2.0
       
    18 *
       
    19 * Unless required by applicable law or agreed to in writing, software
       
    20 * distributed under the License is distributed on an "AS IS" BASIS,
       
    21 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
       
    22 * See the License for the specific language governing permissions and
       
    23 * limitations under the License.
       
    24 *