Skip to content

Commit 02074f0

Browse files
committed
Render as Markdown analyzer and code fix
1 parent 21251cf commit 02074f0

9 files changed

Lines changed: 1066 additions & 3 deletions

LICENSE.md

Lines changed: 35 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Copyright (c) Rackspace, US Inc. All rights reserved.
1+
Copyright (c) Rackspace, US Inc. All rights reserved.
22

33
Licensed under the Apache License, Version 2.0 (the "License"); you may not use
44
these files except in compliance with the License. You may obtain a copy of the
@@ -10,3 +10,37 @@ Unless required by applicable law or agreed to in writing, software distributed
1010
under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR
1111
CONDITIONS OF ANY KIND, either express or implied. See the License for the
1212
specific language governing permissions and limitations under the License.
13+
14+
## Third Party Licenses
15+
16+
### CommonMark.NET
17+
18+
The CommonMark.NET library is used under the following license:
19+
20+
> Copyright (c) 2014, Kārlis Gaņģis
21+
> All rights reserved.
22+
>
23+
> Redistribution and use in source and binary forms, with or without
24+
> modification, are permitted provided that the following conditions are met:
25+
>
26+
> * Redistributions of source code must retain the above copyright
27+
> notice, this list of conditions and the following disclaimer.
28+
>
29+
> * Redistributions in binary form must reproduce the above copyright
30+
> notice, this list of conditions and the following disclaimer in the
31+
> documentation and/or other materials provided with the distribution.
32+
>
33+
> * Neither the name of Kārlis Gaņģis nor the names of other contributors
34+
> may be used to endorse or promote products derived from this software
35+
> without specific prior written permission.
36+
>
37+
> THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
38+
> ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
39+
> WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
40+
> DISCLAIMED. IN NO EVENT SHALL COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY
41+
> DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
42+
> (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
43+
> LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
44+
> ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
45+
> (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
46+
> SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

0 commit comments

Comments
 (0)