Skip to content
This repository was archived by the owner on May 19, 2025. It is now read-only.

Commit 79e78e7

Browse files
committed
Add LICENSE
1 parent e2561d9 commit 79e78e7

File tree

3 files changed

+39
-0
lines changed

3 files changed

+39
-0
lines changed

.editorconfig

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
root = true
2+
3+
[*]
4+
charset = utf-8
5+
end_of_line = lf
6+
indent_style = space
7+
indent_size = 2
8+
trim_trailing_whitespace = true
9+
insert_final_newline = true
10+
max_line_length = 120
11+
12+
[*.rs]
13+
indent_size = 4
14+
max_line_length = 100
15+
16+
[*.md]
17+
max_line_length = 0
18+
trim_trailing_whitespace = false
19+
20+
[*.js]
21+
max_line_length = 80

LICENSE

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
12
Apache License
23
Version 2.0, January 2004
34
http://www.apache.org/licenses/

NOTICE

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
Mesh Security: Interchain Security in the Cosmos Model
2+
3+
Copyright 2022 Ethan Frey
4+
Copyright 2022 Sunny Aggarwal
5+
Copyright 2022 Jake Hartnell
6+
7+
Licensed under the Apache License, Version 2.0 (the "License");
8+
you may not use this file except in compliance with the License.
9+
You may obtain a copy of the License at
10+
11+
http://www.apache.org/licenses/LICENSE-2.0
12+
13+
Unless required by applicable law or agreed to in writing, software
14+
distributed under the License is distributed on an "AS IS" BASIS,
15+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
16+
See the License for the specific language governing permissions and
17+
limitations under the License.

0 commit comments

Comments
 (0)