Bug 563956 - EPL-1.0 need to be updated to the EPL-2.0.
Summary: EPL-1.0 need to be updated to the EPL-2.0.
Status: NEW
Alias: None
Product: MDT.BPMN2
Classification: Modeling
Component: Core (show other bugs)
Version: unspecified   Edit
Hardware: All All
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: Ralph Soika CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on: 563953
Blocks:
  Show dependency tree
 
Reported: 2020-06-04 15:33 EDT by Ralph Soika CLA
Modified: 2020-06-04 15:44 EDT (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Ralph Soika CLA 2020-06-04 15:33:54 EDT
The project is still using the EPL-1.0. We need the project to update to the EPL-2.0.

See also #563953 and #530393

On Linux the following script can be used
--------

curl https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.txt -o LICENSE
find . -type f -exec sed -i 's/Eclipse Public License v1.0/Eclipse Public License 2.0/g' {} +
find . -type f -exec sed -i -E 's/([[:blank:]]*[^[:blank:]])*([[:blank:]]*)http:\/\/www.eclipse.org\/legal\/epl-v10.html/\1\2https:\/\/www.eclipse.org\/legal\/epl-2.0\/\
\1\
\1\2SPDX-License-Identifier: EPL-2.0/' {} +
Comment 1 Eclipse Genie CLA 2020-06-04 15:43:46 EDT
New Gerrit change created: https://git.eclipse.org/r/164201