Skip to content
This repository was archived by the owner on Oct 18, 2021. It is now read-only.

Commit e560f90

Browse files
committed
License and editor config
1 parent 2dfb2d1 commit e560f90

File tree

2 files changed

+17
-0
lines changed

2 files changed

+17
-0
lines changed

.editorconfig

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
root = true
2+
3+
[*]
4+
end_of_line = lf
5+
insert_final_newline = true
6+
trim_trailing_whitespace = true

LICENSE

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
Copyright (c) 2020 IETF Trust and the persons identified as the
2+
document authors. All rights reserved.
3+
4+
This document is subject to BCP 78 and the IETF Trust's Legal
5+
Provisions Relating to IETF Documents (https://trustee.ietf.org/
6+
license-info) in effect on the date of publication of this document.
7+
Please review these documents carefully, as they describe your rights
8+
and restrictions with respect to this document. Code Components
9+
extracted from this document must include Simplified BSD License text
10+
as described in Section 4.e of the Trust Legal Provisions and are
11+
provided without warranty as described in the Simplified BSD License.

0 commit comments

Comments
 (0)