Added .editorconfig, added licensing section to CONTRIB
This commit is contained in:
parent
5dd876e86f
commit
fccf315235
3 changed files with 7 additions and 2 deletions
2
.editorconfig
Normal file
2
.editorconfig
Normal file
|
|
@ -0,0 +1,2 @@
|
||||||
|
indent_style = tab
|
||||||
|
indent_size = 8
|
||||||
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -1,6 +1,7 @@
|
||||||
*.o
|
*.o
|
||||||
*.so.*
|
*.so.*
|
||||||
*.so
|
*.so
|
||||||
|
*.a
|
||||||
*_parse.tab.c
|
*_parse.tab.c
|
||||||
*_parse.tab.h
|
*_parse.tab.h
|
||||||
lex.*_parse.c
|
lex.*_parse.c
|
||||||
|
|
|
||||||
|
|
@ -2,12 +2,14 @@
|
||||||
|
|
||||||
The clixon project welcomes contributions from the community.
|
The clixon project welcomes contributions from the community.
|
||||||
|
|
||||||
|
## Licensing
|
||||||
|
|
||||||
A contribution must follow the [CLIXON
|
A contribution must follow the [CLIXON
|
||||||
licensing](https://github.com/clicon/clixon/blob/master/LICENSE.md)
|
licensing](https://github.com/clicon/clixon/blob/master/LICENSE.md)
|
||||||
following the dual licensing: either Apache License, Version 2.0 or
|
with the dual licensing: either Apache License, Version 2.0 or
|
||||||
GNU General Public License Version 3.
|
GNU General Public License Version 3.
|
||||||
|
|
||||||
<!-- A Contributor License Agreement (CLA) such as generated by eg https://contributoragreements.org may need to be signed?-->
|
Note especially, the contribution license agreement (CLA) is described in the CLA section of the Apache License, Version 2.0.
|
||||||
|
|
||||||
## C style
|
## C style
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue