The people complaining that this isn't free-as-in-freedom should remember that there's a lot of code in here that Nokia/Alcatel-Lucent does not and has never owned. 10th edition, specifically, was never 'distributed' and probably could not be because it contained gcc. You'll note these archives are not even hosted by the corporation. They STILL aren't 'distributing' any of this. There's no way to know a priori whether there's someone else's IP in here... the packaging method for these versions of unix was "Dennis makes a copy of a running system, including whatever happened to be on that disk."
So, this is a kind gesture made for the benefit of software archaeologists. Retroactively applying some kind of modern-hippie license would cost a tremendous amount of time and money.
Folks aren't necessarily complaining about the release, rather, the issue was with the title which previously incorrectly called the release "open source". HN admins have since changed the title, see comments further down.
V10 hardly contained gcc. People imported whatever external software they wanted. Norman Wilson's tape doesn't include gcc, Dan Cross' tape does. However, gcc wasn't used by anything in v10, the system compiler was based on pcc.
While the engineer in me abhors the lack of process in their releases, I like the idea of their almost genetic distribution on a, like, LSD tripping level.
As a matter of fact, whenever I think about the original UNIX and how far we've come from that to modern day operating systems, I get a little nostalgic, and feel like back then software development was done for much more than just money.
Also, it's pity that this work of art (and many other pieces of software alike) have always been under the ownership of some "corporate" guys.
Go tell that to companies that deliver crippled unusable community edition only so they can put an Open-Source sticker on their paying premium product...
Technically Acatel-Lucent didn't release source. They simply agreed not to sue over the source releases in question. The folks made the source available online have been holding onto those sources for years, and have been collecting copyright non-assertion letters from various companies who might have an IP interest source in the sources. Acatel-Lucent is just the most recent company who agreed that they aren't going to sue.
This is roughly the same as signing a quit-claim deed. How much significance it has depends on how strong your previous ownership interest was in whatever you are saying you won't sue over. (For example, if I sign a quit-claim assertion over the Brooklyn Bridge, it doesn't mean much. :-)
But given this was sufficient so that the people who had been keeping private copies of Unix source, confident enough that they wouldn't be sued into oblivion, it's certainly significant in that sense.
Where is Richard Stallman when you need him? This thread seems indefensibly void of "free" vs. "open-source" software ranting. (Seriously though, the restrictive license on this is really a bummer.)
> Seriously though, the restrictive license on this is really a bummer.
I question how much it really matters. If you wanted to create something like xv6 (the x86 remix of sixth edition Unix), you wouldn't want to keep too much of the original code anyway, would you?
Most of the C code I saw there are full of ancient practices, for one, I haven't seen a single #include in about ten or more files I looked at (IDK if CPP existed at all).
This is a little off topic but I want to take a moment and say thank you to Warren Toomey. He is responsible for TUHS and it is a wonder resource for people who enjoy UNIX.
The README indicates that there are files for 1st and 2nd Plan 9 editions but those are not made available. [1] I guess Lucent's lawyers still want to keep their rights over those...
I have a shrink-wrapped 2nd edition distribution with manuals, but no source :(
/proc, user-level filesystems (used for netb/netfs, and i think upas too), dmr's streams (not STREAMS), and a whole TCP/IP and DataKit stack using streams different from BSD's networking stack, the rc shell used later in Plan 9 (somehome missing from these archives though), mk (also used in Plan 9), upas (also used in Plan 9), GUI on the blit/jerk terminal, the sam text editor, and a lot of other stuff that I'm forgetting right now.
Back when I was in University, we had an Amdahl mainframe with Unix running under VM. The directory structure included an awful lot of source code. I remember porting source for lex and yacc to my PC-XT running Borland's Turbo C. I assume it was licensed to Universities and source was included under an educational clause, though I'm not exactly sure.
I wonder which version of unix I was using. This would have been around December of '87.
It was either CMS (a single-user UNIX-like commonly distributed with VM) or VM/IX aka AIX/370 (an IBM-flavored SysV, but almost totally unrelated to the other AIX products.)
Good news, but it's not open source. The statement at the root of the projects says only:
"[...] that it will not assert its copyright rights with respect to any non-commercial copying, distribution, performance, display or creation of derivative works of Research Unix®".
Note that this is not available under a conventional open source license, but one of the "non-commercial use" variety. Don't rush to incorporate it into your products ;-).
Well, specifically, it implies an open source license under the OSI definition, which happens to be almost identical in a licenses covered to the Free Software definition from the FSF.
It might to you, but it shouldn't. The definition of open source is not controlled by the OSI; they only organize licenses and certify licenses as OSI-approved. However, you don't need an OSI-approved license to be open source. There are many open source packages that are not under an OSI license--most famously, SQLite.
You don't need to use an OSI-approved license to be Open Source, but you need to use a license that complies with OSI's Open Source definition. Otherwise, the term would be meaningless.
They didn't invent the term. The term was invented first. The OSI was founded later. See the OSI's own post on this [1].
A much more detailed discussion of the origin of the term and its initial use appears here [2]. The latter link in particular is interesting reading, because it includes the political dimensions (especiall w.r.t O'Reilly's difficulties with the FSF).
So, this is a kind gesture made for the benefit of software archaeologists. Retroactively applying some kind of modern-hippie license would cost a tremendous amount of time and money.