-
Task
-
Resolution: Done
-
Major
-
1.3.0.Final
-
None
Eclipse released a new 2.0 version of EPL in 08/2017, and deprecated EPL-1.0. Need to upgrade to EPL-2.0 in all jberet projects.
https://www.eclipse.org/legal/epl-2.0/faq.php
Example Java file header:
/*
* Copyright (c) 2013-2014 Red Hat, Inc. and/or its affiliates.
*
* 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
*/
Example XML file header:
<?xml version="1.0" encoding="UTF-8"?>
<!--
Copyright (c) 2013 Red Hat, Inc. and/or its affiliates.
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
-->