Add license header example to the contribution guide (#1073)

Signed-off-by: Florian Ruschbaschan <Florian.Ruschbaschan@bosch.io>
This commit is contained in:
Florian Ruschbaschan
2021-02-03 17:30:53 +01:00
committed by GitHub
parent 9afe923605
commit 09db327ba4

View File

@@ -95,6 +95,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