-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
e8739b7
commit 631b2c4
Showing
5 changed files
with
697 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,4 +3,7 @@ | |
gerbil | ||
*.json | ||
README.md | ||
Makefile | ||
Makefile | ||
public/ | ||
LICENSE | ||
CONTRIBUTING.md |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
## Community Contribution License Agreement | ||
By creating this pull request, I grant the project maintainers an unlimited, | ||
perpetual license to use, modify, and redistribute these contributions under any terms they | ||
choose, including both the AGPLv3 and the Fossorial Commercial license terms. I | ||
represent that I have the right to grant this license for all contributed content. | ||
|
||
## Description | ||
|
||
|
||
## How to test? | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
## Contributing | ||
|
||
Contributions are welcome! Please see the following page in our documentation with future plans and feature ideas if you are looking for a place to start. | ||
|
||
https://docs.fossorial.io/roadmap | ||
|
||
### Licensing Considerations | ||
|
||
Please note that your contributions will be distributed under the AGPLv3 and the Fossorial Commercial license. For inquiries about commercial licensing, please contact us. | ||
|
||
At the beginning of all pull requests please place the following contributor license agreement (CLA). For larger submissions, we may reach out with a more formal agreement. | ||
|
||
``` | ||
By creating this pull request, I grant the project maintainers an unlimited, | ||
perpetual license to use, modify, and redistribute these contributions under any terms they | ||
choose, including both the AGPLv3 and the Fossorial Commercial license terms. I | ||
represent that I have the right to grant this license for all contributed content. | ||
``` |
Oops, something went wrong.