From 09db327ba4d5eed632948086d556f21d49434c2e Mon Sep 17 00:00:00 2001 From: Florian Ruschbaschan <46709526+floruschbaschan@users.noreply.github.com> Date: Wed, 3 Feb 2021 17:30:53 +0100 Subject: [PATCH] Add license header example to the contribution guide (#1073) Signed-off-by: Florian Ruschbaschan --- CONTRIBUTING.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 881bf52a5..5862f66a9 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -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) 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