github.com/aretext/aretext@v1.3.0/syntax/languages/testdata/markdown/README.md (about)

     1  The test cases in this directory were derived from [commonmark-spec](https://github.com/commonmark/commonmark-spec) version 0.3.
     2  
     3  License
     4  =======
     5  
     6  The CommonMark spec (spec.txt) and DTD (CommonMark.dtd) are
     7  
     8  Copyright (C) 2014-16 John MacFarlane
     9  
    10  Released under the Creative Commons CC-BY-SA 4.0 license: http://creativecommons.org/licenses/by-sa/4.0/.
    11  
    12  ---
    13  
    14  The test software in test/ and the programs in tools/ are
    15  
    16  Copyright (c) 2014, John MacFarlane
    17  
    18  All rights reserved.
    19  
    20  Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
    21  
    22  ```
    23  * Redistributions of source code must retain the above copyright
    24    notice, this list of conditions and the following disclaimer.
    25  
    26  * Redistributions in binary form must reproduce the above
    27    copyright notice, this list of conditions and the following
    28    disclaimer in the documentation and/or other materials provided
    29    with the distribution.
    30  ```
    31  
    32  THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.