Skip to content

Commit

Permalink
freifunk#675 link to license file, sign-off instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
christian-weiss committed Aug 12, 2021
1 parent e660187 commit 374f0a6
Showing 1 changed file with 27 additions and 2 deletions.
29 changes: 27 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,5 +47,30 @@ The freifunk API is designed to collect metadata of communities in a decentral w
Licence
=======

Please feel free to use this data in any (usefull) way you want.
We assume it to be in the [public domain](https://creativecommons.org/publicdomain/zero/1.0/).
Please feel free to use this data in any (usefull) way you want.
All code and content in this git repository is proviced unter [Creative Commons Zero 1.0 Universal](LICENSE) license to you.

Contribution
=======
Feel free to contribute to this project by creating a pull request.
Please sign-off your git commits before pushing it to your repository.

You confirm that you are allowed to contribute all code and content of your commit to this repository by simply adding
a sign-off to your commit message.

Please ensure that the sign-off is done with the same e-mail address as your committer e-mail address.

Easyest way to do this is to use the git sign-off feature:

**Sign-off your commit (directly)**

```git commit --signoff -m "Commit message here"```

**Sign-off your last commit (if you forgot to sign-off)**

```git commit --amend --signoff ```

**Force pushing last commit (if already pushed before sign-off)**

```git push --force-with-lease origin your-branch-name-here ```

0 comments on commit 374f0a6

Please sign in to comment.