Skip to content

Commit

Permalink
Added LICENSE file and .editorconfig file refs #15996
Browse files Browse the repository at this point in the history
  • Loading branch information
AshviniKabadi committed Sep 24, 2024
1 parent 9636b51 commit c05c1b5
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 0 deletions.
19 changes: 19 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
# EditorConfig is awesome: http://EditorConfig.org

# top-most EditorConfig file for the repo
root = true

[*]
end_of_line = lf
insert_final_newline = true

[*.{js,json,yml}]
charset = utf-8

# Defaults that seem fairly common
indent_style = space
indent_size = 2

# file-specific overrides
[CODEOWNERS]
indent_size = 8
13 changes: 13 additions & 0 deletions LICENSE
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
Copyright (C) The Arizona Board of Regents on Behalf of the University of Arizona - All Rights Reserved

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.

0 comments on commit c05c1b5

Please sign in to comment.