Commit graph

32 commits

Author SHA1 Message Date
Russ Cox
88a87fadae all: update for new MIT license
On March 23, 2021, Nokia transferred the copyrights in the Plan 9 software
to the Plan 9 Foundation, which relicensed them under the MIT license.

This commit updates the Plan 9 from User Space license to reflect the
new base license. The vast majority of the contributions beyond the
base Plan 9 set were by me, many of them explicitly under an MIT license.
Those are all under the new MIT license now as well.

The port of mk to Unix was taken from Inferno via Vita Nuova and had
been made available under GPL, but Vita Nuova has relicensed Inferno
under the MIT license as well, to match the new Plan 9 license.

Michael Teichgraber contributed src/lib9/zoneinfo.c explicitly under
the Lucent Public License but has agreed to change the contribution
to the MIT license now used in the rest of the distribution.

There remain a few exceptions, most notably fonts.
See the root LICENSE file for full details.

The only mention of the Lucent Public License in the whole tree now
is in the LICENSE file, explaining the history.
2021-03-23 20:59:23 -04:00
Russ Cox
99dee78c2d all: remove $OBJTYPE from build
Now that we assume pthreads, the only assembly
left is in libmp and libsec.
We only ever added assembly for 386.
The portable C code is fine for plan9port.
2020-12-30 07:53:28 -05:00
Larkin Nickle
92aa0e13ad Fix broken references to plan9.bell-labs.com/plan9
Fixes #357
2020-02-22 20:09:40 -05:00
Xiao-Yong
74223e0b4f unix: fix for tar on FreeBSD (#202)
Use the widely accepted /dev/stdout.
2018-11-16 10:14:02 -05:00
Mat Kovach
4e2ac7657b unix: fix tar use in mkfile to allow Plan 9 tar 2018-11-15 22:00:49 -05:00
Kare Nuorteva
b3336e5cbb all: remove .cvsignore files
Rename following .cvsignore files to .gitkeep since they are
required by the build (directories must exist before build):
	- bin/fossil/.gitkeep
	- bin/fs/.gitkeep
	- bin/venti/.gitkeep

Change-Id: I9c2865058480cffb3a4613f25e2eca1f7e5578c0
2017-09-14 17:25:17 +02:00
Russ Cox
a399388593 all: update site from swtch.com to 9fans.github.io 2017-09-01 13:25:20 -04:00
Russ Cox
51f6e204a7 unix: move Makefile so that it cannot be run accidentally 2009-08-24 07:53:01 -07:00
Russ Cox
f5fcdeeedf unix: move man pages in unix ports 2008-07-20 06:17:17 -04:00
Russ Cox
2fb736b2e1 unix ports: add Make.Darwin-386 file 2008-07-09 14:35:04 -04:00
Russ Cox
ca6838a1ed unix libfmt: use mkdir -p to create man3 directory 2008-07-09 14:34:46 -04:00
Russ Cox
79ff7e4b5e dist,unix: use MKSHELL=$PLAN9/bin/rc (John DeGood) 2008-01-10 16:08:44 -05:00
Russ Cox
2c0dfd420a merge 2007-08-23 10:49:54 -04:00
Russ Cox
3c7f141d1c fully qualify host name 2007-08-22 10:56:22 -04:00
Russ Cox
b62db35425 add Linux x86-64 (thanks to Ævar Arnfjörð Bjarmason) 2007-08-22 10:55:39 -04:00
rsc
1db0bc24f2 Ignore more. 2005-09-13 00:42:27 +00:00
rsc
3be151a4a2 New Vita Nuova License 2005-08-11 17:46:21 +00:00
wkj
10ff532fdc Fix up OBJTYPE on 64-bit x86 FreeBSD machines. 2005-02-22 16:58:04 +00:00
rsc
66c1faee8d add ranlib for mac 2005-01-30 16:50:02 +00:00
rsc
646799d4a7 stupid bugs 2005-01-23 22:58:02 +00:00
rsc
7e91400c0d replace mdir with mkdir; oops 2005-01-21 06:51:27 +00:00
rsc
d3a25066c9 tweaks 2005-01-16 21:32:01 +00:00
rsc
ac9a078b3d howto 2005-01-14 19:51:46 +00:00
rsc
722c34e310 better job at cleaning 2005-01-14 18:00:26 +00:00
rsc
78e51a8c66 checkpoint 2005-01-14 03:45:44 +00:00
rsc
3e1c718119 ignore build dirs 2005-01-04 22:32:12 +00:00
rsc
1b7f98fb30 fix up extraction procedures 2004-12-28 23:27:43 +00:00
rsc
e5c26b01f7 various forgotten files 2004-09-20 15:08:57 +00:00
rsc
2b522d7aaa small fixes to man page lists 2004-04-19 05:57:10 +00:00
rsc
a27e20579c More files. 2004-03-25 23:08:24 +00:00
rsc
8f314994db More Mac tweaks. 2004-03-02 17:34:15 +00:00
rsc
aa73861453 Build Unix-friendly versions directly from library. 2004-03-01 19:36:29 +00:00