Skip to content

Commit

Permalink
Add license header example to the contribution guide (#68)
Browse files Browse the repository at this point in the history
Signed-off-by: Florian Ruschbaschan <Florian.Ruschbaschan@bosch.io>
  • Loading branch information
floruschbaschan committed Feb 4, 2021
1 parent ffcc61a commit 4eccd8f
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions CONTRIBUTING.md
Expand Up @@ -99,6 +99,21 @@ You do this by adding the `-s` flag when you make the commit(s), e.g.

git commit -s -m "Shave the yak some more"

### License Header

Please make sure newly created files contain a proper license header like this:

```
/**
* Copyright (c) <year> <author> and others.
*
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* https://www.eclipse.org/legal/epl-v10.html
*/
```

## Making your changes

* Fork the repository on GitHub
Expand Down

0 comments on commit 4eccd8f

Please sign in to comment.