Coincidences... I thought "How come Warren Toomey (one of the guys of the Unix Heritage Society [1]), has never posted this?" Turns out, this Github-repo is just a mirror/copy of his work, but with attribution [2]. Still worth reading through there, tuhs also stores some extremely old UNIX versions. [1] www.tuhs.org [2] http://cm.bell-labs.com/cm/cs/who/dmr/primevalC.html Edit: Warren has written a paper on restoring…
> Edit2: Now that I've thought a little bit about it, I'm not happy that the sources are on GitHub in this form. If one releases code under an open license and people use/copy/fork it, why should you or the original author be unhappy. (As long as the license terms are not being broken.) If we had to worry about this each time we forked/cloned someone's work, it would make code reuse very hard. [Edit] I am working on…
In the case of the C compiler, I think the modifications are under the same license as the original, but I'm not totally certain. If they aren't it would be cause for concern.