other-licenses.txt revision 4726
4726N/A/*istanbul ignore next */
4726N/A// jscs:disable maximumLineLength
4726N/A/*
4726N/A* This file is a modified version of google-diff-match-patch's JavaScript implementation
4726N/A* (https://code.google.com/p/google-diff-match-patch/source/browse/trunk/javascript/diff_match_patch_uncompressed.js),
4726N/A* modifications are licensed as more fully set forth in LICENSE.txt.
4726N/A*
4726N/A* The original source of google-diff-match-patch is attributable and licensed as follows:
4726N/A*
4726N/A* Copyright 2006 Google Inc.
4726N/A* http://code.google.com/p/google-diff-match-patch/
4726N/A*
4726N/A* Licensed under the Apache License, Version 2.0 (the "License");
4726N/A* you may not use this file except in compliance with the License.
4726N/A* You may obtain a copy of the License at
4726N/A*
4726N/A* http://www.apache.org/licenses/LICENSE-2.0
4726N/A*
4726N/A* Unless required by applicable law or agreed to in writing, software
4726N/A* distributed under the License is distributed on an "AS IS" BASIS,
4726N/A* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
4726N/A* See the License for the specific language governing permissions and
4726N/A* limitations under the License.
4726N/A*