#611959 non-free documentation in the package?

Package:
pdl
Source:
pdl
Description:
perl data language: Perl extensions for numerics
Submitter:
Ivan Shmakov
Date:
2022-06-06 17:33:02 UTC
Severity:
normal
#611959#5
Date:
2011-02-04 06:30:08 UTC
From:
To:
	There're a few PDL manual pages that bear copyright notices (see
	below) that, to my understanding, limit the user's freedom to
	distribute the derived works.  Specifically, these notices
	conflict DFSG [1] in that they either:

	• disallow “modifications and derived works” (by the means of
	  format conversion) “to be distributed under the same terms as
	  the license of the original software” (DFSG #3; should we
	  assume that the license allows commercial distribution of the
	  unaltered documentation);

	• restrict a “party from selling or giving away the software as
	  a component of an aggregate software distribution containing
	  programs from several different sources” (DFSG #1; should we
	  assume that the commercial distribution is denied altogether.)

	I thus believe that the distribution terms of the manual pages
	in question should either be changed or clarified, or the manual
	pages should be removed from the Debian package.

[1] http://www.debian.org/social_contract#guidelines

$ (for i in PDL::Objects PDL::QuickStart PDL::BadValues ; do \
       printf '* %s\n' "$i" && man "$i" | grep -A2 -B4 -F Commercial ; \
   done)
* PDL::Objects

AUTHOR
       Copyright (C) Karl Glazebrook (kgb@aaoepp.aao.gov.au), Tuomas J. Lukka,
       (lukka@husc.harvard.edu) and Christian Soeller
       (c.soeller@auckland.ac.nz) 2000.  Commercial reproduction of this
       documentation in a different format is forbidden.

* PDL::QuickStart

AUTHOR
       Copyright (C) Karl Glazebrook (kgb@aaoepp.aao.gov.au), Tuomas J. Lukka,
       (lukka@husc.harvard.edu) and Christian Soeller
       (c.soeller@auckland.ac.nz) 1997.  Commercial reproduction of this
       documentation in a different format is forbidden.

* PDL::BadValues
       Copyright (C) Doug Burke (djburke@cpan.org), 2000, 2006.

       The per-piddle bad value support is by Heiko Klein (2006).

       Commercial reproduction of this documentation in a different format is
       forbidden.

$

#611959#14
Date:
2022-06-06 17:17:35 UTC
From:
To:
fixed 611959 pdl/1:2.079-1
thanks

Thanks to Ed J for reaching out to the initial documentation authors,
this issue is finally resolved.

PDL::Objects & PDL::QuickStart were fixed in PDL 2.078,
and PDL::BadValues in 2.079.

Kind Regards,

Bas