Hello Forum Users,
i want to know the license information for SLES12SP5 kernel source . where can i get it .
Thanks in advance.
Hello Forum Users,
i want to know the license information for SLES12SP5 kernel source . where can i get it .
Thanks in advance.
@vishal Hi, it’s all under the GPL… firmware ones will be down in /usr/share/licenses or /usr/share/doc/packages.
For the modules, grep the license eg;
/sbin/modinfo i915 | grep license
license: GPL and additional rights
Ref: https://www.kernel.org/doc/html/v5.3/process/license-rules.html
Ref: https://www.kernel.org/doc/html/v4.12/process/ SP5 Kernel
You can also see the license information in the output from the SCC package search and save to a file, eg;
Name,Version,License,Architecture,Module
....
kernel-source,4.12.14-122.7.1,GPL-2.0,noarch,SUSE Linux Enterprise Server 12 SP5
kernel-source,4.12.14-122.51.2,GPL-2.0,noarch,SUSE Linux Enterprise Server 12 SP5
kernel-source,4.12.14-122.46.1,GPL-2.0,noarch,SUSE Linux Enterprise Server 12 SP5
....
@malcolmlewis Thanks for the response.
Could you also guide me on query i posted earlier
https://forums.suse.com/discussion/15117/sles15-default-iptable-rule-causing-issue/p1
Thanks in advance