Introduce license header templates
To support multiple license headers simultaneously, a license folder for holding licenses is introduced. The original "Bosch Software Innovations GmbH" license header is set as default and the Siemens license header is added as an example for a further valid license. Signed-off-by: Christian Storm <christian.storm@siemens.com> Signed-off-by: Himanshu Kumar Singh <himanshu.singh@siemens.com>
This commit is contained in:
6
licenses/LICENSE_HEADER_TEMPLATE_BOSCH.txt
Normal file
6
licenses/LICENSE_HEADER_TEMPLATE_BOSCH.txt
Normal file
@@ -0,0 +1,6 @@
|
||||
Copyright (c) 2015 Bosch Software Innovations GmbH 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
|
||||
http://www.eclipse.org/legal/epl-v10.html
|
||||
6
licenses/LICENSE_HEADER_TEMPLATE_SIEMENS.txt
Normal file
6
licenses/LICENSE_HEADER_TEMPLATE_SIEMENS.txt
Normal file
@@ -0,0 +1,6 @@
|
||||
Copyright (c) Siemens AG, 2017
|
||||
|
||||
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
|
||||
http://www.eclipse.org/legal/epl-v10.html
|
||||
Reference in New Issue
Block a user