Added .editorconfig, added licensing section to CONTRIB

This commit is contained in:
Olof hagsand 2021-10-12 13:35:21 +02:00
parent 5dd876e86f
commit fccf315235
3 changed files with 7 additions and 2 deletions

2
.editorconfig Normal file
View file

@ -0,0 +1,2 @@
indent_style = tab
indent_size = 8

1
.gitignore vendored
View file

@ -1,6 +1,7 @@
*.o
*.so.*
*.so
*.a
*_parse.tab.c
*_parse.tab.h
lex.*_parse.c

View file

@ -2,12 +2,14 @@
The clixon project welcomes contributions from the community.
## Licensing
A contribution must follow the [CLIXON
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.
<!-- 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