debian/copyright: Move explanation of indirect linking of perf to OpenSSL

This was originally added to debian/copyright in src:linux-2.6, which
was the source for linux-tools binary packages.  Obviously it belongs
in src:linux-tools now.

svn path=/dists/trunk/linux/; revision=20326
This commit is contained in:
Ben Hutchings 2013-07-02 05:00:10 +00:00
parent 97a8d8f72d
commit 403c80020e
1 changed files with 0 additions and 6 deletions

6
debian/copyright vendored
View File

@ -1,12 +1,6 @@
Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Upstream-Name: Linux kernel
Source: http://ftp.kernel.org/pub/linux/kernel/
Comment:
The 'perf' tool is dynamically linked with the Python interpreter,
which is itself dynamically linked with OpenSSL, which is not
GPL-compatible. However, since perf itself does not link with or use
OpenSSL, we believe that this indirect linking does not require
additional permissions beyond the GPL.
Files: *
Copyright: 1991-2012 Linus Torvalds and many others