Lizard Installer Released Under QPL 104
coolo wrote in to say that Caldera has decided to release Lizard under the QPL.
Lizard is the installer that they use for their distribution- its
fairly nice looking and appears to be exactly what novices need to
get over that whole install hump. I've heard a lot of good things
about it, so this is a pretty cool thing on their part..
Re: Yes they do (Score:1)
Re:Is this how hamsters think? (Score:2)
What the fsck do think the GPL is!? Hamster soup! It's a frigging copyright!!! Have you ever read the GPL? I didn't think so...
If no one has the right to place restrictions on information, then I guess the FSF has no right to restrict my proprietary use of gcc now do they? Only the copyright prevents me from withholding the the source code. Hell, Microsoft could replace the VC++ backend with g++ and nothing would stop them!
Next time please engage the brain before trying to think...
Re:Singing the praises of the QPL. (Score:1)
6. You may develop application programs, reusable components and other software items that link with the original or modified versions of the Software. These items, when distributed, are subject to the following requirements:
c. If the items are not available to the general public, and the initial developer of the Software requests a copy of the items, then you must supply one.
So in some sense the QPL does protect you privacy. But it doesn't go as far as the GPL, as I stated the GPL allows an organization to freely distribute a modified version of a GPL'd app within that org. I regard this as a flaw in the GPL as it could be used by an unethical company to sidestep the "freedoms" that the GPL is intended to protect.
>It's fine to be more profitable, but not at the
>expense of freedom or privacy
Interesting statement, normally I think of profit as an economist would, that is taking into account the social costs that production incurs so a company that makes a lot of money dumping toxic waste into a stream wouldn't be profitable at all in my view. By the same logic the loss of freedom/privacy is a social cost and a software company that makes money at the expense of this things is a burden on society.
>The patch clause doesn't really matter because
>CVS works that way anyway
There are a number of subtleties you are missing here. Firstly I used the term patch clause, but I should point out that, really the phrase "patch clause" referred to the fact that the QPL stated that the 'diff' and 'patch' programs must be used to generate and merge differences. This clause has now been relaxed to requiring modifications to be distributed seperately. Secondly this clause prevents me from taking bits of a QPL'd app and using them myself, something you should be aware of.
We that's a lot of disagreeing I just feel contrary today.
Re:Ack! It's not GPL! (Score:2)
Made up definitions and out of date claims (Score:1)
Furthermore you are making up your own definition of free, neither I, nor the Debian Free Software Guidelines nor RMS agree with it.
Re:QPL equals Linux community breakup (Score:1)
Go back into your cave.
Re:Why do you care? (Score:1)
Re:Nice! (Score:1)
The monitor currently cannot be autodetected.
There are three different partitioning dialogs,
from very easy (whole disk), prepared (by Partiting Magic) and a full featured partitioner.
And you do not need to type 'mount
You have a point, QT does not do much of it, the magic lies within Lizard and the rest of OpenLinux
Re:Ack! It's not GPL! (Score:1)
I don't think that the QPL makes any sense for a Linux installer. It's quite specific to libraries such as Qt. Look at these two clauses which claim to control what you are allowed to use the software for:
But this is total nonsense. You don't use an installer program to 'compile, link and run' programs, and you don't use it to develop software with either. You use it to install Linux - but seemingly, this isn't permitted by the licence.
Re:Is this how hamsters think? (Score:1)
Actually, I suspect that M$ did use g++ 2.6.2 (I think - It was a long time ago) as the backend to VC++ 1.0 b/c both shared the same "Internal compiler error"s on some perfectly valid (if not slightly convoluted) C++ code. Hard to prove that sort of thing though. . .
Re:Is this how hamsters think? (Score:1)
but I will respond to your attacks on the GPL.
Yes the GPL is 'a frigging copyright', but the only restriction it places is that nobody is allowed to place additional restrictions on the work, it's copies, and any derivative works.
Yes, copyright is what gives GPL the legal power to restrict your propietary use of gcc. Think for half a second about what this means. It means you can't place restrictions on gcc or any modifications, that's all. If there weren't copyright laws you wouldn't be able to put restrictions on it either. What the GPL does is simulate a world without copyright. Some people claim that this is hypocritical, but those people are confused. It isn't the copyright that is wrong, it is using it to place restrictions. A restriction stating that no restrictions may be imposed, such as the GPL, is a perfectly valid weapon to combat all that is propietary.
The clause about releasing the source code, however, is at least debatable. If you want to argue that being forced to release the source to derivative works is going too far, then we can argue that.
Microsoft could replace the vc++ back end with gcc today, without violating any licenses or laws. All they have to do is allow vc++ to be freely distributed, and make the source code available.
Re:Installation Difficult? (Score:1)
The Debian or SuSE installs could be evil for a clueless newbie, but all the other distros are brainlessly simple to install.
Re:Strange Web Behaviour (Score:1)
MPG at 11.
Re:Install is easy already (Score:1)
GUI or not is not important.
What really make newbies run away: they have to answer certain question they don't understand, such as domain name and correct IP address.
The book inside the SuSE package is a good starting point. But, any users read manual before install?
Re:Is this how hamsters think? (Score:1)
As far as BeOS, porting something GPL'd to an operating system most certainly does not force that operating system to be GPL.
Yes (Score:1)
The distributor must also make available the source code. (In two parts, as an unmodified version of the original code and then seperately the changes that have been made, the redistributor could include a script to merge these two for convenience).
Basically it is similar to the GPL.
Re:Installation Difficult? (Score:1)
debian (2.0) went fine until package selection time..._that_ confused the hell out of me.
i've got a copy of caldera 2.2, although i haven't installed it yet. i have, however, read the manual...and if i'm understanding it correctly, lizard looks great for someone completely clueless, but if you've any desire to customize as you install...like go through which packages you at install, you're screwed.
also, i rather like having 'the kitchen sink,' as the caldera puts it, rather than the 1 cd of programs they provide.
as for why there's so much talk about the install, i think it's because once you get up and running there's just not that much difference between any of the distros...not that i've seen anyway.
Re:Fine, still proprietary (Score:1)
You have the freedom to not use Lizard (or other QPL'ed stuff) and instead write your own. Nobody have taken that right away from you, and it's the only freedom applicable.
Your attack on Caldera's choice of license is an attack on their freedom to choose a license they are comfortable with.
I repeat again, it is obsolete (Score:1)
pmitros: Even if I simply reindent the code to a different style, patch will consider it a completely new program.
This is irrelevant the QPL does not require modifications to be created with the diff utility and applied with the patch utility.
pmitros: If I decide to take a file for the "list" widget, copy it over, and modify it to make a "tree" widget, the patch program will also not be able to deal.
Again irrelevant the QPL does not require the use of the patch utility.
ac: I've spoken to RMS about this, and he considers QPL not to be completely free, but free enough to be "good enough" for now.
I think you are putting words in RMS's mouth, he publicly stated that the QPL was a free software license, I have not seen evidence that he has retracted this statement.
ac:DFSG are guidelines. It's possible to find licenses that fall through the loopholes.
Agreed.
ac:This is one
Not according to my interpretation or Bruce Perens or the Debian developers
You defined free:
ac:I define it to mean it gives me my freedom. Same as RMS.
This definition is not useful and it is not the same as RMS, his definition for free is:
http://www.gnu.org/philosophy/free-sw.html
Cool thing? (Score:3)
This shouldnt be a cool thing. This should be expected from a company that sells _open_source_ software.
Great! (Score:1)
We need more newbie-friendly tools to be open. That way, we can make other, similar newbie tools.
--
QDMerge [rmci.net] 0.21!
Strange Web Behaviour (Score:1)
Re:Strange Web Behaviour (Score:1)
but if you type in the url manualy, it will take you to the site.
Nice! (Score:1)
Same here.. (Score:1)
...
spooky caldera page (Score:1)
Re:Strange Web Behaviour (Score:2)
if you go to www.caldera.org/lizard/ it works. screwy server to say the least.
Re:Strange Web Behaviour (Score:1)
And people get pissy with RedHat (Score:1)
Ack! It's not GPL! (Score:1)
Re:Nice! (Score:2)
But the next term of the license says you can distribute your executable forms of the modifications+original, provided you also distribute the source to the modifications+original.
So, which one is it? Can you distribute the source with your modifications already patched in, or do you have to distribute your modifications as patches?
Waitaminnit... (Score:1)
Re:Nice! (Score:1)
Binaries distribution of modifications (the thing everyone wants) is allowed.
Why? (Score:1)
Re:Nice! (Score:1)
Re:Ack! It's not GPL! (Score:1)
And sing great praises they didn't invent a new license!
Re:Install is easy already (Score:1)
Most people would rather buy a new pc then to install or upgrade their software.
Re:Ack! It's not GPL! (Score:1)
i don't ask others to write software for me,
i ask them not to tell me what to do on my
computer in the privacy of my home, regardless
of whether i make use of software they wrote
I would be interested to know what you mean by 'Guess freedom has only one side'. Everyone ought to have the freedom to write, modify, distribute, and use software freely, without restriction. As long as copyright exists, only GPL or similar license can guaruntee this. What other side do you want? The freedom to use other peoples software, while also having the freedom to restrict others use of your software? sorry you can't have it both ways
you can't have the freedom to live if you want the freedom to murder
Re:Is this how hamsters think? (Score:1)
Beware Partition Magic LE! (Score:1)
I blew up my MBR/FAT because PM-LE does **NOT**
support disks > 4GB! Lizard was a complete bust.
Had to rebuild using LISA.
Singing the praises of the QPL. (Score:1)
2) The QPL sucks as it doesn't protect your privacy.
3) The QPL sucks due to the patch clause.
Or does it?
Yes the GPL may be incompatible with the QPL. In spite of this RMS has stated that the QPL is a free software license, furthermore the QPL is compliant with the Debian Free Software Guidelines.
If the GPL is incompatible with the QPL, that means the GPL is making it difficult to distribute free software, and by extension the FSF is acting against the best interests of software customers by reducing the amount of free software available. Hardly an admirable trait in an organization the claims to support free software, rather they appear to be trying to create a software license monopoly.
Yes,the QPL does not "protect your privacy", but is protecting you privacy not equivalent to reducing the freedoms of software consumers for the benefit of corporations that do not want to share? The privacy loophole in the GPL allows corporations to make their own secret changes to GPL'd source code and not share those changes. Why couldn't an unethical corporation exploit this loophole in the GPL, saying "You can use this software and as a bonus you become a member of my organization, [in small print no you don't get the source we are not required to give it to you under the terms of the GPL]"
Yes the QPL requires source code to be distributed in two parts the original and the modifications. This will benefit the entity that QPLs rather than GPLs their code by making it unlawful for others to borrow bits of source code and by making it more difficult for others to fork the code. It is still legally possible for others to fork the code, it requires software engineering skills rather than being prepared to commit a criminal act.
Nevertheless this characteristic of the QPL suggests an organization will profit more from QPLing rather GPLing their code. Is this "higher profitability of free software companies" really a bad thing? It could act as an incentive encouraging more companies to profitability produce free software.
More of the same... (Score:1)
If you guys dislike non-GPL software so much, then why don't you get busy and write a GPL'd X server or web browser instead of complaining about someone elses contribution?
TedC
Re:Ack! It's not GPL! (Score:1)
-- Linus Torvalds (paraphrase)
Stop your whining and sniveling. The author of the code is the only person with the right to choose the license.
If you don't like it you, write your own and you can pick GPL all you want.
Besides, name something GPL gives you that QPL doesn't? People who whine about GPL are typically ignorant of the fact that not all software distributed with a package is GPL, not even Debian. Some software is licensed under BSD, artistic, and some software is even pure public domain (for instance, most versions of whois).
Re:Install is easy already (Score:1)
easier:
The lizard detects dhcp on it's own and
gives you the dhcpd output as defaults.
It doesn't give you the network page if
it can't find network cards.
It detects sound on it's own - it took
a while to get my sound card running under
Debian...
You can play tetris while the packages are
copied...
Re:Not GPL (Score:1)
take code from RH's installer either.
Don't blame Caldera - blame GPL.
"Rights" and Other BS Was:Ack! It's not GPL! (Score:1)
All of life is about trading services and physical resources with other members of our species (and, arguably, with other species). We are acting not out of benevolence, but out of self-love. I will give you this-for-that, is the nature of any transaction. Some will claim altrustic exceptions. However, I even dispute these exceptions. I will give you 'Z' at no cost because it pleases _ME_(including the example from the famous story "The Man Who Was Nailed To A Tree"). If I spend my time and sweat creating 'Z' then I have the perfect right to restrict or dictate the use of 'Z' in any way that pleases me. I am not forcing you to use 'Z.' If you require the use of a product that performs the functions of 'Z' but cannot abide by my restrictions, then spend your own time and sweat. Create your own 'Z.'
Re:Beware Partition Magic LE! (Score:1)
In order to protect the data on your hard drive and simplify the installation of
OpenLinux, a new version of Partition Magic CE (Caldera Edition) has been
provided by PowerQuest. This upgraded version now includes support for hard
drives larger than 8 GB. Also, the commercial backup and restore utility BRU is
integrated into the KDE desktop. The added performance of the robust 2.2.10
Linux kernel is included.
Re:Ack! It's not GPL! (Score:1)
Listen, they wrote the software. Without them, there would be no software. So just be glad it exists and stop whining about "well, they don't let me do blah blah blah blah blah". It's their software! They have the right to do anything they want with it!
Yep, it was. (Score:1)
--------
"I already have all the latest software."
Re:Ack! It's not GPL! (Score:1)
This is nice! (Score:1)
But I don't care how i have to install my *nix, I'm just waiting for desktop applications. That's all that I really care about...
Re:Nice! (Score:1)
Re:Ack! It's not GPL! (Score:1)
Nope, RH doesn't GPL their stuff... (Score:1)
Install is easy already (Score:1)
I'm not understanding a bit of that. RedHat Linux (which I use) has the easiest install I've ever seen. And other distributions (Debian and Slack which I've also run) are good as well. The procedure is: Put in the boot floppy, answer the questions, and reboot.
You can install most Linux distributions using one or two floppies, and a network connection or a CD. Now why is that said to be hard ?
Especially in sharp contrast to the NT install, which I've also been thru quite a few times...
To install NT, you need the right kind of hardware (meaning ATAPI CD-rom and a motherboard that doesn't have controllers NT choke on (like NOT Asus P2B-DS)), you need DOS running and able to access the CD drive, and _then_ you can maybe start the GUI install. Wow!
I'm sure one can boot an NT install from CD, if one has the right hardware again, but still, the problems with unsupported devices and crap like that remain.
Besides, if you're an experienced Linux user, you can do a lot of clever tricks during the install, by using the shell which is available in most installers. You can never become experienced enough to do that under NT.
It's been some time since I installed Win95. In fact I've only really done it once. That one was fairly easy, given that I had the hard-drive partitioned correctly and all the right hardware.
Ever tried installing Win9X/NT on a disk that had a non-DOS partition ? Well, if you have you already know what I'm talking about.
Come on people. Entering the right IP address is no easier in a GUI than it is in ncurses.
I'm not pissed off about Caldera making a GUI install. I think it's nice. I'm just pissed off by the ignorance and unfounded accusations posed by lusers with too thick sunglasses.
'guess I'd better stop now...
READ THE *UCKING QPL FIRST! (Score:1)
Re:Nice! (Score:2)
I'd say the two most important things in a newbie installation (that may or may not already exist, I don't know), is a part that figures out your monitor and video card for X automatically (not even picking it from and list and certainly not entering in sync values) and something that does the partitions for you. Configuring X is a hell of a problem if you don't know much about your video cards/monitors and you don't have the manuals. And it's probably impossible if you don't know anything technical about modern monitors in general. Partitions are easy for someone who understands computers, but eerie to a newbie. And it should setup fstab correctly so a fskcin' user (not root) can mount the CD-ROM and floppy just by typing "mount
Yeah. I don't see how QT does a thing to any of this. I really think it has more to do with abstracting the frightening details of installation than presententing the frightening details in a nice GUI. But, I suppose, if they want to play Tetris, let them play Tetris.
Tetris while install.... mmmmm..... (Score:1)
Installation Difficult? (Score:1)
Are the other dists more difficult to install, or what?
Besides, is it suitable for a newbie to run anything else than Redhat? I mean, if the systems difficult to install, wouldn't it be even more difficult to use?
Re:Is this how hamsters think? (Score:2)
There a lot more restrictions than that! Go read it.
Re:Is this how hamsters think? (Score:1)
the only restrictions i see is that you cannot make a derivative work, and then put it under a different license. You are free to use, distribute, and modify, so long as everybody you distribute it to has the same rights you did. Perhaps i missed something? feel free to point out whatever restrictions you are thinking of.
Re:Singing the praises of the QPL. (Score:1)
Re:Ack! It's not GPL! (Score:2)
Don't get me wrong... I'm all for the GPL. I'm all for Linux. I use Linux regularly, and I use, obviously, GPL'd software regularly. I've released some software under the GPL.
And, likewise, I've worked on and released software which is not open source. Admittedly, I'd have no problem opening them up, but since they are Windows applications (yes, that's right, I do program and use Windows on occasion, and I even use Windows sometimes, because I see a computer as a tool, not as some kind of political or religious statement), I've never bothered to open them up.
But the thought the the latter is not freedom... that is just unbelievable to me. Your argument that the only freedom is the GPL restricts another freedom, that being the freedom to keep source closed, and to create a proprietary application. You seem to feel that these contradict each other, but they do not. In fact, your analogy of freedoms to life and murder seems to argue the complete opposite of the idea you propose.
The freedom to murder would be the freedom to deny others the freedom to life. Likewise, the freedom for all people to see all source code to all software denies others the freedom to close their source. So I don't think your analogy really works either way.. if it works your way at all.
So, let me ask you this: am I denying someone their freedom by not making my last English paper freely distributable? Am I denying someone their freedom by not making my root password readily available? It seems to me the freedom of disclosure--or lack thereof--is therefore held by he/she responsible for that disclosure, and nobody else. And the release of source code is, as I see it, disclosure.
The GPL is a great idea, but it is not unethical to use something else. Forgive me for continuing an off-topic discussion, but sometimes I find that I can't keep silent any longer.
Re:Ack! It's not GPL! (Score:1)
you are not denying freedom by not making your
last english paper freely distributable.
You are not denying freedom by not giving out your root password.
Likewise, you are not denying freedom by not
release your source code.
The denial of freedom comes in when you give/sell
me software, and then tell me not to further distribute it. YOu don't have to write the software. You don't have to give me a copy. Once i have a copy, I have the freedom to do what I want with it, short of claim it as my own.
I think the murder analogy holds up very well. Of course freedom of software can't be compared to the horribleness of murder, but one freedom contradicting another is quite the same.
You writing propietary software does not hurt my freedom to write free software, but that isn't the point. Your placing software under a restrictive license takes away my freedom, my right, to use my hardware to make copies of what is on my hard drive. There isn't a privacy issue because you are perfectly willingly to give a copy to anyone with a little money.
Once I hear a poem, a joke, a funny story, an interesting observation, i can retell it. You can't take away my right to do that, given the fact that I credit you properly. Would taking away this right not be a direct attack on freedom of speech? How is software any different?
The part of the GPL forcing source to be released is another matter entirely. That is far to complicated to discuss here. Perhaps in email.
QPL (READ THE *UCKING LICENSE) (Score:1)
QPL resembles the (current (no advertising clause)) BSD license. The only differnces I saw was that they require you (like the GPL) to redistribute any modifications you make to the GPL'ed source code back to the community.
read it yourself: http://www.openlinux.org/lizard/qpl.html
If you think Linux is easy to install compared to Win98, well you are right. If you think Linux is as easy to install as it could be well check out:
http://www.openlinux.org/lizard/screenshots.htm
p.s. some people need to get off their jihad trip.
Lizard rocks bigtime (Score:1)
Caldera says the new OpenLinux 2.3 detects your soundcard automtically. Anyone tried this new thing already? Or did they release it [calderasystems.com] this friday??
Anyway, I will get a copy of that OL 2.3. Too bad it'll cost me more than 50 bucks here in Finland