Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.

Bug 527803

Summary: Legal Documentation Generator: SPDX prefix should be used
Product: Community Reporter: Oliver Kopp <oliver.kopp>
Component: WebsiteAssignee: phoenix.ui <phoenix.ui-inbox>
Status: RESOLVED FIXED QA Contact:
Severity: enhancement    
Priority: P3 CC: wayne.beaton
Version: unspecified   
Target Milestone: ---   
Hardware: All   
OS: All   
See Also: https://git.eclipse.org/c/www.eclipse.org/projects.git/commit/?id=6afeac2f8c9113e3bfce31a4fd0cd6114a801c97
https://git.eclipse.org/r/112353
Whiteboard:

Description Oliver Kopp CLA 2017-11-27 10:35:30 EST
Context: https://www.eclipse.org/projects/tools/about.php?id=soa.winery

When outputting the SPDX License identifier, the prefix "SPDX-License-Identifier: " should be used. Further, it should be separated by a newline.

--cut: as is--
This program and the accompanying materials are made available under the terms
of the Eclipse Public License 2.0 which is available at
http://www.eclipse.org/legal/epl-2.0, or the Apache License, Version 2.0 which
is available at https://www.apache.org/licenses/LICENSE-2.0.
EPL-2.0 OR Apache-2.0
--end--

--cut: to be--
This program and the accompanying materials are made available under the terms
of the Eclipse Public License 2.0 which is available at
http://www.eclipse.org/legal/epl-2.0, or the Apache License, Version 2.0 which
is available at https://www.apache.org/licenses/LICENSE-2.0.

SPDX-License-Identifier: EPL-2.0 OR Apache-2.0
--end--
Comment 1 Wayne Beaton CLA 2017-11-27 12:59:33 EST
Nice catch. Fixed.
Comment 3 Eclipse Genie CLA 2017-11-27 14:04:31 EST
New Gerrit change created: https://git.eclipse.org/r/112353