Take the 2-minute tour ×
Unix & Linux Stack Exchange is a question and answer site for users of Linux, FreeBSD and other Un*x-like operating systems. It's 100% free, no registration required.

I'd like to be able to browse the Knoppix source code for my learning reference without having to copy it to every machine I use.I'd also like to discuss it with classmates. As you know, pre-github source code access was inconvenient to say the least. Currently Knoppix is only available as a traditional download.

I know Knoppix is released under the GPL, but I don't want to jump to conclusions without asking someone who knows a bit more about technology licensing than me.

share|improve this question
    
Knoppix as a whole is not (and can not be) released under the GNU GPL. But if you are interesting in kernel only, then yes, Linux®, which is the kernel Knoppix use, is mostly GPLv2-covered (not v3, the @DigitalTrauma have cited). But are you sure, that you need the very version of Linux that is supplied in Knoppix? Does not vanilla Linux (which is available on GitHub) suit your needs? –  Dmitry Alexandrov Oct 10 '14 at 12:31
    
The vanilla Linux is too complicated for me to understand. I just want to see the essentials. –  user7000 Oct 10 '14 at 20:11

1 Answer 1

up vote 3 down vote accepted

I am not a lawyer, but I think the answer is yes. From GNU GENERAL PUBLIC LICENSE

  1. Conveying Verbatim Copies.

You may convey verbatim copies of the Program's source code as you receive it, in any medium, provided that you conspicuously and appropriately publish on each copy an appropriate copyright notice; keep intact all notices stating that this License and any non-permissive terms added in accord with section 7 apply to the code; keep intact all notices of the absence of any warranty; and give all recipients a copy of this License along with the Program.

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.