Penguin
Blame: SoftwareLicensing
EditPageHistoryDiffInfoLikePages
Annotated edit history of SoftwareLicensing version 18, including all changes. View license author blame.
Rev Author # Line
17 zcat(1) 1 In the early days of home computers software was truly sold, much the same way as a book is sold. You owned the copy you had bought and were free to use it, abuse it, or even reverse-engineer and hack it as much as you liked. But the author still had CopyRight on it. So although you owned the software you still weren't allowed to make copies for redistribution without the author's permission. In the days before SoftwareLicensing and the DMCA, breaking the copy protection on your own purchased games was completely legal as long as you didn't make copies afterwards!
1 CraigBox 2
17 zcat(1) 3 In order to keep better control over who was using their software, some companies (AT&T, DEC?) started to lease their software rather than selling it outright. You would pay for the use of an OperatingSystem or Application a year at a time. And although it was installed on your computer you didn't own it, you only had a licence to use it. Uusally these licences would also specify how many users could log in, or how many CPU's the OS could utilise.
4
5 Nowdays when you 'purchase' commercial software you generally don't buy it at all (as in transfer of ownership); you __license__ it. Since you don't own the software the licensee can impose restrictions on how you're allowed to use the software, when or if you're allowed to resell it, and so on.
1 CraigBox 6
7 License is a verb; licence is a noun. However, Americans care not for this kind of distinction, so the text of all the licences you will read use the spelling "license", and as such that's what you'll find on our wiki.
8
16 zcat(1) 9
17 zcat(1) 10 The [GNU] project turned licensing upside down by introducing CopyLeft; a license with different restrictions: the software was still CopyRight (it wasn't released to the PublicDomain), but with terms saying that if you gave someone a copy of the program you also had to give them the SourceCode for the program if they asked for it; and under the same license. That way you cannot take software released under a license like the [GPL] and take away the freedoms it affords you.
11
12 As Pamela Jones of Groklaw explains, a licence is legal permission to do something you wouldn't otherwise be allowed to do. The GPL is a CopyRight licence; it grants you permission from the copyright holder to make and distribute copies of the program.
13
14 The GPL is not an End User Licence; "Activities other than copying, distribution and modification are not covered by this License; they are outside its scope." and further "You are not required to accept this License, since you have not signed it. However, nothing else grants you permission to modify or distribute the Program or its derivative works. These actions are prohibited by law if you do not accept this License."
15
18 zcat(1) 16 Since several people in WLUG were/are apparently unsatisfied with my interpretation, I sent an email to the FreeSoftwareFoundation asking for clarification;
17 zcat(1) 17
18 >> I've had several people tell me that when I recieve code under the
19 >> GPL, I do not own it (in the way I might own a book, for example) but
20 >> that I only have a licence to use it.
21
22 That's not accurate. You own a copy of GPL code just like you own a
23 copy of a book.
24
25 -- -Dave "Novalis" Turner
26 GPL Compliance Engineer
27 Free Software Foundation
28
29 Thank you Dave.
30
4 CraigBox 31
32 Software can also be DualLicensed, commonly released free under the GPL, and commercially under a second license.
1 CraigBox 33
3 AristotlePagaltzis 34 See Category:License for a list of licences.

PHP Warning

lib/blame.php:177: Warning: Invalid argument supplied for foreach() (...repeated 3 times)