Skip to content

Commit

Permalink
feat: add elastic license template
Browse files Browse the repository at this point in the history
Signed-off-by: tison <[email protected]>
  • Loading branch information
tisonkun committed Jun 10, 2024
1 parent abbb3d3 commit 194d57f
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -19,3 +19,6 @@ end_of_line = lf
indent_style = space
insert_final_newline = true
trim_trailing_whitespace = true

[*.txt]
insert_final_newline = false
13 changes: 13 additions & 0 deletions fmt/src/license/Elastic-2.0.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
Copyright ${inceptionYear} ${copyrightOwner}

Licensed under the Elastic 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

https://www.elastic.co/licensing/elastic-license

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 194d57f

Please sign in to comment.