Skip to content

Commit 6a94fe8

Browse files
committed
use legalFor for static checks
1 parent 6f4add3 commit 6a94fe8

File tree

7 files changed

+126
-198
lines changed

7 files changed

+126
-198
lines changed

CODE_OF_CONDUCT.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1-
# Code of Conduct
1+
#Code of Conduct
22

3-
The LLVM Community Code of Conduct can be found at https://llvm.org/docs/CodeOfConduct.html.
3+
The LLVM Community Code of Conduct can be found at https
4+
: // llvm.org/docs/CodeOfConduct.html.

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Contributing to LLVM
1+
#Contributing to LLVM
22

33
Thank you for your interest in contributing to LLVM! There are many ways to
44
contribute, and we appreciate all contributions.

LICENSE.TXT

Lines changed: 27 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -81,8 +81,9 @@ The LLVM Project is under the Apache License v2.0 with LLVM Exceptions:
8181
use, offer to sell, sell, import, and otherwise transfer the Work,
8282
where such license applies only to those patent claims licensable
8383
by such Contributor that are necessarily infringed by their
84-
Contribution(s) alone or by combination of their Contribution(s)
85-
with the Work to which such Contribution(s) was submitted. If You
84+
Contribution(s)
85+
alone or by combination of their Contribution(s)
86+
with the Work to which such Contribution(s) was submitted. If You
8687
institute patent litigation against any entity (including a
8788
cross-claim or counterclaim in a lawsuit) alleging that the Work
8889
or a Contribution incorporated within the Work constitutes direct
@@ -96,25 +97,30 @@ The LLVM Project is under the Apache License v2.0 with LLVM Exceptions:
9697
meet the following conditions:
9798

9899
(a) You must give any other recipients of the Work or
99-
Derivative Works a copy of this License; and
100-
101-
(b) You must cause any modified files to carry prominent notices
102-
stating that You changed the files; and
103-
104-
(c) You must retain, in the Source form of any Derivative Works
105-
that You distribute, all copyright, patent, trademark, and
106-
attribution notices from the Source form of the Work,
107-
excluding those notices that do not pertain to any part of
108-
the Derivative Works; and
109-
110-
(d) If the Work includes a "NOTICE" text file as part of its
111-
distribution, then any Derivative Works that You distribute must
112-
include a readable copy of the attribution notices contained
113-
within such NOTICE file, excluding those notices that do not
114-
pertain to any part of the Derivative Works, in at least one
115-
of the following places: within a NOTICE text file distributed
116-
as part of the Derivative Works; within the Source form or
117-
documentation, if provided along with the Derivative Works; or,
100+
Derivative Works a copy of this License;
101+
and
102+
103+
(b) You must cause any modified files to carry prominent notices stating
104+
that You changed the files;
105+
and
106+
107+
(c) You must retain,
108+
in the Source form of any Derivative Works that You distribute,
109+
all copyright, patent, trademark,
110+
and attribution notices from the Source form of the Work,
111+
excluding those notices that
112+
do not pertain to any part of the Derivative Works;
113+
and
114+
115+
(d) If the Work includes a "NOTICE" text file as part of its distribution,
116+
then any Derivative Works that You distribute must include a readable copy
117+
of the attribution notices contained within such NOTICE file,
118+
excluding those notices that
119+
do not pertain to any part of the Derivative Works,
120+
in at least one of the following places
121+
: within a NOTICE text file distributed as part of the Derivative Works;
122+
within the Source form or documentation,
123+
if provided along with the Derivative Works; or,
118124
within a display generated by the Derivative Works, if and
119125
wherever such third-party notices normally appear. The contents
120126
of the NOTICE file are for informational purposes only and
@@ -276,4 +282,3 @@ CONTRIBUTORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
276282
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
277283
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS WITH THE
278284
SOFTWARE.
279-

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# The LLVM Compiler Infrastructure
1+
#The LLVM Compiler Infrastructure
22

33
[![OpenSSF Scorecard](https://api.securityscorecards.dev/projects/github.com/llvm/llvm-project/badge)](https://securityscorecards.dev/viewer/?uri=github.com/llvm/llvm-project)
44
[![OpenSSF Best Practices](https://www.bestpractices.dev/projects/8273/badge)](https://www.bestpractices.dev/projects/8273)

SECURITY.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Reporting LLVM Security Issues
1+
#Reporting LLVM Security Issues
22

33
To report security issues in LLVM, please follow the steps outlined on the
44
[LLVM Security Group](https://llvm.org/docs/Security.html#how-to-report-a-security-issue)

0 commit comments

Comments
 (0)