Le Sun, Apr 17, 2011 at 12:12:22AM +0200, Thomas Preud'homme a écrit : > > In DEP5 included with debian-policy 3.9.2 package, the URI associated > with Eiffel Forum License 1.0 actually leads to Eclipse Public License.
Dear Thomas, thank you for your report. The attached patch substitutes EFL to EPL, and links to versions 1.0 and 2.0 in SPDX. Currently, on the SPDX website, the URL to EFL-2.0 is a place holder, and the URL to EFL-1.0 is not existing. However, since both short names are present in the SPDX license list (<http://spdx.org/wiki/working-version-license-list>), I think that it will eventually be corrected. Have a nice day, -- Charles
>From 3aa39875c0f53a084a5e67cbd84f8dddd18ee1ec Mon Sep 17 00:00:00 2001 From: Charles Plessy <ple...@debian.org> Date: Sun, 17 Apr 2011 11:19:00 +0900 Subject: [PATCH] Correct link to SPDX for Eiffel Forum License, and add version 2.0. Closes: #623050 --- copyright-format/copyright-format.xml | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/copyright-format/copyright-format.xml b/copyright-format/copyright-format.xml index b9599d3..e198d3c 100644 --- a/copyright-format/copyright-format.xml +++ b/copyright-format/copyright-format.xml @@ -742,7 +742,8 @@ License: MPL-1.1 </entry> <entry> The Eiffel Forum License - <ulink url="http://spdx.org/licenses/EPL-1.0">1.0</ulink>. + <ulink url="http://spdx.org/licenses/EFL-1.0">1.0</ulink>, + <ulink url="http://spdx.org/licenses/EFL-2.0">2.0</ulink>. </entry> </row> <row> -- 1.7.2.5