[#1393,#1008] Switch to Eclipse v2.0 license (#1427)

Switching license from EPL v1 to v2. Following
https://www.eclipse.org/legal/epl-2.0/faq.php#h.tci84nlsqpgw

Signed-off-by: Marinov Avgustin <Avgustin.Marinov@bosch.com>
This commit is contained in:
Avgustin Marinov
2023-09-14 11:03:20 +03:00
committed by GitHub
parent 0ee081dafc
commit 9c86729a68
1691 changed files with 10414 additions and 8654 deletions

View File

@@ -102,12 +102,13 @@ Please make sure newly created files contain a proper license header like this:
```java
/**
* Copyright (c) <year> <author> and others.
* Copyright (c) {date} {owner} [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
* This program and the accompanying materials are made
* available under the terms of the Eclipse Public License 2.0
* which is available at https://www.eclipse.org/legal/epl-2.0/
*
* SPDX-License-Identifier: EPL-2.0
*/
```