* Ximin Luo <infini...@gmx.com>, 2011-10-17, 22:35:
Currently the tag "missing-license-text-in-dep5-copyright" is emitted when the copyright file looks like this:

----
Files: *
Copyright: yyyy-yyyy etc
License: MPL-1.1 or GPL-2+ or LGPL-2.1+

License: MPL-1.1
etc

License: GPL-2
etc

License: LGPL-2.1
etc
----

This is unnecessarily strict, because it means we need to have separate paragraphs for both GPL-2 and GPL-2+ licensed portions of the code.

Yes, you _do_ need separate paragraphs for GPL-2 and GPL-2+, because the license text is different. I.e., it would normally be something like:

| Files: foo
| License: GPL-2
|
| Files: bar
| License: GPL-2+
|
| License: GPL-2
|  This program is free software; you can redistribute it
|  and/or modify it under the terms of the GNU General
|  Public License as published by the Free Software
|  Foundation; either version 2 of the License, or (at your
|  opinion) any later version.
|  .
|  [warranty diclaimers, etc.]
|
| License: GPL-2
|  This program is free software; you can redistribute it
|  and/or modify it under the terms of the GNU General
|  Public License version 2 as published by the Free
|  Software Foundation.
|  .
|  [warranty diclaimers, etc.]

I can't see anything in the DEP-5 specification that'd support your interpretation. However, if you still feel that this was the intended meaning, please file a bug against debian-policy asking for clarification.

--
Jakub Wilk



--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to